@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. package/.jsii +5 -5
  2. package/API.md +106 -50
  3. package/CHANGELOG.md +91 -1
  4. package/lib/ecr-sync.d.ts +0 -1
  5. package/lib/ecr-sync.js +4 -5
  6. package/lib/image.d.ts +0 -1
  7. package/lib/index.d.ts +0 -1
  8. package/lib/lambda/docker-adapter.d.ts +0 -1
  9. package/lib/lambda/docker-adapter.js +2 -3
  10. package/lib/lambda/ecr-adapter.d.ts +0 -1
  11. package/lib/lambda/get-image-tags-handler.d.ts +0 -1
  12. package/lib/lambda/get-image-tags-handler.js +3 -4
  13. package/node_modules/aws-sdk/CHANGELOG.md +109 -1
  14. package/node_modules/aws-sdk/README.md +1 -1
  15. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  16. package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
  17. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  18. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
  19. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
  20. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
  21. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
  22. package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
  23. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
  24. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
  25. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
  26. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  27. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  28. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
  29. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
  30. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
  31. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
  32. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
  33. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
  34. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  35. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
  36. package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
  37. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  38. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  39. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
  40. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  42. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  43. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  44. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
  45. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +354 -68
  46. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  47. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  48. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  49. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  50. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
  51. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  52. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  53. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
  54. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
  55. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +142 -56
  56. package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
  57. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
  58. package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
  59. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +223 -143
  60. package/node_modules/aws-sdk/apis/metadata.json +13 -0
  61. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
  62. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  63. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
  64. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  65. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
  66. package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
  67. package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
  68. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  69. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
  70. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
  71. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
  72. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
  73. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
  74. package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
  75. package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
  76. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
  77. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
  78. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
  79. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
  80. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  81. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  82. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +73 -53
  83. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  84. package/node_modules/aws-sdk/clients/all.d.ts +4 -0
  85. package/node_modules/aws-sdk/clients/all.js +5 -1
  86. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  87. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  88. package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
  89. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  90. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  91. package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
  92. package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
  93. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  94. package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
  95. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
  96. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
  97. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  98. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  99. package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
  100. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  101. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  102. package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
  103. package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
  104. package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
  105. package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
  106. package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
  107. package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
  108. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  109. package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
  110. package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
  111. package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
  112. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  113. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  114. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  115. package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
  116. package/node_modules/aws-sdk/clients/forecastservice.d.ts +452 -24
  117. package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
  118. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  119. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  120. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  121. package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
  122. package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
  123. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  124. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  125. package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
  126. package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
  127. package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
  128. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +126 -5
  129. package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
  130. package/node_modules/aws-sdk/clients/m2.js +18 -0
  131. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +89 -9
  132. package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
  133. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  134. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
  135. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  136. package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
  137. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  138. package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
  139. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
  140. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  141. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  142. package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
  143. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
  144. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  145. package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
  146. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
  147. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  148. package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
  149. package/node_modules/aws-sdk/clients/voiceid.d.ts +55 -24
  150. package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
  151. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +737 -241
  152. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2697 -1828
  153. package/node_modules/aws-sdk/dist/aws-sdk.js +2319 -517
  154. package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
  155. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
  156. package/node_modules/aws-sdk/lib/core.js +1 -1
  157. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
  158. package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
  159. package/node_modules/aws-sdk/lib/util.js +15 -7
  160. package/node_modules/aws-sdk/package.json +2 -2
  161. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  162. package/node_modules/jszip/CHANGES.md +5 -0
  163. package/node_modules/jszip/README.markdown +1 -3
  164. package/node_modules/jszip/dist/jszip.js +194 -13
  165. package/node_modules/jszip/dist/jszip.min.js +4 -4
  166. package/node_modules/jszip/index.d.ts +1 -1
  167. package/node_modules/jszip/lib/index.js +1 -1
  168. package/node_modules/jszip/lib/license_header.js +2 -2
  169. package/node_modules/jszip/lib/utils.js +1 -1
  170. package/node_modules/jszip/package.json +2 -2
  171. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  172. package/node_modules/setimmediate/LICENSE.txt +20 -0
  173. package/node_modules/setimmediate/package.json +30 -0
  174. package/node_modules/setimmediate/setImmediate.js +186 -0
  175. package/node_modules/uuid/CHANGELOG.md +132 -44
  176. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  177. package/node_modules/uuid/LICENSE.md +1 -1
  178. package/node_modules/uuid/README.md +298 -152
  179. package/node_modules/uuid/dist/bin/uuid +2 -0
  180. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  181. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  182. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  183. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  184. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  185. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  186. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  187. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  188. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  189. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  190. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  191. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  192. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  193. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  194. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  195. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  196. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  197. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  198. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  199. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  200. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  201. package/node_modules/uuid/dist/index.js +39 -0
  202. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  203. package/node_modules/uuid/dist/md5.js +23 -0
  204. package/node_modules/uuid/dist/rng-browser.js +21 -0
  205. package/node_modules/uuid/dist/rng.js +14 -0
  206. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  207. package/node_modules/uuid/dist/sha1.js +23 -0
  208. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  209. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  210. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  211. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  212. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  213. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  214. package/node_modules/uuid/dist/v1.js +107 -0
  215. package/node_modules/uuid/dist/v3.js +16 -0
  216. package/node_modules/uuid/dist/v35.js +69 -0
  217. package/node_modules/uuid/dist/v4.js +40 -0
  218. package/node_modules/uuid/dist/v5.js +16 -0
  219. package/node_modules/uuid/package.json +92 -19
  220. package/node_modules/uuid/wrapper.mjs +5 -0
  221. package/package.json +15 -15
  222. package/lib/ecr-sync.d.ts.map +0 -1
  223. package/lib/image.d.ts.map +0 -1
  224. package/lib/index.d.ts.map +0 -1
  225. package/lib/lambda/docker-adapter.d.ts.map +0 -1
  226. package/lib/lambda/ecr-adapter.d.ts.map +0 -1
  227. package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
  228. package/node_modules/set-immediate-shim/index.js +0 -7
  229. package/node_modules/set-immediate-shim/package.json +0 -34
  230. package/node_modules/set-immediate-shim/readme.md +0 -31
  231. package/node_modules/uuid/.eslintrc.json +0 -47
  232. package/node_modules/uuid/AUTHORS +0 -5
  233. package/node_modules/uuid/README_js.md +0 -280
  234. package/node_modules/uuid/bin/uuid +0 -65
  235. package/node_modules/uuid/index.js +0 -8
  236. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  237. package/node_modules/uuid/lib/md5.js +0 -25
  238. package/node_modules/uuid/lib/rng-browser.js +0 -34
  239. package/node_modules/uuid/lib/rng.js +0 -8
  240. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  241. package/node_modules/uuid/lib/sha1.js +0 -25
  242. package/node_modules/uuid/v3.js +0 -4
  243. package/node_modules/uuid/v4.js +0 -29
  244. package/node_modules/uuid/v5.js +0 -3
  245. package/releasetag.txt +0 -1
  246. package/version.txt +0 -1
@@ -20,6 +20,14 @@ declare class Proton extends Service {
20
20
  * In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account. For more information, see Environment account connections in the Proton Administrator guide.
21
21
  */
22
22
  acceptEnvironmentAccountConnection(callback?: (err: AWSError, data: Proton.Types.AcceptEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.AcceptEnvironmentAccountConnectionOutput, AWSError>;
23
+ /**
24
+ * Attempts to cancel a component deployment (for a component that is in the IN_PROGRESS deployment status). For more information about components, see Proton components in the Proton Administrator Guide.
25
+ */
26
+ cancelComponentDeployment(params: Proton.Types.CancelComponentDeploymentInput, callback?: (err: AWSError, data: Proton.Types.CancelComponentDeploymentOutput) => void): Request<Proton.Types.CancelComponentDeploymentOutput, AWSError>;
27
+ /**
28
+ * Attempts to cancel a component deployment (for a component that is in the IN_PROGRESS deployment status). For more information about components, see Proton components in the Proton Administrator Guide.
29
+ */
30
+ cancelComponentDeployment(callback?: (err: AWSError, data: Proton.Types.CancelComponentDeploymentOutput) => void): Request<Proton.Types.CancelComponentDeploymentOutput, AWSError>;
23
31
  /**
24
32
  * Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment is IN_PROGRESS. For more information, see Update an environment in the Proton Administrator guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateEnvironment action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.
25
33
  */
@@ -44,6 +52,14 @@ declare class Proton extends Service {
44
52
  * Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment is IN_PROGRESS. For more information, see Update a service pipeline in the Proton Administrator guide or the Proton User guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateServicePipeline action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.
45
53
  */
46
54
  cancelServicePipelineDeployment(callback?: (err: AWSError, data: Proton.Types.CancelServicePipelineDeploymentOutput) => void): Request<Proton.Types.CancelServicePipelineDeploymentOutput, AWSError>;
55
+ /**
56
+ * Create an Proton component. A component is an infrastructure extension for a service instance. For more information about components, see Proton components in the Proton Administrator Guide.
57
+ */
58
+ createComponent(params: Proton.Types.CreateComponentInput, callback?: (err: AWSError, data: Proton.Types.CreateComponentOutput) => void): Request<Proton.Types.CreateComponentOutput, AWSError>;
59
+ /**
60
+ * Create an Proton component. A component is an infrastructure extension for a service instance. For more information about components, see Proton components in the Proton Administrator Guide.
61
+ */
62
+ createComponent(callback?: (err: AWSError, data: Proton.Types.CreateComponentOutput) => void): Request<Proton.Types.CreateComponentOutput, AWSError>;
47
63
  /**
48
64
  * Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services. You can provision environments using the following methods: Amazon Web Services-managed provisioning: Proton makes direct calls to provision your resources. Self-managed provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your IaC engine uses to provision resources. For more information, see Environments and Provisioning methods in the Proton Administrator Guide.
49
65
  */
@@ -116,6 +132,14 @@ declare class Proton extends Service {
116
132
  * Set up a template to create new template versions automatically. When a commit is pushed to your registered repository, Proton checks for changes to your repository template bundles. If it detects a template bundle change, a new major or minor version of its template is created, if the version doesn’t already exist. For more information, see Template sync configurations in the Proton Administrator Guide.
117
133
  */
118
134
  createTemplateSyncConfig(callback?: (err: AWSError, data: Proton.Types.CreateTemplateSyncConfigOutput) => void): Request<Proton.Types.CreateTemplateSyncConfigOutput, AWSError>;
135
+ /**
136
+ * Delete an Proton component resource. For more information about components, see Proton components in the Proton Administrator Guide.
137
+ */
138
+ deleteComponent(params: Proton.Types.DeleteComponentInput, callback?: (err: AWSError, data: Proton.Types.DeleteComponentOutput) => void): Request<Proton.Types.DeleteComponentOutput, AWSError>;
139
+ /**
140
+ * Delete an Proton component resource. For more information about components, see Proton components in the Proton Administrator Guide.
141
+ */
142
+ deleteComponent(callback?: (err: AWSError, data: Proton.Types.DeleteComponentOutput) => void): Request<Proton.Types.DeleteComponentOutput, AWSError>;
119
143
  /**
120
144
  * Delete an environment.
121
145
  */
@@ -157,11 +181,11 @@ declare class Proton extends Service {
157
181
  */
158
182
  deleteRepository(callback?: (err: AWSError, data: Proton.Types.DeleteRepositoryOutput) => void): Request<Proton.Types.DeleteRepositoryOutput, AWSError>;
159
183
  /**
160
- * Delete a service.
184
+ * Delete a service, with its instances and pipeline. You can't delete a service if it has any service instances that have components attached to them. For more information about components, see Proton components in the Proton Administrator Guide.
161
185
  */
162
186
  deleteService(params: Proton.Types.DeleteServiceInput, callback?: (err: AWSError, data: Proton.Types.DeleteServiceOutput) => void): Request<Proton.Types.DeleteServiceOutput, AWSError>;
163
187
  /**
164
- * Delete a service.
188
+ * Delete a service, with its instances and pipeline. You can't delete a service if it has any service instances that have components attached to them. For more information about components, see Proton components in the Proton Administrator Guide.
165
189
  */
166
190
  deleteService(callback?: (err: AWSError, data: Proton.Types.DeleteServiceOutput) => void): Request<Proton.Types.DeleteServiceOutput, AWSError>;
167
191
  /**
@@ -197,35 +221,43 @@ declare class Proton extends Service {
197
221
  */
198
222
  getAccountSettings(callback?: (err: AWSError, data: Proton.Types.GetAccountSettingsOutput) => void): Request<Proton.Types.GetAccountSettingsOutput, AWSError>;
199
223
  /**
200
- * Get detail data for an environment.
224
+ * Get detailed data for a component. For more information about components, see Proton components in the Proton Administrator Guide.
225
+ */
226
+ getComponent(params: Proton.Types.GetComponentInput, callback?: (err: AWSError, data: Proton.Types.GetComponentOutput) => void): Request<Proton.Types.GetComponentOutput, AWSError>;
227
+ /**
228
+ * Get detailed data for a component. For more information about components, see Proton components in the Proton Administrator Guide.
229
+ */
230
+ getComponent(callback?: (err: AWSError, data: Proton.Types.GetComponentOutput) => void): Request<Proton.Types.GetComponentOutput, AWSError>;
231
+ /**
232
+ * Get detailed data for an environment.
201
233
  */
202
234
  getEnvironment(params: Proton.Types.GetEnvironmentInput, callback?: (err: AWSError, data: Proton.Types.GetEnvironmentOutput) => void): Request<Proton.Types.GetEnvironmentOutput, AWSError>;
203
235
  /**
204
- * Get detail data for an environment.
236
+ * Get detailed data for an environment.
205
237
  */
206
238
  getEnvironment(callback?: (err: AWSError, data: Proton.Types.GetEnvironmentOutput) => void): Request<Proton.Types.GetEnvironmentOutput, AWSError>;
207
239
  /**
208
- * In an environment account, view the detail data for an environment account connection. For more information, see Environment account connections in the Proton Administrator guide.
240
+ * In an environment account, get the detailed data for an environment account connection. For more information, see Environment account connections in the Proton Administrator guide.
209
241
  */
210
242
  getEnvironmentAccountConnection(params: Proton.Types.GetEnvironmentAccountConnectionInput, callback?: (err: AWSError, data: Proton.Types.GetEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.GetEnvironmentAccountConnectionOutput, AWSError>;
211
243
  /**
212
- * In an environment account, view the detail data for an environment account connection. For more information, see Environment account connections in the Proton Administrator guide.
244
+ * In an environment account, get the detailed data for an environment account connection. For more information, see Environment account connections in the Proton Administrator guide.
213
245
  */
214
246
  getEnvironmentAccountConnection(callback?: (err: AWSError, data: Proton.Types.GetEnvironmentAccountConnectionOutput) => void): Request<Proton.Types.GetEnvironmentAccountConnectionOutput, AWSError>;
215
247
  /**
216
- * Get detail data for an environment template.
248
+ * Get detailed data for an environment template.
217
249
  */
218
250
  getEnvironmentTemplate(params: Proton.Types.GetEnvironmentTemplateInput, callback?: (err: AWSError, data: Proton.Types.GetEnvironmentTemplateOutput) => void): Request<Proton.Types.GetEnvironmentTemplateOutput, AWSError>;
219
251
  /**
220
- * Get detail data for an environment template.
252
+ * Get detailed data for an environment template.
221
253
  */
222
254
  getEnvironmentTemplate(callback?: (err: AWSError, data: Proton.Types.GetEnvironmentTemplateOutput) => void): Request<Proton.Types.GetEnvironmentTemplateOutput, AWSError>;
223
255
  /**
224
- * View detail data for a major or minor version of an environment template.
256
+ * Get detailed data for a major or minor version of an environment template.
225
257
  */
226
258
  getEnvironmentTemplateVersion(params: Proton.Types.GetEnvironmentTemplateVersionInput, callback?: (err: AWSError, data: Proton.Types.GetEnvironmentTemplateVersionOutput) => void): Request<Proton.Types.GetEnvironmentTemplateVersionOutput, AWSError>;
227
259
  /**
228
- * View detail data for a major or minor version of an environment template.
260
+ * Get detailed data for a major or minor version of an environment template.
229
261
  */
230
262
  getEnvironmentTemplateVersion(callback?: (err: AWSError, data: Proton.Types.GetEnvironmentTemplateVersionOutput) => void): Request<Proton.Types.GetEnvironmentTemplateVersionOutput, AWSError>;
231
263
  /**
@@ -245,35 +277,35 @@ declare class Proton extends Service {
245
277
  */
246
278
  getRepositorySyncStatus(callback?: (err: AWSError, data: Proton.Types.GetRepositorySyncStatusOutput) => void): Request<Proton.Types.GetRepositorySyncStatusOutput, AWSError>;
247
279
  /**
248
- * Get detail data for a service.
280
+ * Get detailed data for a service.
249
281
  */
250
282
  getService(params: Proton.Types.GetServiceInput, callback?: (err: AWSError, data: Proton.Types.GetServiceOutput) => void): Request<Proton.Types.GetServiceOutput, AWSError>;
251
283
  /**
252
- * Get detail data for a service.
284
+ * Get detailed data for a service.
253
285
  */
254
286
  getService(callback?: (err: AWSError, data: Proton.Types.GetServiceOutput) => void): Request<Proton.Types.GetServiceOutput, AWSError>;
255
287
  /**
256
- * Get detail data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
288
+ * Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
257
289
  */
258
290
  getServiceInstance(params: Proton.Types.GetServiceInstanceInput, callback?: (err: AWSError, data: Proton.Types.GetServiceInstanceOutput) => void): Request<Proton.Types.GetServiceInstanceOutput, AWSError>;
259
291
  /**
260
- * Get detail data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
292
+ * Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
261
293
  */
262
294
  getServiceInstance(callback?: (err: AWSError, data: Proton.Types.GetServiceInstanceOutput) => void): Request<Proton.Types.GetServiceInstanceOutput, AWSError>;
263
295
  /**
264
- * Get detail data for a service template.
296
+ * Get detailed data for a service template.
265
297
  */
266
298
  getServiceTemplate(params: Proton.Types.GetServiceTemplateInput, callback?: (err: AWSError, data: Proton.Types.GetServiceTemplateOutput) => void): Request<Proton.Types.GetServiceTemplateOutput, AWSError>;
267
299
  /**
268
- * Get detail data for a service template.
300
+ * Get detailed data for a service template.
269
301
  */
270
302
  getServiceTemplate(callback?: (err: AWSError, data: Proton.Types.GetServiceTemplateOutput) => void): Request<Proton.Types.GetServiceTemplateOutput, AWSError>;
271
303
  /**
272
- * View detail data for a major or minor version of a service template.
304
+ * Get detailed data for a major or minor version of a service template.
273
305
  */
274
306
  getServiceTemplateVersion(params: Proton.Types.GetServiceTemplateVersionInput, callback?: (err: AWSError, data: Proton.Types.GetServiceTemplateVersionOutput) => void): Request<Proton.Types.GetServiceTemplateVersionOutput, AWSError>;
275
307
  /**
276
- * View detail data for a major or minor version of a service template.
308
+ * Get detailed data for a major or minor version of a service template.
277
309
  */
278
310
  getServiceTemplateVersion(callback?: (err: AWSError, data: Proton.Types.GetServiceTemplateVersionOutput) => void): Request<Proton.Types.GetServiceTemplateVersionOutput, AWSError>;
279
311
  /**
@@ -292,6 +324,30 @@ declare class Proton extends Service {
292
324
  * Get the status of a template sync.
293
325
  */
294
326
  getTemplateSyncStatus(callback?: (err: AWSError, data: Proton.Types.GetTemplateSyncStatusOutput) => void): Request<Proton.Types.GetTemplateSyncStatusOutput, AWSError>;
327
+ /**
328
+ * Get a list of component Infrastructure as Code (IaC) outputs. For more information about components, see Proton components in the Proton Administrator Guide.
329
+ */
330
+ listComponentOutputs(params: Proton.Types.ListComponentOutputsInput, callback?: (err: AWSError, data: Proton.Types.ListComponentOutputsOutput) => void): Request<Proton.Types.ListComponentOutputsOutput, AWSError>;
331
+ /**
332
+ * Get a list of component Infrastructure as Code (IaC) outputs. For more information about components, see Proton components in the Proton Administrator Guide.
333
+ */
334
+ listComponentOutputs(callback?: (err: AWSError, data: Proton.Types.ListComponentOutputsOutput) => void): Request<Proton.Types.ListComponentOutputsOutput, AWSError>;
335
+ /**
336
+ * List provisioned resources for a component with details. For more information about components, see Proton components in the Proton Administrator Guide.
337
+ */
338
+ listComponentProvisionedResources(params: Proton.Types.ListComponentProvisionedResourcesInput, callback?: (err: AWSError, data: Proton.Types.ListComponentProvisionedResourcesOutput) => void): Request<Proton.Types.ListComponentProvisionedResourcesOutput, AWSError>;
339
+ /**
340
+ * List provisioned resources for a component with details. For more information about components, see Proton components in the Proton Administrator Guide.
341
+ */
342
+ listComponentProvisionedResources(callback?: (err: AWSError, data: Proton.Types.ListComponentProvisionedResourcesOutput) => void): Request<Proton.Types.ListComponentProvisionedResourcesOutput, AWSError>;
343
+ /**
344
+ * List components with summary data. You can filter the result list by environment, service, or a single service instance. For more information about components, see Proton components in the Proton Administrator Guide.
345
+ */
346
+ listComponents(params: Proton.Types.ListComponentsInput, callback?: (err: AWSError, data: Proton.Types.ListComponentsOutput) => void): Request<Proton.Types.ListComponentsOutput, AWSError>;
347
+ /**
348
+ * List components with summary data. You can filter the result list by environment, service, or a single service instance. For more information about components, see Proton components in the Proton Administrator Guide.
349
+ */
350
+ listComponents(callback?: (err: AWSError, data: Proton.Types.ListComponentsOutput) => void): Request<Proton.Types.ListComponentsOutput, AWSError>;
295
351
  /**
296
352
  * View a list of environment account connections. For more information, see Environment account connections in the Proton Administrator guide.
297
353
  */
@@ -357,11 +413,11 @@ declare class Proton extends Service {
357
413
  */
358
414
  listRepositorySyncDefinitions(callback?: (err: AWSError, data: Proton.Types.ListRepositorySyncDefinitionsOutput) => void): Request<Proton.Types.ListRepositorySyncDefinitionsOutput, AWSError>;
359
415
  /**
360
- * View a list service instance infrastructure as code outputs with detail data.
416
+ * Get a list service of instance Infrastructure as Code (IaC) outputs.
361
417
  */
362
418
  listServiceInstanceOutputs(params: Proton.Types.ListServiceInstanceOutputsInput, callback?: (err: AWSError, data: Proton.Types.ListServiceInstanceOutputsOutput) => void): Request<Proton.Types.ListServiceInstanceOutputsOutput, AWSError>;
363
419
  /**
364
- * View a list service instance infrastructure as code outputs with detail data.
420
+ * Get a list service of instance Infrastructure as Code (IaC) outputs.
365
421
  */
366
422
  listServiceInstanceOutputs(callback?: (err: AWSError, data: Proton.Types.ListServiceInstanceOutputsOutput) => void): Request<Proton.Types.ListServiceInstanceOutputsOutput, AWSError>;
367
423
  /**
@@ -373,19 +429,19 @@ declare class Proton extends Service {
373
429
  */
374
430
  listServiceInstanceProvisionedResources(callback?: (err: AWSError, data: Proton.Types.ListServiceInstanceProvisionedResourcesOutput) => void): Request<Proton.Types.ListServiceInstanceProvisionedResourcesOutput, AWSError>;
375
431
  /**
376
- * List service instances with summaries of detail data.
432
+ * List service instances with summary data.
377
433
  */
378
434
  listServiceInstances(params: Proton.Types.ListServiceInstancesInput, callback?: (err: AWSError, data: Proton.Types.ListServiceInstancesOutput) => void): Request<Proton.Types.ListServiceInstancesOutput, AWSError>;
379
435
  /**
380
- * List service instances with summaries of detail data.
436
+ * List service instances with summary data.
381
437
  */
382
438
  listServiceInstances(callback?: (err: AWSError, data: Proton.Types.ListServiceInstancesOutput) => void): Request<Proton.Types.ListServiceInstancesOutput, AWSError>;
383
439
  /**
384
- * View a list service pipeline infrastructure as code outputs with detail.
440
+ * Get a list of service pipeline Infrastructure as Code (IaC) outputs.
385
441
  */
386
442
  listServicePipelineOutputs(params: Proton.Types.ListServicePipelineOutputsInput, callback?: (err: AWSError, data: Proton.Types.ListServicePipelineOutputsOutput) => void): Request<Proton.Types.ListServicePipelineOutputsOutput, AWSError>;
387
443
  /**
388
- * View a list service pipeline infrastructure as code outputs with detail.
444
+ * Get a list of service pipeline Infrastructure as Code (IaC) outputs.
389
445
  */
390
446
  listServicePipelineOutputs(callback?: (err: AWSError, data: Proton.Types.ListServicePipelineOutputsOutput) => void): Request<Proton.Types.ListServicePipelineOutputsOutput, AWSError>;
391
447
  /**
@@ -468,6 +524,14 @@ declare class Proton extends Service {
468
524
  * Update the Proton service pipeline role or repository settings.
469
525
  */
470
526
  updateAccountSettings(callback?: (err: AWSError, data: Proton.Types.UpdateAccountSettingsOutput) => void): Request<Proton.Types.UpdateAccountSettingsOutput, AWSError>;
527
+ /**
528
+ * Update a component. There are a few modes for updating a component. The deploymentType field defines the mode. You can't update a component while its deployment status, or the deployment status of a service instance attached to it, is IN_PROGRESS. For more information about components, see Proton components in the Proton Administrator Guide.
529
+ */
530
+ updateComponent(params: Proton.Types.UpdateComponentInput, callback?: (err: AWSError, data: Proton.Types.UpdateComponentOutput) => void): Request<Proton.Types.UpdateComponentOutput, AWSError>;
531
+ /**
532
+ * Update a component. There are a few modes for updating a component. The deploymentType field defines the mode. You can't update a component while its deployment status, or the deployment status of a service instance attached to it, is IN_PROGRESS. For more information about components, see Proton components in the Proton Administrator Guide.
533
+ */
534
+ updateComponent(callback?: (err: AWSError, data: Proton.Types.UpdateComponentOutput) => void): Request<Proton.Types.UpdateComponentOutput, AWSError>;
471
535
  /**
472
536
  * Update an environment. If the environment is associated with an environment account connection, don't update or include the protonServiceRoleArn and provisioningRepository parameter to update or connect to an environment account connection. You can only update to a new environment account connection if that connection was created in the same environment account that the current environment account connection was created in. The account connection must also be associated with the current environment. If the environment isn't associated with an environment account connection, don't update or include the environmentAccountConnectionId parameter. You can't update or connect the environment to an environment account connection if it isn't already associated with an environment connection. You can update either the environmentAccountConnectionId or protonServiceRoleArn parameter and value. You can’t update both. If the environment was configured for Amazon Web Services-managed provisioning, omit the provisioningRepository parameter. If the environment was configured for self-managed provisioning, specify the provisioningRepository parameter and omit the protonServiceRoleArn and environmentAccountConnectionId parameters. For more information, see Environments and Provisioning methods in the Proton Administrator Guide. There are four modes for updating an environment. The deploymentType field defines the mode. NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include minor or major version parameters when you use this deployment-type. MINOR_VERSION In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version.
473
537
  */
@@ -501,19 +565,19 @@ declare class Proton extends Service {
501
565
  */
502
566
  updateEnvironmentTemplateVersion(callback?: (err: AWSError, data: Proton.Types.UpdateEnvironmentTemplateVersionOutput) => void): Request<Proton.Types.UpdateEnvironmentTemplateVersionOutput, AWSError>;
503
567
  /**
504
- * Edit a service description or use a spec to add and delete service instances. Existing service instances and the service pipeline can't be edited using this API. They can only be deleted. Use the description parameter to modify the description. Edit the spec parameter to add or delete instances.
568
+ * Edit a service description or use a spec to add and delete service instances. Existing service instances and the service pipeline can't be edited using this API. They can only be deleted. Use the description parameter to modify the description. Edit the spec parameter to add or delete instances. You can't delete a service instance (remove it from the spec) if it has an attached component. For more information about components, see Proton components in the Proton Administrator Guide.
505
569
  */
506
570
  updateService(params: Proton.Types.UpdateServiceInput, callback?: (err: AWSError, data: Proton.Types.UpdateServiceOutput) => void): Request<Proton.Types.UpdateServiceOutput, AWSError>;
507
571
  /**
508
- * Edit a service description or use a spec to add and delete service instances. Existing service instances and the service pipeline can't be edited using this API. They can only be deleted. Use the description parameter to modify the description. Edit the spec parameter to add or delete instances.
572
+ * Edit a service description or use a spec to add and delete service instances. Existing service instances and the service pipeline can't be edited using this API. They can only be deleted. Use the description parameter to modify the description. Edit the spec parameter to add or delete instances. You can't delete a service instance (remove it from the spec) if it has an attached component. For more information about components, see Proton components in the Proton Administrator Guide.
509
573
  */
510
574
  updateService(callback?: (err: AWSError, data: Proton.Types.UpdateServiceOutput) => void): Request<Proton.Types.UpdateServiceOutput, AWSError>;
511
575
  /**
512
- * Update a service instance. There are four modes for updating a service instance. The deploymentType field defines the mode. NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include minor or major version parameters when you use this deployment-type. MINOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version.
576
+ * Update a service instance. There are a few modes for updating a service instance. The deploymentType field defines the mode. You can't update a service instance while its deployment status, or the deployment status of a component attached to it, is IN_PROGRESS. For more information about components, see Proton components in the Proton Administrator Guide.
513
577
  */
514
578
  updateServiceInstance(params: Proton.Types.UpdateServiceInstanceInput, callback?: (err: AWSError, data: Proton.Types.UpdateServiceInstanceOutput) => void): Request<Proton.Types.UpdateServiceInstanceOutput, AWSError>;
515
579
  /**
516
- * Update a service instance. There are four modes for updating a service instance. The deploymentType field defines the mode. NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include minor or major version parameters when you use this deployment-type. MINOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that's higher than the major version in use and a minor version.
580
+ * Update a service instance. There are a few modes for updating a service instance. The deploymentType field defines the mode. You can't update a service instance while its deployment status, or the deployment status of a component attached to it, is IN_PROGRESS. For more information about components, see Proton components in the Proton Administrator Guide.
517
581
  */
518
582
  updateServiceInstance(callback?: (err: AWSError, data: Proton.Types.UpdateServiceInstanceOutput) => void): Request<Proton.Types.UpdateServiceInstanceOutput, AWSError>;
519
583
  /**
@@ -548,6 +612,22 @@ declare class Proton extends Service {
548
612
  * Update template sync configuration parameters, except for the templateName and templateType.
549
613
  */
550
614
  updateTemplateSyncConfig(callback?: (err: AWSError, data: Proton.Types.UpdateTemplateSyncConfigOutput) => void): Request<Proton.Types.UpdateTemplateSyncConfigOutput, AWSError>;
615
+ /**
616
+ * Waits for the componentDeleted state by periodically calling the underlying Proton.getComponentoperation every 5 seconds (at most 999 times). Wait until a Component is deleted. Use this after invoking DeleteComponent
617
+ */
618
+ waitFor(state: "componentDeleted", params: Proton.Types.GetComponentInput & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Proton.Types.GetComponentOutput) => void): Request<Proton.Types.GetComponentOutput, AWSError>;
619
+ /**
620
+ * Waits for the componentDeleted state by periodically calling the underlying Proton.getComponentoperation every 5 seconds (at most 999 times). Wait until a Component is deleted. Use this after invoking DeleteComponent
621
+ */
622
+ waitFor(state: "componentDeleted", callback?: (err: AWSError, data: Proton.Types.GetComponentOutput) => void): Request<Proton.Types.GetComponentOutput, AWSError>;
623
+ /**
624
+ * Waits for the componentDeployed state by periodically calling the underlying Proton.getComponentoperation every 5 seconds (at most 999 times). Wait until a Component is deployed. Use this after invoking CreateComponent or UpdateComponent
625
+ */
626
+ waitFor(state: "componentDeployed", params: Proton.Types.GetComponentInput & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Proton.Types.GetComponentOutput) => void): Request<Proton.Types.GetComponentOutput, AWSError>;
627
+ /**
628
+ * Waits for the componentDeployed state by periodically calling the underlying Proton.getComponentoperation every 5 seconds (at most 999 times). Wait until a Component is deployed. Use this after invoking CreateComponent or UpdateComponent
629
+ */
630
+ waitFor(state: "componentDeployed", callback?: (err: AWSError, data: Proton.Types.GetComponentOutput) => void): Request<Proton.Types.GetComponentOutput, AWSError>;
551
631
  /**
552
632
  * Waits for the environmentDeployed state by periodically calling the underlying Proton.getEnvironmentoperation every 5 seconds (at most 999 times). Wait until an Environment is deployed. Use this after invoking CreateEnvironment or UpdateEnvironment
553
633
  */
@@ -638,6 +718,18 @@ declare namespace Proton {
638
718
  }
639
719
  export type Arn = string;
640
720
  export type AwsAccountId = string;
721
+ export interface CancelComponentDeploymentInput {
722
+ /**
723
+ * The name of the component with the deployment to cancel.
724
+ */
725
+ componentName: ResourceName;
726
+ }
727
+ export interface CancelComponentDeploymentOutput {
728
+ /**
729
+ * The detailed data of the component with the deployment that is being canceled.
730
+ */
731
+ component: Component;
732
+ }
641
733
  export interface CancelEnvironmentDeploymentInput {
642
734
  /**
643
735
  * The name of the environment with the deployment to cancel.
@@ -701,11 +793,162 @@ declare namespace Proton {
701
793
  }
702
794
  export type CompatibleEnvironmentTemplateInputList = CompatibleEnvironmentTemplateInput[];
703
795
  export type CompatibleEnvironmentTemplateList = CompatibleEnvironmentTemplate[];
796
+ export interface Component {
797
+ /**
798
+ * The Amazon Resource Name (ARN) of the component.
799
+ */
800
+ arn: ComponentArn;
801
+ /**
802
+ * The time when the component was created.
803
+ */
804
+ createdAt: Timestamp;
805
+ /**
806
+ * The component deployment status.
807
+ */
808
+ deploymentStatus: DeploymentStatus;
809
+ /**
810
+ * The message associated with the component deployment status.
811
+ */
812
+ deploymentStatusMessage?: StatusMessage;
813
+ /**
814
+ * A description of the component.
815
+ */
816
+ description?: Description;
817
+ /**
818
+ * The name of the Proton environment that this component is associated with.
819
+ */
820
+ environmentName: ResourceName;
821
+ /**
822
+ * The time when a deployment of the component was last attempted.
823
+ */
824
+ lastDeploymentAttemptedAt?: Timestamp;
825
+ /**
826
+ * The time when the component was last deployed successfully.
827
+ */
828
+ lastDeploymentSucceededAt?: Timestamp;
829
+ /**
830
+ * The time when the component was last modified.
831
+ */
832
+ lastModifiedAt: Timestamp;
833
+ /**
834
+ * The name of the component.
835
+ */
836
+ name: ResourceName;
837
+ /**
838
+ * The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
839
+ */
840
+ serviceInstanceName?: ResourceName;
841
+ /**
842
+ * The name of the service that serviceInstanceName is associated with. Provided when a component is attached to a service instance.
843
+ */
844
+ serviceName?: ResourceName;
845
+ /**
846
+ * The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
847
+ */
848
+ serviceSpec?: SpecContents;
849
+ }
850
+ export type ComponentArn = string;
851
+ export type ComponentDeploymentUpdateType = "NONE"|"CURRENT_VERSION"|string;
852
+ export interface ComponentSummary {
853
+ /**
854
+ * The Amazon Resource Name (ARN) of the component.
855
+ */
856
+ arn: ComponentArn;
857
+ /**
858
+ * The time when the component was created.
859
+ */
860
+ createdAt: Timestamp;
861
+ /**
862
+ * The component deployment status.
863
+ */
864
+ deploymentStatus: DeploymentStatus;
865
+ /**
866
+ * The message associated with the component deployment status.
867
+ */
868
+ deploymentStatusMessage?: StatusMessage;
869
+ /**
870
+ * The name of the Proton environment that this component is associated with.
871
+ */
872
+ environmentName: ResourceName;
873
+ /**
874
+ * The time when a deployment of the component was last attempted.
875
+ */
876
+ lastDeploymentAttemptedAt?: Timestamp;
877
+ /**
878
+ * The time when the component was last deployed successfully.
879
+ */
880
+ lastDeploymentSucceededAt?: Timestamp;
881
+ /**
882
+ * The time when the component was last modified.
883
+ */
884
+ lastModifiedAt: Timestamp;
885
+ /**
886
+ * The name of the component.
887
+ */
888
+ name: ResourceName;
889
+ /**
890
+ * The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
891
+ */
892
+ serviceInstanceName?: ResourceName;
893
+ /**
894
+ * The name of the service that serviceInstanceName is associated with. Provided when a component is attached to a service instance.
895
+ */
896
+ serviceName?: ResourceName;
897
+ }
898
+ export type ComponentSummaryList = ComponentSummary[];
899
+ export interface CreateComponentInput {
900
+ /**
901
+ * An optional customer-provided description of the component.
902
+ */
903
+ description?: Description;
904
+ /**
905
+ * The name of the Proton environment that you want to associate this component with. You must specify this when you don't specify serviceInstanceName and serviceName.
906
+ */
907
+ environmentName?: ResourceName;
908
+ /**
909
+ * A path to a manifest file that lists the Infrastructure as Code (IaC) file, template language, and rendering engine for infrastructure that a custom component provisions.
910
+ */
911
+ manifest: TemplateManifestContents;
912
+ /**
913
+ * The customer-provided name of the component.
914
+ */
915
+ name: ResourceName;
916
+ /**
917
+ * The name of the service instance that you want to attach this component to. If you don't specify this, the component isn't attached to any service instance. Specify both serviceInstanceName and serviceName or neither of them.
918
+ */
919
+ serviceInstanceName?: ResourceName;
920
+ /**
921
+ * The name of the service that serviceInstanceName is associated with. If you don't specify this, the component isn't attached to any service instance. Specify both serviceInstanceName and serviceName or neither of them.
922
+ */
923
+ serviceName?: ResourceName;
924
+ /**
925
+ * The service spec that you want the component to use to access service inputs. Set this only when you attach the component to a service instance.
926
+ */
927
+ serviceSpec?: SpecContents;
928
+ /**
929
+ * An optional list of metadata items that you can associate with the Proton component. A tag is a key-value pair. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
930
+ */
931
+ tags?: TagList;
932
+ /**
933
+ * A path to the Infrastructure as Code (IaC) file describing infrastructure that a custom component provisions. Components support a single IaC file, even if you use Terraform as your template language.
934
+ */
935
+ templateFile: TemplateFileContents;
936
+ }
937
+ export interface CreateComponentOutput {
938
+ /**
939
+ * The detailed data of the created component.
940
+ */
941
+ component: Component;
942
+ }
704
943
  export interface CreateEnvironmentAccountConnectionInput {
705
944
  /**
706
945
  * When included, if two identical requests are made with the same client token, Proton returns the environment account connection that the first request created.
707
946
  */
708
947
  clientToken?: ClientToken;
948
+ /**
949
+ * The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account. You must specify componentRoleArn to allow directly defined components to be associated with any environments running in this account. For more information about components, see Proton components in the Proton Administrator Guide.
950
+ */
951
+ componentRoleArn?: Arn;
709
952
  /**
710
953
  * The name of the Proton environment that's created in the associated management account.
711
954
  */
@@ -730,6 +973,10 @@ declare namespace Proton {
730
973
  environmentAccountConnection: EnvironmentAccountConnection;
731
974
  }
732
975
  export interface CreateEnvironmentInput {
976
+ /**
977
+ * The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It determines the scope of infrastructure that a component can provision. You must specify componentRoleArn to allow directly defined components to be associated with this environment. For more information about components, see Proton components in the Proton Administrator Guide.
978
+ */
979
+ componentRoleArn?: Arn;
733
980
  /**
734
981
  * A description of the environment that's being created and deployed.
735
982
  */
@@ -955,7 +1202,7 @@ declare namespace Proton {
955
1202
  */
956
1203
  clientToken?: ClientToken;
957
1204
  /**
958
- * An array of compatible environment template objects for the new version of a service template.
1205
+ * An array of environment template objects that are compatible with the new service template version. A service instance based on this service template version can run in environments based on compatible templates.
959
1206
  */
960
1207
  compatibleEnvironmentTemplates: CompatibleEnvironmentTemplateInputList;
961
1208
  /**
@@ -970,6 +1217,10 @@ declare namespace Proton {
970
1217
  * An object that includes the template bundle S3 bucket path and name for the new version of a service template.
971
1218
  */
972
1219
  source: TemplateVersionSourceInput;
1220
+ /**
1221
+ * An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version. For more information about components, see Proton components in the Proton Administrator Guide.
1222
+ */
1223
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceInputList;
973
1224
  /**
974
1225
  * An optional list of metadata items that you can associate with the Proton service template version. A tag is a key-value pair. For more information, see Proton resources and tagging in the Proton Administrator Guide or Proton User Guide.
975
1226
  */
@@ -1017,6 +1268,18 @@ declare namespace Proton {
1017
1268
  */
1018
1269
  templateSyncConfig?: TemplateSyncConfig;
1019
1270
  }
1271
+ export interface DeleteComponentInput {
1272
+ /**
1273
+ * The name of the component to delete.
1274
+ */
1275
+ name: ResourceName;
1276
+ }
1277
+ export interface DeleteComponentOutput {
1278
+ /**
1279
+ * The detailed data of the component being deleted.
1280
+ */
1281
+ component?: Component;
1282
+ }
1020
1283
  export interface DeleteEnvironmentAccountConnectionInput {
1021
1284
  /**
1022
1285
  * The ID of the environment account connection to delete.
@@ -1025,7 +1288,7 @@ declare namespace Proton {
1025
1288
  }
1026
1289
  export interface DeleteEnvironmentAccountConnectionOutput {
1027
1290
  /**
1028
- * The environment account connection detail data that's returned by Proton.
1291
+ * The detailed data of the environment account connection being deleted.
1029
1292
  */
1030
1293
  environmentAccountConnection?: EnvironmentAccountConnection;
1031
1294
  }
@@ -1037,7 +1300,7 @@ declare namespace Proton {
1037
1300
  }
1038
1301
  export interface DeleteEnvironmentOutput {
1039
1302
  /**
1040
- * The environment detail data that's returned by Proton.
1303
+ * The detailed data of the environment being deleted.
1041
1304
  */
1042
1305
  environment?: Environment;
1043
1306
  }
@@ -1049,7 +1312,7 @@ declare namespace Proton {
1049
1312
  }
1050
1313
  export interface DeleteEnvironmentTemplateOutput {
1051
1314
  /**
1052
- * The environment template detail data that's returned by Proton.
1315
+ * The detailed data of the environment template being deleted.
1053
1316
  */
1054
1317
  environmentTemplate?: EnvironmentTemplate;
1055
1318
  }
@@ -1069,7 +1332,7 @@ declare namespace Proton {
1069
1332
  }
1070
1333
  export interface DeleteEnvironmentTemplateVersionOutput {
1071
1334
  /**
1072
- * The environment template version detail data that's returned by Proton.
1335
+ * The detailed data of the environment template version being deleted.
1073
1336
  */
1074
1337
  environmentTemplateVersion?: EnvironmentTemplateVersion;
1075
1338
  }
@@ -1097,7 +1360,7 @@ declare namespace Proton {
1097
1360
  }
1098
1361
  export interface DeleteServiceOutput {
1099
1362
  /**
1100
- * The service detail data that's returned by Proton.
1363
+ * The detailed data of the service being deleted.
1101
1364
  */
1102
1365
  service?: Service;
1103
1366
  }
@@ -1109,7 +1372,7 @@ declare namespace Proton {
1109
1372
  }
1110
1373
  export interface DeleteServiceTemplateOutput {
1111
1374
  /**
1112
- * The service template detail data that's returned by Proton.
1375
+ * The detailed data of the service template being deleted.
1113
1376
  */
1114
1377
  serviceTemplate?: ServiceTemplate;
1115
1378
  }
@@ -1129,7 +1392,7 @@ declare namespace Proton {
1129
1392
  }
1130
1393
  export interface DeleteServiceTemplateVersionOutput {
1131
1394
  /**
1132
- * The service template version detail data that's returned by Proton.
1395
+ * The detailed data of the service template version being deleted.
1133
1396
  */
1134
1397
  serviceTemplateVersion?: ServiceTemplateVersion;
1135
1398
  }
@@ -1160,6 +1423,10 @@ declare namespace Proton {
1160
1423
  * The Amazon Resource Name (ARN) of the environment.
1161
1424
  */
1162
1425
  arn: EnvironmentArn;
1426
+ /**
1427
+ * The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It determines the scope of infrastructure that a component can provision. The environment must have a componentRoleArn to allow directly defined components to be associated with the environment. For more information about components, see Proton components in the Proton Administrator Guide.
1428
+ */
1429
+ componentRoleArn?: Arn;
1163
1430
  /**
1164
1431
  * The time when the environment was created.
1165
1432
  */
@@ -1230,6 +1497,10 @@ declare namespace Proton {
1230
1497
  * The Amazon Resource Name (ARN) of the environment account connection.
1231
1498
  */
1232
1499
  arn: EnvironmentAccountConnectionArn;
1500
+ /**
1501
+ * The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account. The environment account connection must have a componentRoleArn to allow directly defined components to be associated with any environments running in the account. For more information about components, see Proton components in the Proton Administrator Guide.
1502
+ */
1503
+ componentRoleArn?: Arn;
1233
1504
  /**
1234
1505
  * The environment account that's connected to the environment account connection.
1235
1506
  */
@@ -1273,6 +1544,10 @@ declare namespace Proton {
1273
1544
  * The Amazon Resource Name (ARN) of the environment account connection.
1274
1545
  */
1275
1546
  arn: EnvironmentAccountConnectionArn;
1547
+ /**
1548
+ * The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account. The environment account connection must have a componentRoleArn to allow directly defined components to be associated with any environments running in the account. For more information about components, see Proton components in the Proton Administrator Guide.
1549
+ */
1550
+ componentRoleArn?: Arn;
1276
1551
  /**
1277
1552
  * The ID of the environment account that's connected to the environment account connection.
1278
1553
  */
@@ -1313,6 +1588,10 @@ declare namespace Proton {
1313
1588
  * The Amazon Resource Name (ARN) of the environment.
1314
1589
  */
1315
1590
  arn: EnvironmentArn;
1591
+ /**
1592
+ * The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It determines the scope of infrastructure that a component can provision. The environment must have a componentRoleArn to allow directly defined components to be associated with the environment. For more information about components, see Proton components in the Proton Administrator Guide.
1593
+ */
1594
+ componentRoleArn?: Arn;
1316
1595
  /**
1317
1596
  * The time when the environment was created.
1318
1597
  */
@@ -1555,59 +1834,71 @@ declare namespace Proton {
1555
1834
  */
1556
1835
  accountSettings?: AccountSettings;
1557
1836
  }
1837
+ export interface GetComponentInput {
1838
+ /**
1839
+ * The name of the component that you want to get the detailed data for.
1840
+ */
1841
+ name: ResourceName;
1842
+ }
1843
+ export interface GetComponentOutput {
1844
+ /**
1845
+ * The detailed data of the requested component.
1846
+ */
1847
+ component?: Component;
1848
+ }
1558
1849
  export interface GetEnvironmentAccountConnectionInput {
1559
1850
  /**
1560
- * The ID of the environment account connection.
1851
+ * The ID of the environment account connection that you want to get the detailed data for.
1561
1852
  */
1562
1853
  id: EnvironmentAccountConnectionId;
1563
1854
  }
1564
1855
  export interface GetEnvironmentAccountConnectionOutput {
1565
1856
  /**
1566
- * The environment account connection detail data that's returned by Proton.
1857
+ * The detailed data of the requested environment account connection.
1567
1858
  */
1568
1859
  environmentAccountConnection: EnvironmentAccountConnection;
1569
1860
  }
1570
1861
  export interface GetEnvironmentInput {
1571
1862
  /**
1572
- * The name of the environment that you want to get the detail data for.
1863
+ * The name of the environment that you want to get the detailed data for.
1573
1864
  */
1574
1865
  name: ResourceName;
1575
1866
  }
1576
1867
  export interface GetEnvironmentOutput {
1577
1868
  /**
1578
- * The environment detail data that's returned by Proton.
1869
+ * The detailed data of the requested environment.
1579
1870
  */
1580
1871
  environment: Environment;
1581
1872
  }
1582
1873
  export interface GetEnvironmentTemplateInput {
1583
1874
  /**
1584
- * The name of the environment template that you want to get the detail data for.
1875
+ * The name of the environment template that you want to get the detailed data for.
1585
1876
  */
1586
1877
  name: ResourceName;
1587
1878
  }
1588
1879
  export interface GetEnvironmentTemplateOutput {
1589
1880
  /**
1590
- * The environment template detail data that's returned by Proton.
1881
+ * The detailed data of the requested environment template.
1591
1882
  */
1592
1883
  environmentTemplate: EnvironmentTemplate;
1593
1884
  }
1594
1885
  export interface GetEnvironmentTemplateVersionInput {
1595
1886
  /**
1596
- * To view environment template major version detail data, include major Version.
1887
+ * To get environment template major version detail data, include major Version.
1597
1888
  */
1598
1889
  majorVersion: TemplateVersionPart;
1599
1890
  /**
1600
- * To view environment template minor version detail data, include minorVersion.
1891
+ * To get environment template minor version detail data, include minorVersion.
1601
1892
  */
1602
1893
  minorVersion: TemplateVersionPart;
1603
1894
  /**
1604
- * The name of the environment template.
1895
+ * The name of the environment template a version of which you want to get detailed data for..
1605
1896
  */
1606
1897
  templateName: ResourceName;
1607
1898
  }
1608
1899
  export interface GetEnvironmentTemplateVersionOutput {
1609
1900
  /**
1610
- * The environment template version detail data that's returned by Proton.
1901
+ * The detailed data of the requested environment template version.
1611
1902
  */
1612
1903
  environmentTemplateVersion: EnvironmentTemplateVersion;
1613
1904
  }
@@ -1653,13 +1944,13 @@ declare namespace Proton {
1653
1944
  }
1654
1945
  export interface GetServiceInput {
1655
1946
  /**
1656
- * The name of the service that you want to get the detail data for.
1947
+ * The name of the service that you want to get the detailed data for.
1657
1948
  */
1658
1949
  name: ResourceName;
1659
1950
  }
1660
1951
  export interface GetServiceInstanceInput {
1661
1952
  /**
1662
- * The name of a service instance that you want to get the detail data for.
1953
+ * The name of a service instance that you want to get the detailed data for.
1663
1954
  */
1664
1955
  name: ResourceName;
1665
1956
  /**
@@ -1669,45 +1960,45 @@ declare namespace Proton {
1669
1960
  }
1670
1961
  export interface GetServiceInstanceOutput {
1671
1962
  /**
1672
- * The service instance detail data that's returned by Proton.
1963
+ * The detailed data of the requested service instance.
1673
1964
  */
1674
1965
  serviceInstance: ServiceInstance;
1675
1966
  }
1676
1967
  export interface GetServiceOutput {
1677
1968
  /**
1678
- * The service detail data that's returned by Proton.
1969
+ * The detailed data of the requested service.
1679
1970
  */
1680
1971
  service?: Service;
1681
1972
  }
1682
1973
  export interface GetServiceTemplateInput {
1683
1974
  /**
1684
- * The name of the service template that you want to get detail data for.
1975
+ * The name of the service template that you want to get detailed data for.
1685
1976
  */
1686
1977
  name: ResourceName;
1687
1978
  }
1688
1979
  export interface GetServiceTemplateOutput {
1689
1980
  /**
1690
- * The service template detail data that's returned by Proton.
1981
+ * The detailed data of the requested service template.
1691
1982
  */
1692
1983
  serviceTemplate: ServiceTemplate;
1693
1984
  }
1694
1985
  export interface GetServiceTemplateVersionInput {
1695
1986
  /**
1696
- * To view service template major version detail data, include major Version.
1987
+ * To get service template major version detail data, include major Version.
1697
1988
  */
1698
1989
  majorVersion: TemplateVersionPart;
1699
1990
  /**
1700
- * To view service template minor version detail data, include minorVersion.
1991
+ * To get service template minor version detail data, include minorVersion.
1701
1992
  */
1702
1993
  minorVersion: TemplateVersionPart;
1703
1994
  /**
1704
- * The name of the service template.
1995
+ * The name of the service template a version of which you want to get detailed data for.
1705
1996
  */
1706
1997
  templateName: ResourceName;
1707
1998
  }
1708
1999
  export interface GetServiceTemplateVersionOutput {
1709
2000
  /**
1710
- * The service template version detail data that's returned by Proton.
2001
+ * The detailed data of the requested service template version.
1711
2002
  */
1712
2003
  serviceTemplateVersion: ServiceTemplateVersion;
1713
2004
  }
@@ -1756,6 +2047,78 @@ declare namespace Proton {
1756
2047
  latestSync?: ResourceSyncAttempt;
1757
2048
  }
1758
2049
  export type GitBranchName = string;
2050
+ export interface ListComponentOutputsInput {
2051
+ /**
2052
+ * The name of the component whose outputs you want.
2053
+ */
2054
+ componentName: ResourceName;
2055
+ /**
2056
+ * A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
2057
+ */
2058
+ nextToken?: EmptyNextToken;
2059
+ }
2060
+ export interface ListComponentOutputsOutput {
2061
+ /**
2062
+ * A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
2063
+ */
2064
+ nextToken?: EmptyNextToken;
2065
+ /**
2066
+ * An array of component Infrastructure as Code (IaC) outputs.
2067
+ */
2068
+ outputs: OutputsList;
2069
+ }
2070
+ export interface ListComponentProvisionedResourcesInput {
2071
+ /**
2072
+ * The name of the component whose provisioned resources you want.
2073
+ */
2074
+ componentName: ResourceName;
2075
+ /**
2076
+ * A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
2077
+ */
2078
+ nextToken?: EmptyNextToken;
2079
+ }
2080
+ export interface ListComponentProvisionedResourcesOutput {
2081
+ /**
2082
+ * A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.
2083
+ */
2084
+ nextToken?: EmptyNextToken;
2085
+ /**
2086
+ * An array of provisioned resources for a component.
2087
+ */
2088
+ provisionedResources: ProvisionedResourceList;
2089
+ }
2090
+ export interface ListComponentsInput {
2091
+ /**
2092
+ * The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.
2093
+ */
2094
+ environmentName?: ResourceName;
2095
+ /**
2096
+ * The maximum number of components to list.
2097
+ */
2098
+ maxResults?: MaxPageResults;
2099
+ /**
2100
+ * A token that indicates the location of the next component in the array of components, after the list of components that was previously requested.
2101
+ */
2102
+ nextToken?: NextToken;
2103
+ /**
2104
+ * The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.
2105
+ */
2106
+ serviceInstanceName?: ResourceName;
2107
+ /**
2108
+ * The name of a service for result list filtering. Proton returns components attached to service instances of the service.
2109
+ */
2110
+ serviceName?: ResourceName;
2111
+ }
2112
+ export interface ListComponentsOutput {
2113
+ /**
2114
+ * An array of components with summary data.
2115
+ */
2116
+ components: ComponentSummaryList;
2117
+ /**
2118
+ * A token that indicates the location of the next component in the array of components, after the current requested list of components.
2119
+ */
2120
+ nextToken?: NextToken;
2121
+ }
1759
2122
  export interface ListEnvironmentAccountConnectionsInput {
1760
2123
  /**
1761
2124
  * The environment name that's associated with each listed environment account connection.
@@ -1954,11 +2317,11 @@ declare namespace Proton {
1954
2317
  */
1955
2318
  nextToken?: EmptyNextToken;
1956
2319
  /**
1957
- * The service instance name.
2320
+ * The name of the service instance whose outputs you want.
1958
2321
  */
1959
2322
  serviceInstanceName: ResourceName;
1960
2323
  /**
1961
- * The service name.
2324
+ * The name of the service that serviceInstanceName is associated to.
1962
2325
  */
1963
2326
  serviceName: ResourceName;
1964
2327
  }
@@ -1968,7 +2331,7 @@ declare namespace Proton {
1968
2331
  */
1969
2332
  nextToken?: EmptyNextToken;
1970
2333
  /**
1971
- * An array of service instance infrastructure as code outputs.
2334
+ * An array of service instance Infrastructure as Code (IaC) outputs.
1972
2335
  */
1973
2336
  outputs: OutputsList;
1974
2337
  }
@@ -1978,11 +2341,11 @@ declare namespace Proton {
1978
2341
  */
1979
2342
  nextToken?: EmptyNextToken;
1980
2343
  /**
1981
- * The service instance name.
2344
+ * The name of the service instance whose provisioned resources you want.
1982
2345
  */
1983
2346
  serviceInstanceName: ResourceName;
1984
2347
  /**
1985
- * The service name.
2348
+ * The name of the service that serviceInstanceName is associated to.
1986
2349
  */
1987
2350
  serviceName: ResourceName;
1988
2351
  }
@@ -2016,7 +2379,7 @@ declare namespace Proton {
2016
2379
  */
2017
2380
  nextToken?: NextToken;
2018
2381
  /**
2019
- * An array of service instances with summaries of detail data.
2382
+ * An array of service instances with summary data.
2020
2383
  */
2021
2384
  serviceInstances: ServiceInstanceSummaryList;
2022
2385
  }
@@ -2026,7 +2389,7 @@ declare namespace Proton {
2026
2389
  */
2027
2390
  nextToken?: EmptyNextToken;
2028
2391
  /**
2029
- * The service name.
2392
+ * The name of the service whose pipeline's outputs you want.
2030
2393
  */
2031
2394
  serviceName: ResourceName;
2032
2395
  }
@@ -2036,7 +2399,7 @@ declare namespace Proton {
2036
2399
  */
2037
2400
  nextToken?: EmptyNextToken;
2038
2401
  /**
2039
- * An array of outputs.
2402
+ * An array of service pipeline Infrastructure as Code (IaC) outputs.
2040
2403
  */
2041
2404
  outputs: OutputsList;
2042
2405
  }
@@ -2046,7 +2409,7 @@ declare namespace Proton {
2046
2409
  */
2047
2410
  nextToken?: EmptyNextToken;
2048
2411
  /**
2049
- * The service name.
2412
+ * The name of the service whose pipeline's provisioned resources you want.
2050
2413
  */
2051
2414
  serviceName: ResourceName;
2052
2415
  }
@@ -2174,9 +2537,10 @@ declare namespace Proton {
2174
2537
  /**
2175
2538
  * The deployment status message for your provisioned resource.
2176
2539
  */
2177
- statusMessage?: SyntheticNotifyResourceDeploymentStatusChangeInputString;
2540
+ statusMessage?: NotifyResourceDeploymentStatusChangeInputStatusMessageString;
2178
2541
  }
2179
2542
  export type NotifyResourceDeploymentStatusChangeInputOutputsList = Output[];
2543
+ export type NotifyResourceDeploymentStatusChangeInputStatusMessageString = string;
2180
2544
  export interface NotifyResourceDeploymentStatusChangeOutput {
2181
2545
  }
2182
2546
  export interface Output {
@@ -2352,6 +2716,7 @@ declare namespace Proton {
2352
2716
  export type RepositorySyncStatus = "INITIATED"|"IN_PROGRESS"|"SUCCEEDED"|"FAILED"|"QUEUED"|string;
2353
2717
  export type ResourceDeploymentStatus = "IN_PROGRESS"|"FAILED"|"SUCCEEDED"|string;
2354
2718
  export type ResourceName = string;
2719
+ export type ResourceNameOrEmpty = string;
2355
2720
  export interface ResourceSyncAttempt {
2356
2721
  /**
2357
2722
  * An array of events with detail data.
@@ -2447,7 +2812,7 @@ declare namespace Proton {
2447
2812
  */
2448
2813
  createdAt: Timestamp;
2449
2814
  /**
2450
- * A description of a service.
2815
+ * A description of the service.
2451
2816
  */
2452
2817
  description?: Description;
2453
2818
  /**
@@ -2502,7 +2867,7 @@ declare namespace Proton {
2502
2867
  */
2503
2868
  deploymentStatus: DeploymentStatus;
2504
2869
  /**
2505
- * A service instance deployment status message.
2870
+ * The message associated with the service instance deployment status.
2506
2871
  */
2507
2872
  deploymentStatusMessage?: StatusMessage;
2508
2873
  /**
@@ -2746,6 +3111,8 @@ declare namespace Proton {
2746
3111
  recommendedVersion?: FullTemplateVersionNumber;
2747
3112
  }
2748
3113
  export type ServiceTemplateSummaryList = ServiceTemplateSummary[];
3114
+ export type ServiceTemplateSupportedComponentSourceInputList = ServiceTemplateSupportedComponentSourceType[];
3115
+ export type ServiceTemplateSupportedComponentSourceType = "DIRECTLY_DEFINED"|string;
2749
3116
  export interface ServiceTemplateVersion {
2750
3117
  /**
2751
3118
  * The Amazon Resource Name (ARN) of the version of a service template.
@@ -2791,6 +3158,10 @@ declare namespace Proton {
2791
3158
  * A service template version status message.
2792
3159
  */
2793
3160
  statusMessage?: StatusMessage;
3161
+ /**
3162
+ * An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version. For more information about components, see Proton components in the Proton Administrator Guide.
3163
+ */
3164
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceInputList;
2794
3165
  /**
2795
3166
  * The name of the version of a service template.
2796
3167
  */
@@ -2845,7 +3216,6 @@ declare namespace Proton {
2845
3216
  export type String = string;
2846
3217
  export type Subdirectory = string;
2847
3218
  export type SyncType = "TEMPLATE_SYNC"|string;
2848
- export type SyntheticNotifyResourceDeploymentStatusChangeInputString = string;
2849
3219
  export interface Tag {
2850
3220
  /**
2851
3221
  * The key of the resource tag.
@@ -2872,6 +3242,8 @@ declare namespace Proton {
2872
3242
  export interface TagResourceOutput {
2873
3243
  }
2874
3244
  export type TagValue = string;
3245
+ export type TemplateFileContents = string;
3246
+ export type TemplateManifestContents = string;
2875
3247
  export type TemplateSchema = string;
2876
3248
  export interface TemplateSyncConfig {
2877
3249
  /**
@@ -2937,7 +3309,47 @@ declare namespace Proton {
2937
3309
  */
2938
3310
  accountSettings: AccountSettings;
2939
3311
  }
3312
+ export interface UpdateComponentInput {
3313
+ /**
3314
+ * The deployment type. It defines the mode for updating a component, as follows: NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. You can only specify description in this mode. CURRENT_VERSION In this mode, the component is deployed and updated with the new serviceSpec, templateSource, and/or type that you provide. Only requested parameters are updated.
3315
+ */
3316
+ deploymentType: ComponentDeploymentUpdateType;
3317
+ /**
3318
+ * An optional customer-provided description of the component.
3319
+ */
3320
+ description?: Description;
3321
+ /**
3322
+ * The name of the component to update.
3323
+ */
3324
+ name: ResourceName;
3325
+ /**
3326
+ * The name of the service instance that you want to attach this component to. Don't specify to keep the component's current service instance attachment. Specify an empty string to detach the component from the service instance it's attached to. Specify non-empty values for both serviceInstanceName and serviceName or for neither of them.
3327
+ */
3328
+ serviceInstanceName?: ResourceNameOrEmpty;
3329
+ /**
3330
+ * The name of the service that serviceInstanceName is associated with. Don't specify to keep the component's current service instance attachment. Specify an empty string to detach the component from the service instance it's attached to. Specify non-empty values for both serviceInstanceName and serviceName or for neither of them.
3331
+ */
3332
+ serviceName?: ResourceNameOrEmpty;
3333
+ /**
3334
+ * The service spec that you want the component to use to access service inputs. Set this only when the component is attached to a service instance.
3335
+ */
3336
+ serviceSpec?: SpecContents;
3337
+ /**
3338
+ * A path to the Infrastructure as Code (IaC) file describing infrastructure that a custom component provisions. Components support a single IaC file, even if you use Terraform as your template language.
3339
+ */
3340
+ templateFile?: TemplateFileContents;
3341
+ }
3342
+ export interface UpdateComponentOutput {
3343
+ /**
3344
+ * The detailed data of the updated component.
3345
+ */
3346
+ component: Component;
3347
+ }
2940
3348
  export interface UpdateEnvironmentAccountConnectionInput {
3349
+ /**
3350
+ * The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account. The environment account connection must have a componentRoleArn to allow directly defined components to be associated with any environments running in the account. For more information about components, see Proton components in the Proton Administrator Guide.
3351
+ */
3352
+ componentRoleArn?: Arn;
2941
3353
  /**
2942
3354
  * The ID of the environment account connection to update.
2943
3355
  */
@@ -2945,7 +3357,7 @@ declare namespace Proton {
2945
3357
  /**
2946
3358
  * The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
2947
3359
  */
2948
- roleArn: Arn;
3360
+ roleArn?: Arn;
2949
3361
  }
2950
3362
  export interface UpdateEnvironmentAccountConnectionOutput {
2951
3363
  /**
@@ -2954,6 +3366,10 @@ declare namespace Proton {
2954
3366
  environmentAccountConnection: EnvironmentAccountConnection;
2955
3367
  }
2956
3368
  export interface UpdateEnvironmentInput {
3369
+ /**
3370
+ * The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It determines the scope of infrastructure that a component can provision. The environment must have a componentRoleArn to allow directly defined components to be associated with the environment. For more information about components, see Proton components in the Proton Administrator Guide.
3371
+ */
3372
+ componentRoleArn?: Arn;
2957
3373
  /**
2958
3374
  * There are four modes for updating an environment. The deploymentType field defines the mode. NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include major or minor version parameters when you use this deployment-type. MINOR_VERSION In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can also specify a different major version that is higher than the major version in use and a minor version (optional).
2959
3375
  */
@@ -3061,7 +3477,7 @@ declare namespace Proton {
3061
3477
  }
3062
3478
  export interface UpdateServiceInstanceInput {
3063
3479
  /**
3064
- * The deployment type. There are four modes for updating a service instance. The deploymentType field defines the mode. NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include major or minor version parameters when you use this deployment-type. MINOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
3480
+ * The deployment type. It defines the mode for updating a service instance, as follows: NONE In this mode, a deployment doesn't occur. Only the requested metadata parameters are updated. CURRENT_VERSION In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated. Don’t include major or minor version parameters when you use this deployment type. MINOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major version in use, by default. You can also specify a different minor version of the current major version in use. MAJOR_VERSION In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current template, by default. You can specify a different major version that's higher than the major version in use and a minor version.
3065
3481
  */
3066
3482
  deploymentType: DeploymentUpdateType;
3067
3483
  /**
@@ -3147,7 +3563,7 @@ declare namespace Proton {
3147
3563
  }
3148
3564
  export interface UpdateServiceTemplateVersionInput {
3149
3565
  /**
3150
- * An array of compatible environment names for a service template major or minor version to update.
3566
+ * An array of environment template objects that are compatible with this service template version. A service instance based on this service template version can run in environments based on compatible templates.
3151
3567
  */
3152
3568
  compatibleEnvironmentTemplates?: CompatibleEnvironmentTemplateInputList;
3153
3569
  /**
@@ -3166,6 +3582,10 @@ declare namespace Proton {
3166
3582
  * The status of the service template minor version to update.
3167
3583
  */
3168
3584
  status?: TemplateVersionStatus;
3585
+ /**
3586
+ * An array of supported component sources. Components with supported sources can be attached to service instances based on this service template version. A change to supportedComponentSources doesn't impact existing component attachments to instances based on this template version. A change only affects later associations. For more information about components, see Proton components in the Proton Administrator Guide.
3587
+ */
3588
+ supportedComponentSources?: ServiceTemplateSupportedComponentSourceInputList;
3169
3589
  /**
3170
3590
  * The name of the service template.
3171
3591
  */