chime-sdk-identity-2021-04-20.min.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2021-04-20",
  5. "endpointPrefix": "identity-chime",
  6. "protocol": "rest-json",
  7. "serviceFullName": "Amazon Chime SDK Identity",
  8. "serviceId": "Chime SDK Identity",
  9. "signatureVersion": "v4",
  10. "signingName": "chime",
  11. "uid": "chime-sdk-identity-2021-04-20"
  12. },
  13. "operations": {
  14. "CreateAppInstance": {
  15. "http": {
  16. "requestUri": "/app-instances",
  17. "responseCode": 201
  18. },
  19. "input": {
  20. "type": "structure",
  21. "required": [
  22. "Name",
  23. "ClientRequestToken"
  24. ],
  25. "members": {
  26. "Name": {
  27. "shape": "S2"
  28. },
  29. "Metadata": {
  30. "shape": "S3"
  31. },
  32. "ClientRequestToken": {
  33. "idempotencyToken": true
  34. },
  35. "Tags": {
  36. "shape": "S5"
  37. }
  38. }
  39. },
  40. "output": {
  41. "type": "structure",
  42. "members": {
  43. "AppInstanceArn": {}
  44. }
  45. }
  46. },
  47. "CreateAppInstanceAdmin": {
  48. "http": {
  49. "requestUri": "/app-instances/{appInstanceArn}/admins",
  50. "responseCode": 201
  51. },
  52. "input": {
  53. "type": "structure",
  54. "required": [
  55. "AppInstanceAdminArn",
  56. "AppInstanceArn"
  57. ],
  58. "members": {
  59. "AppInstanceAdminArn": {},
  60. "AppInstanceArn": {
  61. "location": "uri",
  62. "locationName": "appInstanceArn"
  63. }
  64. }
  65. },
  66. "output": {
  67. "type": "structure",
  68. "members": {
  69. "AppInstanceAdmin": {
  70. "shape": "Sd"
  71. },
  72. "AppInstanceArn": {}
  73. }
  74. }
  75. },
  76. "CreateAppInstanceBot": {
  77. "http": {
  78. "requestUri": "/app-instance-bots",
  79. "responseCode": 201
  80. },
  81. "input": {
  82. "type": "structure",
  83. "required": [
  84. "AppInstanceArn",
  85. "ClientRequestToken",
  86. "Configuration"
  87. ],
  88. "members": {
  89. "AppInstanceArn": {},
  90. "Name": {
  91. "shape": "Se"
  92. },
  93. "Metadata": {
  94. "shape": "S3"
  95. },
  96. "ClientRequestToken": {
  97. "idempotencyToken": true
  98. },
  99. "Tags": {
  100. "shape": "S5"
  101. },
  102. "Configuration": {
  103. "shape": "Sg"
  104. }
  105. }
  106. },
  107. "output": {
  108. "type": "structure",
  109. "members": {
  110. "AppInstanceBotArn": {}
  111. }
  112. }
  113. },
  114. "CreateAppInstanceUser": {
  115. "http": {
  116. "requestUri": "/app-instance-users",
  117. "responseCode": 201
  118. },
  119. "input": {
  120. "type": "structure",
  121. "required": [
  122. "AppInstanceArn",
  123. "AppInstanceUserId",
  124. "Name",
  125. "ClientRequestToken"
  126. ],
  127. "members": {
  128. "AppInstanceArn": {},
  129. "AppInstanceUserId": {
  130. "type": "string",
  131. "sensitive": true
  132. },
  133. "Name": {
  134. "shape": "Ss"
  135. },
  136. "Metadata": {
  137. "shape": "S3"
  138. },
  139. "ClientRequestToken": {
  140. "idempotencyToken": true
  141. },
  142. "Tags": {
  143. "shape": "S5"
  144. },
  145. "ExpirationSettings": {
  146. "shape": "St"
  147. }
  148. }
  149. },
  150. "output": {
  151. "type": "structure",
  152. "members": {
  153. "AppInstanceUserArn": {}
  154. }
  155. }
  156. },
  157. "DeleteAppInstance": {
  158. "http": {
  159. "method": "DELETE",
  160. "requestUri": "/app-instances/{appInstanceArn}",
  161. "responseCode": 204
  162. },
  163. "input": {
  164. "type": "structure",
  165. "required": [
  166. "AppInstanceArn"
  167. ],
  168. "members": {
  169. "AppInstanceArn": {
  170. "location": "uri",
  171. "locationName": "appInstanceArn"
  172. }
  173. }
  174. }
  175. },
  176. "DeleteAppInstanceAdmin": {
  177. "http": {
  178. "method": "DELETE",
  179. "requestUri": "/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}",
  180. "responseCode": 204
  181. },
  182. "input": {
  183. "type": "structure",
  184. "required": [
  185. "AppInstanceAdminArn",
  186. "AppInstanceArn"
  187. ],
  188. "members": {
  189. "AppInstanceAdminArn": {
  190. "location": "uri",
  191. "locationName": "appInstanceAdminArn"
  192. },
  193. "AppInstanceArn": {
  194. "location": "uri",
  195. "locationName": "appInstanceArn"
  196. }
  197. }
  198. }
  199. },
  200. "DeleteAppInstanceBot": {
  201. "http": {
  202. "method": "DELETE",
  203. "requestUri": "/app-instance-bots/{appInstanceBotArn}",
  204. "responseCode": 204
  205. },
  206. "input": {
  207. "type": "structure",
  208. "required": [
  209. "AppInstanceBotArn"
  210. ],
  211. "members": {
  212. "AppInstanceBotArn": {
  213. "location": "uri",
  214. "locationName": "appInstanceBotArn"
  215. }
  216. }
  217. }
  218. },
  219. "DeleteAppInstanceUser": {
  220. "http": {
  221. "method": "DELETE",
  222. "requestUri": "/app-instance-users/{appInstanceUserArn}",
  223. "responseCode": 204
  224. },
  225. "input": {
  226. "type": "structure",
  227. "required": [
  228. "AppInstanceUserArn"
  229. ],
  230. "members": {
  231. "AppInstanceUserArn": {
  232. "location": "uri",
  233. "locationName": "appInstanceUserArn"
  234. }
  235. }
  236. }
  237. },
  238. "DeregisterAppInstanceUserEndpoint": {
  239. "http": {
  240. "method": "DELETE",
  241. "requestUri": "/app-instance-users/{appInstanceUserArn}/endpoints/{endpointId}",
  242. "responseCode": 204
  243. },
  244. "input": {
  245. "type": "structure",
  246. "required": [
  247. "AppInstanceUserArn",
  248. "EndpointId"
  249. ],
  250. "members": {
  251. "AppInstanceUserArn": {
  252. "location": "uri",
  253. "locationName": "appInstanceUserArn"
  254. },
  255. "EndpointId": {
  256. "location": "uri",
  257. "locationName": "endpointId"
  258. }
  259. }
  260. }
  261. },
  262. "DescribeAppInstance": {
  263. "http": {
  264. "method": "GET",
  265. "requestUri": "/app-instances/{appInstanceArn}"
  266. },
  267. "input": {
  268. "type": "structure",
  269. "required": [
  270. "AppInstanceArn"
  271. ],
  272. "members": {
  273. "AppInstanceArn": {
  274. "location": "uri",
  275. "locationName": "appInstanceArn"
  276. }
  277. }
  278. },
  279. "output": {
  280. "type": "structure",
  281. "members": {
  282. "AppInstance": {
  283. "type": "structure",
  284. "members": {
  285. "AppInstanceArn": {},
  286. "Name": {
  287. "shape": "S2"
  288. },
  289. "CreatedTimestamp": {
  290. "type": "timestamp"
  291. },
  292. "LastUpdatedTimestamp": {
  293. "type": "timestamp"
  294. },
  295. "Metadata": {
  296. "shape": "S3"
  297. }
  298. }
  299. }
  300. }
  301. }
  302. },
  303. "DescribeAppInstanceAdmin": {
  304. "http": {
  305. "method": "GET",
  306. "requestUri": "/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}",
  307. "responseCode": 200
  308. },
  309. "input": {
  310. "type": "structure",
  311. "required": [
  312. "AppInstanceAdminArn",
  313. "AppInstanceArn"
  314. ],
  315. "members": {
  316. "AppInstanceAdminArn": {
  317. "location": "uri",
  318. "locationName": "appInstanceAdminArn"
  319. },
  320. "AppInstanceArn": {
  321. "location": "uri",
  322. "locationName": "appInstanceArn"
  323. }
  324. }
  325. },
  326. "output": {
  327. "type": "structure",
  328. "members": {
  329. "AppInstanceAdmin": {
  330. "type": "structure",
  331. "members": {
  332. "Admin": {
  333. "shape": "Sd"
  334. },
  335. "AppInstanceArn": {},
  336. "CreatedTimestamp": {
  337. "type": "timestamp"
  338. }
  339. }
  340. }
  341. }
  342. }
  343. },
  344. "DescribeAppInstanceBot": {
  345. "http": {
  346. "method": "GET",
  347. "requestUri": "/app-instance-bots/{appInstanceBotArn}"
  348. },
  349. "input": {
  350. "type": "structure",
  351. "required": [
  352. "AppInstanceBotArn"
  353. ],
  354. "members": {
  355. "AppInstanceBotArn": {
  356. "location": "uri",
  357. "locationName": "appInstanceBotArn"
  358. }
  359. }
  360. },
  361. "output": {
  362. "type": "structure",
  363. "members": {
  364. "AppInstanceBot": {
  365. "type": "structure",
  366. "members": {
  367. "AppInstanceBotArn": {},
  368. "Name": {
  369. "shape": "Se"
  370. },
  371. "Configuration": {
  372. "shape": "Sg"
  373. },
  374. "CreatedTimestamp": {
  375. "type": "timestamp"
  376. },
  377. "LastUpdatedTimestamp": {
  378. "type": "timestamp"
  379. },
  380. "Metadata": {
  381. "shape": "S3"
  382. }
  383. }
  384. }
  385. }
  386. }
  387. },
  388. "DescribeAppInstanceUser": {
  389. "http": {
  390. "method": "GET",
  391. "requestUri": "/app-instance-users/{appInstanceUserArn}"
  392. },
  393. "input": {
  394. "type": "structure",
  395. "required": [
  396. "AppInstanceUserArn"
  397. ],
  398. "members": {
  399. "AppInstanceUserArn": {
  400. "location": "uri",
  401. "locationName": "appInstanceUserArn"
  402. }
  403. }
  404. },
  405. "output": {
  406. "type": "structure",
  407. "members": {
  408. "AppInstanceUser": {
  409. "type": "structure",
  410. "members": {
  411. "AppInstanceUserArn": {},
  412. "Name": {
  413. "shape": "Ss"
  414. },
  415. "Metadata": {
  416. "shape": "S3"
  417. },
  418. "CreatedTimestamp": {
  419. "type": "timestamp"
  420. },
  421. "LastUpdatedTimestamp": {
  422. "type": "timestamp"
  423. },
  424. "ExpirationSettings": {
  425. "shape": "St"
  426. }
  427. }
  428. }
  429. }
  430. }
  431. },
  432. "DescribeAppInstanceUserEndpoint": {
  433. "http": {
  434. "method": "GET",
  435. "requestUri": "/app-instance-users/{appInstanceUserArn}/endpoints/{endpointId}",
  436. "responseCode": 200
  437. },
  438. "input": {
  439. "type": "structure",
  440. "required": [
  441. "AppInstanceUserArn",
  442. "EndpointId"
  443. ],
  444. "members": {
  445. "AppInstanceUserArn": {
  446. "location": "uri",
  447. "locationName": "appInstanceUserArn"
  448. },
  449. "EndpointId": {
  450. "location": "uri",
  451. "locationName": "endpointId"
  452. }
  453. }
  454. },
  455. "output": {
  456. "type": "structure",
  457. "members": {
  458. "AppInstanceUserEndpoint": {
  459. "type": "structure",
  460. "members": {
  461. "AppInstanceUserArn": {},
  462. "EndpointId": {},
  463. "Name": {
  464. "shape": "S1k"
  465. },
  466. "Type": {},
  467. "ResourceArn": {},
  468. "EndpointAttributes": {
  469. "shape": "S1m"
  470. },
  471. "CreatedTimestamp": {
  472. "type": "timestamp"
  473. },
  474. "LastUpdatedTimestamp": {
  475. "type": "timestamp"
  476. },
  477. "AllowMessages": {},
  478. "EndpointState": {
  479. "shape": "S1p"
  480. }
  481. }
  482. }
  483. }
  484. }
  485. },
  486. "GetAppInstanceRetentionSettings": {
  487. "http": {
  488. "method": "GET",
  489. "requestUri": "/app-instances/{appInstanceArn}/retention-settings",
  490. "responseCode": 200
  491. },
  492. "input": {
  493. "type": "structure",
  494. "required": [
  495. "AppInstanceArn"
  496. ],
  497. "members": {
  498. "AppInstanceArn": {
  499. "location": "uri",
  500. "locationName": "appInstanceArn"
  501. }
  502. }
  503. },
  504. "output": {
  505. "type": "structure",
  506. "members": {
  507. "AppInstanceRetentionSettings": {
  508. "shape": "S1u"
  509. },
  510. "InitiateDeletionTimestamp": {
  511. "type": "timestamp"
  512. }
  513. }
  514. }
  515. },
  516. "ListAppInstanceAdmins": {
  517. "http": {
  518. "method": "GET",
  519. "requestUri": "/app-instances/{appInstanceArn}/admins",
  520. "responseCode": 200
  521. },
  522. "input": {
  523. "type": "structure",
  524. "required": [
  525. "AppInstanceArn"
  526. ],
  527. "members": {
  528. "AppInstanceArn": {
  529. "location": "uri",
  530. "locationName": "appInstanceArn"
  531. },
  532. "MaxResults": {
  533. "location": "querystring",
  534. "locationName": "max-results",
  535. "type": "integer"
  536. },
  537. "NextToken": {
  538. "shape": "S1z",
  539. "location": "querystring",
  540. "locationName": "next-token"
  541. }
  542. }
  543. },
  544. "output": {
  545. "type": "structure",
  546. "members": {
  547. "AppInstanceArn": {},
  548. "AppInstanceAdmins": {
  549. "type": "list",
  550. "member": {
  551. "type": "structure",
  552. "members": {
  553. "Admin": {
  554. "shape": "Sd"
  555. }
  556. }
  557. }
  558. },
  559. "NextToken": {
  560. "shape": "S1z"
  561. }
  562. }
  563. }
  564. },
  565. "ListAppInstanceBots": {
  566. "http": {
  567. "method": "GET",
  568. "requestUri": "/app-instance-bots"
  569. },
  570. "input": {
  571. "type": "structure",
  572. "required": [
  573. "AppInstanceArn"
  574. ],
  575. "members": {
  576. "AppInstanceArn": {
  577. "location": "querystring",
  578. "locationName": "app-instance-arn"
  579. },
  580. "MaxResults": {
  581. "location": "querystring",
  582. "locationName": "max-results",
  583. "type": "integer"
  584. },
  585. "NextToken": {
  586. "shape": "S1z",
  587. "location": "querystring",
  588. "locationName": "next-token"
  589. }
  590. }
  591. },
  592. "output": {
  593. "type": "structure",
  594. "members": {
  595. "AppInstanceArn": {},
  596. "AppInstanceBots": {
  597. "type": "list",
  598. "member": {
  599. "type": "structure",
  600. "members": {
  601. "AppInstanceBotArn": {},
  602. "Name": {
  603. "shape": "Se"
  604. },
  605. "Metadata": {
  606. "shape": "S3"
  607. }
  608. }
  609. }
  610. },
  611. "NextToken": {
  612. "shape": "S1z"
  613. }
  614. }
  615. }
  616. },
  617. "ListAppInstanceUserEndpoints": {
  618. "http": {
  619. "method": "GET",
  620. "requestUri": "/app-instance-users/{appInstanceUserArn}/endpoints",
  621. "responseCode": 200
  622. },
  623. "input": {
  624. "type": "structure",
  625. "required": [
  626. "AppInstanceUserArn"
  627. ],
  628. "members": {
  629. "AppInstanceUserArn": {
  630. "shape": "S28",
  631. "location": "uri",
  632. "locationName": "appInstanceUserArn"
  633. },
  634. "MaxResults": {
  635. "location": "querystring",
  636. "locationName": "max-results",
  637. "type": "integer"
  638. },
  639. "NextToken": {
  640. "shape": "S1z",
  641. "location": "querystring",
  642. "locationName": "next-token"
  643. }
  644. }
  645. },
  646. "output": {
  647. "type": "structure",
  648. "members": {
  649. "AppInstanceUserEndpoints": {
  650. "type": "list",
  651. "member": {
  652. "type": "structure",
  653. "members": {
  654. "AppInstanceUserArn": {},
  655. "EndpointId": {},
  656. "Name": {
  657. "shape": "S1k"
  658. },
  659. "Type": {},
  660. "AllowMessages": {},
  661. "EndpointState": {
  662. "shape": "S1p"
  663. }
  664. }
  665. }
  666. },
  667. "NextToken": {
  668. "shape": "S1z"
  669. }
  670. }
  671. }
  672. },
  673. "ListAppInstanceUsers": {
  674. "http": {
  675. "method": "GET",
  676. "requestUri": "/app-instance-users"
  677. },
  678. "input": {
  679. "type": "structure",
  680. "required": [
  681. "AppInstanceArn"
  682. ],
  683. "members": {
  684. "AppInstanceArn": {
  685. "location": "querystring",
  686. "locationName": "app-instance-arn"
  687. },
  688. "MaxResults": {
  689. "location": "querystring",
  690. "locationName": "max-results",
  691. "type": "integer"
  692. },
  693. "NextToken": {
  694. "shape": "S1z",
  695. "location": "querystring",
  696. "locationName": "next-token"
  697. }
  698. }
  699. },
  700. "output": {
  701. "type": "structure",
  702. "members": {
  703. "AppInstanceArn": {},
  704. "AppInstanceUsers": {
  705. "type": "list",
  706. "member": {
  707. "type": "structure",
  708. "members": {
  709. "AppInstanceUserArn": {},
  710. "Name": {
  711. "shape": "Ss"
  712. },
  713. "Metadata": {
  714. "shape": "S3"
  715. }
  716. }
  717. }
  718. },
  719. "NextToken": {
  720. "shape": "S1z"
  721. }
  722. }
  723. }
  724. },
  725. "ListAppInstances": {
  726. "http": {
  727. "method": "GET",
  728. "requestUri": "/app-instances"
  729. },
  730. "input": {
  731. "type": "structure",
  732. "members": {
  733. "MaxResults": {
  734. "location": "querystring",
  735. "locationName": "max-results",
  736. "type": "integer"
  737. },
  738. "NextToken": {
  739. "shape": "S1z",
  740. "location": "querystring",
  741. "locationName": "next-token"
  742. }
  743. }
  744. },
  745. "output": {
  746. "type": "structure",
  747. "members": {
  748. "AppInstances": {
  749. "type": "list",
  750. "member": {
  751. "type": "structure",
  752. "members": {
  753. "AppInstanceArn": {},
  754. "Name": {
  755. "shape": "S2"
  756. },
  757. "Metadata": {
  758. "shape": "S3"
  759. }
  760. }
  761. }
  762. },
  763. "NextToken": {
  764. "shape": "S1z"
  765. }
  766. }
  767. }
  768. },
  769. "ListTagsForResource": {
  770. "http": {
  771. "method": "GET",
  772. "requestUri": "/tags",
  773. "responseCode": 200
  774. },
  775. "input": {
  776. "type": "structure",
  777. "required": [
  778. "ResourceARN"
  779. ],
  780. "members": {
  781. "ResourceARN": {
  782. "location": "querystring",
  783. "locationName": "arn"
  784. }
  785. }
  786. },
  787. "output": {
  788. "type": "structure",
  789. "members": {
  790. "Tags": {
  791. "shape": "S5"
  792. }
  793. }
  794. }
  795. },
  796. "PutAppInstanceRetentionSettings": {
  797. "http": {
  798. "method": "PUT",
  799. "requestUri": "/app-instances/{appInstanceArn}/retention-settings",
  800. "responseCode": 200
  801. },
  802. "input": {
  803. "type": "structure",
  804. "required": [
  805. "AppInstanceArn",
  806. "AppInstanceRetentionSettings"
  807. ],
  808. "members": {
  809. "AppInstanceArn": {
  810. "location": "uri",
  811. "locationName": "appInstanceArn"
  812. },
  813. "AppInstanceRetentionSettings": {
  814. "shape": "S1u"
  815. }
  816. }
  817. },
  818. "output": {
  819. "type": "structure",
  820. "members": {
  821. "AppInstanceRetentionSettings": {
  822. "shape": "S1u"
  823. },
  824. "InitiateDeletionTimestamp": {
  825. "type": "timestamp"
  826. }
  827. }
  828. }
  829. },
  830. "PutAppInstanceUserExpirationSettings": {
  831. "http": {
  832. "method": "PUT",
  833. "requestUri": "/app-instance-users/{appInstanceUserArn}/expiration-settings",
  834. "responseCode": 200
  835. },
  836. "input": {
  837. "type": "structure",
  838. "required": [
  839. "AppInstanceUserArn"
  840. ],
  841. "members": {
  842. "AppInstanceUserArn": {
  843. "location": "uri",
  844. "locationName": "appInstanceUserArn"
  845. },
  846. "ExpirationSettings": {
  847. "shape": "St"
  848. }
  849. }
  850. },
  851. "output": {
  852. "type": "structure",
  853. "members": {
  854. "AppInstanceUserArn": {},
  855. "ExpirationSettings": {
  856. "shape": "St"
  857. }
  858. }
  859. }
  860. },
  861. "RegisterAppInstanceUserEndpoint": {
  862. "http": {
  863. "requestUri": "/app-instance-users/{appInstanceUserArn}/endpoints",
  864. "responseCode": 201
  865. },
  866. "input": {
  867. "type": "structure",
  868. "required": [
  869. "AppInstanceUserArn",
  870. "Type",
  871. "ResourceArn",
  872. "EndpointAttributes",
  873. "ClientRequestToken"
  874. ],
  875. "members": {
  876. "AppInstanceUserArn": {
  877. "shape": "S28",
  878. "location": "uri",
  879. "locationName": "appInstanceUserArn"
  880. },
  881. "Name": {
  882. "shape": "S1k"
  883. },
  884. "Type": {},
  885. "ResourceArn": {},
  886. "EndpointAttributes": {
  887. "shape": "S1m"
  888. },
  889. "ClientRequestToken": {
  890. "idempotencyToken": true
  891. },
  892. "AllowMessages": {}
  893. }
  894. },
  895. "output": {
  896. "type": "structure",
  897. "members": {
  898. "AppInstanceUserArn": {},
  899. "EndpointId": {}
  900. }
  901. }
  902. },
  903. "TagResource": {
  904. "http": {
  905. "requestUri": "/tags?operation=tag-resource",
  906. "responseCode": 204
  907. },
  908. "input": {
  909. "type": "structure",
  910. "required": [
  911. "ResourceARN",
  912. "Tags"
  913. ],
  914. "members": {
  915. "ResourceARN": {},
  916. "Tags": {
  917. "shape": "S5"
  918. }
  919. }
  920. }
  921. },
  922. "UntagResource": {
  923. "http": {
  924. "requestUri": "/tags?operation=untag-resource",
  925. "responseCode": 204
  926. },
  927. "input": {
  928. "type": "structure",
  929. "required": [
  930. "ResourceARN",
  931. "TagKeys"
  932. ],
  933. "members": {
  934. "ResourceARN": {},
  935. "TagKeys": {
  936. "type": "list",
  937. "member": {
  938. "shape": "S7"
  939. }
  940. }
  941. }
  942. }
  943. },
  944. "UpdateAppInstance": {
  945. "http": {
  946. "method": "PUT",
  947. "requestUri": "/app-instances/{appInstanceArn}",
  948. "responseCode": 200
  949. },
  950. "input": {
  951. "type": "structure",
  952. "required": [
  953. "AppInstanceArn",
  954. "Name",
  955. "Metadata"
  956. ],
  957. "members": {
  958. "AppInstanceArn": {
  959. "location": "uri",
  960. "locationName": "appInstanceArn"
  961. },
  962. "Name": {
  963. "shape": "S2"
  964. },
  965. "Metadata": {
  966. "shape": "S3"
  967. }
  968. }
  969. },
  970. "output": {
  971. "type": "structure",
  972. "members": {
  973. "AppInstanceArn": {}
  974. }
  975. }
  976. },
  977. "UpdateAppInstanceBot": {
  978. "http": {
  979. "method": "PUT",
  980. "requestUri": "/app-instance-bots/{appInstanceBotArn}",
  981. "responseCode": 200
  982. },
  983. "input": {
  984. "type": "structure",
  985. "required": [
  986. "AppInstanceBotArn",
  987. "Name",
  988. "Metadata"
  989. ],
  990. "members": {
  991. "AppInstanceBotArn": {
  992. "location": "uri",
  993. "locationName": "appInstanceBotArn"
  994. },
  995. "Name": {
  996. "shape": "Se"
  997. },
  998. "Metadata": {
  999. "shape": "S3"
  1000. },
  1001. "Configuration": {
  1002. "shape": "Sg"
  1003. }
  1004. }
  1005. },
  1006. "output": {
  1007. "type": "structure",
  1008. "members": {
  1009. "AppInstanceBotArn": {}
  1010. }
  1011. }
  1012. },
  1013. "UpdateAppInstanceUser": {
  1014. "http": {
  1015. "method": "PUT",
  1016. "requestUri": "/app-instance-users/{appInstanceUserArn}",
  1017. "responseCode": 200
  1018. },
  1019. "input": {
  1020. "type": "structure",
  1021. "required": [
  1022. "AppInstanceUserArn",
  1023. "Name",
  1024. "Metadata"
  1025. ],
  1026. "members": {
  1027. "AppInstanceUserArn": {
  1028. "location": "uri",
  1029. "locationName": "appInstanceUserArn"
  1030. },
  1031. "Name": {
  1032. "shape": "Ss"
  1033. },
  1034. "Metadata": {
  1035. "shape": "S3"
  1036. }
  1037. }
  1038. },
  1039. "output": {
  1040. "type": "structure",
  1041. "members": {
  1042. "AppInstanceUserArn": {}
  1043. }
  1044. }
  1045. },
  1046. "UpdateAppInstanceUserEndpoint": {
  1047. "http": {
  1048. "method": "PUT",
  1049. "requestUri": "/app-instance-users/{appInstanceUserArn}/endpoints/{endpointId}",
  1050. "responseCode": 200
  1051. },
  1052. "input": {
  1053. "type": "structure",
  1054. "required": [
  1055. "AppInstanceUserArn",
  1056. "EndpointId"
  1057. ],
  1058. "members": {
  1059. "AppInstanceUserArn": {
  1060. "location": "uri",
  1061. "locationName": "appInstanceUserArn"
  1062. },
  1063. "EndpointId": {
  1064. "location": "uri",
  1065. "locationName": "endpointId"
  1066. },
  1067. "Name": {
  1068. "shape": "S1k"
  1069. },
  1070. "AllowMessages": {}
  1071. }
  1072. },
  1073. "output": {
  1074. "type": "structure",
  1075. "members": {
  1076. "AppInstanceUserArn": {},
  1077. "EndpointId": {}
  1078. }
  1079. }
  1080. }
  1081. },
  1082. "shapes": {
  1083. "S2": {
  1084. "type": "string",
  1085. "sensitive": true
  1086. },
  1087. "S3": {
  1088. "type": "string",
  1089. "sensitive": true
  1090. },
  1091. "S5": {
  1092. "type": "list",
  1093. "member": {
  1094. "type": "structure",
  1095. "required": [
  1096. "Key",
  1097. "Value"
  1098. ],
  1099. "members": {
  1100. "Key": {
  1101. "shape": "S7"
  1102. },
  1103. "Value": {
  1104. "type": "string",
  1105. "sensitive": true
  1106. }
  1107. }
  1108. }
  1109. },
  1110. "S7": {
  1111. "type": "string",
  1112. "sensitive": true
  1113. },
  1114. "Sd": {
  1115. "type": "structure",
  1116. "members": {
  1117. "Arn": {},
  1118. "Name": {
  1119. "shape": "Se"
  1120. }
  1121. }
  1122. },
  1123. "Se": {
  1124. "type": "string",
  1125. "sensitive": true
  1126. },
  1127. "Sg": {
  1128. "type": "structure",
  1129. "required": [
  1130. "Lex"
  1131. ],
  1132. "members": {
  1133. "Lex": {
  1134. "type": "structure",
  1135. "required": [
  1136. "LexBotAliasArn",
  1137. "LocaleId"
  1138. ],
  1139. "members": {
  1140. "RespondsTo": {},
  1141. "InvokedBy": {
  1142. "type": "structure",
  1143. "required": [
  1144. "StandardMessages",
  1145. "TargetedMessages"
  1146. ],
  1147. "members": {
  1148. "StandardMessages": {},
  1149. "TargetedMessages": {}
  1150. }
  1151. },
  1152. "LexBotAliasArn": {},
  1153. "LocaleId": {},
  1154. "WelcomeIntent": {}
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "Ss": {
  1160. "type": "string",
  1161. "sensitive": true
  1162. },
  1163. "St": {
  1164. "type": "structure",
  1165. "required": [
  1166. "ExpirationDays",
  1167. "ExpirationCriterion"
  1168. ],
  1169. "members": {
  1170. "ExpirationDays": {
  1171. "type": "integer"
  1172. },
  1173. "ExpirationCriterion": {}
  1174. }
  1175. },
  1176. "S1k": {
  1177. "type": "string",
  1178. "sensitive": true
  1179. },
  1180. "S1m": {
  1181. "type": "structure",
  1182. "required": [
  1183. "DeviceToken"
  1184. ],
  1185. "members": {
  1186. "DeviceToken": {
  1187. "shape": "S1n"
  1188. },
  1189. "VoipDeviceToken": {
  1190. "shape": "S1n"
  1191. }
  1192. }
  1193. },
  1194. "S1n": {
  1195. "type": "string",
  1196. "sensitive": true
  1197. },
  1198. "S1p": {
  1199. "type": "structure",
  1200. "required": [
  1201. "Status"
  1202. ],
  1203. "members": {
  1204. "Status": {},
  1205. "StatusReason": {}
  1206. }
  1207. },
  1208. "S1u": {
  1209. "type": "structure",
  1210. "members": {
  1211. "ChannelRetentionSettings": {
  1212. "type": "structure",
  1213. "members": {
  1214. "RetentionDays": {
  1215. "type": "integer"
  1216. }
  1217. }
  1218. }
  1219. }
  1220. },
  1221. "S1z": {
  1222. "type": "string",
  1223. "sensitive": true
  1224. },
  1225. "S28": {
  1226. "type": "string",
  1227. "sensitive": true
  1228. }
  1229. }
  1230. }