migration-hub-refactor-spaces-2021-10-26.min.json 31 KB

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