fis-2020-12-01.min.json 32 KB

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