opensearchserverless-2021-11-01.min.json 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2021-11-01",
  5. "endpointPrefix": "aoss",
  6. "jsonVersion": "1.0",
  7. "protocol": "json",
  8. "serviceFullName": "OpenSearch Service Serverless",
  9. "serviceId": "OpenSearchServerless",
  10. "signatureVersion": "v4",
  11. "signingName": "aoss",
  12. "targetPrefix": "OpenSearchServerless",
  13. "uid": "opensearchserverless-2021-11-01"
  14. },
  15. "operations": {
  16. "BatchGetCollection": {
  17. "input": {
  18. "type": "structure",
  19. "members": {
  20. "ids": {
  21. "type": "list",
  22. "member": {}
  23. },
  24. "names": {
  25. "type": "list",
  26. "member": {}
  27. }
  28. }
  29. },
  30. "output": {
  31. "type": "structure",
  32. "members": {
  33. "collectionDetails": {
  34. "type": "list",
  35. "member": {
  36. "type": "structure",
  37. "members": {
  38. "arn": {},
  39. "collectionEndpoint": {},
  40. "createdDate": {
  41. "type": "long"
  42. },
  43. "dashboardEndpoint": {},
  44. "description": {},
  45. "id": {},
  46. "kmsKeyArn": {},
  47. "lastModifiedDate": {
  48. "type": "long"
  49. },
  50. "name": {},
  51. "standbyReplicas": {},
  52. "status": {},
  53. "type": {}
  54. }
  55. }
  56. },
  57. "collectionErrorDetails": {
  58. "type": "list",
  59. "member": {
  60. "type": "structure",
  61. "members": {
  62. "errorCode": {},
  63. "errorMessage": {},
  64. "id": {},
  65. "name": {}
  66. }
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "BatchGetEffectiveLifecyclePolicy": {
  73. "input": {
  74. "type": "structure",
  75. "required": [
  76. "resourceIdentifiers"
  77. ],
  78. "members": {
  79. "resourceIdentifiers": {
  80. "type": "list",
  81. "member": {
  82. "type": "structure",
  83. "required": [
  84. "resource",
  85. "type"
  86. ],
  87. "members": {
  88. "resource": {},
  89. "type": {}
  90. }
  91. }
  92. }
  93. }
  94. },
  95. "output": {
  96. "type": "structure",
  97. "members": {
  98. "effectiveLifecyclePolicyDetails": {
  99. "type": "list",
  100. "member": {
  101. "type": "structure",
  102. "members": {
  103. "noMinRetentionPeriod": {
  104. "type": "boolean"
  105. },
  106. "policyName": {},
  107. "resource": {},
  108. "resourceType": {},
  109. "retentionPeriod": {},
  110. "type": {}
  111. }
  112. }
  113. },
  114. "effectiveLifecyclePolicyErrorDetails": {
  115. "type": "list",
  116. "member": {
  117. "type": "structure",
  118. "members": {
  119. "errorCode": {},
  120. "errorMessage": {},
  121. "resource": {},
  122. "type": {}
  123. }
  124. }
  125. }
  126. }
  127. }
  128. },
  129. "BatchGetLifecyclePolicy": {
  130. "input": {
  131. "type": "structure",
  132. "required": [
  133. "identifiers"
  134. ],
  135. "members": {
  136. "identifiers": {
  137. "type": "list",
  138. "member": {
  139. "type": "structure",
  140. "required": [
  141. "name",
  142. "type"
  143. ],
  144. "members": {
  145. "name": {},
  146. "type": {}
  147. }
  148. }
  149. }
  150. }
  151. },
  152. "output": {
  153. "type": "structure",
  154. "members": {
  155. "lifecyclePolicyDetails": {
  156. "type": "list",
  157. "member": {
  158. "shape": "Sz"
  159. }
  160. },
  161. "lifecyclePolicyErrorDetails": {
  162. "type": "list",
  163. "member": {
  164. "type": "structure",
  165. "members": {
  166. "errorCode": {},
  167. "errorMessage": {},
  168. "name": {},
  169. "type": {}
  170. }
  171. }
  172. }
  173. }
  174. }
  175. },
  176. "BatchGetVpcEndpoint": {
  177. "input": {
  178. "type": "structure",
  179. "required": [
  180. "ids"
  181. ],
  182. "members": {
  183. "ids": {
  184. "type": "list",
  185. "member": {}
  186. }
  187. }
  188. },
  189. "output": {
  190. "type": "structure",
  191. "members": {
  192. "vpcEndpointDetails": {
  193. "type": "list",
  194. "member": {
  195. "type": "structure",
  196. "members": {
  197. "createdDate": {
  198. "type": "long"
  199. },
  200. "id": {},
  201. "name": {},
  202. "securityGroupIds": {
  203. "shape": "S1c"
  204. },
  205. "status": {},
  206. "subnetIds": {
  207. "shape": "S1f"
  208. },
  209. "vpcId": {}
  210. }
  211. }
  212. },
  213. "vpcEndpointErrorDetails": {
  214. "type": "list",
  215. "member": {
  216. "type": "structure",
  217. "members": {
  218. "errorCode": {},
  219. "errorMessage": {},
  220. "id": {}
  221. }
  222. }
  223. }
  224. }
  225. }
  226. },
  227. "CreateAccessPolicy": {
  228. "input": {
  229. "type": "structure",
  230. "required": [
  231. "name",
  232. "policy",
  233. "type"
  234. ],
  235. "members": {
  236. "clientToken": {
  237. "idempotencyToken": true
  238. },
  239. "description": {},
  240. "name": {},
  241. "policy": {},
  242. "type": {}
  243. }
  244. },
  245. "output": {
  246. "type": "structure",
  247. "members": {
  248. "accessPolicyDetail": {
  249. "shape": "S1p"
  250. }
  251. }
  252. },
  253. "idempotent": true
  254. },
  255. "CreateCollection": {
  256. "input": {
  257. "type": "structure",
  258. "required": [
  259. "name"
  260. ],
  261. "members": {
  262. "clientToken": {
  263. "idempotencyToken": true
  264. },
  265. "description": {},
  266. "name": {},
  267. "standbyReplicas": {},
  268. "tags": {
  269. "shape": "S1s"
  270. },
  271. "type": {}
  272. }
  273. },
  274. "output": {
  275. "type": "structure",
  276. "members": {
  277. "createCollectionDetail": {
  278. "type": "structure",
  279. "members": {
  280. "arn": {},
  281. "createdDate": {
  282. "type": "long"
  283. },
  284. "description": {},
  285. "id": {},
  286. "kmsKeyArn": {},
  287. "lastModifiedDate": {
  288. "type": "long"
  289. },
  290. "name": {},
  291. "standbyReplicas": {},
  292. "status": {},
  293. "type": {}
  294. }
  295. }
  296. }
  297. },
  298. "idempotent": true
  299. },
  300. "CreateLifecyclePolicy": {
  301. "input": {
  302. "type": "structure",
  303. "required": [
  304. "name",
  305. "policy",
  306. "type"
  307. ],
  308. "members": {
  309. "clientToken": {
  310. "idempotencyToken": true
  311. },
  312. "description": {},
  313. "name": {},
  314. "policy": {},
  315. "type": {}
  316. }
  317. },
  318. "output": {
  319. "type": "structure",
  320. "members": {
  321. "lifecyclePolicyDetail": {
  322. "shape": "Sz"
  323. }
  324. }
  325. },
  326. "idempotent": true
  327. },
  328. "CreateSecurityConfig": {
  329. "input": {
  330. "type": "structure",
  331. "required": [
  332. "name",
  333. "type"
  334. ],
  335. "members": {
  336. "clientToken": {
  337. "idempotencyToken": true
  338. },
  339. "description": {},
  340. "name": {},
  341. "samlOptions": {
  342. "shape": "S23"
  343. },
  344. "type": {}
  345. }
  346. },
  347. "output": {
  348. "type": "structure",
  349. "members": {
  350. "securityConfigDetail": {
  351. "shape": "S2a"
  352. }
  353. }
  354. },
  355. "idempotent": true
  356. },
  357. "CreateSecurityPolicy": {
  358. "input": {
  359. "type": "structure",
  360. "required": [
  361. "name",
  362. "policy",
  363. "type"
  364. ],
  365. "members": {
  366. "clientToken": {
  367. "idempotencyToken": true
  368. },
  369. "description": {},
  370. "name": {},
  371. "policy": {},
  372. "type": {}
  373. }
  374. },
  375. "output": {
  376. "type": "structure",
  377. "members": {
  378. "securityPolicyDetail": {
  379. "shape": "S2f"
  380. }
  381. }
  382. },
  383. "idempotent": true
  384. },
  385. "CreateVpcEndpoint": {
  386. "input": {
  387. "type": "structure",
  388. "required": [
  389. "name",
  390. "subnetIds",
  391. "vpcId"
  392. ],
  393. "members": {
  394. "clientToken": {
  395. "idempotencyToken": true
  396. },
  397. "name": {},
  398. "securityGroupIds": {
  399. "shape": "S1c"
  400. },
  401. "subnetIds": {
  402. "shape": "S1f"
  403. },
  404. "vpcId": {}
  405. }
  406. },
  407. "output": {
  408. "type": "structure",
  409. "members": {
  410. "createVpcEndpointDetail": {
  411. "type": "structure",
  412. "members": {
  413. "id": {},
  414. "name": {},
  415. "status": {}
  416. }
  417. }
  418. }
  419. },
  420. "idempotent": true
  421. },
  422. "DeleteAccessPolicy": {
  423. "input": {
  424. "type": "structure",
  425. "required": [
  426. "name",
  427. "type"
  428. ],
  429. "members": {
  430. "clientToken": {
  431. "idempotencyToken": true
  432. },
  433. "name": {},
  434. "type": {}
  435. }
  436. },
  437. "output": {
  438. "type": "structure",
  439. "members": {}
  440. },
  441. "idempotent": true
  442. },
  443. "DeleteCollection": {
  444. "input": {
  445. "type": "structure",
  446. "required": [
  447. "id"
  448. ],
  449. "members": {
  450. "clientToken": {
  451. "idempotencyToken": true
  452. },
  453. "id": {}
  454. }
  455. },
  456. "output": {
  457. "type": "structure",
  458. "members": {
  459. "deleteCollectionDetail": {
  460. "type": "structure",
  461. "members": {
  462. "id": {},
  463. "name": {},
  464. "status": {}
  465. }
  466. }
  467. }
  468. },
  469. "idempotent": true
  470. },
  471. "DeleteLifecyclePolicy": {
  472. "input": {
  473. "type": "structure",
  474. "required": [
  475. "name",
  476. "type"
  477. ],
  478. "members": {
  479. "clientToken": {
  480. "idempotencyToken": true
  481. },
  482. "name": {},
  483. "type": {}
  484. }
  485. },
  486. "output": {
  487. "type": "structure",
  488. "members": {}
  489. },
  490. "idempotent": true
  491. },
  492. "DeleteSecurityConfig": {
  493. "input": {
  494. "type": "structure",
  495. "required": [
  496. "id"
  497. ],
  498. "members": {
  499. "clientToken": {
  500. "idempotencyToken": true
  501. },
  502. "id": {}
  503. }
  504. },
  505. "output": {
  506. "type": "structure",
  507. "members": {}
  508. },
  509. "idempotent": true
  510. },
  511. "DeleteSecurityPolicy": {
  512. "input": {
  513. "type": "structure",
  514. "required": [
  515. "name",
  516. "type"
  517. ],
  518. "members": {
  519. "clientToken": {
  520. "idempotencyToken": true
  521. },
  522. "name": {},
  523. "type": {}
  524. }
  525. },
  526. "output": {
  527. "type": "structure",
  528. "members": {}
  529. },
  530. "idempotent": true
  531. },
  532. "DeleteVpcEndpoint": {
  533. "input": {
  534. "type": "structure",
  535. "required": [
  536. "id"
  537. ],
  538. "members": {
  539. "clientToken": {
  540. "idempotencyToken": true
  541. },
  542. "id": {}
  543. }
  544. },
  545. "output": {
  546. "type": "structure",
  547. "members": {
  548. "deleteVpcEndpointDetail": {
  549. "type": "structure",
  550. "members": {
  551. "id": {},
  552. "name": {},
  553. "status": {}
  554. }
  555. }
  556. }
  557. },
  558. "idempotent": true
  559. },
  560. "GetAccessPolicy": {
  561. "input": {
  562. "type": "structure",
  563. "required": [
  564. "name",
  565. "type"
  566. ],
  567. "members": {
  568. "name": {},
  569. "type": {}
  570. }
  571. },
  572. "output": {
  573. "type": "structure",
  574. "members": {
  575. "accessPolicyDetail": {
  576. "shape": "S1p"
  577. }
  578. }
  579. }
  580. },
  581. "GetAccountSettings": {
  582. "input": {
  583. "type": "structure",
  584. "members": {}
  585. },
  586. "output": {
  587. "type": "structure",
  588. "members": {
  589. "accountSettingsDetail": {
  590. "shape": "S31"
  591. }
  592. }
  593. }
  594. },
  595. "GetPoliciesStats": {
  596. "input": {
  597. "type": "structure",
  598. "members": {}
  599. },
  600. "output": {
  601. "type": "structure",
  602. "members": {
  603. "AccessPolicyStats": {
  604. "type": "structure",
  605. "members": {
  606. "DataPolicyCount": {
  607. "type": "long"
  608. }
  609. }
  610. },
  611. "LifecyclePolicyStats": {
  612. "type": "structure",
  613. "members": {
  614. "RetentionPolicyCount": {
  615. "type": "long"
  616. }
  617. }
  618. },
  619. "SecurityConfigStats": {
  620. "type": "structure",
  621. "members": {
  622. "SamlConfigCount": {
  623. "type": "long"
  624. }
  625. }
  626. },
  627. "SecurityPolicyStats": {
  628. "type": "structure",
  629. "members": {
  630. "EncryptionPolicyCount": {
  631. "type": "long"
  632. },
  633. "NetworkPolicyCount": {
  634. "type": "long"
  635. }
  636. }
  637. },
  638. "TotalPolicyCount": {
  639. "type": "long"
  640. }
  641. }
  642. }
  643. },
  644. "GetSecurityConfig": {
  645. "input": {
  646. "type": "structure",
  647. "required": [
  648. "id"
  649. ],
  650. "members": {
  651. "id": {}
  652. }
  653. },
  654. "output": {
  655. "type": "structure",
  656. "members": {
  657. "securityConfigDetail": {
  658. "shape": "S2a"
  659. }
  660. }
  661. }
  662. },
  663. "GetSecurityPolicy": {
  664. "input": {
  665. "type": "structure",
  666. "required": [
  667. "name",
  668. "type"
  669. ],
  670. "members": {
  671. "name": {},
  672. "type": {}
  673. }
  674. },
  675. "output": {
  676. "type": "structure",
  677. "members": {
  678. "securityPolicyDetail": {
  679. "shape": "S2f"
  680. }
  681. }
  682. }
  683. },
  684. "ListAccessPolicies": {
  685. "input": {
  686. "type": "structure",
  687. "required": [
  688. "type"
  689. ],
  690. "members": {
  691. "maxResults": {
  692. "type": "integer"
  693. },
  694. "nextToken": {},
  695. "resource": {
  696. "type": "list",
  697. "member": {}
  698. },
  699. "type": {}
  700. }
  701. },
  702. "output": {
  703. "type": "structure",
  704. "members": {
  705. "accessPolicySummaries": {
  706. "type": "list",
  707. "member": {
  708. "type": "structure",
  709. "members": {
  710. "createdDate": {
  711. "type": "long"
  712. },
  713. "description": {},
  714. "lastModifiedDate": {
  715. "type": "long"
  716. },
  717. "name": {},
  718. "policyVersion": {},
  719. "type": {}
  720. }
  721. }
  722. },
  723. "nextToken": {}
  724. }
  725. }
  726. },
  727. "ListCollections": {
  728. "input": {
  729. "type": "structure",
  730. "members": {
  731. "collectionFilters": {
  732. "type": "structure",
  733. "members": {
  734. "name": {},
  735. "status": {}
  736. }
  737. },
  738. "maxResults": {
  739. "type": "integer"
  740. },
  741. "nextToken": {}
  742. }
  743. },
  744. "output": {
  745. "type": "structure",
  746. "members": {
  747. "collectionSummaries": {
  748. "type": "list",
  749. "member": {
  750. "type": "structure",
  751. "members": {
  752. "arn": {},
  753. "id": {},
  754. "name": {},
  755. "status": {}
  756. }
  757. }
  758. },
  759. "nextToken": {}
  760. }
  761. }
  762. },
  763. "ListLifecyclePolicies": {
  764. "input": {
  765. "type": "structure",
  766. "required": [
  767. "type"
  768. ],
  769. "members": {
  770. "maxResults": {
  771. "type": "integer"
  772. },
  773. "nextToken": {},
  774. "resources": {
  775. "type": "list",
  776. "member": {}
  777. },
  778. "type": {}
  779. }
  780. },
  781. "output": {
  782. "type": "structure",
  783. "members": {
  784. "lifecyclePolicySummaries": {
  785. "type": "list",
  786. "member": {
  787. "type": "structure",
  788. "members": {
  789. "createdDate": {
  790. "type": "long"
  791. },
  792. "description": {},
  793. "lastModifiedDate": {
  794. "type": "long"
  795. },
  796. "name": {},
  797. "policyVersion": {},
  798. "type": {}
  799. }
  800. }
  801. },
  802. "nextToken": {}
  803. }
  804. }
  805. },
  806. "ListSecurityConfigs": {
  807. "input": {
  808. "type": "structure",
  809. "required": [
  810. "type"
  811. ],
  812. "members": {
  813. "maxResults": {
  814. "type": "integer"
  815. },
  816. "nextToken": {},
  817. "type": {}
  818. }
  819. },
  820. "output": {
  821. "type": "structure",
  822. "members": {
  823. "nextToken": {},
  824. "securityConfigSummaries": {
  825. "type": "list",
  826. "member": {
  827. "type": "structure",
  828. "members": {
  829. "configVersion": {},
  830. "createdDate": {
  831. "type": "long"
  832. },
  833. "description": {},
  834. "id": {},
  835. "lastModifiedDate": {
  836. "type": "long"
  837. },
  838. "type": {}
  839. }
  840. }
  841. }
  842. }
  843. }
  844. },
  845. "ListSecurityPolicies": {
  846. "input": {
  847. "type": "structure",
  848. "required": [
  849. "type"
  850. ],
  851. "members": {
  852. "maxResults": {
  853. "type": "integer"
  854. },
  855. "nextToken": {},
  856. "resource": {
  857. "type": "list",
  858. "member": {}
  859. },
  860. "type": {}
  861. }
  862. },
  863. "output": {
  864. "type": "structure",
  865. "members": {
  866. "nextToken": {},
  867. "securityPolicySummaries": {
  868. "type": "list",
  869. "member": {
  870. "type": "structure",
  871. "members": {
  872. "createdDate": {
  873. "type": "long"
  874. },
  875. "description": {},
  876. "lastModifiedDate": {
  877. "type": "long"
  878. },
  879. "name": {},
  880. "policyVersion": {},
  881. "type": {}
  882. }
  883. }
  884. }
  885. }
  886. }
  887. },
  888. "ListTagsForResource": {
  889. "input": {
  890. "type": "structure",
  891. "required": [
  892. "resourceArn"
  893. ],
  894. "members": {
  895. "resourceArn": {}
  896. }
  897. },
  898. "output": {
  899. "type": "structure",
  900. "members": {
  901. "tags": {
  902. "shape": "S1s"
  903. }
  904. }
  905. }
  906. },
  907. "ListVpcEndpoints": {
  908. "input": {
  909. "type": "structure",
  910. "members": {
  911. "maxResults": {
  912. "type": "integer"
  913. },
  914. "nextToken": {},
  915. "vpcEndpointFilters": {
  916. "type": "structure",
  917. "members": {
  918. "status": {}
  919. }
  920. }
  921. }
  922. },
  923. "output": {
  924. "type": "structure",
  925. "members": {
  926. "nextToken": {},
  927. "vpcEndpointSummaries": {
  928. "type": "list",
  929. "member": {
  930. "type": "structure",
  931. "members": {
  932. "id": {},
  933. "name": {},
  934. "status": {}
  935. }
  936. }
  937. }
  938. }
  939. }
  940. },
  941. "TagResource": {
  942. "input": {
  943. "type": "structure",
  944. "required": [
  945. "resourceArn",
  946. "tags"
  947. ],
  948. "members": {
  949. "resourceArn": {},
  950. "tags": {
  951. "shape": "S1s"
  952. }
  953. }
  954. },
  955. "output": {
  956. "type": "structure",
  957. "members": {}
  958. }
  959. },
  960. "UntagResource": {
  961. "input": {
  962. "type": "structure",
  963. "required": [
  964. "resourceArn",
  965. "tagKeys"
  966. ],
  967. "members": {
  968. "resourceArn": {},
  969. "tagKeys": {
  970. "type": "list",
  971. "member": {}
  972. }
  973. }
  974. },
  975. "output": {
  976. "type": "structure",
  977. "members": {}
  978. }
  979. },
  980. "UpdateAccessPolicy": {
  981. "input": {
  982. "type": "structure",
  983. "required": [
  984. "name",
  985. "policyVersion",
  986. "type"
  987. ],
  988. "members": {
  989. "clientToken": {
  990. "idempotencyToken": true
  991. },
  992. "description": {},
  993. "name": {},
  994. "policy": {},
  995. "policyVersion": {},
  996. "type": {}
  997. }
  998. },
  999. "output": {
  1000. "type": "structure",
  1001. "members": {
  1002. "accessPolicyDetail": {
  1003. "shape": "S1p"
  1004. }
  1005. }
  1006. },
  1007. "idempotent": true
  1008. },
  1009. "UpdateAccountSettings": {
  1010. "input": {
  1011. "type": "structure",
  1012. "members": {
  1013. "capacityLimits": {
  1014. "shape": "S32"
  1015. }
  1016. }
  1017. },
  1018. "output": {
  1019. "type": "structure",
  1020. "members": {
  1021. "accountSettingsDetail": {
  1022. "shape": "S31"
  1023. }
  1024. }
  1025. }
  1026. },
  1027. "UpdateCollection": {
  1028. "input": {
  1029. "type": "structure",
  1030. "required": [
  1031. "id"
  1032. ],
  1033. "members": {
  1034. "clientToken": {
  1035. "idempotencyToken": true
  1036. },
  1037. "description": {},
  1038. "id": {}
  1039. }
  1040. },
  1041. "output": {
  1042. "type": "structure",
  1043. "members": {
  1044. "updateCollectionDetail": {
  1045. "type": "structure",
  1046. "members": {
  1047. "arn": {},
  1048. "createdDate": {
  1049. "type": "long"
  1050. },
  1051. "description": {},
  1052. "id": {},
  1053. "lastModifiedDate": {
  1054. "type": "long"
  1055. },
  1056. "name": {},
  1057. "status": {},
  1058. "type": {}
  1059. }
  1060. }
  1061. }
  1062. },
  1063. "idempotent": true
  1064. },
  1065. "UpdateLifecyclePolicy": {
  1066. "input": {
  1067. "type": "structure",
  1068. "required": [
  1069. "name",
  1070. "policyVersion",
  1071. "type"
  1072. ],
  1073. "members": {
  1074. "clientToken": {
  1075. "idempotencyToken": true
  1076. },
  1077. "description": {},
  1078. "name": {},
  1079. "policy": {},
  1080. "policyVersion": {},
  1081. "type": {}
  1082. }
  1083. },
  1084. "output": {
  1085. "type": "structure",
  1086. "members": {
  1087. "lifecyclePolicyDetail": {
  1088. "shape": "Sz"
  1089. }
  1090. }
  1091. },
  1092. "idempotent": true
  1093. },
  1094. "UpdateSecurityConfig": {
  1095. "input": {
  1096. "type": "structure",
  1097. "required": [
  1098. "configVersion",
  1099. "id"
  1100. ],
  1101. "members": {
  1102. "clientToken": {
  1103. "idempotencyToken": true
  1104. },
  1105. "configVersion": {},
  1106. "description": {},
  1107. "id": {},
  1108. "samlOptions": {
  1109. "shape": "S23"
  1110. }
  1111. }
  1112. },
  1113. "output": {
  1114. "type": "structure",
  1115. "members": {
  1116. "securityConfigDetail": {
  1117. "shape": "S2a"
  1118. }
  1119. }
  1120. },
  1121. "idempotent": true
  1122. },
  1123. "UpdateSecurityPolicy": {
  1124. "input": {
  1125. "type": "structure",
  1126. "required": [
  1127. "name",
  1128. "policyVersion",
  1129. "type"
  1130. ],
  1131. "members": {
  1132. "clientToken": {
  1133. "idempotencyToken": true
  1134. },
  1135. "description": {},
  1136. "name": {},
  1137. "policy": {},
  1138. "policyVersion": {},
  1139. "type": {}
  1140. }
  1141. },
  1142. "output": {
  1143. "type": "structure",
  1144. "members": {
  1145. "securityPolicyDetail": {
  1146. "shape": "S2f"
  1147. }
  1148. }
  1149. },
  1150. "idempotent": true
  1151. },
  1152. "UpdateVpcEndpoint": {
  1153. "input": {
  1154. "type": "structure",
  1155. "required": [
  1156. "id"
  1157. ],
  1158. "members": {
  1159. "addSecurityGroupIds": {
  1160. "shape": "S1c"
  1161. },
  1162. "addSubnetIds": {
  1163. "shape": "S1f"
  1164. },
  1165. "clientToken": {
  1166. "idempotencyToken": true
  1167. },
  1168. "id": {},
  1169. "removeSecurityGroupIds": {
  1170. "shape": "S1c"
  1171. },
  1172. "removeSubnetIds": {
  1173. "shape": "S1f"
  1174. }
  1175. }
  1176. },
  1177. "output": {
  1178. "type": "structure",
  1179. "members": {
  1180. "UpdateVpcEndpointDetail": {
  1181. "type": "structure",
  1182. "members": {
  1183. "id": {},
  1184. "lastModifiedDate": {
  1185. "type": "long"
  1186. },
  1187. "name": {},
  1188. "securityGroupIds": {
  1189. "shape": "S1c"
  1190. },
  1191. "status": {},
  1192. "subnetIds": {
  1193. "shape": "S1f"
  1194. }
  1195. }
  1196. }
  1197. }
  1198. },
  1199. "idempotent": true
  1200. }
  1201. },
  1202. "shapes": {
  1203. "Sz": {
  1204. "type": "structure",
  1205. "members": {
  1206. "createdDate": {
  1207. "type": "long"
  1208. },
  1209. "description": {},
  1210. "lastModifiedDate": {
  1211. "type": "long"
  1212. },
  1213. "name": {},
  1214. "policy": {
  1215. "shape": "S11"
  1216. },
  1217. "policyVersion": {},
  1218. "type": {}
  1219. }
  1220. },
  1221. "S11": {
  1222. "type": "structure",
  1223. "members": {},
  1224. "document": true
  1225. },
  1226. "S1c": {
  1227. "type": "list",
  1228. "member": {}
  1229. },
  1230. "S1f": {
  1231. "type": "list",
  1232. "member": {}
  1233. },
  1234. "S1p": {
  1235. "type": "structure",
  1236. "members": {
  1237. "createdDate": {
  1238. "type": "long"
  1239. },
  1240. "description": {},
  1241. "lastModifiedDate": {
  1242. "type": "long"
  1243. },
  1244. "name": {},
  1245. "policy": {
  1246. "shape": "S11"
  1247. },
  1248. "policyVersion": {},
  1249. "type": {}
  1250. }
  1251. },
  1252. "S1s": {
  1253. "type": "list",
  1254. "member": {
  1255. "type": "structure",
  1256. "required": [
  1257. "key",
  1258. "value"
  1259. ],
  1260. "members": {
  1261. "key": {},
  1262. "value": {}
  1263. }
  1264. }
  1265. },
  1266. "S23": {
  1267. "type": "structure",
  1268. "required": [
  1269. "metadata"
  1270. ],
  1271. "members": {
  1272. "groupAttribute": {},
  1273. "metadata": {},
  1274. "sessionTimeout": {
  1275. "type": "integer"
  1276. },
  1277. "userAttribute": {}
  1278. }
  1279. },
  1280. "S2a": {
  1281. "type": "structure",
  1282. "members": {
  1283. "configVersion": {},
  1284. "createdDate": {
  1285. "type": "long"
  1286. },
  1287. "description": {},
  1288. "id": {},
  1289. "lastModifiedDate": {
  1290. "type": "long"
  1291. },
  1292. "samlOptions": {
  1293. "shape": "S23"
  1294. },
  1295. "type": {}
  1296. }
  1297. },
  1298. "S2f": {
  1299. "type": "structure",
  1300. "members": {
  1301. "createdDate": {
  1302. "type": "long"
  1303. },
  1304. "description": {},
  1305. "lastModifiedDate": {
  1306. "type": "long"
  1307. },
  1308. "name": {},
  1309. "policy": {
  1310. "shape": "S11"
  1311. },
  1312. "policyVersion": {},
  1313. "type": {}
  1314. }
  1315. },
  1316. "S31": {
  1317. "type": "structure",
  1318. "members": {
  1319. "capacityLimits": {
  1320. "shape": "S32"
  1321. }
  1322. }
  1323. },
  1324. "S32": {
  1325. "type": "structure",
  1326. "members": {
  1327. "maxIndexingCapacityInOCU": {
  1328. "type": "integer"
  1329. },
  1330. "maxSearchCapacityInOCU": {
  1331. "type": "integer"
  1332. }
  1333. }
  1334. }
  1335. }
  1336. }