route53-recovery-readiness-2019-12-02.min.json 35 KB

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