route53-recovery-control-config-2020-11-02.min.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927
  1. {
  2. "metadata": {
  3. "apiVersion": "2020-11-02",
  4. "endpointPrefix": "route53-recovery-control-config",
  5. "signingName": "route53-recovery-control-config",
  6. "serviceFullName": "AWS Route53 Recovery Control Config",
  7. "serviceId": "Route53 Recovery Control Config",
  8. "protocol": "rest-json",
  9. "jsonVersion": "1.1",
  10. "uid": "route53-recovery-control-config-2020-11-02",
  11. "signatureVersion": "v4"
  12. },
  13. "operations": {
  14. "CreateCluster": {
  15. "http": {
  16. "requestUri": "/cluster",
  17. "responseCode": 200
  18. },
  19. "input": {
  20. "type": "structure",
  21. "members": {
  22. "ClientToken": {
  23. "idempotencyToken": true
  24. },
  25. "ClusterName": {},
  26. "Tags": {
  27. "shape": "S3"
  28. }
  29. },
  30. "required": [
  31. "ClusterName"
  32. ]
  33. },
  34. "output": {
  35. "type": "structure",
  36. "members": {
  37. "Cluster": {
  38. "shape": "S7"
  39. }
  40. }
  41. }
  42. },
  43. "CreateControlPanel": {
  44. "http": {
  45. "requestUri": "/controlpanel",
  46. "responseCode": 200
  47. },
  48. "input": {
  49. "type": "structure",
  50. "members": {
  51. "ClientToken": {
  52. "idempotencyToken": true
  53. },
  54. "ClusterArn": {},
  55. "ControlPanelName": {},
  56. "Tags": {
  57. "shape": "S3"
  58. }
  59. },
  60. "required": [
  61. "ClusterArn",
  62. "ControlPanelName"
  63. ]
  64. },
  65. "output": {
  66. "type": "structure",
  67. "members": {
  68. "ControlPanel": {
  69. "shape": "Sh"
  70. }
  71. }
  72. }
  73. },
  74. "CreateRoutingControl": {
  75. "http": {
  76. "requestUri": "/routingcontrol",
  77. "responseCode": 200
  78. },
  79. "input": {
  80. "type": "structure",
  81. "members": {
  82. "ClientToken": {
  83. "idempotencyToken": true
  84. },
  85. "ClusterArn": {},
  86. "ControlPanelArn": {},
  87. "RoutingControlName": {}
  88. },
  89. "required": [
  90. "ClusterArn",
  91. "RoutingControlName"
  92. ]
  93. },
  94. "output": {
  95. "type": "structure",
  96. "members": {
  97. "RoutingControl": {
  98. "shape": "Sm"
  99. }
  100. }
  101. }
  102. },
  103. "CreateSafetyRule": {
  104. "http": {
  105. "requestUri": "/safetyrule",
  106. "responseCode": 200
  107. },
  108. "input": {
  109. "type": "structure",
  110. "members": {
  111. "AssertionRule": {
  112. "type": "structure",
  113. "members": {
  114. "AssertedControls": {
  115. "shape": "Sp"
  116. },
  117. "ControlPanelArn": {},
  118. "Name": {},
  119. "RuleConfig": {
  120. "shape": "Sq"
  121. },
  122. "WaitPeriodMs": {
  123. "type": "integer"
  124. }
  125. },
  126. "required": [
  127. "ControlPanelArn",
  128. "AssertedControls",
  129. "RuleConfig",
  130. "WaitPeriodMs",
  131. "Name"
  132. ]
  133. },
  134. "ClientToken": {
  135. "idempotencyToken": true
  136. },
  137. "GatingRule": {
  138. "type": "structure",
  139. "members": {
  140. "ControlPanelArn": {},
  141. "GatingControls": {
  142. "shape": "Sp"
  143. },
  144. "Name": {},
  145. "RuleConfig": {
  146. "shape": "Sq"
  147. },
  148. "TargetControls": {
  149. "shape": "Sp"
  150. },
  151. "WaitPeriodMs": {
  152. "type": "integer"
  153. }
  154. },
  155. "required": [
  156. "TargetControls",
  157. "ControlPanelArn",
  158. "GatingControls",
  159. "RuleConfig",
  160. "WaitPeriodMs",
  161. "Name"
  162. ]
  163. },
  164. "Tags": {
  165. "shape": "S3"
  166. }
  167. }
  168. },
  169. "output": {
  170. "type": "structure",
  171. "members": {
  172. "AssertionRule": {
  173. "shape": "Su"
  174. },
  175. "GatingRule": {
  176. "shape": "Sv"
  177. }
  178. }
  179. }
  180. },
  181. "DeleteCluster": {
  182. "http": {
  183. "method": "DELETE",
  184. "requestUri": "/cluster/{ClusterArn}",
  185. "responseCode": 200
  186. },
  187. "input": {
  188. "type": "structure",
  189. "members": {
  190. "ClusterArn": {
  191. "location": "uri",
  192. "locationName": "ClusterArn"
  193. }
  194. },
  195. "required": [
  196. "ClusterArn"
  197. ]
  198. },
  199. "output": {
  200. "type": "structure",
  201. "members": {}
  202. }
  203. },
  204. "DeleteControlPanel": {
  205. "http": {
  206. "method": "DELETE",
  207. "requestUri": "/controlpanel/{ControlPanelArn}",
  208. "responseCode": 200
  209. },
  210. "input": {
  211. "type": "structure",
  212. "members": {
  213. "ControlPanelArn": {
  214. "location": "uri",
  215. "locationName": "ControlPanelArn"
  216. }
  217. },
  218. "required": [
  219. "ControlPanelArn"
  220. ]
  221. },
  222. "output": {
  223. "type": "structure",
  224. "members": {}
  225. }
  226. },
  227. "DeleteRoutingControl": {
  228. "http": {
  229. "method": "DELETE",
  230. "requestUri": "/routingcontrol/{RoutingControlArn}",
  231. "responseCode": 200
  232. },
  233. "input": {
  234. "type": "structure",
  235. "members": {
  236. "RoutingControlArn": {
  237. "location": "uri",
  238. "locationName": "RoutingControlArn"
  239. }
  240. },
  241. "required": [
  242. "RoutingControlArn"
  243. ]
  244. },
  245. "output": {
  246. "type": "structure",
  247. "members": {}
  248. }
  249. },
  250. "DeleteSafetyRule": {
  251. "http": {
  252. "method": "DELETE",
  253. "requestUri": "/safetyrule/{SafetyRuleArn}",
  254. "responseCode": 200
  255. },
  256. "input": {
  257. "type": "structure",
  258. "members": {
  259. "SafetyRuleArn": {
  260. "location": "uri",
  261. "locationName": "SafetyRuleArn"
  262. }
  263. },
  264. "required": [
  265. "SafetyRuleArn"
  266. ]
  267. },
  268. "output": {
  269. "type": "structure",
  270. "members": {}
  271. }
  272. },
  273. "DescribeCluster": {
  274. "http": {
  275. "method": "GET",
  276. "requestUri": "/cluster/{ClusterArn}",
  277. "responseCode": 200
  278. },
  279. "input": {
  280. "type": "structure",
  281. "members": {
  282. "ClusterArn": {
  283. "location": "uri",
  284. "locationName": "ClusterArn"
  285. }
  286. },
  287. "required": [
  288. "ClusterArn"
  289. ]
  290. },
  291. "output": {
  292. "type": "structure",
  293. "members": {
  294. "Cluster": {
  295. "shape": "S7"
  296. }
  297. }
  298. }
  299. },
  300. "DescribeControlPanel": {
  301. "http": {
  302. "method": "GET",
  303. "requestUri": "/controlpanel/{ControlPanelArn}",
  304. "responseCode": 200
  305. },
  306. "input": {
  307. "type": "structure",
  308. "members": {
  309. "ControlPanelArn": {
  310. "location": "uri",
  311. "locationName": "ControlPanelArn"
  312. }
  313. },
  314. "required": [
  315. "ControlPanelArn"
  316. ]
  317. },
  318. "output": {
  319. "type": "structure",
  320. "members": {
  321. "ControlPanel": {
  322. "shape": "Sh"
  323. }
  324. }
  325. }
  326. },
  327. "DescribeRoutingControl": {
  328. "http": {
  329. "method": "GET",
  330. "requestUri": "/routingcontrol/{RoutingControlArn}",
  331. "responseCode": 200
  332. },
  333. "input": {
  334. "type": "structure",
  335. "members": {
  336. "RoutingControlArn": {
  337. "location": "uri",
  338. "locationName": "RoutingControlArn"
  339. }
  340. },
  341. "required": [
  342. "RoutingControlArn"
  343. ]
  344. },
  345. "output": {
  346. "type": "structure",
  347. "members": {
  348. "RoutingControl": {
  349. "shape": "Sm"
  350. }
  351. }
  352. }
  353. },
  354. "DescribeSafetyRule": {
  355. "http": {
  356. "method": "GET",
  357. "requestUri": "/safetyrule/{SafetyRuleArn}",
  358. "responseCode": 200
  359. },
  360. "input": {
  361. "type": "structure",
  362. "members": {
  363. "SafetyRuleArn": {
  364. "location": "uri",
  365. "locationName": "SafetyRuleArn"
  366. }
  367. },
  368. "required": [
  369. "SafetyRuleArn"
  370. ]
  371. },
  372. "output": {
  373. "type": "structure",
  374. "members": {
  375. "AssertionRule": {
  376. "shape": "Su"
  377. },
  378. "GatingRule": {
  379. "shape": "Sv"
  380. }
  381. }
  382. }
  383. },
  384. "GetResourcePolicy": {
  385. "http": {
  386. "method": "GET",
  387. "requestUri": "/resourcePolicy/{ResourceArn}",
  388. "responseCode": 200
  389. },
  390. "input": {
  391. "type": "structure",
  392. "members": {
  393. "ResourceArn": {
  394. "location": "uri",
  395. "locationName": "ResourceArn"
  396. }
  397. },
  398. "required": [
  399. "ResourceArn"
  400. ]
  401. },
  402. "output": {
  403. "type": "structure",
  404. "members": {
  405. "Policy": {}
  406. }
  407. }
  408. },
  409. "ListAssociatedRoute53HealthChecks": {
  410. "http": {
  411. "method": "GET",
  412. "requestUri": "/routingcontrol/{RoutingControlArn}/associatedRoute53HealthChecks",
  413. "responseCode": 200
  414. },
  415. "input": {
  416. "type": "structure",
  417. "members": {
  418. "MaxResults": {
  419. "location": "querystring",
  420. "locationName": "MaxResults",
  421. "type": "integer"
  422. },
  423. "NextToken": {
  424. "location": "querystring",
  425. "locationName": "NextToken"
  426. },
  427. "RoutingControlArn": {
  428. "location": "uri",
  429. "locationName": "RoutingControlArn"
  430. }
  431. },
  432. "required": [
  433. "RoutingControlArn"
  434. ]
  435. },
  436. "output": {
  437. "type": "structure",
  438. "members": {
  439. "HealthCheckIds": {
  440. "type": "list",
  441. "member": {}
  442. },
  443. "NextToken": {}
  444. }
  445. }
  446. },
  447. "ListClusters": {
  448. "http": {
  449. "method": "GET",
  450. "requestUri": "/cluster",
  451. "responseCode": 200
  452. },
  453. "input": {
  454. "type": "structure",
  455. "members": {
  456. "MaxResults": {
  457. "location": "querystring",
  458. "locationName": "MaxResults",
  459. "type": "integer"
  460. },
  461. "NextToken": {
  462. "location": "querystring",
  463. "locationName": "NextToken"
  464. }
  465. }
  466. },
  467. "output": {
  468. "type": "structure",
  469. "members": {
  470. "Clusters": {
  471. "type": "list",
  472. "member": {
  473. "shape": "S7"
  474. }
  475. },
  476. "NextToken": {}
  477. }
  478. }
  479. },
  480. "ListControlPanels": {
  481. "http": {
  482. "method": "GET",
  483. "requestUri": "/controlpanels",
  484. "responseCode": 200
  485. },
  486. "input": {
  487. "type": "structure",
  488. "members": {
  489. "ClusterArn": {
  490. "location": "querystring",
  491. "locationName": "ClusterArn"
  492. },
  493. "MaxResults": {
  494. "location": "querystring",
  495. "locationName": "MaxResults",
  496. "type": "integer"
  497. },
  498. "NextToken": {
  499. "location": "querystring",
  500. "locationName": "NextToken"
  501. }
  502. }
  503. },
  504. "output": {
  505. "type": "structure",
  506. "members": {
  507. "ControlPanels": {
  508. "type": "list",
  509. "member": {
  510. "shape": "Sh"
  511. }
  512. },
  513. "NextToken": {}
  514. }
  515. }
  516. },
  517. "ListRoutingControls": {
  518. "http": {
  519. "method": "GET",
  520. "requestUri": "/controlpanel/{ControlPanelArn}/routingcontrols",
  521. "responseCode": 200
  522. },
  523. "input": {
  524. "type": "structure",
  525. "members": {
  526. "ControlPanelArn": {
  527. "location": "uri",
  528. "locationName": "ControlPanelArn"
  529. },
  530. "MaxResults": {
  531. "location": "querystring",
  532. "locationName": "MaxResults",
  533. "type": "integer"
  534. },
  535. "NextToken": {
  536. "location": "querystring",
  537. "locationName": "NextToken"
  538. }
  539. },
  540. "required": [
  541. "ControlPanelArn"
  542. ]
  543. },
  544. "output": {
  545. "type": "structure",
  546. "members": {
  547. "NextToken": {},
  548. "RoutingControls": {
  549. "type": "list",
  550. "member": {
  551. "shape": "Sm"
  552. }
  553. }
  554. }
  555. }
  556. },
  557. "ListSafetyRules": {
  558. "http": {
  559. "method": "GET",
  560. "requestUri": "/controlpanel/{ControlPanelArn}/safetyrules",
  561. "responseCode": 200
  562. },
  563. "input": {
  564. "type": "structure",
  565. "members": {
  566. "ControlPanelArn": {
  567. "location": "uri",
  568. "locationName": "ControlPanelArn"
  569. },
  570. "MaxResults": {
  571. "location": "querystring",
  572. "locationName": "MaxResults",
  573. "type": "integer"
  574. },
  575. "NextToken": {
  576. "location": "querystring",
  577. "locationName": "NextToken"
  578. }
  579. },
  580. "required": [
  581. "ControlPanelArn"
  582. ]
  583. },
  584. "output": {
  585. "type": "structure",
  586. "members": {
  587. "NextToken": {},
  588. "SafetyRules": {
  589. "type": "list",
  590. "member": {
  591. "type": "structure",
  592. "members": {
  593. "ASSERTION": {
  594. "shape": "Su"
  595. },
  596. "GATING": {
  597. "shape": "Sv"
  598. }
  599. }
  600. }
  601. }
  602. }
  603. }
  604. },
  605. "ListTagsForResource": {
  606. "http": {
  607. "method": "GET",
  608. "requestUri": "/tags/{ResourceArn}",
  609. "responseCode": 200
  610. },
  611. "input": {
  612. "type": "structure",
  613. "members": {
  614. "ResourceArn": {
  615. "location": "uri",
  616. "locationName": "ResourceArn"
  617. }
  618. },
  619. "required": [
  620. "ResourceArn"
  621. ]
  622. },
  623. "output": {
  624. "type": "structure",
  625. "members": {
  626. "Tags": {
  627. "shape": "S3"
  628. }
  629. }
  630. }
  631. },
  632. "TagResource": {
  633. "http": {
  634. "requestUri": "/tags/{ResourceArn}",
  635. "responseCode": 200
  636. },
  637. "input": {
  638. "type": "structure",
  639. "members": {
  640. "ResourceArn": {
  641. "location": "uri",
  642. "locationName": "ResourceArn"
  643. },
  644. "Tags": {
  645. "shape": "S3"
  646. }
  647. },
  648. "required": [
  649. "ResourceArn",
  650. "Tags"
  651. ]
  652. },
  653. "output": {
  654. "type": "structure",
  655. "members": {}
  656. }
  657. },
  658. "UntagResource": {
  659. "http": {
  660. "method": "DELETE",
  661. "requestUri": "/tags/{ResourceArn}",
  662. "responseCode": 200
  663. },
  664. "input": {
  665. "type": "structure",
  666. "members": {
  667. "ResourceArn": {
  668. "location": "uri",
  669. "locationName": "ResourceArn"
  670. },
  671. "TagKeys": {
  672. "location": "querystring",
  673. "locationName": "TagKeys",
  674. "type": "list",
  675. "member": {}
  676. }
  677. },
  678. "required": [
  679. "ResourceArn",
  680. "TagKeys"
  681. ]
  682. },
  683. "output": {
  684. "type": "structure",
  685. "members": {}
  686. }
  687. },
  688. "UpdateControlPanel": {
  689. "http": {
  690. "method": "PUT",
  691. "requestUri": "/controlpanel",
  692. "responseCode": 200
  693. },
  694. "input": {
  695. "type": "structure",
  696. "members": {
  697. "ControlPanelArn": {},
  698. "ControlPanelName": {}
  699. },
  700. "required": [
  701. "ControlPanelArn",
  702. "ControlPanelName"
  703. ]
  704. },
  705. "output": {
  706. "type": "structure",
  707. "members": {
  708. "ControlPanel": {
  709. "shape": "Sh"
  710. }
  711. }
  712. }
  713. },
  714. "UpdateRoutingControl": {
  715. "http": {
  716. "method": "PUT",
  717. "requestUri": "/routingcontrol",
  718. "responseCode": 200
  719. },
  720. "input": {
  721. "type": "structure",
  722. "members": {
  723. "RoutingControlArn": {},
  724. "RoutingControlName": {}
  725. },
  726. "required": [
  727. "RoutingControlName",
  728. "RoutingControlArn"
  729. ]
  730. },
  731. "output": {
  732. "type": "structure",
  733. "members": {
  734. "RoutingControl": {
  735. "shape": "Sm"
  736. }
  737. }
  738. }
  739. },
  740. "UpdateSafetyRule": {
  741. "http": {
  742. "method": "PUT",
  743. "requestUri": "/safetyrule",
  744. "responseCode": 200
  745. },
  746. "input": {
  747. "type": "structure",
  748. "members": {
  749. "AssertionRuleUpdate": {
  750. "type": "structure",
  751. "members": {
  752. "Name": {},
  753. "SafetyRuleArn": {},
  754. "WaitPeriodMs": {
  755. "type": "integer"
  756. }
  757. },
  758. "required": [
  759. "SafetyRuleArn",
  760. "WaitPeriodMs",
  761. "Name"
  762. ]
  763. },
  764. "GatingRuleUpdate": {
  765. "type": "structure",
  766. "members": {
  767. "Name": {},
  768. "SafetyRuleArn": {},
  769. "WaitPeriodMs": {
  770. "type": "integer"
  771. }
  772. },
  773. "required": [
  774. "SafetyRuleArn",
  775. "WaitPeriodMs",
  776. "Name"
  777. ]
  778. }
  779. }
  780. },
  781. "output": {
  782. "type": "structure",
  783. "members": {
  784. "AssertionRule": {
  785. "shape": "Su"
  786. },
  787. "GatingRule": {
  788. "shape": "Sv"
  789. }
  790. }
  791. }
  792. }
  793. },
  794. "shapes": {
  795. "S3": {
  796. "type": "map",
  797. "key": {},
  798. "value": {}
  799. },
  800. "S7": {
  801. "type": "structure",
  802. "members": {
  803. "ClusterArn": {},
  804. "ClusterEndpoints": {
  805. "type": "list",
  806. "member": {
  807. "type": "structure",
  808. "members": {
  809. "Endpoint": {},
  810. "Region": {}
  811. }
  812. }
  813. },
  814. "Name": {},
  815. "Status": {},
  816. "Owner": {}
  817. }
  818. },
  819. "Sh": {
  820. "type": "structure",
  821. "members": {
  822. "ClusterArn": {},
  823. "ControlPanelArn": {},
  824. "DefaultControlPanel": {
  825. "type": "boolean"
  826. },
  827. "Name": {},
  828. "RoutingControlCount": {
  829. "type": "integer"
  830. },
  831. "Status": {},
  832. "Owner": {}
  833. }
  834. },
  835. "Sm": {
  836. "type": "structure",
  837. "members": {
  838. "ControlPanelArn": {},
  839. "Name": {},
  840. "RoutingControlArn": {},
  841. "Status": {},
  842. "Owner": {}
  843. }
  844. },
  845. "Sp": {
  846. "type": "list",
  847. "member": {}
  848. },
  849. "Sq": {
  850. "type": "structure",
  851. "members": {
  852. "Inverted": {
  853. "type": "boolean"
  854. },
  855. "Threshold": {
  856. "type": "integer"
  857. },
  858. "Type": {}
  859. },
  860. "required": [
  861. "Type",
  862. "Inverted",
  863. "Threshold"
  864. ]
  865. },
  866. "Su": {
  867. "type": "structure",
  868. "members": {
  869. "AssertedControls": {
  870. "shape": "Sp"
  871. },
  872. "ControlPanelArn": {},
  873. "Name": {},
  874. "RuleConfig": {
  875. "shape": "Sq"
  876. },
  877. "SafetyRuleArn": {},
  878. "Status": {},
  879. "WaitPeriodMs": {
  880. "type": "integer"
  881. },
  882. "Owner": {}
  883. },
  884. "required": [
  885. "Status",
  886. "ControlPanelArn",
  887. "SafetyRuleArn",
  888. "AssertedControls",
  889. "RuleConfig",
  890. "WaitPeriodMs",
  891. "Name"
  892. ]
  893. },
  894. "Sv": {
  895. "type": "structure",
  896. "members": {
  897. "ControlPanelArn": {},
  898. "GatingControls": {
  899. "shape": "Sp"
  900. },
  901. "Name": {},
  902. "RuleConfig": {
  903. "shape": "Sq"
  904. },
  905. "SafetyRuleArn": {},
  906. "Status": {},
  907. "TargetControls": {
  908. "shape": "Sp"
  909. },
  910. "WaitPeriodMs": {
  911. "type": "integer"
  912. },
  913. "Owner": {}
  914. },
  915. "required": [
  916. "Status",
  917. "TargetControls",
  918. "ControlPanelArn",
  919. "SafetyRuleArn",
  920. "GatingControls",
  921. "RuleConfig",
  922. "WaitPeriodMs",
  923. "Name"
  924. ]
  925. }
  926. }
  927. }