apprunner-2020-05-15.min.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2020-05-15",
  5. "endpointPrefix": "apprunner",
  6. "jsonVersion": "1.0",
  7. "protocol": "json",
  8. "serviceFullName": "AWS App Runner",
  9. "serviceId": "AppRunner",
  10. "signatureVersion": "v4",
  11. "signingName": "apprunner",
  12. "targetPrefix": "AppRunner",
  13. "uid": "apprunner-2020-05-15"
  14. },
  15. "operations": {
  16. "AssociateCustomDomain": {
  17. "input": {
  18. "type": "structure",
  19. "required": [
  20. "ServiceArn",
  21. "DomainName"
  22. ],
  23. "members": {
  24. "ServiceArn": {},
  25. "DomainName": {},
  26. "EnableWWWSubdomain": {
  27. "type": "boolean"
  28. }
  29. }
  30. },
  31. "output": {
  32. "type": "structure",
  33. "required": [
  34. "DNSTarget",
  35. "ServiceArn",
  36. "CustomDomain",
  37. "VpcDNSTargets"
  38. ],
  39. "members": {
  40. "DNSTarget": {},
  41. "ServiceArn": {},
  42. "CustomDomain": {
  43. "shape": "S7"
  44. },
  45. "VpcDNSTargets": {
  46. "shape": "Sc"
  47. }
  48. }
  49. }
  50. },
  51. "CreateAutoScalingConfiguration": {
  52. "input": {
  53. "type": "structure",
  54. "required": [
  55. "AutoScalingConfigurationName"
  56. ],
  57. "members": {
  58. "AutoScalingConfigurationName": {},
  59. "MaxConcurrency": {
  60. "type": "integer"
  61. },
  62. "MinSize": {
  63. "type": "integer"
  64. },
  65. "MaxSize": {
  66. "type": "integer"
  67. },
  68. "Tags": {
  69. "shape": "Sj"
  70. }
  71. }
  72. },
  73. "output": {
  74. "type": "structure",
  75. "required": [
  76. "AutoScalingConfiguration"
  77. ],
  78. "members": {
  79. "AutoScalingConfiguration": {
  80. "shape": "So"
  81. }
  82. }
  83. }
  84. },
  85. "CreateConnection": {
  86. "input": {
  87. "type": "structure",
  88. "required": [
  89. "ConnectionName",
  90. "ProviderType"
  91. ],
  92. "members": {
  93. "ConnectionName": {},
  94. "ProviderType": {},
  95. "Tags": {
  96. "shape": "Sj"
  97. }
  98. }
  99. },
  100. "output": {
  101. "type": "structure",
  102. "required": [
  103. "Connection"
  104. ],
  105. "members": {
  106. "Connection": {
  107. "shape": "S12"
  108. }
  109. }
  110. }
  111. },
  112. "CreateObservabilityConfiguration": {
  113. "input": {
  114. "type": "structure",
  115. "required": [
  116. "ObservabilityConfigurationName"
  117. ],
  118. "members": {
  119. "ObservabilityConfigurationName": {},
  120. "TraceConfiguration": {
  121. "shape": "S16"
  122. },
  123. "Tags": {
  124. "shape": "Sj"
  125. }
  126. }
  127. },
  128. "output": {
  129. "type": "structure",
  130. "required": [
  131. "ObservabilityConfiguration"
  132. ],
  133. "members": {
  134. "ObservabilityConfiguration": {
  135. "shape": "S19"
  136. }
  137. }
  138. }
  139. },
  140. "CreateService": {
  141. "input": {
  142. "type": "structure",
  143. "required": [
  144. "ServiceName",
  145. "SourceConfiguration"
  146. ],
  147. "members": {
  148. "ServiceName": {},
  149. "SourceConfiguration": {
  150. "shape": "S1f"
  151. },
  152. "InstanceConfiguration": {
  153. "shape": "S22"
  154. },
  155. "Tags": {
  156. "shape": "Sj"
  157. },
  158. "EncryptionConfiguration": {
  159. "shape": "S25"
  160. },
  161. "HealthCheckConfiguration": {
  162. "shape": "S27"
  163. },
  164. "AutoScalingConfigurationArn": {},
  165. "NetworkConfiguration": {
  166. "shape": "S2e"
  167. },
  168. "ObservabilityConfiguration": {
  169. "shape": "S2j"
  170. }
  171. }
  172. },
  173. "output": {
  174. "type": "structure",
  175. "required": [
  176. "Service",
  177. "OperationId"
  178. ],
  179. "members": {
  180. "Service": {
  181. "shape": "S2l"
  182. },
  183. "OperationId": {}
  184. }
  185. }
  186. },
  187. "CreateVpcConnector": {
  188. "input": {
  189. "type": "structure",
  190. "required": [
  191. "VpcConnectorName",
  192. "Subnets"
  193. ],
  194. "members": {
  195. "VpcConnectorName": {},
  196. "Subnets": {
  197. "shape": "S2s"
  198. },
  199. "SecurityGroups": {
  200. "shape": "S2s"
  201. },
  202. "Tags": {
  203. "shape": "Sj"
  204. }
  205. }
  206. },
  207. "output": {
  208. "type": "structure",
  209. "required": [
  210. "VpcConnector"
  211. ],
  212. "members": {
  213. "VpcConnector": {
  214. "shape": "S2u"
  215. }
  216. }
  217. }
  218. },
  219. "CreateVpcIngressConnection": {
  220. "input": {
  221. "type": "structure",
  222. "required": [
  223. "ServiceArn",
  224. "VpcIngressConnectionName",
  225. "IngressVpcConfiguration"
  226. ],
  227. "members": {
  228. "ServiceArn": {},
  229. "VpcIngressConnectionName": {},
  230. "IngressVpcConfiguration": {
  231. "shape": "S2y"
  232. },
  233. "Tags": {
  234. "shape": "Sj"
  235. }
  236. }
  237. },
  238. "output": {
  239. "type": "structure",
  240. "required": [
  241. "VpcIngressConnection"
  242. ],
  243. "members": {
  244. "VpcIngressConnection": {
  245. "shape": "S30"
  246. }
  247. }
  248. }
  249. },
  250. "DeleteAutoScalingConfiguration": {
  251. "input": {
  252. "type": "structure",
  253. "required": [
  254. "AutoScalingConfigurationArn"
  255. ],
  256. "members": {
  257. "AutoScalingConfigurationArn": {},
  258. "DeleteAllRevisions": {
  259. "type": "boolean"
  260. }
  261. }
  262. },
  263. "output": {
  264. "type": "structure",
  265. "required": [
  266. "AutoScalingConfiguration"
  267. ],
  268. "members": {
  269. "AutoScalingConfiguration": {
  270. "shape": "So"
  271. }
  272. }
  273. }
  274. },
  275. "DeleteConnection": {
  276. "input": {
  277. "type": "structure",
  278. "required": [
  279. "ConnectionArn"
  280. ],
  281. "members": {
  282. "ConnectionArn": {}
  283. }
  284. },
  285. "output": {
  286. "type": "structure",
  287. "members": {
  288. "Connection": {
  289. "shape": "S12"
  290. }
  291. }
  292. }
  293. },
  294. "DeleteObservabilityConfiguration": {
  295. "input": {
  296. "type": "structure",
  297. "required": [
  298. "ObservabilityConfigurationArn"
  299. ],
  300. "members": {
  301. "ObservabilityConfigurationArn": {}
  302. }
  303. },
  304. "output": {
  305. "type": "structure",
  306. "required": [
  307. "ObservabilityConfiguration"
  308. ],
  309. "members": {
  310. "ObservabilityConfiguration": {
  311. "shape": "S19"
  312. }
  313. }
  314. }
  315. },
  316. "DeleteService": {
  317. "input": {
  318. "type": "structure",
  319. "required": [
  320. "ServiceArn"
  321. ],
  322. "members": {
  323. "ServiceArn": {}
  324. }
  325. },
  326. "output": {
  327. "type": "structure",
  328. "required": [
  329. "Service",
  330. "OperationId"
  331. ],
  332. "members": {
  333. "Service": {
  334. "shape": "S2l"
  335. },
  336. "OperationId": {}
  337. }
  338. }
  339. },
  340. "DeleteVpcConnector": {
  341. "input": {
  342. "type": "structure",
  343. "required": [
  344. "VpcConnectorArn"
  345. ],
  346. "members": {
  347. "VpcConnectorArn": {}
  348. }
  349. },
  350. "output": {
  351. "type": "structure",
  352. "required": [
  353. "VpcConnector"
  354. ],
  355. "members": {
  356. "VpcConnector": {
  357. "shape": "S2u"
  358. }
  359. }
  360. }
  361. },
  362. "DeleteVpcIngressConnection": {
  363. "input": {
  364. "type": "structure",
  365. "required": [
  366. "VpcIngressConnectionArn"
  367. ],
  368. "members": {
  369. "VpcIngressConnectionArn": {}
  370. }
  371. },
  372. "output": {
  373. "type": "structure",
  374. "required": [
  375. "VpcIngressConnection"
  376. ],
  377. "members": {
  378. "VpcIngressConnection": {
  379. "shape": "S30"
  380. }
  381. }
  382. }
  383. },
  384. "DescribeAutoScalingConfiguration": {
  385. "input": {
  386. "type": "structure",
  387. "required": [
  388. "AutoScalingConfigurationArn"
  389. ],
  390. "members": {
  391. "AutoScalingConfigurationArn": {}
  392. }
  393. },
  394. "output": {
  395. "type": "structure",
  396. "required": [
  397. "AutoScalingConfiguration"
  398. ],
  399. "members": {
  400. "AutoScalingConfiguration": {
  401. "shape": "So"
  402. }
  403. }
  404. }
  405. },
  406. "DescribeCustomDomains": {
  407. "input": {
  408. "type": "structure",
  409. "required": [
  410. "ServiceArn"
  411. ],
  412. "members": {
  413. "ServiceArn": {},
  414. "NextToken": {},
  415. "MaxResults": {
  416. "type": "integer"
  417. }
  418. }
  419. },
  420. "output": {
  421. "type": "structure",
  422. "required": [
  423. "DNSTarget",
  424. "ServiceArn",
  425. "CustomDomains",
  426. "VpcDNSTargets"
  427. ],
  428. "members": {
  429. "DNSTarget": {},
  430. "ServiceArn": {},
  431. "CustomDomains": {
  432. "type": "list",
  433. "member": {
  434. "shape": "S7"
  435. }
  436. },
  437. "VpcDNSTargets": {
  438. "shape": "Sc"
  439. },
  440. "NextToken": {}
  441. }
  442. }
  443. },
  444. "DescribeObservabilityConfiguration": {
  445. "input": {
  446. "type": "structure",
  447. "required": [
  448. "ObservabilityConfigurationArn"
  449. ],
  450. "members": {
  451. "ObservabilityConfigurationArn": {}
  452. }
  453. },
  454. "output": {
  455. "type": "structure",
  456. "required": [
  457. "ObservabilityConfiguration"
  458. ],
  459. "members": {
  460. "ObservabilityConfiguration": {
  461. "shape": "S19"
  462. }
  463. }
  464. }
  465. },
  466. "DescribeService": {
  467. "input": {
  468. "type": "structure",
  469. "required": [
  470. "ServiceArn"
  471. ],
  472. "members": {
  473. "ServiceArn": {}
  474. }
  475. },
  476. "output": {
  477. "type": "structure",
  478. "required": [
  479. "Service"
  480. ],
  481. "members": {
  482. "Service": {
  483. "shape": "S2l"
  484. }
  485. }
  486. }
  487. },
  488. "DescribeVpcConnector": {
  489. "input": {
  490. "type": "structure",
  491. "required": [
  492. "VpcConnectorArn"
  493. ],
  494. "members": {
  495. "VpcConnectorArn": {}
  496. }
  497. },
  498. "output": {
  499. "type": "structure",
  500. "required": [
  501. "VpcConnector"
  502. ],
  503. "members": {
  504. "VpcConnector": {
  505. "shape": "S2u"
  506. }
  507. }
  508. }
  509. },
  510. "DescribeVpcIngressConnection": {
  511. "input": {
  512. "type": "structure",
  513. "required": [
  514. "VpcIngressConnectionArn"
  515. ],
  516. "members": {
  517. "VpcIngressConnectionArn": {}
  518. }
  519. },
  520. "output": {
  521. "type": "structure",
  522. "required": [
  523. "VpcIngressConnection"
  524. ],
  525. "members": {
  526. "VpcIngressConnection": {
  527. "shape": "S30"
  528. }
  529. }
  530. }
  531. },
  532. "DisassociateCustomDomain": {
  533. "input": {
  534. "type": "structure",
  535. "required": [
  536. "ServiceArn",
  537. "DomainName"
  538. ],
  539. "members": {
  540. "ServiceArn": {},
  541. "DomainName": {}
  542. }
  543. },
  544. "output": {
  545. "type": "structure",
  546. "required": [
  547. "DNSTarget",
  548. "ServiceArn",
  549. "CustomDomain",
  550. "VpcDNSTargets"
  551. ],
  552. "members": {
  553. "DNSTarget": {},
  554. "ServiceArn": {},
  555. "CustomDomain": {
  556. "shape": "S7"
  557. },
  558. "VpcDNSTargets": {
  559. "shape": "Sc"
  560. }
  561. }
  562. }
  563. },
  564. "ListAutoScalingConfigurations": {
  565. "input": {
  566. "type": "structure",
  567. "members": {
  568. "AutoScalingConfigurationName": {},
  569. "LatestOnly": {
  570. "type": "boolean"
  571. },
  572. "MaxResults": {
  573. "type": "integer"
  574. },
  575. "NextToken": {}
  576. }
  577. },
  578. "output": {
  579. "type": "structure",
  580. "required": [
  581. "AutoScalingConfigurationSummaryList"
  582. ],
  583. "members": {
  584. "AutoScalingConfigurationSummaryList": {
  585. "type": "list",
  586. "member": {
  587. "shape": "S2o"
  588. }
  589. },
  590. "NextToken": {}
  591. }
  592. }
  593. },
  594. "ListConnections": {
  595. "input": {
  596. "type": "structure",
  597. "members": {
  598. "ConnectionName": {},
  599. "MaxResults": {
  600. "type": "integer"
  601. },
  602. "NextToken": {}
  603. }
  604. },
  605. "output": {
  606. "type": "structure",
  607. "required": [
  608. "ConnectionSummaryList"
  609. ],
  610. "members": {
  611. "ConnectionSummaryList": {
  612. "type": "list",
  613. "member": {
  614. "type": "structure",
  615. "members": {
  616. "ConnectionName": {},
  617. "ConnectionArn": {},
  618. "ProviderType": {},
  619. "Status": {},
  620. "CreatedAt": {
  621. "type": "timestamp"
  622. }
  623. }
  624. }
  625. },
  626. "NextToken": {}
  627. }
  628. }
  629. },
  630. "ListObservabilityConfigurations": {
  631. "input": {
  632. "type": "structure",
  633. "members": {
  634. "ObservabilityConfigurationName": {},
  635. "LatestOnly": {
  636. "type": "boolean"
  637. },
  638. "MaxResults": {
  639. "type": "integer"
  640. },
  641. "NextToken": {}
  642. }
  643. },
  644. "output": {
  645. "type": "structure",
  646. "required": [
  647. "ObservabilityConfigurationSummaryList"
  648. ],
  649. "members": {
  650. "ObservabilityConfigurationSummaryList": {
  651. "type": "list",
  652. "member": {
  653. "type": "structure",
  654. "members": {
  655. "ObservabilityConfigurationArn": {},
  656. "ObservabilityConfigurationName": {},
  657. "ObservabilityConfigurationRevision": {
  658. "type": "integer"
  659. }
  660. }
  661. }
  662. },
  663. "NextToken": {}
  664. }
  665. }
  666. },
  667. "ListOperations": {
  668. "input": {
  669. "type": "structure",
  670. "required": [
  671. "ServiceArn"
  672. ],
  673. "members": {
  674. "ServiceArn": {},
  675. "NextToken": {},
  676. "MaxResults": {
  677. "type": "integer"
  678. }
  679. }
  680. },
  681. "output": {
  682. "type": "structure",
  683. "members": {
  684. "OperationSummaryList": {
  685. "type": "list",
  686. "member": {
  687. "type": "structure",
  688. "members": {
  689. "Id": {},
  690. "Type": {},
  691. "Status": {},
  692. "TargetArn": {},
  693. "StartedAt": {
  694. "type": "timestamp"
  695. },
  696. "EndedAt": {
  697. "type": "timestamp"
  698. },
  699. "UpdatedAt": {
  700. "type": "timestamp"
  701. }
  702. }
  703. }
  704. },
  705. "NextToken": {}
  706. }
  707. }
  708. },
  709. "ListServices": {
  710. "input": {
  711. "type": "structure",
  712. "members": {
  713. "NextToken": {},
  714. "MaxResults": {
  715. "type": "integer"
  716. }
  717. }
  718. },
  719. "output": {
  720. "type": "structure",
  721. "required": [
  722. "ServiceSummaryList"
  723. ],
  724. "members": {
  725. "ServiceSummaryList": {
  726. "type": "list",
  727. "member": {
  728. "type": "structure",
  729. "members": {
  730. "ServiceName": {},
  731. "ServiceId": {},
  732. "ServiceArn": {},
  733. "ServiceUrl": {},
  734. "CreatedAt": {
  735. "type": "timestamp"
  736. },
  737. "UpdatedAt": {
  738. "type": "timestamp"
  739. },
  740. "Status": {}
  741. }
  742. }
  743. },
  744. "NextToken": {}
  745. }
  746. }
  747. },
  748. "ListServicesForAutoScalingConfiguration": {
  749. "input": {
  750. "type": "structure",
  751. "required": [
  752. "AutoScalingConfigurationArn"
  753. ],
  754. "members": {
  755. "AutoScalingConfigurationArn": {},
  756. "MaxResults": {
  757. "type": "integer"
  758. },
  759. "NextToken": {}
  760. }
  761. },
  762. "output": {
  763. "type": "structure",
  764. "required": [
  765. "ServiceArnList"
  766. ],
  767. "members": {
  768. "ServiceArnList": {
  769. "type": "list",
  770. "member": {}
  771. },
  772. "NextToken": {}
  773. }
  774. }
  775. },
  776. "ListTagsForResource": {
  777. "input": {
  778. "type": "structure",
  779. "required": [
  780. "ResourceArn"
  781. ],
  782. "members": {
  783. "ResourceArn": {}
  784. }
  785. },
  786. "output": {
  787. "type": "structure",
  788. "members": {
  789. "Tags": {
  790. "shape": "Sj"
  791. }
  792. }
  793. }
  794. },
  795. "ListVpcConnectors": {
  796. "input": {
  797. "type": "structure",
  798. "members": {
  799. "MaxResults": {
  800. "type": "integer"
  801. },
  802. "NextToken": {}
  803. }
  804. },
  805. "output": {
  806. "type": "structure",
  807. "required": [
  808. "VpcConnectors"
  809. ],
  810. "members": {
  811. "VpcConnectors": {
  812. "type": "list",
  813. "member": {
  814. "shape": "S2u"
  815. }
  816. },
  817. "NextToken": {}
  818. }
  819. }
  820. },
  821. "ListVpcIngressConnections": {
  822. "input": {
  823. "type": "structure",
  824. "members": {
  825. "Filter": {
  826. "type": "structure",
  827. "members": {
  828. "ServiceArn": {},
  829. "VpcEndpointId": {}
  830. }
  831. },
  832. "MaxResults": {
  833. "type": "integer"
  834. },
  835. "NextToken": {}
  836. }
  837. },
  838. "output": {
  839. "type": "structure",
  840. "required": [
  841. "VpcIngressConnectionSummaryList"
  842. ],
  843. "members": {
  844. "VpcIngressConnectionSummaryList": {
  845. "type": "list",
  846. "member": {
  847. "type": "structure",
  848. "members": {
  849. "VpcIngressConnectionArn": {},
  850. "ServiceArn": {}
  851. }
  852. }
  853. },
  854. "NextToken": {}
  855. }
  856. }
  857. },
  858. "PauseService": {
  859. "input": {
  860. "type": "structure",
  861. "required": [
  862. "ServiceArn"
  863. ],
  864. "members": {
  865. "ServiceArn": {}
  866. }
  867. },
  868. "output": {
  869. "type": "structure",
  870. "required": [
  871. "Service"
  872. ],
  873. "members": {
  874. "Service": {
  875. "shape": "S2l"
  876. },
  877. "OperationId": {}
  878. }
  879. }
  880. },
  881. "ResumeService": {
  882. "input": {
  883. "type": "structure",
  884. "required": [
  885. "ServiceArn"
  886. ],
  887. "members": {
  888. "ServiceArn": {}
  889. }
  890. },
  891. "output": {
  892. "type": "structure",
  893. "required": [
  894. "Service"
  895. ],
  896. "members": {
  897. "Service": {
  898. "shape": "S2l"
  899. },
  900. "OperationId": {}
  901. }
  902. }
  903. },
  904. "StartDeployment": {
  905. "input": {
  906. "type": "structure",
  907. "required": [
  908. "ServiceArn"
  909. ],
  910. "members": {
  911. "ServiceArn": {}
  912. }
  913. },
  914. "output": {
  915. "type": "structure",
  916. "required": [
  917. "OperationId"
  918. ],
  919. "members": {
  920. "OperationId": {}
  921. }
  922. }
  923. },
  924. "TagResource": {
  925. "input": {
  926. "type": "structure",
  927. "required": [
  928. "ResourceArn",
  929. "Tags"
  930. ],
  931. "members": {
  932. "ResourceArn": {},
  933. "Tags": {
  934. "shape": "Sj"
  935. }
  936. }
  937. },
  938. "output": {
  939. "type": "structure",
  940. "members": {}
  941. }
  942. },
  943. "UntagResource": {
  944. "input": {
  945. "type": "structure",
  946. "required": [
  947. "ResourceArn",
  948. "TagKeys"
  949. ],
  950. "members": {
  951. "ResourceArn": {},
  952. "TagKeys": {
  953. "type": "list",
  954. "member": {}
  955. }
  956. }
  957. },
  958. "output": {
  959. "type": "structure",
  960. "members": {}
  961. }
  962. },
  963. "UpdateDefaultAutoScalingConfiguration": {
  964. "input": {
  965. "type": "structure",
  966. "required": [
  967. "AutoScalingConfigurationArn"
  968. ],
  969. "members": {
  970. "AutoScalingConfigurationArn": {}
  971. }
  972. },
  973. "output": {
  974. "type": "structure",
  975. "required": [
  976. "AutoScalingConfiguration"
  977. ],
  978. "members": {
  979. "AutoScalingConfiguration": {
  980. "shape": "So"
  981. }
  982. }
  983. }
  984. },
  985. "UpdateService": {
  986. "input": {
  987. "type": "structure",
  988. "required": [
  989. "ServiceArn"
  990. ],
  991. "members": {
  992. "ServiceArn": {},
  993. "SourceConfiguration": {
  994. "shape": "S1f"
  995. },
  996. "InstanceConfiguration": {
  997. "shape": "S22"
  998. },
  999. "AutoScalingConfigurationArn": {},
  1000. "HealthCheckConfiguration": {
  1001. "shape": "S27"
  1002. },
  1003. "NetworkConfiguration": {
  1004. "shape": "S2e"
  1005. },
  1006. "ObservabilityConfiguration": {
  1007. "shape": "S2j"
  1008. }
  1009. }
  1010. },
  1011. "output": {
  1012. "type": "structure",
  1013. "required": [
  1014. "Service",
  1015. "OperationId"
  1016. ],
  1017. "members": {
  1018. "Service": {
  1019. "shape": "S2l"
  1020. },
  1021. "OperationId": {}
  1022. }
  1023. }
  1024. },
  1025. "UpdateVpcIngressConnection": {
  1026. "input": {
  1027. "type": "structure",
  1028. "required": [
  1029. "VpcIngressConnectionArn",
  1030. "IngressVpcConfiguration"
  1031. ],
  1032. "members": {
  1033. "VpcIngressConnectionArn": {},
  1034. "IngressVpcConfiguration": {
  1035. "shape": "S2y"
  1036. }
  1037. }
  1038. },
  1039. "output": {
  1040. "type": "structure",
  1041. "required": [
  1042. "VpcIngressConnection"
  1043. ],
  1044. "members": {
  1045. "VpcIngressConnection": {
  1046. "shape": "S30"
  1047. }
  1048. }
  1049. }
  1050. }
  1051. },
  1052. "shapes": {
  1053. "S7": {
  1054. "type": "structure",
  1055. "required": [
  1056. "DomainName",
  1057. "EnableWWWSubdomain",
  1058. "Status"
  1059. ],
  1060. "members": {
  1061. "DomainName": {},
  1062. "EnableWWWSubdomain": {
  1063. "type": "boolean"
  1064. },
  1065. "CertificateValidationRecords": {
  1066. "type": "list",
  1067. "member": {
  1068. "type": "structure",
  1069. "members": {
  1070. "Name": {},
  1071. "Type": {},
  1072. "Value": {},
  1073. "Status": {}
  1074. }
  1075. }
  1076. },
  1077. "Status": {}
  1078. }
  1079. },
  1080. "Sc": {
  1081. "type": "list",
  1082. "member": {
  1083. "type": "structure",
  1084. "members": {
  1085. "VpcIngressConnectionArn": {},
  1086. "VpcId": {},
  1087. "DomainName": {}
  1088. }
  1089. }
  1090. },
  1091. "Sj": {
  1092. "type": "list",
  1093. "member": {
  1094. "type": "structure",
  1095. "members": {
  1096. "Key": {},
  1097. "Value": {}
  1098. }
  1099. }
  1100. },
  1101. "So": {
  1102. "type": "structure",
  1103. "members": {
  1104. "AutoScalingConfigurationArn": {},
  1105. "AutoScalingConfigurationName": {},
  1106. "AutoScalingConfigurationRevision": {
  1107. "type": "integer"
  1108. },
  1109. "Latest": {
  1110. "type": "boolean"
  1111. },
  1112. "Status": {},
  1113. "MaxConcurrency": {
  1114. "type": "integer"
  1115. },
  1116. "MinSize": {
  1117. "type": "integer"
  1118. },
  1119. "MaxSize": {
  1120. "type": "integer"
  1121. },
  1122. "CreatedAt": {
  1123. "type": "timestamp"
  1124. },
  1125. "DeletedAt": {
  1126. "type": "timestamp"
  1127. },
  1128. "HasAssociatedService": {
  1129. "type": "boolean"
  1130. },
  1131. "IsDefault": {
  1132. "type": "boolean"
  1133. }
  1134. }
  1135. },
  1136. "S12": {
  1137. "type": "structure",
  1138. "members": {
  1139. "ConnectionName": {},
  1140. "ConnectionArn": {},
  1141. "ProviderType": {},
  1142. "Status": {},
  1143. "CreatedAt": {
  1144. "type": "timestamp"
  1145. }
  1146. }
  1147. },
  1148. "S16": {
  1149. "type": "structure",
  1150. "required": [
  1151. "Vendor"
  1152. ],
  1153. "members": {
  1154. "Vendor": {}
  1155. }
  1156. },
  1157. "S19": {
  1158. "type": "structure",
  1159. "members": {
  1160. "ObservabilityConfigurationArn": {},
  1161. "ObservabilityConfigurationName": {},
  1162. "TraceConfiguration": {
  1163. "shape": "S16"
  1164. },
  1165. "ObservabilityConfigurationRevision": {
  1166. "type": "integer"
  1167. },
  1168. "Latest": {
  1169. "type": "boolean"
  1170. },
  1171. "Status": {},
  1172. "CreatedAt": {
  1173. "type": "timestamp"
  1174. },
  1175. "DeletedAt": {
  1176. "type": "timestamp"
  1177. }
  1178. }
  1179. },
  1180. "S1f": {
  1181. "type": "structure",
  1182. "members": {
  1183. "CodeRepository": {
  1184. "type": "structure",
  1185. "required": [
  1186. "RepositoryUrl",
  1187. "SourceCodeVersion"
  1188. ],
  1189. "members": {
  1190. "RepositoryUrl": {},
  1191. "SourceCodeVersion": {
  1192. "type": "structure",
  1193. "required": [
  1194. "Type",
  1195. "Value"
  1196. ],
  1197. "members": {
  1198. "Type": {},
  1199. "Value": {}
  1200. }
  1201. },
  1202. "CodeConfiguration": {
  1203. "type": "structure",
  1204. "required": [
  1205. "ConfigurationSource"
  1206. ],
  1207. "members": {
  1208. "ConfigurationSource": {},
  1209. "CodeConfigurationValues": {
  1210. "type": "structure",
  1211. "required": [
  1212. "Runtime"
  1213. ],
  1214. "members": {
  1215. "Runtime": {},
  1216. "BuildCommand": {
  1217. "type": "string",
  1218. "sensitive": true
  1219. },
  1220. "StartCommand": {
  1221. "shape": "S1o"
  1222. },
  1223. "Port": {},
  1224. "RuntimeEnvironmentVariables": {
  1225. "shape": "S1p"
  1226. },
  1227. "RuntimeEnvironmentSecrets": {
  1228. "shape": "S1s"
  1229. }
  1230. }
  1231. }
  1232. }
  1233. },
  1234. "SourceDirectory": {}
  1235. }
  1236. },
  1237. "ImageRepository": {
  1238. "type": "structure",
  1239. "required": [
  1240. "ImageIdentifier",
  1241. "ImageRepositoryType"
  1242. ],
  1243. "members": {
  1244. "ImageIdentifier": {},
  1245. "ImageConfiguration": {
  1246. "type": "structure",
  1247. "members": {
  1248. "RuntimeEnvironmentVariables": {
  1249. "shape": "S1p"
  1250. },
  1251. "StartCommand": {
  1252. "shape": "S1o"
  1253. },
  1254. "Port": {},
  1255. "RuntimeEnvironmentSecrets": {
  1256. "shape": "S1s"
  1257. }
  1258. }
  1259. },
  1260. "ImageRepositoryType": {}
  1261. }
  1262. },
  1263. "AutoDeploymentsEnabled": {
  1264. "type": "boolean"
  1265. },
  1266. "AuthenticationConfiguration": {
  1267. "type": "structure",
  1268. "members": {
  1269. "ConnectionArn": {},
  1270. "AccessRoleArn": {}
  1271. }
  1272. }
  1273. }
  1274. },
  1275. "S1o": {
  1276. "type": "string",
  1277. "sensitive": true
  1278. },
  1279. "S1p": {
  1280. "type": "map",
  1281. "key": {
  1282. "type": "string",
  1283. "sensitive": true
  1284. },
  1285. "value": {
  1286. "type": "string",
  1287. "sensitive": true
  1288. }
  1289. },
  1290. "S1s": {
  1291. "type": "map",
  1292. "key": {
  1293. "type": "string",
  1294. "sensitive": true
  1295. },
  1296. "value": {
  1297. "type": "string",
  1298. "sensitive": true
  1299. }
  1300. },
  1301. "S22": {
  1302. "type": "structure",
  1303. "members": {
  1304. "Cpu": {},
  1305. "Memory": {},
  1306. "InstanceRoleArn": {}
  1307. }
  1308. },
  1309. "S25": {
  1310. "type": "structure",
  1311. "required": [
  1312. "KmsKey"
  1313. ],
  1314. "members": {
  1315. "KmsKey": {}
  1316. }
  1317. },
  1318. "S27": {
  1319. "type": "structure",
  1320. "members": {
  1321. "Protocol": {},
  1322. "Path": {},
  1323. "Interval": {
  1324. "type": "integer"
  1325. },
  1326. "Timeout": {
  1327. "type": "integer"
  1328. },
  1329. "HealthyThreshold": {
  1330. "type": "integer"
  1331. },
  1332. "UnhealthyThreshold": {
  1333. "type": "integer"
  1334. }
  1335. }
  1336. },
  1337. "S2e": {
  1338. "type": "structure",
  1339. "members": {
  1340. "EgressConfiguration": {
  1341. "type": "structure",
  1342. "members": {
  1343. "EgressType": {},
  1344. "VpcConnectorArn": {}
  1345. }
  1346. },
  1347. "IngressConfiguration": {
  1348. "type": "structure",
  1349. "members": {
  1350. "IsPubliclyAccessible": {
  1351. "type": "boolean"
  1352. }
  1353. }
  1354. },
  1355. "IpAddressType": {}
  1356. }
  1357. },
  1358. "S2j": {
  1359. "type": "structure",
  1360. "required": [
  1361. "ObservabilityEnabled"
  1362. ],
  1363. "members": {
  1364. "ObservabilityEnabled": {
  1365. "type": "boolean"
  1366. },
  1367. "ObservabilityConfigurationArn": {}
  1368. }
  1369. },
  1370. "S2l": {
  1371. "type": "structure",
  1372. "required": [
  1373. "ServiceName",
  1374. "ServiceId",
  1375. "ServiceArn",
  1376. "CreatedAt",
  1377. "UpdatedAt",
  1378. "Status",
  1379. "SourceConfiguration",
  1380. "InstanceConfiguration",
  1381. "AutoScalingConfigurationSummary",
  1382. "NetworkConfiguration"
  1383. ],
  1384. "members": {
  1385. "ServiceName": {},
  1386. "ServiceId": {},
  1387. "ServiceArn": {},
  1388. "ServiceUrl": {},
  1389. "CreatedAt": {
  1390. "type": "timestamp"
  1391. },
  1392. "UpdatedAt": {
  1393. "type": "timestamp"
  1394. },
  1395. "DeletedAt": {
  1396. "type": "timestamp"
  1397. },
  1398. "Status": {},
  1399. "SourceConfiguration": {
  1400. "shape": "S1f"
  1401. },
  1402. "InstanceConfiguration": {
  1403. "shape": "S22"
  1404. },
  1405. "EncryptionConfiguration": {
  1406. "shape": "S25"
  1407. },
  1408. "HealthCheckConfiguration": {
  1409. "shape": "S27"
  1410. },
  1411. "AutoScalingConfigurationSummary": {
  1412. "shape": "S2o"
  1413. },
  1414. "NetworkConfiguration": {
  1415. "shape": "S2e"
  1416. },
  1417. "ObservabilityConfiguration": {
  1418. "shape": "S2j"
  1419. }
  1420. }
  1421. },
  1422. "S2o": {
  1423. "type": "structure",
  1424. "members": {
  1425. "AutoScalingConfigurationArn": {},
  1426. "AutoScalingConfigurationName": {},
  1427. "AutoScalingConfigurationRevision": {
  1428. "type": "integer"
  1429. },
  1430. "Status": {},
  1431. "CreatedAt": {
  1432. "type": "timestamp"
  1433. },
  1434. "HasAssociatedService": {
  1435. "type": "boolean"
  1436. },
  1437. "IsDefault": {
  1438. "type": "boolean"
  1439. }
  1440. }
  1441. },
  1442. "S2s": {
  1443. "type": "list",
  1444. "member": {}
  1445. },
  1446. "S2u": {
  1447. "type": "structure",
  1448. "members": {
  1449. "VpcConnectorName": {},
  1450. "VpcConnectorArn": {},
  1451. "VpcConnectorRevision": {
  1452. "type": "integer"
  1453. },
  1454. "Subnets": {
  1455. "shape": "S2s"
  1456. },
  1457. "SecurityGroups": {
  1458. "shape": "S2s"
  1459. },
  1460. "Status": {},
  1461. "CreatedAt": {
  1462. "type": "timestamp"
  1463. },
  1464. "DeletedAt": {
  1465. "type": "timestamp"
  1466. }
  1467. }
  1468. },
  1469. "S2y": {
  1470. "type": "structure",
  1471. "members": {
  1472. "VpcId": {},
  1473. "VpcEndpointId": {}
  1474. }
  1475. },
  1476. "S30": {
  1477. "type": "structure",
  1478. "members": {
  1479. "VpcIngressConnectionArn": {},
  1480. "VpcIngressConnectionName": {},
  1481. "ServiceArn": {},
  1482. "Status": {},
  1483. "AccountId": {},
  1484. "DomainName": {},
  1485. "IngressVpcConfiguration": {
  1486. "shape": "S2y"
  1487. },
  1488. "CreatedAt": {
  1489. "type": "timestamp"
  1490. },
  1491. "DeletedAt": {
  1492. "type": "timestamp"
  1493. }
  1494. }
  1495. }
  1496. }
  1497. }