@aws-sdk/client-proton 3.41.0 → 3.46.0

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 (161) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +46 -37
  3. package/dist-cjs/Proton.js +270 -0
  4. package/dist-cjs/commands/CreateRepositoryCommand.js +36 -0
  5. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteRepositoryCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +36 -0
  8. package/dist-cjs/commands/GetRepositoryCommand.js +36 -0
  9. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +36 -0
  10. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +36 -0
  11. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +36 -0
  12. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +36 -0
  13. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +36 -0
  14. package/dist-cjs/commands/ListRepositoriesCommand.js +36 -0
  15. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +36 -0
  16. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +36 -0
  17. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +36 -0
  18. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +36 -0
  19. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +36 -0
  20. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +36 -0
  21. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +36 -0
  22. package/dist-cjs/commands/index.js +18 -0
  23. package/dist-cjs/endpoints.js +1 -0
  24. package/dist-cjs/models/models_0.js +348 -7
  25. package/dist-cjs/pagination/ListEnvironmentOutputsPaginator.js +34 -0
  26. package/dist-cjs/pagination/ListEnvironmentProvisionedResourcesPaginator.js +34 -0
  27. package/dist-cjs/pagination/ListRepositoriesPaginator.js +35 -0
  28. package/dist-cjs/pagination/ListRepositorySyncDefinitionsPaginator.js +34 -0
  29. package/dist-cjs/pagination/ListServiceInstanceOutputsPaginator.js +34 -0
  30. package/dist-cjs/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +34 -0
  31. package/dist-cjs/pagination/ListServicePipelineOutputsPaginator.js +34 -0
  32. package/dist-cjs/pagination/ListServicePipelineProvisionedResourcesPaginator.js +34 -0
  33. package/dist-cjs/pagination/index.js +8 -0
  34. package/dist-cjs/protocols/Aws_json1_0.js +2364 -220
  35. package/dist-cjs/runtimeConfig.js +0 -2
  36. package/dist-es/Proton.js +270 -0
  37. package/dist-es/commands/CreateRepositoryCommand.js +39 -0
  38. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +39 -0
  39. package/dist-es/commands/DeleteRepositoryCommand.js +39 -0
  40. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +39 -0
  41. package/dist-es/commands/GetRepositoryCommand.js +39 -0
  42. package/dist-es/commands/GetRepositorySyncStatusCommand.js +39 -0
  43. package/dist-es/commands/GetTemplateSyncConfigCommand.js +39 -0
  44. package/dist-es/commands/GetTemplateSyncStatusCommand.js +39 -0
  45. package/dist-es/commands/ListEnvironmentOutputsCommand.js +39 -0
  46. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +39 -0
  47. package/dist-es/commands/ListRepositoriesCommand.js +39 -0
  48. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +39 -0
  49. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +39 -0
  50. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +39 -0
  51. package/dist-es/commands/ListServicePipelineOutputsCommand.js +39 -0
  52. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +39 -0
  53. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +39 -0
  54. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +39 -0
  55. package/dist-es/commands/index.js +18 -0
  56. package/dist-es/endpoints.js +1 -0
  57. package/dist-es/models/models_0.js +241 -4
  58. package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +73 -0
  59. package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +73 -0
  60. package/dist-es/pagination/ListRepositoriesPaginator.js +74 -0
  61. package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +73 -0
  62. package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +73 -0
  63. package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +73 -0
  64. package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +73 -0
  65. package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +73 -0
  66. package/dist-es/pagination/index.js +8 -0
  67. package/dist-es/protocols/Aws_json1_0.js +2529 -291
  68. package/dist-es/runtimeConfig.js +0 -2
  69. package/dist-types/Proton.d.ts +400 -248
  70. package/dist-types/ProtonClient.d.ts +108 -81
  71. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +4 -5
  72. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +9 -8
  73. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +7 -7
  74. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +7 -7
  75. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +5 -5
  76. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -3
  77. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +9 -11
  78. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -2
  79. package/dist-types/commands/CreateRepositoryCommand.d.ts +37 -0
  80. package/dist-types/commands/CreateServiceCommand.d.ts +4 -3
  81. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +5 -5
  82. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +2 -3
  83. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +38 -0
  84. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +5 -5
  85. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +5 -6
  86. package/dist-types/commands/DeleteRepositoryCommand.d.ts +35 -0
  87. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +5 -6
  88. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +35 -0
  89. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
  90. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -2
  91. package/dist-types/commands/GetRepositoryCommand.d.ts +35 -0
  92. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +35 -0
  93. package/dist-types/commands/GetServiceInstanceCommand.d.ts +1 -1
  94. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +35 -0
  95. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +35 -0
  96. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -2
  97. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +35 -0
  98. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +35 -0
  99. package/dist-types/commands/ListRepositoriesCommand.d.ts +35 -0
  100. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +35 -0
  101. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +35 -0
  102. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +35 -0
  103. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +35 -0
  104. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +35 -0
  105. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  106. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +41 -0
  107. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +5 -5
  108. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  109. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -2
  112. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +30 -28
  113. package/dist-types/commands/UpdateServiceCommand.d.ts +5 -6
  114. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +19 -21
  115. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +19 -21
  116. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +35 -0
  117. package/dist-types/commands/index.d.ts +18 -0
  118. package/dist-types/models/models_0.d.ts +1457 -330
  119. package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +4 -0
  120. package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +4 -0
  121. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +4 -0
  122. package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +4 -0
  123. package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +4 -0
  124. package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +4 -0
  125. package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +4 -0
  126. package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +4 -0
  127. package/dist-types/pagination/index.d.ts +8 -0
  128. package/dist-types/protocols/Aws_json1_0.d.ts +54 -0
  129. package/dist-types/ts3.4/Proton.d.ts +90 -0
  130. package/dist-types/ts3.4/ProtonClient.d.ts +20 -2
  131. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  150. package/dist-types/ts3.4/models/models_0.d.ts +637 -5
  151. package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +4 -0
  152. package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +4 -0
  153. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +4 -0
  154. package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +4 -0
  155. package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +4 -0
  156. package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +4 -0
  157. package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +4 -0
  158. package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +4 -0
  159. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  160. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +54 -0
  161. package/package.json +37 -44
@@ -65,7 +65,7 @@ export declare namespace EnvironmentAccountConnection {
65
65
  }
66
66
  export interface AcceptEnvironmentAccountConnectionOutput {
67
67
  /**
68
- * <p>The environment account connection data that's returned by AWS Proton.</p>
68
+ * <p>The environment account connection data that's returned by Proton.</p>
69
69
  */
70
70
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
71
71
  }
@@ -163,14 +163,62 @@ export declare namespace ValidationException {
163
163
  */
164
164
  const filterSensitiveLog: (obj: ValidationException) => any;
165
165
  }
166
+ export declare enum RepositoryProvider {
167
+ BITBUCKET = "BITBUCKET",
168
+ GITHUB = "GITHUB",
169
+ GITHUB_ENTERPRISE = "GITHUB_ENTERPRISE"
170
+ }
171
+ /**
172
+ * <p>Detail data for a repository branch.</p>
173
+ * <important>
174
+ * <p>Provisioning by pull request is currently in feature preview and is
175
+ * only usable with Terraform based Proton Templates. To learn more about
176
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
177
+ * Previews.</p>
178
+ * </important>
179
+ */
180
+ export interface RepositoryBranch {
181
+ /**
182
+ * <p>The Amazon Resource Name (ARN) of the repository branch.</p>
183
+ */
184
+ arn: string | undefined;
185
+ /**
186
+ * <p>The repository provider.</p>
187
+ */
188
+ provider: RepositoryProvider | string | undefined;
189
+ /**
190
+ * <p>The repository name.</p>
191
+ */
192
+ name: string | undefined;
193
+ /**
194
+ * <p>The repository branch.</p>
195
+ */
196
+ branch: string | undefined;
197
+ }
198
+ export declare namespace RepositoryBranch {
199
+ /**
200
+ * @internal
201
+ */
202
+ const filterSensitiveLog: (obj: RepositoryBranch) => any;
203
+ }
166
204
  /**
167
- * <p>The AWS Proton pipeline service role data.</p>
205
+ * <p>The Proton pipeline service role and repository data.</p>
168
206
  */
169
207
  export interface AccountSettings {
170
208
  /**
171
- * <p>The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.</p>
209
+ * <p>The Amazon Resource Name (ARN) of the Proton pipeline service role.</p>
172
210
  */
173
211
  pipelineServiceRoleArn?: string;
212
+ /**
213
+ * <p>The repository that you provide with pull request provisioning.</p>
214
+ * <important>
215
+ * <p>Provisioning by pull request is currently in feature preview and is
216
+ * only usable with Terraform based Proton Templates. To learn more about
217
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
218
+ * Previews.</p>
219
+ * </important>
220
+ */
221
+ pipelineProvisioningRepository?: RepositoryBranch;
174
222
  }
175
223
  export declare namespace AccountSettings {
176
224
  /**
@@ -188,7 +236,7 @@ export declare namespace GetAccountSettingsInput {
188
236
  }
189
237
  export interface GetAccountSettingsOutput {
190
238
  /**
191
- * <p>The AWS Proton pipeline service role detail data that's returned by AWS Proton.</p>
239
+ * <p>The Proton pipeline service role detail data that's returned by Proton.</p>
192
240
  */
193
241
  accountSettings?: AccountSettings;
194
242
  }
@@ -198,11 +246,56 @@ export declare namespace GetAccountSettingsOutput {
198
246
  */
199
247
  const filterSensitiveLog: (obj: GetAccountSettingsOutput) => any;
200
248
  }
249
+ /**
250
+ * <p>Detail input data for a repository branch.</p>
251
+ * <important>
252
+ * <p>Provisioning by pull request is currently in feature preview and is
253
+ * only usable with Terraform based Proton Templates. To learn more about
254
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
255
+ * Previews.</p>
256
+ * </important>
257
+ */
258
+ export interface RepositoryBranchInput {
259
+ /**
260
+ * <p>The repository provider.</p>
261
+ */
262
+ provider: RepositoryProvider | string | undefined;
263
+ /**
264
+ * <p>The repository name.</p>
265
+ */
266
+ name: string | undefined;
267
+ /**
268
+ * <p>The repository branch.</p>
269
+ */
270
+ branch: string | undefined;
271
+ }
272
+ export declare namespace RepositoryBranchInput {
273
+ /**
274
+ * @internal
275
+ */
276
+ const filterSensitiveLog: (obj: RepositoryBranchInput) => any;
277
+ }
201
278
  export interface UpdateAccountSettingsInput {
202
279
  /**
203
- * <p>The Amazon Resource Name (ARN) of the AWS Proton pipeline service role.</p>
280
+ * <p>The Amazon Resource Name (ARN) of the Proton pipeline service role.</p>
281
+ * <important>
282
+ * <p>Provisioning by pull request is currently in feature preview and is
283
+ * only usable with Terraform based Proton Templates. To learn more about
284
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
285
+ * Previews.</p>
286
+ * </important>
204
287
  */
205
288
  pipelineServiceRoleArn?: string;
289
+ /**
290
+ * <p>The repository that you provide with pull request provisioning.</p>
291
+ * <important>
292
+ * <p>Provisioning by pull request is currently in feature preview and is
293
+ * only usable with Terraform based Proton Templates. To learn more about
294
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
295
+ * Previews.</p>
296
+ * </important>
297
+ */
298
+ pipelineProvisioningRepository?: RepositoryBranchInput;
206
299
  }
207
300
  export declare namespace UpdateAccountSettingsInput {
208
301
  /**
@@ -212,7 +305,7 @@ export declare namespace UpdateAccountSettingsInput {
212
305
  }
213
306
  export interface UpdateAccountSettingsOutput {
214
307
  /**
215
- * <p>The AWS Proton pipeline service role detail data that's returned by AWS Proton.</p>
308
+ * <p>The Proton pipeline service role repository detail data that's returned by Proton.</p>
216
309
  */
217
310
  accountSettings: AccountSettings | undefined;
218
311
  }
@@ -248,7 +341,7 @@ export declare enum Provisioning {
248
341
  CUSTOMER_MANAGED = "CUSTOMER_MANAGED"
249
342
  }
250
343
  /**
251
- * <p>The environment detail data. An AWS Proton environment is a set resources shared across an AWS Proton service.</p>
344
+ * <p>The environment detail data. An Proton environment is a set resources shared across an Proton service.</p>
252
345
  */
253
346
  export interface Environment {
254
347
  /**
@@ -296,8 +389,7 @@ export interface Environment {
296
389
  */
297
390
  deploymentStatusMessage?: string;
298
391
  /**
299
- * <p>The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other services on your
300
- * behalf.</p>
392
+ * <p>The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf.</p>
301
393
  */
302
394
  protonServiceRoleArn?: string;
303
395
  /**
@@ -316,6 +408,16 @@ export interface Environment {
316
408
  * <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
317
409
  */
318
410
  provisioning?: Provisioning | string;
411
+ /**
412
+ * <p>The repository that you provide with pull request provisioning.</p>
413
+ * <important>
414
+ * <p>Provisioning by pull request is currently in feature preview and is
415
+ * only usable with Terraform based Proton Templates. To learn more about
416
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
417
+ * Previews.</p>
418
+ * </important>
419
+ */
420
+ provisioningRepository?: RepositoryBranch;
319
421
  }
320
422
  export declare namespace Environment {
321
423
  /**
@@ -325,7 +427,7 @@ export declare namespace Environment {
325
427
  }
326
428
  export interface CancelEnvironmentDeploymentOutput {
327
429
  /**
328
- * <p>The environment summary data that's returned by AWS Proton.</p>
430
+ * <p>The environment summary data that's returned by Proton.</p>
329
431
  */
330
432
  environment: Environment | undefined;
331
433
  }
@@ -388,11 +490,11 @@ export interface ServiceInstance {
388
490
  */
389
491
  templateName: string | undefined;
390
492
  /**
391
- * <p>The ID of the major version of the service template that was used to create the service instance.</p>
493
+ * <p>The major version of the service template that was used to create the service instance.</p>
392
494
  */
393
495
  templateMajorVersion: string | undefined;
394
496
  /**
395
- * <p>The ID of the minor version of the service template that was used to create the service instance.</p>
497
+ * <p>The minor version of the service template that was used to create the service instance.</p>
396
498
  */
397
499
  templateMinorVersion: string | undefined;
398
500
  /**
@@ -416,7 +518,7 @@ export declare namespace ServiceInstance {
416
518
  }
417
519
  export interface CancelServiceInstanceDeploymentOutput {
418
520
  /**
419
- * <p>The service instance summary data that's returned by AWS Proton.</p>
521
+ * <p>The service instance summary data that's returned by Proton.</p>
420
522
  */
421
523
  serviceInstance: ServiceInstance | undefined;
422
524
  }
@@ -463,11 +565,11 @@ export interface ServicePipeline {
463
565
  */
464
566
  templateName: string | undefined;
465
567
  /**
466
- * <p>The ID of the major version of the service template that was used to create the service pipeline.</p>
568
+ * <p>The major version of the service template that was used to create the service pipeline.</p>
467
569
  */
468
570
  templateMajorVersion: string | undefined;
469
571
  /**
470
- * <p>The ID of the minor version of the service template that was used to create the service pipeline.</p>
572
+ * <p>The minor version of the service template that was used to create the service pipeline.</p>
471
573
  */
472
574
  templateMinorVersion: string | undefined;
473
575
  /**
@@ -491,7 +593,7 @@ export declare namespace ServicePipeline {
491
593
  }
492
594
  export interface CancelServicePipelineDeploymentOutput {
493
595
  /**
494
- * <p>The service pipeline detail data that's returned by AWS Proton.</p>
596
+ * <p>The service pipeline detail data that's returned by Proton.</p>
495
597
  */
496
598
  pipeline: ServicePipeline | undefined;
497
599
  }
@@ -501,27 +603,51 @@ export declare namespace CancelServicePipelineDeploymentOutput {
501
603
  */
502
604
  const filterSensitiveLog: (obj: CancelServicePipelineDeploymentOutput) => any;
503
605
  }
606
+ /**
607
+ * <p>A description of a resource tag.</p>
608
+ */
609
+ export interface Tag {
610
+ /**
611
+ * <p>The key of the resource tag.</p>
612
+ */
613
+ key: string | undefined;
614
+ /**
615
+ * <p>The value of the resource tag.</p>
616
+ */
617
+ value: string | undefined;
618
+ }
619
+ export declare namespace Tag {
620
+ /**
621
+ * @internal
622
+ */
623
+ const filterSensitiveLog: (obj: Tag) => any;
624
+ }
504
625
  export interface CreateEnvironmentAccountConnectionInput {
505
626
  /**
506
- * <p>When included, if two identicial requests are made with the same client token, AWS Proton returns the environment account connection that
507
- * the first request created.</p>
627
+ * <p>When included, if two identical requests are made with the same client token, Proton returns the environment account connection that the
628
+ * first request created.</p>
508
629
  */
509
630
  clientToken?: string;
510
631
  /**
511
- * <p>The ID of the management account that accepts or rejects the environment account connection. You create an manage the AWS Proton
512
- * environment in this account. If the management account accepts the environment account connection, AWS Proton can use the associated IAM
513
- * role to provision environment infrastructure resources in the associated environment account.</p>
632
+ * <p>The ID of the management account that accepts or rejects the environment account connection. You create an manage the Proton environment in
633
+ * this account. If the management account accepts the environment account connection, Proton can use the associated IAM role to provision
634
+ * environment infrastructure resources in the associated environment account.</p>
514
635
  */
515
636
  managementAccountId: string | undefined;
516
637
  /**
517
- * <p>The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account. AWS Proton uses this role to provision
518
- * infrastructure resources in the associated environment account.</p>
638
+ * <p>The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account. Proton uses this role to provision
639
+ * infrastructure resources in the associated environment account.</p>
519
640
  */
520
641
  roleArn: string | undefined;
521
642
  /**
522
- * <p>The name of the AWS Proton environment that's created in the associated management account.</p>
643
+ * <p>The name of the Proton environment that's created in the associated management account.</p>
523
644
  */
524
645
  environmentName: string | undefined;
646
+ /**
647
+ * <p>Tags for your environment account connection. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">Proton resources and tagging</a> in the <i>Proton Administrator
648
+ * Guide</i>.</p>
649
+ */
650
+ tags?: Tag[];
525
651
  }
526
652
  export declare namespace CreateEnvironmentAccountConnectionInput {
527
653
  /**
@@ -531,7 +657,7 @@ export declare namespace CreateEnvironmentAccountConnectionInput {
531
657
  }
532
658
  export interface CreateEnvironmentAccountConnectionOutput {
533
659
  /**
534
- * <p>The environment account connection detail data that's returned by AWS Proton.</p>
660
+ * <p>The environment account connection detail data that's returned by Proton.</p>
535
661
  */
536
662
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
537
663
  }
@@ -542,8 +668,8 @@ export declare namespace CreateEnvironmentAccountConnectionOutput {
542
668
  const filterSensitiveLog: (obj: CreateEnvironmentAccountConnectionOutput) => any;
543
669
  }
544
670
  /**
545
- * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-limits.html">AWS Proton
546
- * Quotas</a> in the <i>AWS Proton Administrator Guide</i>.</p>
671
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-limits.html">Proton Quotas</a> in the <i>Proton Administrator
672
+ * Guide</i>.</p>
547
673
  */
548
674
  export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
549
675
  name: "ServiceQuotaExceededException";
@@ -570,7 +696,7 @@ export declare namespace DeleteEnvironmentAccountConnectionInput {
570
696
  }
571
697
  export interface DeleteEnvironmentAccountConnectionOutput {
572
698
  /**
573
- * <p>The environment account connection detail data that's returned by AWS Proton.</p>
699
+ * <p>The environment account connection detail data that's returned by Proton.</p>
574
700
  */
575
701
  environmentAccountConnection?: EnvironmentAccountConnection;
576
702
  }
@@ -594,7 +720,7 @@ export declare namespace GetEnvironmentAccountConnectionInput {
594
720
  }
595
721
  export interface GetEnvironmentAccountConnectionOutput {
596
722
  /**
597
- * <p>The environment account connection detail data that's returned by AWS Proton.</p>
723
+ * <p>The environment account connection detail data that's returned by Proton.</p>
598
724
  */
599
725
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
600
726
  }
@@ -622,8 +748,8 @@ export interface ListEnvironmentAccountConnectionsInput {
622
748
  */
623
749
  statuses?: (EnvironmentAccountConnectionStatus | string)[];
624
750
  /**
625
- * <p>A token to indicate the location of the next environment account connection in the array of environment account connections, after the
626
- * list of environment account connections that was previously requested.</p>
751
+ * <p>A token to indicate the location of the next environment account connection in the array of environment account connections, after the list of
752
+ * environment account connections that was previously requested.</p>
627
753
  */
628
754
  nextToken?: string;
629
755
  /**
@@ -686,12 +812,12 @@ export declare namespace EnvironmentAccountConnectionSummary {
686
812
  }
687
813
  export interface ListEnvironmentAccountConnectionsOutput {
688
814
  /**
689
- * <p>An array of environment account connections with details that's returned by AWS Proton. </p>
815
+ * <p>An array of environment account connections with details that's returned by Proton. </p>
690
816
  */
691
817
  environmentAccountConnections: EnvironmentAccountConnectionSummary[] | undefined;
692
818
  /**
693
- * <p>A token to indicate the location of the next environment account connection in the array of environment account connections, after the
694
- * current requested list of environment account connections.</p>
819
+ * <p>A token to indicate the location of the next environment account connection in the array of environment account connections, after the current
820
+ * requested list of environment account connections.</p>
695
821
  */
696
822
  nextToken?: string;
697
823
  }
@@ -715,7 +841,7 @@ export declare namespace RejectEnvironmentAccountConnectionInput {
715
841
  }
716
842
  export interface RejectEnvironmentAccountConnectionOutput {
717
843
  /**
718
- * <p>The environment connection account detail data that's returned by AWS Proton.</p>
844
+ * <p>The environment connection account detail data that's returned by Proton.</p>
719
845
  */
720
846
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
721
847
  }
@@ -743,7 +869,7 @@ export declare namespace UpdateEnvironmentAccountConnectionInput {
743
869
  }
744
870
  export interface UpdateEnvironmentAccountConnectionOutput {
745
871
  /**
746
- * <p>The environment account connection detail data that's returned by AWS Proton.</p>
872
+ * <p>The environment account connection detail data that's returned by Proton.</p>
747
873
  */
748
874
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
749
875
  }
@@ -753,24 +879,125 @@ export declare namespace UpdateEnvironmentAccountConnectionOutput {
753
879
  */
754
880
  const filterSensitiveLog: (obj: UpdateEnvironmentAccountConnectionOutput) => any;
755
881
  }
882
+ export interface ListEnvironmentOutputsInput {
883
+ /**
884
+ * <p>The environment name.</p>
885
+ */
886
+ environmentName: string | undefined;
887
+ /**
888
+ * <p>A token to indicate the location of the next environment output in the array of environment outputs, after the list of environment outputs
889
+ * that was previously requested.</p>
890
+ */
891
+ nextToken?: string;
892
+ }
893
+ export declare namespace ListEnvironmentOutputsInput {
894
+ /**
895
+ * @internal
896
+ */
897
+ const filterSensitiveLog: (obj: ListEnvironmentOutputsInput) => any;
898
+ }
756
899
  /**
757
- * <p>A description of a resource tag.</p>
900
+ * <p>An infrastructure as code defined resource output.</p>
758
901
  */
759
- export interface Tag {
902
+ export interface Output {
760
903
  /**
761
- * <p>The key of the resource tag.</p>
904
+ * <p>The output key.</p>
762
905
  */
763
- key: string | undefined;
906
+ key?: string;
764
907
  /**
765
- * <p>The value of the resource tag.</p>
908
+ * <p>The output value.</p>
766
909
  */
767
- value: string | undefined;
910
+ valueString?: string;
768
911
  }
769
- export declare namespace Tag {
912
+ export declare namespace Output {
770
913
  /**
771
914
  * @internal
772
915
  */
773
- const filterSensitiveLog: (obj: Tag) => any;
916
+ const filterSensitiveLog: (obj: Output) => any;
917
+ }
918
+ export interface ListEnvironmentOutputsOutput {
919
+ /**
920
+ * <p>A token to indicate the location of the next environment output in the array of environment outputs, after the current requested list of
921
+ * environment outputs.</p>
922
+ */
923
+ nextToken?: string;
924
+ /**
925
+ * <p>An array of environment outputs with detail data.</p>
926
+ */
927
+ outputs: Output[] | undefined;
928
+ }
929
+ export declare namespace ListEnvironmentOutputsOutput {
930
+ /**
931
+ * @internal
932
+ */
933
+ const filterSensitiveLog: (obj: ListEnvironmentOutputsOutput) => any;
934
+ }
935
+ export interface ListEnvironmentProvisionedResourcesInput {
936
+ /**
937
+ * <p>The environment name.</p>
938
+ */
939
+ environmentName: string | undefined;
940
+ /**
941
+ * <p>A token to indicate the location of the next environment provisioned resource in the array of environment provisioned resources, after the
942
+ * list of environment provisioned resources that was previously requested.</p>
943
+ */
944
+ nextToken?: string;
945
+ }
946
+ export declare namespace ListEnvironmentProvisionedResourcesInput {
947
+ /**
948
+ * @internal
949
+ */
950
+ const filterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesInput) => any;
951
+ }
952
+ export declare enum ProvisionedResourceEngine {
953
+ CLOUDFORMATION = "CLOUDFORMATION",
954
+ TERRAFORM = "TERRAFORM"
955
+ }
956
+ /**
957
+ * <p>Detail data for a provisioned resource.</p>
958
+ */
959
+ export interface ProvisionedResource {
960
+ /**
961
+ * <p>The provisioned resource name.</p>
962
+ */
963
+ name?: string;
964
+ /**
965
+ * <p>The provisioned resource identifier.</p>
966
+ */
967
+ identifier?: string;
968
+ /**
969
+ * <p>The resource provisioning engine.</p>
970
+ * <important>
971
+ * <p>Provisioning by pull request is currently in feature preview and is
972
+ * only usable with Terraform based Proton Templates. To learn more about
973
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
974
+ * Previews.</p>
975
+ * </important>
976
+ */
977
+ provisioningEngine?: ProvisionedResourceEngine | string;
978
+ }
979
+ export declare namespace ProvisionedResource {
980
+ /**
981
+ * @internal
982
+ */
983
+ const filterSensitiveLog: (obj: ProvisionedResource) => any;
984
+ }
985
+ export interface ListEnvironmentProvisionedResourcesOutput {
986
+ /**
987
+ * <p>A token to indicate the location of the next environment provisioned resource in the array of provisioned resources, after the current
988
+ * requested list of environment provisioned resources.</p>
989
+ */
990
+ nextToken?: string;
991
+ /**
992
+ * <p>An array of environment provisioned resources.</p>
993
+ */
994
+ provisionedResources: ProvisionedResource[] | undefined;
995
+ }
996
+ export declare namespace ListEnvironmentProvisionedResourcesOutput {
997
+ /**
998
+ * @internal
999
+ */
1000
+ const filterSensitiveLog: (obj: ListEnvironmentProvisionedResourcesOutput) => any;
774
1001
  }
775
1002
  export interface CreateEnvironmentInput {
776
1003
  /**
@@ -778,16 +1005,15 @@ export interface CreateEnvironmentInput {
778
1005
  */
779
1006
  name: string | undefined;
780
1007
  /**
781
- * <p>The name of the environment template. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html">Environment Templates</a> in the <i>AWS Proton Administrator
782
- * Guide</i>.</p>
1008
+ * <p>The name of the environment template. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html">Environment Templates</a> in the <i>Proton Administrator Guide</i>.</p>
783
1009
  */
784
1010
  templateName: string | undefined;
785
1011
  /**
786
- * <p>The ID of the major version of the environment template.</p>
1012
+ * <p>The major version of the environment template.</p>
787
1013
  */
788
1014
  templateMajorVersion: string | undefined;
789
1015
  /**
790
- * <p>The ID of the minor version of the environment template.</p>
1016
+ * <p>The minor version of the environment template.</p>
791
1017
  */
792
1018
  templateMinorVersion?: string;
793
1019
  /**
@@ -795,26 +1021,39 @@ export interface CreateEnvironmentInput {
795
1021
  */
796
1022
  description?: string;
797
1023
  /**
798
- * <p>A link to a YAML formatted spec file that provides inputs as defined in the environment template bundle schema file. For more
799
- * information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html">Environments</a> in the
800
- * <i>AWS Proton Administrator Guide</i>.</p>
1024
+ * <p>A link to a YAML formatted spec file that provides inputs as defined in the environment template bundle schema file. For more information, see
1025
+ * <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html">Environments</a> in the <i>Proton Administrator
1026
+ * Guide</i>.</p>
801
1027
  */
802
1028
  spec: string | undefined;
803
1029
  /**
804
- * <p>The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other services on your behalf. You
805
- * must include either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value.</p>
1030
+ * <p>The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf. You must
1031
+ * include either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value and omit the
1032
+ * <code>provisioningRepository</code> parameter when you use standard provisioning.</p>
806
1033
  */
807
1034
  protonServiceRoleArn?: string;
808
1035
  /**
809
1036
  * <p>The ID of the environment account connection that you provide if you're provisioning your environment infrastructure resources to an
810
- * environment account. You must include either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code>
811
- * parameter and value. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
1037
+ * environment account. You must include either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and
1038
+ * value and omit the <code>provisioningRepository</code> parameter and values. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account connections</a> in the <i>Proton Administrator
1039
+ * guide</i>.</p>
812
1040
  */
813
1041
  environmentAccountConnectionId?: string;
814
1042
  /**
815
- * <p>Create tags for your environment. For more information, see <i>AWS Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">AWS Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">AWS Proton User Guide</a>.</p>
1043
+ * <p>Create tags for your environment. For more information, see <i>Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton User Guide</a>.</p>
816
1044
  */
817
1045
  tags?: Tag[];
1046
+ /**
1047
+ * <p>The repository that you provide with pull request provisioning. If you provide this parameter, you must omit the
1048
+ * <code>environmentAccountConnectionId</code> and <code>protonServiceRoleArn</code> parameters.</p>
1049
+ * <important>
1050
+ * <p>Provisioning by pull request is currently in feature preview and is
1051
+ * only usable with Terraform based Proton Templates. To learn more about
1052
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
1053
+ * Previews.</p>
1054
+ * </important>
1055
+ */
1056
+ provisioningRepository?: RepositoryBranchInput;
818
1057
  }
819
1058
  export declare namespace CreateEnvironmentInput {
820
1059
  /**
@@ -824,7 +1063,7 @@ export declare namespace CreateEnvironmentInput {
824
1063
  }
825
1064
  export interface CreateEnvironmentOutput {
826
1065
  /**
827
- * <p>The environment detail data that's returned by AWS Proton.</p>
1066
+ * <p>The environment detail data that's returned by Proton.</p>
828
1067
  */
829
1068
  environment: Environment | undefined;
830
1069
  }
@@ -848,7 +1087,7 @@ export declare namespace DeleteEnvironmentInput {
848
1087
  }
849
1088
  export interface DeleteEnvironmentOutput {
850
1089
  /**
851
- * <p>The environment detail data that's returned by AWS Proton.</p>
1090
+ * <p>The environment detail data that's returned by Proton.</p>
852
1091
  */
853
1092
  environment?: Environment;
854
1093
  }
@@ -872,7 +1111,7 @@ export declare namespace GetEnvironmentInput {
872
1111
  }
873
1112
  export interface GetEnvironmentOutput {
874
1113
  /**
875
- * <p>The environment detail data that's returned by AWS Proton.</p>
1114
+ * <p>The environment detail data that's returned by Proton.</p>
876
1115
  */
877
1116
  environment: Environment | undefined;
878
1117
  }
@@ -903,8 +1142,8 @@ export declare namespace EnvironmentTemplateFilter {
903
1142
  }
904
1143
  export interface ListEnvironmentsInput {
905
1144
  /**
906
- * <p>A token to indicate the location of the next environment in the array of environments, after the list of environments that was
907
- * previously requested.</p>
1145
+ * <p>A token to indicate the location of the next environment in the array of environments, after the list of environments that was previously
1146
+ * requested.</p>
908
1147
  */
909
1148
  nextToken?: string;
910
1149
  /**
@@ -955,11 +1194,11 @@ export interface EnvironmentSummary {
955
1194
  */
956
1195
  templateName: string | undefined;
957
1196
  /**
958
- * <p>The ID of the major version of the environment template.</p>
1197
+ * <p>The major version of the environment template.</p>
959
1198
  */
960
1199
  templateMajorVersion: string | undefined;
961
1200
  /**
962
- * <p>The ID of the minor version of the environment template.</p>
1201
+ * <p>The minor version of the environment template.</p>
963
1202
  */
964
1203
  templateMinorVersion: string | undefined;
965
1204
  /**
@@ -971,8 +1210,7 @@ export interface EnvironmentSummary {
971
1210
  */
972
1211
  deploymentStatusMessage?: string;
973
1212
  /**
974
- * <p>The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other services on your
975
- * behalf.</p>
1213
+ * <p>The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf.</p>
976
1214
  */
977
1215
  protonServiceRoleArn?: string;
978
1216
  /**
@@ -997,7 +1235,7 @@ export declare namespace EnvironmentSummary {
997
1235
  export interface ListEnvironmentsOutput {
998
1236
  /**
999
1237
  * <p>A token to indicate the location of the next environment in the array of environments, after the current requested list of
1000
- * environments.</p>
1238
+ * environments.</p>
1001
1239
  */
1002
1240
  nextToken?: string;
1003
1241
  /**
@@ -1031,64 +1269,71 @@ export interface UpdateEnvironmentInput {
1031
1269
  */
1032
1270
  spec?: string;
1033
1271
  /**
1034
- * <p>The ID of the major version of the environment to update.</p>
1272
+ * <p>The major version of the environment to update.</p>
1035
1273
  */
1036
1274
  templateMajorVersion?: string;
1037
1275
  /**
1038
- * <p>The ID of the minor version of the environment to update.</p>
1276
+ * <p>The minor version of the environment to update.</p>
1039
1277
  */
1040
1278
  templateMinorVersion?: string;
1041
1279
  /**
1042
- * <p>The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make API calls to other services your
1043
- * behalf.</p>
1280
+ * <p>The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make API calls to other services your behalf.</p>
1044
1281
  */
1045
1282
  protonServiceRoleArn?: string;
1046
1283
  /**
1047
- * <p>There are four modes for updating an environment as described in the following. The <code>deploymentType</code> field defines the
1048
- * mode.</p>
1049
- * <dl>
1284
+ * <p>There are four modes for updating an environment as described in the following. The <code>deploymentType</code> field defines the mode.</p>
1285
+ * <dl>
1050
1286
  * <dt/>
1051
1287
  * <dd>
1052
- * <p>
1288
+ * <p>
1053
1289
  * <code>NONE</code>
1054
1290
  * </p>
1055
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
1056
- * </dd>
1291
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
1292
+ * </dd>
1057
1293
  * <dt/>
1058
1294
  * <dd>
1059
- * <p>
1295
+ * <p>
1060
1296
  * <code>CURRENT_VERSION</code>
1061
1297
  * </p>
1062
- * <p>In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are
1063
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
1064
- * <code>deployment-type</code>.</p>
1065
- * </dd>
1298
+ * <p>In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated.
1299
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
1300
+ * </dd>
1066
1301
  * <dt/>
1067
1302
  * <dd>
1068
- * <p>
1303
+ * <p>
1069
1304
  * <code>MINOR_VERSION</code>
1070
1305
  * </p>
1071
- * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current
1072
- * major version in use, by default. You can also specify a different minor version of the current major version in use.</p>
1073
- * </dd>
1306
+ * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version
1307
+ * in use, by default. You can also specify a different minor version of the current major version in use.</p>
1308
+ * </dd>
1074
1309
  * <dt/>
1075
1310
  * <dd>
1076
- * <p>
1311
+ * <p>
1077
1312
  * <code>MAJOR_VERSION</code>
1078
1313
  * </p>
1079
- * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of
1080
- * the current template, by default. You can also specify a different major version that is higher than the major version in use
1081
- * and a minor version (optional).</p>
1082
- * </dd>
1314
+ * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current
1315
+ * template, by default. You can also specify a different major version that is higher than the major version in use and a minor version
1316
+ * (optional).</p>
1317
+ * </dd>
1083
1318
  * </dl>
1084
1319
  */
1085
1320
  deploymentType: DeploymentUpdateType | string | undefined;
1086
1321
  /**
1087
1322
  * <p>The ID of the environment account connection.</p>
1088
- * <p>You can only update to a new environment account connection if it was created in the same environment account that the current
1089
- * environment account connection was created in and is associated with the current environment.</p>
1323
+ * <p>You can only update to a new environment account connection if it was created in the same environment account that the current environment
1324
+ * account connection was created in and is associated with the current environment.</p>
1090
1325
  */
1091
1326
  environmentAccountConnectionId?: string;
1327
+ /**
1328
+ * <p>The repository that you provide with pull request provisioning.</p>
1329
+ * <important>
1330
+ * <p>Provisioning by pull request is currently in feature preview and is
1331
+ * only usable with Terraform based Proton Templates. To learn more about
1332
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
1333
+ * Previews.</p>
1334
+ * </important>
1335
+ */
1336
+ provisioningRepository?: RepositoryBranchInput;
1092
1337
  }
1093
1338
  export declare namespace UpdateEnvironmentInput {
1094
1339
  /**
@@ -1098,7 +1343,7 @@ export declare namespace UpdateEnvironmentInput {
1098
1343
  }
1099
1344
  export interface UpdateEnvironmentOutput {
1100
1345
  /**
1101
- * <p>The environment detail data that's returned by AWS Proton.</p>
1346
+ * <p>The environment detail data that's returned by Proton.</p>
1102
1347
  */
1103
1348
  environment: Environment | undefined;
1104
1349
  }
@@ -1122,7 +1367,7 @@ export interface CreateEnvironmentTemplateInput {
1122
1367
  */
1123
1368
  description?: string;
1124
1369
  /**
1125
- * <p>A customer provided encryption key that AWS Proton uses to encrypt data.</p>
1370
+ * <p>A customer provided encryption key that Proton uses to encrypt data.</p>
1126
1371
  */
1127
1372
  encryptionKey?: string;
1128
1373
  /**
@@ -1130,7 +1375,7 @@ export interface CreateEnvironmentTemplateInput {
1130
1375
  */
1131
1376
  provisioning?: Provisioning | string;
1132
1377
  /**
1133
- * <p>Create tags for your environment template. For more information, see <i>AWS Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">AWS Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">AWS Proton User Guide</a>.</p>
1378
+ * <p>Create tags for your environment template. For more information, see <i>Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton User Guide</a>.</p>
1134
1379
  */
1135
1380
  tags?: Tag[];
1136
1381
  }
@@ -1189,7 +1434,7 @@ export declare namespace EnvironmentTemplate {
1189
1434
  }
1190
1435
  export interface CreateEnvironmentTemplateOutput {
1191
1436
  /**
1192
- * <p>The environment template detail data that's returned by AWS Proton.</p>
1437
+ * <p>The environment template detail data that's returned by Proton.</p>
1193
1438
  */
1194
1439
  environmentTemplate: EnvironmentTemplate | undefined;
1195
1440
  }
@@ -1213,7 +1458,7 @@ export declare namespace DeleteEnvironmentTemplateInput {
1213
1458
  }
1214
1459
  export interface DeleteEnvironmentTemplateOutput {
1215
1460
  /**
1216
- * <p>The environment template detail data that's returned by AWS Proton.</p>
1461
+ * <p>The environment template detail data that's returned by Proton.</p>
1217
1462
  */
1218
1463
  environmentTemplate?: EnvironmentTemplate;
1219
1464
  }
@@ -1237,7 +1482,7 @@ export declare namespace GetEnvironmentTemplateInput {
1237
1482
  }
1238
1483
  export interface GetEnvironmentTemplateOutput {
1239
1484
  /**
1240
- * <p>The environment template detail data that's returned by AWS Proton.</p>
1485
+ * <p>The environment template detail data that's returned by Proton.</p>
1241
1486
  */
1242
1487
  environmentTemplate: EnvironmentTemplate | undefined;
1243
1488
  }
@@ -1250,7 +1495,7 @@ export declare namespace GetEnvironmentTemplateOutput {
1250
1495
  export interface ListEnvironmentTemplatesInput {
1251
1496
  /**
1252
1497
  * <p>A token to indicate the location of the next environment template in the array of environment templates, after the list of environment
1253
- * templates that was previously requested.</p>
1498
+ * templates that was previously requested.</p>
1254
1499
  */
1255
1500
  nextToken?: string;
1256
1501
  /**
@@ -1293,7 +1538,7 @@ export interface EnvironmentTemplateSummary {
1293
1538
  */
1294
1539
  description?: string;
1295
1540
  /**
1296
- * <p>The ID of the recommended version of the environment template.</p>
1541
+ * <p>The recommended version of the environment template.</p>
1297
1542
  */
1298
1543
  recommendedVersion?: string;
1299
1544
  /**
@@ -1309,8 +1554,8 @@ export declare namespace EnvironmentTemplateSummary {
1309
1554
  }
1310
1555
  export interface ListEnvironmentTemplatesOutput {
1311
1556
  /**
1312
- * <p>A token to indicate the location of the next environment template in the array of environment templates, after the current requested
1313
- * list of environment templates.</p>
1557
+ * <p>A token to indicate the location of the next environment template in the array of environment templates, after the current requested list of
1558
+ * environment templates.</p>
1314
1559
  */
1315
1560
  nextToken?: string;
1316
1561
  /**
@@ -1346,7 +1591,7 @@ export declare namespace UpdateEnvironmentTemplateInput {
1346
1591
  }
1347
1592
  export interface UpdateEnvironmentTemplateOutput {
1348
1593
  /**
1349
- * <p>The environment template detail data that's returned by AWS Proton.</p>
1594
+ * <p>The environment template detail data that's returned by Proton.</p>
1350
1595
  */
1351
1596
  environmentTemplate: EnvironmentTemplate | undefined;
1352
1597
  }
@@ -1403,8 +1648,8 @@ export declare namespace TemplateVersionSourceInput {
1403
1648
  }
1404
1649
  export interface CreateEnvironmentTemplateVersionInput {
1405
1650
  /**
1406
- * <p>When included, if two identicial requests are made with the same client token, AWS Proton returns the environment template version that
1407
- * the first request created.</p>
1651
+ * <p>When included, if two identical requests are made with the same client token, Proton returns the environment template version that the
1652
+ * first request created.</p>
1408
1653
  */
1409
1654
  clientToken?: string;
1410
1655
  /**
@@ -1416,9 +1661,9 @@ export interface CreateEnvironmentTemplateVersionInput {
1416
1661
  */
1417
1662
  description?: string;
1418
1663
  /**
1419
- * <p>To create a new minor version of the environment template, include a <code>majorVersion</code>.</p>
1420
- * <p>To create a new major and minor version of the environment template, <i>exclude</i>
1421
- * <code>majorVersion</code>.</p>
1664
+ * <p>To create a new minor version of the environment template, include a <code>major Version</code>.</p>
1665
+ * <p>To create a new major and minor version of the environment template, <i>exclude</i>
1666
+ * <code>major Version</code>.</p>
1422
1667
  */
1423
1668
  majorVersion?: string;
1424
1669
  /**
@@ -1451,15 +1696,15 @@ export interface EnvironmentTemplateVersion {
1451
1696
  */
1452
1697
  templateName: string | undefined;
1453
1698
  /**
1454
- * <p>The ID of the latest major version that's associated with the version of an environment template.</p>
1699
+ * <p>The latest major version that's associated with the version of an environment template.</p>
1455
1700
  */
1456
1701
  majorVersion: string | undefined;
1457
1702
  /**
1458
- * <p>The ID of the minor version of an environment template.</p>
1703
+ * <p>The minor version of an environment template.</p>
1459
1704
  */
1460
1705
  minorVersion: string | undefined;
1461
1706
  /**
1462
- * <p>The ID of the recommended minor version of the environment template.</p>
1707
+ * <p>The recommended minor version of the environment template.</p>
1463
1708
  */
1464
1709
  recommendedMinorVersion?: string;
1465
1710
  /**
@@ -1499,7 +1744,7 @@ export declare namespace EnvironmentTemplateVersion {
1499
1744
  }
1500
1745
  export interface CreateEnvironmentTemplateVersionOutput {
1501
1746
  /**
1502
- * <p>The environment template detail data that's returned by AWS Proton.</p>
1747
+ * <p>The environment template detail data that's returned by Proton.</p>
1503
1748
  */
1504
1749
  environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
1505
1750
  }
@@ -1531,7 +1776,7 @@ export declare namespace DeleteEnvironmentTemplateVersionInput {
1531
1776
  }
1532
1777
  export interface DeleteEnvironmentTemplateVersionOutput {
1533
1778
  /**
1534
- * <p>The environment template version detail data that's returned by AWS Proton.</p>
1779
+ * <p>The environment template version detail data that's returned by Proton.</p>
1535
1780
  */
1536
1781
  environmentTemplateVersion?: EnvironmentTemplateVersion;
1537
1782
  }
@@ -1547,7 +1792,7 @@ export interface GetEnvironmentTemplateVersionInput {
1547
1792
  */
1548
1793
  templateName: string | undefined;
1549
1794
  /**
1550
- * <p>To view environment template major version detail data, include <code>majorVersion</code>.</p>
1795
+ * <p>To view environment template major version detail data, include <code>major Version</code>.</p>
1551
1796
  */
1552
1797
  majorVersion: string | undefined;
1553
1798
  /**
@@ -1563,7 +1808,7 @@ export declare namespace GetEnvironmentTemplateVersionInput {
1563
1808
  }
1564
1809
  export interface GetEnvironmentTemplateVersionOutput {
1565
1810
  /**
1566
- * <p>The environment template version detail data that's returned by AWS Proton.</p>
1811
+ * <p>The environment template version detail data that's returned by Proton.</p>
1567
1812
  */
1568
1813
  environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
1569
1814
  }
@@ -1575,8 +1820,8 @@ export declare namespace GetEnvironmentTemplateVersionOutput {
1575
1820
  }
1576
1821
  export interface ListEnvironmentTemplateVersionsInput {
1577
1822
  /**
1578
- * <p>A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template,
1579
- * after the list of major or minor versions that was previously requested.</p>
1823
+ * <p>A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template, after
1824
+ * the list of major or minor versions that was previously requested.</p>
1580
1825
  */
1581
1826
  nextToken?: string;
1582
1827
  /**
@@ -1588,9 +1833,9 @@ export interface ListEnvironmentTemplateVersionsInput {
1588
1833
  */
1589
1834
  templateName: string | undefined;
1590
1835
  /**
1591
- * <p>To view a list of minor of versions under a major version of an environment template, include <code>majorVersion</code>.</p>
1592
- * <p>To view a list of major versions of an environment template, <i>exclude</i>
1593
- * <code>majorVersion</code>.</p>
1836
+ * <p>To view a list of minor of versions under a major version of an environment template, include <code>major Version</code>.</p>
1837
+ * <p>To view a list of major versions of an environment template, <i>exclude</i>
1838
+ * <code>major Version</code>.</p>
1594
1839
  */
1595
1840
  majorVersion?: string;
1596
1841
  }
@@ -1609,15 +1854,15 @@ export interface EnvironmentTemplateVersionSummary {
1609
1854
  */
1610
1855
  templateName: string | undefined;
1611
1856
  /**
1612
- * <p>The ID of the latest major version that's associated with the version of an environment template.</p>
1857
+ * <p>The latest major version that's associated with the version of an environment template.</p>
1613
1858
  */
1614
1859
  majorVersion: string | undefined;
1615
1860
  /**
1616
- * <p>The ID of the version of an environment template.</p>
1861
+ * <p>The version of an environment template.</p>
1617
1862
  */
1618
1863
  minorVersion: string | undefined;
1619
1864
  /**
1620
- * <p>The ID of the recommended minor version of the environment template.</p>
1865
+ * <p>The recommended minor version of the environment template.</p>
1621
1866
  */
1622
1867
  recommendedMinorVersion?: string;
1623
1868
  /**
@@ -1653,8 +1898,8 @@ export declare namespace EnvironmentTemplateVersionSummary {
1653
1898
  }
1654
1899
  export interface ListEnvironmentTemplateVersionsOutput {
1655
1900
  /**
1656
- * <p>A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template,
1657
- * after the list of major or minor versions that was previously requested.</p>
1901
+ * <p>A token to indicate the location of the next major or minor version in the array of major or minor versions of an environment template, after
1902
+ * the list of major or minor versions that was previously requested.</p>
1658
1903
  */
1659
1904
  nextToken?: string;
1660
1905
  /**
@@ -1674,7 +1919,7 @@ export interface UpdateEnvironmentTemplateVersionInput {
1674
1919
  */
1675
1920
  templateName: string | undefined;
1676
1921
  /**
1677
- * <p>To update a major version of an environment template, include <code>majorVersion</code>.</p>
1922
+ * <p>To update a major version of an environment template, include <code>major Version</code>.</p>
1678
1923
  */
1679
1924
  majorVersion: string | undefined;
1680
1925
  /**
@@ -1698,7 +1943,7 @@ export declare namespace UpdateEnvironmentTemplateVersionInput {
1698
1943
  }
1699
1944
  export interface UpdateEnvironmentTemplateVersionOutput {
1700
1945
  /**
1701
- * <p>The environment template version detail data that's returned by AWS Proton.</p>
1946
+ * <p>The environment template version detail data that's returned by Proton.</p>
1702
1947
  */
1703
1948
  environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
1704
1949
  }
@@ -1708,217 +1953,854 @@ export declare namespace UpdateEnvironmentTemplateVersionOutput {
1708
1953
  */
1709
1954
  const filterSensitiveLog: (obj: UpdateEnvironmentTemplateVersionOutput) => any;
1710
1955
  }
1711
- export interface ListTagsForResourceInput {
1956
+ export declare enum SyncType {
1957
+ TEMPLATE_SYNC = "TEMPLATE_SYNC"
1958
+ }
1959
+ export interface GetRepositorySyncStatusInput {
1712
1960
  /**
1713
- * <p>The Amazon Resource Name (ARN) of the resource for the listed tags.</p>
1961
+ * <p>The repository name.</p>
1714
1962
  */
1715
- resourceArn: string | undefined;
1963
+ repositoryName: string | undefined;
1716
1964
  /**
1717
- * <p>A token to indicate the location of the next resource tag in the array of resource tags, after the list of resource tags that was
1718
- * previously requested.</p>
1965
+ * <p>The repository provider.</p>
1719
1966
  */
1720
- nextToken?: string;
1967
+ repositoryProvider: RepositoryProvider | string | undefined;
1721
1968
  /**
1722
- * <p>The maximum number of tags to list.</p>
1969
+ * <p>The repository branch.</p>
1723
1970
  */
1724
- maxResults?: number;
1971
+ branch: string | undefined;
1972
+ /**
1973
+ * <p>The repository sync type.</p>
1974
+ */
1975
+ syncType: SyncType | string | undefined;
1725
1976
  }
1726
- export declare namespace ListTagsForResourceInput {
1977
+ export declare namespace GetRepositorySyncStatusInput {
1727
1978
  /**
1728
1979
  * @internal
1729
1980
  */
1730
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
1981
+ const filterSensitiveLog: (obj: GetRepositorySyncStatusInput) => any;
1731
1982
  }
1732
- export interface ListTagsForResourceOutput {
1983
+ /**
1984
+ * <p>Repository sync event detail data for a sync attempt.</p>
1985
+ */
1986
+ export interface RepositorySyncEvent {
1733
1987
  /**
1734
- * <p>An array of resource tags with detail data.</p>
1988
+ * <p>The type of event.</p>
1735
1989
  */
1736
- tags: Tag[] | undefined;
1990
+ type: string | undefined;
1737
1991
  /**
1738
- * <p>A token to indicate the location of the next resource tag in the array of resource tags, after the current requested list of resource
1739
- * tags.</p>
1992
+ * <p>The external ID of the sync event.</p>
1740
1993
  */
1741
- nextToken?: string;
1994
+ externalId?: string;
1995
+ /**
1996
+ * <p>The time that the sync event occurred.</p>
1997
+ */
1998
+ time: Date | undefined;
1999
+ /**
2000
+ * <p>Event detail for a repository sync attempt.</p>
2001
+ */
2002
+ event: string | undefined;
1742
2003
  }
1743
- export declare namespace ListTagsForResourceOutput {
2004
+ export declare namespace RepositorySyncEvent {
1744
2005
  /**
1745
2006
  * @internal
1746
2007
  */
1747
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2008
+ const filterSensitiveLog: (obj: RepositorySyncEvent) => any;
1748
2009
  }
1749
- export interface GetServiceInstanceInput {
2010
+ export declare enum RepositorySyncStatus {
1750
2011
  /**
1751
- * <p>The name of a service instance that you want to get the detail data for.</p>
2012
+ * The repository sync attempt has failed.
2013
+ *
1752
2014
  */
1753
- name: string | undefined;
2015
+ FAILED = "FAILED",
1754
2016
  /**
1755
- * <p>The name of the service that the service instance belongs to.</p>
2017
+ * A repository sync attempt has been created and will begin soon.
2018
+ *
1756
2019
  */
1757
- serviceName: string | undefined;
2020
+ INITIATED = "INITIATED",
2021
+ /**
2022
+ * A repository sync attempt has started and work is being done to reconcile the branch.
2023
+ *
2024
+ */
2025
+ IN_PROGRESS = "IN_PROGRESS",
2026
+ /**
2027
+ * The repository sync attempt didn't execute and was queued.
2028
+ *
2029
+ */
2030
+ QUEUED = "QUEUED",
2031
+ /**
2032
+ * The repository sync attempt has completed successfully.
2033
+ *
2034
+ */
2035
+ SUCCEEDED = "SUCCEEDED"
1758
2036
  }
1759
- export declare namespace GetServiceInstanceInput {
2037
+ /**
2038
+ * <p>Detail data for a repository sync attempt activated by a push to a repository.</p>
2039
+ */
2040
+ export interface RepositorySyncAttempt {
2041
+ /**
2042
+ * <p>The time when the sync attempt started.</p>
2043
+ */
2044
+ startedAt: Date | undefined;
2045
+ /**
2046
+ * <p>The sync attempt status.</p>
2047
+ */
2048
+ status: RepositorySyncStatus | string | undefined;
2049
+ /**
2050
+ * <p>Detail data for sync attempt events.</p>
2051
+ */
2052
+ events: RepositorySyncEvent[] | undefined;
2053
+ }
2054
+ export declare namespace RepositorySyncAttempt {
1760
2055
  /**
1761
2056
  * @internal
1762
2057
  */
1763
- const filterSensitiveLog: (obj: GetServiceInstanceInput) => any;
2058
+ const filterSensitiveLog: (obj: RepositorySyncAttempt) => any;
1764
2059
  }
1765
- export interface GetServiceInstanceOutput {
2060
+ export interface GetRepositorySyncStatusOutput {
1766
2061
  /**
1767
- * <p>The service instance detail data that's returned by AWS Proton.</p>
2062
+ * <p>The repository sync status detail data that's returned by Proton.</p>
1768
2063
  */
1769
- serviceInstance: ServiceInstance | undefined;
2064
+ latestSync?: RepositorySyncAttempt;
1770
2065
  }
1771
- export declare namespace GetServiceInstanceOutput {
2066
+ export declare namespace GetRepositorySyncStatusOutput {
1772
2067
  /**
1773
2068
  * @internal
1774
2069
  */
1775
- const filterSensitiveLog: (obj: GetServiceInstanceOutput) => any;
2070
+ const filterSensitiveLog: (obj: GetRepositorySyncStatusOutput) => any;
1776
2071
  }
1777
- export interface ListServiceInstancesInput {
2072
+ export declare enum TemplateType {
2073
+ ENVIRONMENT = "ENVIRONMENT",
2074
+ SERVICE = "SERVICE"
2075
+ }
2076
+ export interface GetTemplateSyncStatusInput {
1778
2077
  /**
1779
- * <p>The name of the service that the service instance belongs to.</p>
2078
+ * <p>The template name.</p>
1780
2079
  */
1781
- serviceName?: string;
2080
+ templateName: string | undefined;
1782
2081
  /**
1783
- * <p>A token to indicate the location of the next service in the array of service instances, after the list of service instances that was
1784
- * previously requested.</p>
2082
+ * <p>The template type.</p>
1785
2083
  */
1786
- nextToken?: string;
2084
+ templateType: TemplateType | string | undefined;
1787
2085
  /**
1788
- * <p>The maximum number of service instances to list.</p>
2086
+ * <p>The template version.</p>
1789
2087
  */
1790
- maxResults?: number;
2088
+ templateVersion: string | undefined;
1791
2089
  }
1792
- export declare namespace ListServiceInstancesInput {
2090
+ export declare namespace GetTemplateSyncStatusInput {
1793
2091
  /**
1794
2092
  * @internal
1795
2093
  */
1796
- const filterSensitiveLog: (obj: ListServiceInstancesInput) => any;
2094
+ const filterSensitiveLog: (obj: GetTemplateSyncStatusInput) => any;
1797
2095
  }
1798
2096
  /**
1799
- * <p>A summary of the service instance detail data.</p>
2097
+ * <p>Revision detail data for a commit and push that activates a sync attempt</p>
1800
2098
  */
1801
- export interface ServiceInstanceSummary {
2099
+ export interface Revision {
1802
2100
  /**
1803
- * <p>The name of the service instance.</p>
2101
+ * <p>The repository name.</p>
1804
2102
  */
1805
- name: string | undefined;
2103
+ repositoryName: string | undefined;
1806
2104
  /**
1807
- * <p>The Amazon Resource Name (ARN) of the service instance.</p>
2105
+ * <p>The repository provider.</p>
1808
2106
  */
1809
- arn: string | undefined;
2107
+ repositoryProvider: RepositoryProvider | string | undefined;
1810
2108
  /**
1811
- * <p>The time when the service instance was created.</p>
2109
+ * <p>The secure hash algorithm (SHA) hash for the revision.</p>
1812
2110
  */
1813
- createdAt: Date | undefined;
2111
+ sha: string | undefined;
1814
2112
  /**
1815
- * <p>The time when a deployment of the service was last attempted.</p>
2113
+ * <p>The repository directory changed by a commit and push that activated the sync attempt.</p>
1816
2114
  */
1817
- lastDeploymentAttemptedAt: Date | undefined;
2115
+ directory: string | undefined;
1818
2116
  /**
1819
- * <p>The time when the service was last deployed successfully.</p>
2117
+ * <p>The repository branch.</p>
1820
2118
  */
1821
- lastDeploymentSucceededAt: Date | undefined;
2119
+ branch: string | undefined;
2120
+ }
2121
+ export declare namespace Revision {
1822
2122
  /**
1823
- * <p>The name of the service that the service instance belongs to.</p>
2123
+ * @internal
1824
2124
  */
1825
- serviceName: string | undefined;
2125
+ const filterSensitiveLog: (obj: Revision) => any;
2126
+ }
2127
+ /**
2128
+ * <p>Detail data for a resource sync event.</p>
2129
+ */
2130
+ export interface ResourceSyncEvent {
1826
2131
  /**
1827
- * <p>The name of the environment that the service instance was deployed into.</p>
2132
+ * <p>The type of event.</p>
1828
2133
  */
1829
- environmentName: string | undefined;
2134
+ type: string | undefined;
1830
2135
  /**
1831
- * <p>The name of the service template.</p>
2136
+ * <p>The external ID for the event.</p>
1832
2137
  */
1833
- templateName: string | undefined;
2138
+ externalId?: string;
1834
2139
  /**
1835
- * <p>The ID of the major version of a service template.</p>
2140
+ * <p>The time when the event occurred.</p>
1836
2141
  */
1837
- templateMajorVersion: string | undefined;
2142
+ time: Date | undefined;
1838
2143
  /**
1839
- * <p>The ID of the minor version of a service template.</p>
2144
+ * <p>A resource sync event.</p>
1840
2145
  */
1841
- templateMinorVersion: string | undefined;
2146
+ event: string | undefined;
2147
+ }
2148
+ export declare namespace ResourceSyncEvent {
1842
2149
  /**
1843
- * <p>The service instance deployment status.</p>
2150
+ * @internal
1844
2151
  */
1845
- deploymentStatus: DeploymentStatus | string | undefined;
2152
+ const filterSensitiveLog: (obj: ResourceSyncEvent) => any;
2153
+ }
2154
+ export declare enum ResourceSyncStatus {
1846
2155
  /**
1847
- * <p>A service instance deployment status message.</p>
2156
+ * Syncing has failed.
2157
+ *
1848
2158
  */
1849
- deploymentStatusMessage?: string;
1850
- }
1851
- export declare namespace ServiceInstanceSummary {
2159
+ FAILED = "FAILED",
1852
2160
  /**
1853
- * @internal
2161
+ * A sync attempt has been created and will begin soon.
2162
+ *
1854
2163
  */
1855
- const filterSensitiveLog: (obj: ServiceInstanceSummary) => any;
1856
- }
1857
- export interface ListServiceInstancesOutput {
2164
+ INITIATED = "INITIATED",
1858
2165
  /**
1859
- * <p>A token to indicate the location of the next service instance in the array of service instances, after the current requested list of
1860
- * service instances.</p>
2166
+ * Syncing has started and work is being done to reconcile state.
2167
+ *
1861
2168
  */
1862
- nextToken?: string;
2169
+ IN_PROGRESS = "IN_PROGRESS",
1863
2170
  /**
1864
- * <p>An array of service instances with summaries of detail data.</p>
2171
+ * Syncing has completed successfully.
2172
+ *
1865
2173
  */
1866
- serviceInstances: ServiceInstanceSummary[] | undefined;
2174
+ SUCCEEDED = "SUCCEEDED"
1867
2175
  }
1868
- export declare namespace ListServiceInstancesOutput {
2176
+ /**
2177
+ * <p>Detail data for a resource sync attempt activated by a push to a repository.</p>
2178
+ */
2179
+ export interface ResourceSyncAttempt {
1869
2180
  /**
1870
- * @internal
2181
+ * <p>Detail data for the initial repository commit, path and push.</p>
1871
2182
  */
1872
- const filterSensitiveLog: (obj: ListServiceInstancesOutput) => any;
1873
- }
1874
- export interface UpdateServiceInstanceInput {
2183
+ initialRevision: Revision | undefined;
1875
2184
  /**
1876
- * <p>The name of the service instance to update.</p>
2185
+ * <p>Detail data for the target revision.</p>
1877
2186
  */
1878
- name: string | undefined;
2187
+ targetRevision: Revision | undefined;
1879
2188
  /**
1880
- * <p>The name of the service that the service instance belongs to.</p>
2189
+ * <p>The resource that is synced to.</p>
1881
2190
  */
1882
- serviceName: string | undefined;
2191
+ target: string | undefined;
1883
2192
  /**
1884
- * <p>The deployment type.</p>
1885
- * <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the
1886
- * mode.</p>
1887
- * <dl>
1888
- * <dt/>
1889
- * <dd>
1890
- * <p>
1891
- * <code>NONE</code>
2193
+ * <p>The time when the sync attempt started.</p>
2194
+ */
2195
+ startedAt: Date | undefined;
2196
+ /**
2197
+ * <p>The status of the sync attempt.</p>
2198
+ */
2199
+ status: ResourceSyncStatus | string | undefined;
2200
+ /**
2201
+ * <p>An array of events with detail data.</p>
2202
+ */
2203
+ events: ResourceSyncEvent[] | undefined;
2204
+ }
2205
+ export declare namespace ResourceSyncAttempt {
2206
+ /**
2207
+ * @internal
2208
+ */
2209
+ const filterSensitiveLog: (obj: ResourceSyncAttempt) => any;
2210
+ }
2211
+ export interface GetTemplateSyncStatusOutput {
2212
+ /**
2213
+ * <p>The details of the last sync that's returned by Proton.</p>
2214
+ */
2215
+ latestSync?: ResourceSyncAttempt;
2216
+ /**
2217
+ * <p>The details of the last successful sync that's returned by Proton.</p>
2218
+ */
2219
+ latestSuccessfulSync?: ResourceSyncAttempt;
2220
+ /**
2221
+ * <p>The template sync desired state that's returned by Proton.</p>
2222
+ */
2223
+ desiredState?: Revision;
2224
+ }
2225
+ export declare namespace GetTemplateSyncStatusOutput {
2226
+ /**
2227
+ * @internal
2228
+ */
2229
+ const filterSensitiveLog: (obj: GetTemplateSyncStatusOutput) => any;
2230
+ }
2231
+ export interface ListRepositorySyncDefinitionsInput {
2232
+ /**
2233
+ * <p>The repository name.</p>
2234
+ */
2235
+ repositoryName: string | undefined;
2236
+ /**
2237
+ * <p>The repository provider.</p>
2238
+ */
2239
+ repositoryProvider: RepositoryProvider | string | undefined;
2240
+ /**
2241
+ * <p>The sync type. The only supported value is <code>TEMPLATE_SYNC</code>.</p>
2242
+ */
2243
+ syncType: SyncType | string | undefined;
2244
+ /**
2245
+ * <p>A token to indicate the location of the next repository sync definition in the array of repository sync definitions, after the list of
2246
+ * repository sync definitions previously requested.</p>
2247
+ */
2248
+ nextToken?: string;
2249
+ }
2250
+ export declare namespace ListRepositorySyncDefinitionsInput {
2251
+ /**
2252
+ * @internal
2253
+ */
2254
+ const filterSensitiveLog: (obj: ListRepositorySyncDefinitionsInput) => any;
2255
+ }
2256
+ /**
2257
+ * <p>The repository sync definition.</p>
2258
+ */
2259
+ export interface RepositorySyncDefinition {
2260
+ /**
2261
+ * <p>The resource that is synced to.</p>
2262
+ */
2263
+ target: string | undefined;
2264
+ /**
2265
+ * <p>The resource that is synced from.</p>
2266
+ */
2267
+ parent: string | undefined;
2268
+ /**
2269
+ * <p>The repository branch.</p>
2270
+ */
2271
+ branch: string | undefined;
2272
+ /**
2273
+ * <p>The directory in the repository.</p>
2274
+ */
2275
+ directory: string | undefined;
2276
+ }
2277
+ export declare namespace RepositorySyncDefinition {
2278
+ /**
2279
+ * @internal
2280
+ */
2281
+ const filterSensitiveLog: (obj: RepositorySyncDefinition) => any;
2282
+ }
2283
+ export interface ListRepositorySyncDefinitionsOutput {
2284
+ /**
2285
+ * <p>A token to indicate the location of the next repository sync definition in the array of repository sync definitions, after the current
2286
+ * requested list of repository sync definitions.</p>
2287
+ */
2288
+ nextToken?: string;
2289
+ /**
2290
+ * <p>An array of repository sync definitions.</p>
2291
+ */
2292
+ syncDefinitions: RepositorySyncDefinition[] | undefined;
2293
+ }
2294
+ export declare namespace ListRepositorySyncDefinitionsOutput {
2295
+ /**
2296
+ * @internal
2297
+ */
2298
+ const filterSensitiveLog: (obj: ListRepositorySyncDefinitionsOutput) => any;
2299
+ }
2300
+ export interface ListTagsForResourceInput {
2301
+ /**
2302
+ * <p>The Amazon Resource Name (ARN) of the resource for the listed tags.</p>
2303
+ */
2304
+ resourceArn: string | undefined;
2305
+ /**
2306
+ * <p>A token to indicate the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously
2307
+ * requested.</p>
2308
+ */
2309
+ nextToken?: string;
2310
+ /**
2311
+ * <p>The maximum number of tags to list.</p>
2312
+ */
2313
+ maxResults?: number;
2314
+ }
2315
+ export declare namespace ListTagsForResourceInput {
2316
+ /**
2317
+ * @internal
2318
+ */
2319
+ const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
2320
+ }
2321
+ export interface ListTagsForResourceOutput {
2322
+ /**
2323
+ * <p>An array of resource tags with detail data.</p>
2324
+ */
2325
+ tags: Tag[] | undefined;
2326
+ /**
2327
+ * <p>A token to indicate the location of the next resource tag in the array of resource tags, after the current requested list of resource
2328
+ * tags.</p>
2329
+ */
2330
+ nextToken?: string;
2331
+ }
2332
+ export declare namespace ListTagsForResourceOutput {
2333
+ /**
2334
+ * @internal
2335
+ */
2336
+ const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2337
+ }
2338
+ export declare enum ResourceDeploymentStatus {
2339
+ FAILED = "FAILED",
2340
+ IN_PROGRESS = "IN_PROGRESS",
2341
+ SUCCEEDED = "SUCCEEDED"
2342
+ }
2343
+ export interface NotifyResourceDeploymentStatusChangeInput {
2344
+ /**
2345
+ * <p>The provisioned resource Amazon Resource Name (ARN).</p>
2346
+ */
2347
+ resourceArn: string | undefined;
2348
+ /**
2349
+ * <p>The status of your provisioned resource.</p>
2350
+ */
2351
+ status: ResourceDeploymentStatus | string | undefined;
2352
+ /**
2353
+ * <p>The provisioned resource state change detail data that's returned by Proton.</p>
2354
+ */
2355
+ outputs?: Output[];
2356
+ /**
2357
+ * <p>The deployment ID for your provisioned resource.</p>
2358
+ */
2359
+ deploymentId?: string;
2360
+ /**
2361
+ * <p>The deployment status message for your provisioned resource.</p>
2362
+ */
2363
+ statusMessage?: string;
2364
+ }
2365
+ export declare namespace NotifyResourceDeploymentStatusChangeInput {
2366
+ /**
2367
+ * @internal
2368
+ */
2369
+ const filterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeInput) => any;
2370
+ }
2371
+ export interface NotifyResourceDeploymentStatusChangeOutput {
2372
+ }
2373
+ export declare namespace NotifyResourceDeploymentStatusChangeOutput {
2374
+ /**
2375
+ * @internal
2376
+ */
2377
+ const filterSensitiveLog: (obj: NotifyResourceDeploymentStatusChangeOutput) => any;
2378
+ }
2379
+ export interface CreateRepositoryInput {
2380
+ /**
2381
+ * <p>The repository provider.</p>
2382
+ */
2383
+ provider: RepositoryProvider | string | undefined;
2384
+ /**
2385
+ * <p>The repository name, for example <code>myrepos/myrepo</code>.</p>
2386
+ */
2387
+ name: string | undefined;
2388
+ /**
2389
+ * <p>The Amazon Resource Name (ARN) of your Amazon Web Services CodeStar connection. For more information, see <a href="https://docs.aws.amazon.com/setting-up-for-service">Setting up for Proton</a> in the <i>Proton Administrator Guide</i>.</p>
2390
+ */
2391
+ connectionArn: string | undefined;
2392
+ /**
2393
+ * <p>The ARN of your customer Amazon Web Services Key Management Service (Amazon Web Services KMS) key.</p>
2394
+ */
2395
+ encryptionKey?: string;
2396
+ }
2397
+ export declare namespace CreateRepositoryInput {
2398
+ /**
2399
+ * @internal
2400
+ */
2401
+ const filterSensitiveLog: (obj: CreateRepositoryInput) => any;
2402
+ }
2403
+ /**
2404
+ * <p>Detail date for a repository that has been registered with Proton.</p>
2405
+ */
2406
+ export interface Repository {
2407
+ /**
2408
+ * <p>The repository Amazon Resource Name (ARN).</p>
2409
+ */
2410
+ arn: string | undefined;
2411
+ /**
2412
+ * <p>The repository provider.</p>
2413
+ */
2414
+ provider: RepositoryProvider | string | undefined;
2415
+ /**
2416
+ * <p>The repository name.</p>
2417
+ */
2418
+ name: string | undefined;
2419
+ /**
2420
+ * <p>The repository Amazon Web Services CodeStar connection that connects Proton to your repository.</p>
2421
+ */
2422
+ connectionArn: string | undefined;
2423
+ /**
2424
+ * <p>Your customer Amazon Web Services KMS encryption key.</p>
2425
+ */
2426
+ encryptionKey?: string;
2427
+ }
2428
+ export declare namespace Repository {
2429
+ /**
2430
+ * @internal
2431
+ */
2432
+ const filterSensitiveLog: (obj: Repository) => any;
2433
+ }
2434
+ export interface CreateRepositoryOutput {
2435
+ /**
2436
+ * <p>The repository detail data that's returned by Proton.</p>
2437
+ */
2438
+ repository: Repository | undefined;
2439
+ }
2440
+ export declare namespace CreateRepositoryOutput {
2441
+ /**
2442
+ * @internal
2443
+ */
2444
+ const filterSensitiveLog: (obj: CreateRepositoryOutput) => any;
2445
+ }
2446
+ export interface DeleteRepositoryInput {
2447
+ /**
2448
+ * <p>The repository provider.</p>
2449
+ */
2450
+ provider: RepositoryProvider | string | undefined;
2451
+ /**
2452
+ * <p>The name of the repository.</p>
2453
+ */
2454
+ name: string | undefined;
2455
+ }
2456
+ export declare namespace DeleteRepositoryInput {
2457
+ /**
2458
+ * @internal
2459
+ */
2460
+ const filterSensitiveLog: (obj: DeleteRepositoryInput) => any;
2461
+ }
2462
+ export interface DeleteRepositoryOutput {
2463
+ /**
2464
+ * <p>The repository detail data that's returned by Proton.</p>
2465
+ */
2466
+ repository?: Repository;
2467
+ }
2468
+ export declare namespace DeleteRepositoryOutput {
2469
+ /**
2470
+ * @internal
2471
+ */
2472
+ const filterSensitiveLog: (obj: DeleteRepositoryOutput) => any;
2473
+ }
2474
+ export interface GetRepositoryInput {
2475
+ /**
2476
+ * <p>The repository provider.</p>
2477
+ */
2478
+ provider: RepositoryProvider | string | undefined;
2479
+ /**
2480
+ * <p>The repository name, for example <code>myrepos/myrepo</code>.</p>
2481
+ */
2482
+ name: string | undefined;
2483
+ }
2484
+ export declare namespace GetRepositoryInput {
2485
+ /**
2486
+ * @internal
2487
+ */
2488
+ const filterSensitiveLog: (obj: GetRepositoryInput) => any;
2489
+ }
2490
+ export interface GetRepositoryOutput {
2491
+ /**
2492
+ * <p>The repository detail data that's returned by Proton.</p>
2493
+ */
2494
+ repository: Repository | undefined;
2495
+ }
2496
+ export declare namespace GetRepositoryOutput {
2497
+ /**
2498
+ * @internal
2499
+ */
2500
+ const filterSensitiveLog: (obj: GetRepositoryOutput) => any;
2501
+ }
2502
+ export interface ListRepositoriesInput {
2503
+ /**
2504
+ * <p>A token to indicate the location of the next repository in the array of repositories, after the list of repositories previously
2505
+ * requested.</p>
2506
+ */
2507
+ nextToken?: string;
2508
+ /**
2509
+ * <p>The maximum number of repositories to list.</p>
2510
+ */
2511
+ maxResults?: number;
2512
+ }
2513
+ export declare namespace ListRepositoriesInput {
2514
+ /**
2515
+ * @internal
2516
+ */
2517
+ const filterSensitiveLog: (obj: ListRepositoriesInput) => any;
2518
+ }
2519
+ /**
2520
+ * <p>A summary of detail data for a registered repository.</p>
2521
+ */
2522
+ export interface RepositorySummary {
2523
+ /**
2524
+ * <p>The Amazon Resource Name (ARN) for a repository.</p>
2525
+ */
2526
+ arn: string | undefined;
2527
+ /**
2528
+ * <p>The repository provider.</p>
2529
+ */
2530
+ provider: RepositoryProvider | string | undefined;
2531
+ /**
2532
+ * <p>The repository name.</p>
2533
+ */
2534
+ name: string | undefined;
2535
+ }
2536
+ export declare namespace RepositorySummary {
2537
+ /**
2538
+ * @internal
2539
+ */
2540
+ const filterSensitiveLog: (obj: RepositorySummary) => any;
2541
+ }
2542
+ export interface ListRepositoriesOutput {
2543
+ /**
2544
+ * <p>A token to indicate the location of the next repository in the array of repositories, after the current requested list of repositories.
2545
+ * </p>
2546
+ */
2547
+ nextToken?: string;
2548
+ /**
2549
+ * <p>An array of repositories.</p>
2550
+ */
2551
+ repositories: RepositorySummary[] | undefined;
2552
+ }
2553
+ export declare namespace ListRepositoriesOutput {
2554
+ /**
2555
+ * @internal
2556
+ */
2557
+ const filterSensitiveLog: (obj: ListRepositoriesOutput) => any;
2558
+ }
2559
+ export interface ListServiceInstanceOutputsInput {
2560
+ /**
2561
+ * <p>The service instance name.</p>
2562
+ */
2563
+ serviceInstanceName: string | undefined;
2564
+ /**
2565
+ * <p>The service name.</p>
2566
+ */
2567
+ serviceName: string | undefined;
2568
+ /**
2569
+ * <p>A token to indicate the location of the next output in the array of outputs, after the list of outputs that was previously requested.</p>
2570
+ */
2571
+ nextToken?: string;
2572
+ }
2573
+ export declare namespace ListServiceInstanceOutputsInput {
2574
+ /**
2575
+ * @internal
2576
+ */
2577
+ const filterSensitiveLog: (obj: ListServiceInstanceOutputsInput) => any;
2578
+ }
2579
+ export interface ListServiceInstanceOutputsOutput {
2580
+ /**
2581
+ * <p>A token to indicate the location of the next output in the array of outputs, after the current requested list of outputs.</p>
2582
+ */
2583
+ nextToken?: string;
2584
+ /**
2585
+ * <p>An array of service instance infrastructure as code outputs.</p>
2586
+ */
2587
+ outputs: Output[] | undefined;
2588
+ }
2589
+ export declare namespace ListServiceInstanceOutputsOutput {
2590
+ /**
2591
+ * @internal
2592
+ */
2593
+ const filterSensitiveLog: (obj: ListServiceInstanceOutputsOutput) => any;
2594
+ }
2595
+ export interface ListServiceInstanceProvisionedResourcesInput {
2596
+ /**
2597
+ * <p>The service name.</p>
2598
+ */
2599
+ serviceName: string | undefined;
2600
+ /**
2601
+ * <p>The service instance name.</p>
2602
+ */
2603
+ serviceInstanceName: string | undefined;
2604
+ /**
2605
+ * <p>A token to indicate the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned
2606
+ * resources that was previously requested.</p>
2607
+ */
2608
+ nextToken?: string;
2609
+ }
2610
+ export declare namespace ListServiceInstanceProvisionedResourcesInput {
2611
+ /**
2612
+ * @internal
2613
+ */
2614
+ const filterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesInput) => any;
2615
+ }
2616
+ export interface ListServiceInstanceProvisionedResourcesOutput {
2617
+ /**
2618
+ * <p>A token to indicate the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
2619
+ * provisioned resources.</p>
2620
+ */
2621
+ nextToken?: string;
2622
+ /**
2623
+ * <p>An array of provisioned resources for a service instance.</p>
2624
+ */
2625
+ provisionedResources: ProvisionedResource[] | undefined;
2626
+ }
2627
+ export declare namespace ListServiceInstanceProvisionedResourcesOutput {
2628
+ /**
2629
+ * @internal
2630
+ */
2631
+ const filterSensitiveLog: (obj: ListServiceInstanceProvisionedResourcesOutput) => any;
2632
+ }
2633
+ export interface GetServiceInstanceInput {
2634
+ /**
2635
+ * <p>The name of a service instance that you want to get the detail data for.</p>
2636
+ */
2637
+ name: string | undefined;
2638
+ /**
2639
+ * <p>The name of the service that the service instance belongs to.</p>
2640
+ */
2641
+ serviceName: string | undefined;
2642
+ }
2643
+ export declare namespace GetServiceInstanceInput {
2644
+ /**
2645
+ * @internal
2646
+ */
2647
+ const filterSensitiveLog: (obj: GetServiceInstanceInput) => any;
2648
+ }
2649
+ export interface GetServiceInstanceOutput {
2650
+ /**
2651
+ * <p>The service instance detail data that's returned by Proton.</p>
2652
+ */
2653
+ serviceInstance: ServiceInstance | undefined;
2654
+ }
2655
+ export declare namespace GetServiceInstanceOutput {
2656
+ /**
2657
+ * @internal
2658
+ */
2659
+ const filterSensitiveLog: (obj: GetServiceInstanceOutput) => any;
2660
+ }
2661
+ export interface ListServiceInstancesInput {
2662
+ /**
2663
+ * <p>The name of the service that the service instance belongs to.</p>
2664
+ */
2665
+ serviceName?: string;
2666
+ /**
2667
+ * <p>A token to indicate the location of the next service in the array of service instances, after the list of service instances that was
2668
+ * previously requested.</p>
2669
+ */
2670
+ nextToken?: string;
2671
+ /**
2672
+ * <p>The maximum number of service instances to list.</p>
2673
+ */
2674
+ maxResults?: number;
2675
+ }
2676
+ export declare namespace ListServiceInstancesInput {
2677
+ /**
2678
+ * @internal
2679
+ */
2680
+ const filterSensitiveLog: (obj: ListServiceInstancesInput) => any;
2681
+ }
2682
+ /**
2683
+ * <p>A summary of the service instance detail data.</p>
2684
+ */
2685
+ export interface ServiceInstanceSummary {
2686
+ /**
2687
+ * <p>The name of the service instance.</p>
2688
+ */
2689
+ name: string | undefined;
2690
+ /**
2691
+ * <p>The Amazon Resource Name (ARN) of the service instance.</p>
2692
+ */
2693
+ arn: string | undefined;
2694
+ /**
2695
+ * <p>The time when the service instance was created.</p>
2696
+ */
2697
+ createdAt: Date | undefined;
2698
+ /**
2699
+ * <p>The time when a deployment of the service was last attempted.</p>
2700
+ */
2701
+ lastDeploymentAttemptedAt: Date | undefined;
2702
+ /**
2703
+ * <p>The time when the service was last deployed successfully.</p>
2704
+ */
2705
+ lastDeploymentSucceededAt: Date | undefined;
2706
+ /**
2707
+ * <p>The name of the service that the service instance belongs to.</p>
2708
+ */
2709
+ serviceName: string | undefined;
2710
+ /**
2711
+ * <p>The name of the environment that the service instance was deployed into.</p>
2712
+ */
2713
+ environmentName: string | undefined;
2714
+ /**
2715
+ * <p>The name of the service template.</p>
2716
+ */
2717
+ templateName: string | undefined;
2718
+ /**
2719
+ * <p>The service instance template major version.</p>
2720
+ */
2721
+ templateMajorVersion: string | undefined;
2722
+ /**
2723
+ * <p>The service instance template minor version.</p>
2724
+ */
2725
+ templateMinorVersion: string | undefined;
2726
+ /**
2727
+ * <p>The service instance deployment status.</p>
2728
+ */
2729
+ deploymentStatus: DeploymentStatus | string | undefined;
2730
+ /**
2731
+ * <p>A service instance deployment status message.</p>
2732
+ */
2733
+ deploymentStatusMessage?: string;
2734
+ }
2735
+ export declare namespace ServiceInstanceSummary {
2736
+ /**
2737
+ * @internal
2738
+ */
2739
+ const filterSensitiveLog: (obj: ServiceInstanceSummary) => any;
2740
+ }
2741
+ export interface ListServiceInstancesOutput {
2742
+ /**
2743
+ * <p>A token to indicate the location of the next service instance in the array of service instances, after the current requested list of service
2744
+ * instances.</p>
2745
+ */
2746
+ nextToken?: string;
2747
+ /**
2748
+ * <p>An array of service instances with summaries of detail data.</p>
2749
+ */
2750
+ serviceInstances: ServiceInstanceSummary[] | undefined;
2751
+ }
2752
+ export declare namespace ListServiceInstancesOutput {
2753
+ /**
2754
+ * @internal
2755
+ */
2756
+ const filterSensitiveLog: (obj: ListServiceInstancesOutput) => any;
2757
+ }
2758
+ export interface UpdateServiceInstanceInput {
2759
+ /**
2760
+ * <p>The name of the service instance to update.</p>
2761
+ */
2762
+ name: string | undefined;
2763
+ /**
2764
+ * <p>The name of the service that the service instance belongs to.</p>
2765
+ */
2766
+ serviceName: string | undefined;
2767
+ /**
2768
+ * <p>The deployment type.</p>
2769
+ * <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the
2770
+ * mode.</p>
2771
+ * <dl>
2772
+ * <dt/>
2773
+ * <dd>
2774
+ * <p>
2775
+ * <code>NONE</code>
1892
2776
  * </p>
1893
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
1894
- * </dd>
2777
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
2778
+ * </dd>
1895
2779
  * <dt/>
1896
2780
  * <dd>
1897
- * <p>
2781
+ * <p>
1898
2782
  * <code>CURRENT_VERSION</code>
1899
2783
  * </p>
1900
- * <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are
1901
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
1902
- * <code>deployment-type</code>.</p>
1903
- * </dd>
2784
+ * <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated.
2785
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
2786
+ * </dd>
1904
2787
  * <dt/>
1905
2788
  * <dd>
1906
- * <p>
2789
+ * <p>
1907
2790
  * <code>MINOR_VERSION</code>
1908
2791
  * </p>
1909
- * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the
1910
- * current major version in use, by default. You can also specify a different minor version of the current major version in
1911
- * use.</p>
1912
- * </dd>
2792
+ * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major
2793
+ * version in use, by default. You can also specify a different minor version of the current major version in use.</p>
2794
+ * </dd>
1913
2795
  * <dt/>
1914
2796
  * <dd>
1915
- * <p>
2797
+ * <p>
1916
2798
  * <code>MAJOR_VERSION</code>
1917
2799
  * </p>
1918
- * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version
1919
- * of the current template, by default. You can also specify a different major version that is higher than the major version in
1920
- * use and a minor version (optional).</p>
1921
- * </dd>
2800
+ * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current
2801
+ * template, by default. You can also specify a different major version that is higher than the major version in use and a minor version
2802
+ * (optional).</p>
2803
+ * </dd>
1922
2804
  * </dl>
1923
2805
  */
1924
2806
  deploymentType: DeploymentUpdateType | string | undefined;
@@ -1943,7 +2825,7 @@ export declare namespace UpdateServiceInstanceInput {
1943
2825
  }
1944
2826
  export interface UpdateServiceInstanceOutput {
1945
2827
  /**
1946
- * <p>The service instance summary data returned by AWS Proton.</p>
2828
+ * <p>The service instance summary data returned by Proton.</p>
1947
2829
  */
1948
2830
  serviceInstance: ServiceInstance | undefined;
1949
2831
  }
@@ -1953,6 +2835,72 @@ export declare namespace UpdateServiceInstanceOutput {
1953
2835
  */
1954
2836
  const filterSensitiveLog: (obj: UpdateServiceInstanceOutput) => any;
1955
2837
  }
2838
+ export interface ListServicePipelineOutputsInput {
2839
+ /**
2840
+ * <p>The service name.</p>
2841
+ */
2842
+ serviceName: string | undefined;
2843
+ /**
2844
+ * <p>A token to indicate the location of the next output in the array of outputs, after the list of outputs that was previously requested.</p>
2845
+ */
2846
+ nextToken?: string;
2847
+ }
2848
+ export declare namespace ListServicePipelineOutputsInput {
2849
+ /**
2850
+ * @internal
2851
+ */
2852
+ const filterSensitiveLog: (obj: ListServicePipelineOutputsInput) => any;
2853
+ }
2854
+ export interface ListServicePipelineOutputsOutput {
2855
+ /**
2856
+ * <p>A token to indicate the location of the next output in the array of outputs, after the current requested list of outputs.</p>
2857
+ */
2858
+ nextToken?: string;
2859
+ /**
2860
+ * <p>An array of outputs.</p>
2861
+ */
2862
+ outputs: Output[] | undefined;
2863
+ }
2864
+ export declare namespace ListServicePipelineOutputsOutput {
2865
+ /**
2866
+ * @internal
2867
+ */
2868
+ const filterSensitiveLog: (obj: ListServicePipelineOutputsOutput) => any;
2869
+ }
2870
+ export interface ListServicePipelineProvisionedResourcesInput {
2871
+ /**
2872
+ * <p>The service name.</p>
2873
+ */
2874
+ serviceName: string | undefined;
2875
+ /**
2876
+ * <p>A token to indicate the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned
2877
+ * resources that was previously requested.</p>
2878
+ */
2879
+ nextToken?: string;
2880
+ }
2881
+ export declare namespace ListServicePipelineProvisionedResourcesInput {
2882
+ /**
2883
+ * @internal
2884
+ */
2885
+ const filterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesInput) => any;
2886
+ }
2887
+ export interface ListServicePipelineProvisionedResourcesOutput {
2888
+ /**
2889
+ * <p>A token to indicate the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
2890
+ * provisioned resources.</p>
2891
+ */
2892
+ nextToken?: string;
2893
+ /**
2894
+ * <p>An array of provisioned resources for a service and pipeline.</p>
2895
+ */
2896
+ provisionedResources: ProvisionedResource[] | undefined;
2897
+ }
2898
+ export declare namespace ListServicePipelineProvisionedResourcesOutput {
2899
+ /**
2900
+ * @internal
2901
+ */
2902
+ const filterSensitiveLog: (obj: ListServicePipelineProvisionedResourcesOutput) => any;
2903
+ }
1956
2904
  export interface UpdateServicePipelineInput {
1957
2905
  /**
1958
2906
  * <p>The name of the service to that the pipeline is associated with.</p>
@@ -1964,43 +2912,41 @@ export interface UpdateServicePipelineInput {
1964
2912
  spec: string | undefined;
1965
2913
  /**
1966
2914
  * <p>The deployment type.</p>
1967
- * <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the
1968
- * mode.</p>
1969
- * <dl>
2915
+ * <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the
2916
+ * mode.</p>
2917
+ * <dl>
1970
2918
  * <dt/>
1971
2919
  * <dd>
1972
- * <p>
2920
+ * <p>
1973
2921
  * <code>NONE</code>
1974
2922
  * </p>
1975
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
1976
- * </dd>
2923
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
2924
+ * </dd>
1977
2925
  * <dt/>
1978
2926
  * <dd>
1979
- * <p>
2927
+ * <p>
1980
2928
  * <code>CURRENT_VERSION</code>
1981
2929
  * </p>
1982
- * <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are
1983
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
1984
- * <code>deployment-type</code>.</p>
1985
- * </dd>
2930
+ * <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated.
2931
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
2932
+ * </dd>
1986
2933
  * <dt/>
1987
2934
  * <dd>
1988
- * <p>
2935
+ * <p>
1989
2936
  * <code>MINOR_VERSION</code>
1990
2937
  * </p>
1991
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the
1992
- * current major version in use, by default. You can also specify a different minor version of the current major version in
1993
- * use.</p>
1994
- * </dd>
2938
+ * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major
2939
+ * version in use, by default. You can also specify a different minor version of the current major version in use.</p>
2940
+ * </dd>
1995
2941
  * <dt/>
1996
2942
  * <dd>
1997
- * <p>
2943
+ * <p>
1998
2944
  * <code>MAJOR_VERSION</code>
1999
2945
  * </p>
2000
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version
2001
- * of the current template, by default. You can also specify a different major version that is higher than the major version in
2002
- * use and a minor version (optional).</p>
2003
- * </dd>
2946
+ * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current
2947
+ * template, by default. You can also specify a different major version that is higher than the major version in use and a minor version
2948
+ * (optional).</p>
2949
+ * </dd>
2004
2950
  * </dl>
2005
2951
  */
2006
2952
  deploymentType: DeploymentUpdateType | string | undefined;
@@ -2021,7 +2967,7 @@ export declare namespace UpdateServicePipelineInput {
2021
2967
  }
2022
2968
  export interface UpdateServicePipelineOutput {
2023
2969
  /**
2024
- * <p>The pipeline details returned by AWS Proton.</p>
2970
+ * <p>The pipeline details returned by Proton.</p>
2025
2971
  */
2026
2972
  pipeline: ServicePipeline | undefined;
2027
2973
  }
@@ -2037,7 +2983,7 @@ export interface CreateServiceInput {
2037
2983
  */
2038
2984
  name: string | undefined;
2039
2985
  /**
2040
- * <p>A description of the AWS Proton service.</p>
2986
+ * <p>A description of the Proton service.</p>
2041
2987
  */
2042
2988
  description?: string;
2043
2989
  /**
@@ -2045,39 +2991,40 @@ export interface CreateServiceInput {
2045
2991
  */
2046
2992
  templateName: string | undefined;
2047
2993
  /**
2048
- * <p>The ID of the major version of the service template that was used to create the service.</p>
2994
+ * <p>The major version of the service template that was used to create the service.</p>
2049
2995
  */
2050
2996
  templateMajorVersion: string | undefined;
2051
2997
  /**
2052
- * <p>The ID of the minor version of the service template that was used to create the service.</p>
2998
+ * <p>The minor version of the service template that was used to create the service.</p>
2053
2999
  */
2054
3000
  templateMinorVersion?: string;
2055
3001
  /**
2056
3002
  * <p>A link to a spec file that provides inputs as defined in the service template bundle schema file. The spec file is in YAML format. Don’t
2057
- * include pipeline inputs in the spec if your service template <i>doesn’t</i> include a service pipeline. For more
2058
- * information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-create-svc.html.html">Create a service</a> in the
2059
- * <i>AWS Proton Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-create.html">Create a service</a> in the <i>AWS Proton User Guide</i>.</p>
3003
+ * include pipeline inputs in the spec if your service template <i>doesn’t</i> include a service pipeline. For more information, see
3004
+ * <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-create-svc.html.html">Create a service</a> in the <i>Proton
3005
+ * Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-create.html">Create a service</a> in the
3006
+ * <i>Proton User Guide</i>.</p>
2060
3007
  */
2061
3008
  spec: string | undefined;
2062
3009
  /**
2063
- * <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol">Set up repository connection</a> in the
2064
- * <i>AWS Proton Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection">Setting up with AWS Proton</a> in the <i>AWS Proton
2065
- * User Guide</i>. <i>Don't</i> include this parameter if your service template <i>doesn't</i> include
2066
- * a service pipeline.</p>
3010
+ * <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol">Set up repository connection</a> in the <i>Proton
3011
+ * Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection">Setting up
3012
+ * with Proton</a> in the <i>Proton User Guide</i>. <i>Don't</i> include this parameter if your service
3013
+ * template <i>doesn't</i> include a service pipeline.</p>
2067
3014
  */
2068
3015
  repositoryConnectionArn?: string;
2069
3016
  /**
2070
- * <p>The ID of the code repository. <i>Don't</i> include this parameter if your service template <i>doesn't</i>
2071
- * include a service pipeline.</p>
3017
+ * <p>The ID of the code repository. <i>Don't</i> include this parameter if your service template <i>doesn't</i> include
3018
+ * a service pipeline.</p>
2072
3019
  */
2073
3020
  repositoryId?: string;
2074
3021
  /**
2075
- * <p>The name of the code repository branch that holds the code that's deployed in AWS Proton. <i>Don't</i> include this
2076
- * parameter if your service template <i>doesn't</i> include a service pipeline.</p>
3022
+ * <p>The name of the code repository branch that holds the code that's deployed in Proton. <i>Don't</i> include this parameter if
3023
+ * your service template <i>doesn't</i> include a service pipeline.</p>
2077
3024
  */
2078
3025
  branchName?: string;
2079
3026
  /**
2080
- * <p>Create tags for your service. For more information, see <i>AWS Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">AWS Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">AWS Proton User Guide</a>.</p>
3027
+ * <p>Create tags for your service. For more information, see <i>Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton User Guide</a>.</p>
2081
3028
  */
2082
3029
  tags?: Tag[];
2083
3030
  }
@@ -2148,17 +3095,17 @@ export interface Service {
2148
3095
  */
2149
3096
  pipeline?: ServicePipeline;
2150
3097
  /**
2151
- * <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol">Set up a repository connection</a> in the
2152
- * <i>AWS Proton Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection">Setting up with AWS Proton</a> in the <i>AWS Proton
2153
- * User Guide</i>.</p>
3098
+ * <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html#setting-up-vcontrol">Set up a repository connection</a> in the <i>Proton
3099
+ * Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection">Setting up
3100
+ * with Proton</a> in the <i>Proton User Guide</i>.</p>
2154
3101
  */
2155
3102
  repositoryConnectionArn?: string;
2156
3103
  /**
2157
- * <p>The ID of the code repository.</p>
3104
+ * <p>The ID of the source code repository.</p>
2158
3105
  */
2159
3106
  repositoryId?: string;
2160
3107
  /**
2161
- * <p>The name of the code repository branch that holds the code that's deployed in AWS Proton.</p>
3108
+ * <p>The name of the code repository branch that holds the code that's deployed in Proton.</p>
2162
3109
  */
2163
3110
  branchName?: string;
2164
3111
  }
@@ -2170,7 +3117,7 @@ export declare namespace Service {
2170
3117
  }
2171
3118
  export interface CreateServiceOutput {
2172
3119
  /**
2173
- * <p>The service detail data that's returned by AWS Proton.</p>
3120
+ * <p>The service detail data that's returned by Proton.</p>
2174
3121
  */
2175
3122
  service: Service | undefined;
2176
3123
  }
@@ -2194,7 +3141,7 @@ export declare namespace DeleteServiceInput {
2194
3141
  }
2195
3142
  export interface DeleteServiceOutput {
2196
3143
  /**
2197
- * <p>The service detail data that's returned by AWS Proton.</p>
3144
+ * <p>The service detail data that's returned by Proton.</p>
2198
3145
  */
2199
3146
  service?: Service;
2200
3147
  }
@@ -2218,7 +3165,7 @@ export declare namespace GetServiceInput {
2218
3165
  }
2219
3166
  export interface GetServiceOutput {
2220
3167
  /**
2221
- * <p>The service detail data that's returned by AWS Proton.</p>
3168
+ * <p>The service detail data that's returned by Proton.</p>
2222
3169
  */
2223
3170
  service?: Service;
2224
3171
  }
@@ -2231,7 +3178,7 @@ export declare namespace GetServiceOutput {
2231
3178
  export interface ListServicesInput {
2232
3179
  /**
2233
3180
  * <p>A token to indicate the location of the next service in the array of services, after the list of services that was previously
2234
- * requested.</p>
3181
+ * requested.</p>
2235
3182
  */
2236
3183
  nextToken?: string;
2237
3184
  /**
@@ -2314,10 +3261,10 @@ export interface UpdateServiceInput {
2314
3261
  */
2315
3262
  description?: string;
2316
3263
  /**
2317
- * <p>Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the
2318
- * list. <i>Don't</i> include edits to the existing service instances or pipeline. For more information, see <i>Edit a
2319
- * service</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-update.html">AWS Proton Administrator
2320
- * Guide</a> or the <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-update.html">AWS Proton User Guide</a>.</p>
3264
+ * <p>Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list.
3265
+ * <i>Don't</i> include edits to the existing service instances or pipeline. For more information, see <i>Edit a
3266
+ * service</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-update.html">Proton Administrator Guide</a> or
3267
+ * the <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-update.html">Proton User Guide</a>.</p>
2321
3268
  */
2322
3269
  spec?: string;
2323
3270
  }
@@ -2329,7 +3276,7 @@ export declare namespace UpdateServiceInput {
2329
3276
  }
2330
3277
  export interface UpdateServiceOutput {
2331
3278
  /**
2332
- * <p>The service detail data that's returned by AWS Proton.</p>
3279
+ * <p>The service detail data that's returned by Proton.</p>
2333
3280
  */
2334
3281
  service: Service | undefined;
2335
3282
  }
@@ -2357,14 +3304,14 @@ export interface CreateServiceTemplateInput {
2357
3304
  */
2358
3305
  encryptionKey?: string;
2359
3306
  /**
2360
- * <p>AWS Proton includes a service pipeline for your service by default. When included, this parameter indicates that an AWS Proton service
2361
- * pipeline <i>won't</i> be included for your service. Once specified, this parameter <i>can't</i> be changed.
2362
- * For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html">Service template
2363
- * bundles</a> in the <i>AWS Proton Administrator Guide</i>.</p>
3307
+ * <p>Proton includes a service pipeline for your service by default. When included, this parameter indicates that an Proton service pipeline
3308
+ * <i>won't</i> be included for your service. Once specified, this parameter <i>can't</i> be changed. For more
3309
+ * information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html">Service template bundles</a> in the
3310
+ * <i>Proton Administrator Guide</i>.</p>
2364
3311
  */
2365
3312
  pipelineProvisioning?: Provisioning | string;
2366
3313
  /**
2367
- * <p>Create tags for your service template. For more information, see <i>AWS Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">AWS Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">AWS Proton User Guide</a>.</p>
3314
+ * <p>Create tags for your service template. For more information, see <i>Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton User Guide</a>.</p>
2368
3315
  */
2369
3316
  tags?: Tag[];
2370
3317
  }
@@ -2403,7 +3350,7 @@ export interface ServiceTemplate {
2403
3350
  */
2404
3351
  description?: string;
2405
3352
  /**
2406
- * <p>The ID of the recommended version of the service template.</p>
3353
+ * <p>The recommended version of the service template.</p>
2407
3354
  */
2408
3355
  recommendedVersion?: string;
2409
3356
  /**
@@ -2412,7 +3359,7 @@ export interface ServiceTemplate {
2412
3359
  encryptionKey?: string;
2413
3360
  /**
2414
3361
  * <p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included in the service template. Otherwise, a service
2415
- * pipeline <i>isn't</i> included in the service template.</p>
3362
+ * pipeline <i>isn't</i> included in the service template.</p>
2416
3363
  */
2417
3364
  pipelineProvisioning?: Provisioning | string;
2418
3365
  }
@@ -2424,7 +3371,7 @@ export declare namespace ServiceTemplate {
2424
3371
  }
2425
3372
  export interface CreateServiceTemplateOutput {
2426
3373
  /**
2427
- * <p>The service template detail data that's returned by AWS Proton.</p>
3374
+ * <p>The service template detail data that's returned by Proton.</p>
2428
3375
  */
2429
3376
  serviceTemplate: ServiceTemplate | undefined;
2430
3377
  }
@@ -2448,7 +3395,7 @@ export declare namespace DeleteServiceTemplateInput {
2448
3395
  }
2449
3396
  export interface DeleteServiceTemplateOutput {
2450
3397
  /**
2451
- * <p>The service template detail data that's returned by AWS Proton.</p>
3398
+ * <p>The service template detail data that's returned by Proton.</p>
2452
3399
  */
2453
3400
  serviceTemplate?: ServiceTemplate;
2454
3401
  }
@@ -2472,7 +3419,7 @@ export declare namespace GetServiceTemplateInput {
2472
3419
  }
2473
3420
  export interface GetServiceTemplateOutput {
2474
3421
  /**
2475
- * <p>The service template detail data that's returned by AWS Proton.</p>
3422
+ * <p>The service template detail data that's returned by Proton.</p>
2476
3423
  */
2477
3424
  serviceTemplate: ServiceTemplate | undefined;
2478
3425
  }
@@ -2485,7 +3432,7 @@ export declare namespace GetServiceTemplateOutput {
2485
3432
  export interface ListServiceTemplatesInput {
2486
3433
  /**
2487
3434
  * <p>A token to indicate the location of the next service template in the array of service templates, after the list of service templates
2488
- * previously requested.</p>
3435
+ * previously requested.</p>
2489
3436
  */
2490
3437
  nextToken?: string;
2491
3438
  /**
@@ -2528,12 +3475,12 @@ export interface ServiceTemplateSummary {
2528
3475
  */
2529
3476
  description?: string;
2530
3477
  /**
2531
- * <p>The ID of the recommended version of the service template.</p>
3478
+ * <p>The recommended version of the service template.</p>
2532
3479
  */
2533
3480
  recommendedVersion?: string;
2534
3481
  /**
2535
3482
  * <p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included in the service template, otherwise a service
2536
- * pipeline <i>isn't</i> included in the service template.</p>
3483
+ * pipeline <i>isn't</i> included in the service template.</p>
2537
3484
  */
2538
3485
  pipelineProvisioning?: Provisioning | string;
2539
3486
  }
@@ -2545,8 +3492,8 @@ export declare namespace ServiceTemplateSummary {
2545
3492
  }
2546
3493
  export interface ListServiceTemplatesOutput {
2547
3494
  /**
2548
- * <p>A token to indicate the location of the next service template in the array of service templates, after the current requested list of
2549
- * service templates.</p>
3495
+ * <p>A token to indicate the location of the next service template in the array of service templates, after the current requested list of service
3496
+ * templates.</p>
2550
3497
  */
2551
3498
  nextToken?: string;
2552
3499
  /**
@@ -2582,7 +3529,7 @@ export declare namespace UpdateServiceTemplateInput {
2582
3529
  }
2583
3530
  export interface UpdateServiceTemplateOutput {
2584
3531
  /**
2585
- * <p>The service template detail data that's returned by AWS Proton.</p>
3532
+ * <p>The service template detail data that's returned by Proton.</p>
2586
3533
  */
2587
3534
  serviceTemplate: ServiceTemplate | undefined;
2588
3535
  }
@@ -2613,8 +3560,8 @@ export declare namespace CompatibleEnvironmentTemplateInput {
2613
3560
  }
2614
3561
  export interface CreateServiceTemplateVersionInput {
2615
3562
  /**
2616
- * <p>When included, if two identicial requests are made with the same client token, AWS Proton returns the service template version that the
2617
- * first request created.</p>
3563
+ * <p>When included, if two identical requests are made with the same client token, Proton returns the service template version that the first
3564
+ * request created.</p>
2618
3565
  */
2619
3566
  clientToken?: string;
2620
3567
  /**
@@ -2626,9 +3573,9 @@ export interface CreateServiceTemplateVersionInput {
2626
3573
  */
2627
3574
  description?: string;
2628
3575
  /**
2629
- * <p>To create a new minor version of the service template, include a <code>majorVersion</code>.</p>
2630
- * <p>To create a new major and minor version of the service template, <i>exclude</i>
2631
- * <code>majorVersion</code>.</p>
3576
+ * <p>To create a new minor version of the service template, include a <code>major Version</code>.</p>
3577
+ * <p>To create a new major and minor version of the service template, <i>exclude</i>
3578
+ * <code>major Version</code>.</p>
2632
3579
  */
2633
3580
  majorVersion?: string;
2634
3581
  /**
@@ -2678,15 +3625,15 @@ export interface ServiceTemplateVersion {
2678
3625
  */
2679
3626
  templateName: string | undefined;
2680
3627
  /**
2681
- * <p>The ID of the latest major version that's associated with the version of a service template.</p>
3628
+ * <p>The latest major version that's associated with the version of a service template.</p>
2682
3629
  */
2683
3630
  majorVersion: string | undefined;
2684
3631
  /**
2685
- * <p>The ID of the minor version of a service template.</p>
3632
+ * <p>The minor version of a service template.</p>
2686
3633
  */
2687
3634
  minorVersion: string | undefined;
2688
3635
  /**
2689
- * <p>The ID of the recommended minor version of the service template.</p>
3636
+ * <p>The recommended minor version of the service template.</p>
2690
3637
  */
2691
3638
  recommendedMinorVersion?: string;
2692
3639
  /**
@@ -2730,7 +3677,7 @@ export declare namespace ServiceTemplateVersion {
2730
3677
  }
2731
3678
  export interface CreateServiceTemplateVersionOutput {
2732
3679
  /**
2733
- * <p>The service template version summary of detail data that's returned by AWS Proton.</p>
3680
+ * <p>The service template version summary of detail data that's returned by Proton.</p>
2734
3681
  */
2735
3682
  serviceTemplateVersion: ServiceTemplateVersion | undefined;
2736
3683
  }
@@ -2762,7 +3709,7 @@ export declare namespace DeleteServiceTemplateVersionInput {
2762
3709
  }
2763
3710
  export interface DeleteServiceTemplateVersionOutput {
2764
3711
  /**
2765
- * <p>The service template version detail data that's returned by AWS Proton.</p>
3712
+ * <p>The service template version detail data that's returned by Proton.</p>
2766
3713
  */
2767
3714
  serviceTemplateVersion?: ServiceTemplateVersion;
2768
3715
  }
@@ -2778,7 +3725,7 @@ export interface GetServiceTemplateVersionInput {
2778
3725
  */
2779
3726
  templateName: string | undefined;
2780
3727
  /**
2781
- * <p>To view service template major version detail data, include <code>majorVersion</code>.</p>
3728
+ * <p>To view service template major version detail data, include <code>major Version</code>.</p>
2782
3729
  */
2783
3730
  majorVersion: string | undefined;
2784
3731
  /**
@@ -2794,7 +3741,7 @@ export declare namespace GetServiceTemplateVersionInput {
2794
3741
  }
2795
3742
  export interface GetServiceTemplateVersionOutput {
2796
3743
  /**
2797
- * <p>The service template version detail data that's returned by AWS Proton.</p>
3744
+ * <p>The service template version detail data that's returned by Proton.</p>
2798
3745
  */
2799
3746
  serviceTemplateVersion: ServiceTemplateVersion | undefined;
2800
3747
  }
@@ -2806,8 +3753,8 @@ export declare namespace GetServiceTemplateVersionOutput {
2806
3753
  }
2807
3754
  export interface ListServiceTemplateVersionsInput {
2808
3755
  /**
2809
- * <p>A token to indicate the location of the next major or minor version in the array of major or minor versions of a service template, after
2810
- * the list of major or minor versions that was previously requested.</p>
3756
+ * <p>A token to indicate the location of the next major or minor version in the array of major or minor versions of a service template, after the
3757
+ * list of major or minor versions that was previously requested.</p>
2811
3758
  */
2812
3759
  nextToken?: string;
2813
3760
  /**
@@ -2819,9 +3766,9 @@ export interface ListServiceTemplateVersionsInput {
2819
3766
  */
2820
3767
  templateName: string | undefined;
2821
3768
  /**
2822
- * <p>To view a list of minor of versions under a major version of a service template, include <code>majorVersion</code>.</p>
2823
- * <p>To view a list of major versions of a service template, <i>exclude</i>
2824
- * <code>majorVersion</code>.</p>
3769
+ * <p>To view a list of minor of versions under a major version of a service template, include <code>major Version</code>.</p>
3770
+ * <p>To view a list of major versions of a service template, <i>exclude</i>
3771
+ * <code>major Version</code>.</p>
2825
3772
  */
2826
3773
  majorVersion?: string;
2827
3774
  }
@@ -2840,15 +3787,15 @@ export interface ServiceTemplateVersionSummary {
2840
3787
  */
2841
3788
  templateName: string | undefined;
2842
3789
  /**
2843
- * <p>The ID of the latest major version that's associated with the version of a service template.</p>
3790
+ * <p>The latest major version that's associated with the version of a service template.</p>
2844
3791
  */
2845
3792
  majorVersion: string | undefined;
2846
3793
  /**
2847
- * <p>The ID of the minor version of a service template.</p>
3794
+ * <p>The minor version of a service template.</p>
2848
3795
  */
2849
3796
  minorVersion: string | undefined;
2850
3797
  /**
2851
- * <p>The ID of the recommended minor version of the service template.</p>
3798
+ * <p>The recommended minor version of the service template.</p>
2852
3799
  */
2853
3800
  recommendedMinorVersion?: string;
2854
3801
  /**
@@ -2884,8 +3831,8 @@ export declare namespace ServiceTemplateVersionSummary {
2884
3831
  }
2885
3832
  export interface ListServiceTemplateVersionsOutput {
2886
3833
  /**
2887
- * <p>A token to indicate the location of the next major or minor version in the array of major or minor versions of a service template, after
2888
- * the list of major or minor versions that was previously requested.</p>
3834
+ * <p>A token to indicate the location of the next major or minor version in the array of major or minor versions of a service template, after the
3835
+ * current requested list of service major or minor versions.</p>
2889
3836
  */
2890
3837
  nextToken?: string;
2891
3838
  /**
@@ -2905,7 +3852,7 @@ export interface UpdateServiceTemplateVersionInput {
2905
3852
  */
2906
3853
  templateName: string | undefined;
2907
3854
  /**
2908
- * <p>To update a major version of a service template, include <code>majorVersion</code>.</p>
3855
+ * <p>To update a major version of a service template, include <code>major Version</code>.</p>
2909
3856
  */
2910
3857
  majorVersion: string | undefined;
2911
3858
  /**
@@ -2933,7 +3880,7 @@ export declare namespace UpdateServiceTemplateVersionInput {
2933
3880
  }
2934
3881
  export interface UpdateServiceTemplateVersionOutput {
2935
3882
  /**
2936
- * <p>The service template version detail data that's returned by AWS Proton.</p>
3883
+ * <p>The service template version detail data that's returned by Proton.</p>
2937
3884
  */
2938
3885
  serviceTemplateVersion: ServiceTemplateVersion | undefined;
2939
3886
  }
@@ -2967,6 +3914,186 @@ export declare namespace TagResourceOutput {
2967
3914
  */
2968
3915
  const filterSensitiveLog: (obj: TagResourceOutput) => any;
2969
3916
  }
3917
+ export interface CreateTemplateSyncConfigInput {
3918
+ /**
3919
+ * <p>The name of your registered template.</p>
3920
+ */
3921
+ templateName: string | undefined;
3922
+ /**
3923
+ * <p>The type of the registered template.</p>
3924
+ */
3925
+ templateType: TemplateType | string | undefined;
3926
+ /**
3927
+ * <p>The provider type for your repository.</p>
3928
+ */
3929
+ repositoryProvider: RepositoryProvider | string | undefined;
3930
+ /**
3931
+ * <p>The name of your repository, for example <code>myrepos/myrepo</code>.</p>
3932
+ */
3933
+ repositoryName: string | undefined;
3934
+ /**
3935
+ * <p>The branch of the registered repository for your template.</p>
3936
+ */
3937
+ branch: string | undefined;
3938
+ /**
3939
+ * <p>A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this
3940
+ * repository directory.</p>
3941
+ */
3942
+ subdirectory?: string;
3943
+ }
3944
+ export declare namespace CreateTemplateSyncConfigInput {
3945
+ /**
3946
+ * @internal
3947
+ */
3948
+ const filterSensitiveLog: (obj: CreateTemplateSyncConfigInput) => any;
3949
+ }
3950
+ /**
3951
+ * <p>The detail data for a template sync configuration.</p>
3952
+ */
3953
+ export interface TemplateSyncConfig {
3954
+ /**
3955
+ * <p>The template name.</p>
3956
+ */
3957
+ templateName: string | undefined;
3958
+ /**
3959
+ * <p>The template type.</p>
3960
+ */
3961
+ templateType: TemplateType | string | undefined;
3962
+ /**
3963
+ * <p>The repository provider.</p>
3964
+ */
3965
+ repositoryProvider: RepositoryProvider | string | undefined;
3966
+ /**
3967
+ * <p>The name of the repository, for example <code>myrepos/myrepo</code>.</p>
3968
+ */
3969
+ repositoryName: string | undefined;
3970
+ /**
3971
+ * <p>The repository branch.</p>
3972
+ */
3973
+ branch: string | undefined;
3974
+ /**
3975
+ * <p>A subdirectory path to your template bundle version.</p>
3976
+ */
3977
+ subdirectory?: string;
3978
+ }
3979
+ export declare namespace TemplateSyncConfig {
3980
+ /**
3981
+ * @internal
3982
+ */
3983
+ const filterSensitiveLog: (obj: TemplateSyncConfig) => any;
3984
+ }
3985
+ export interface CreateTemplateSyncConfigOutput {
3986
+ /**
3987
+ * <p>The template sync configuration detail data that's returned by Proton.</p>
3988
+ */
3989
+ templateSyncConfig?: TemplateSyncConfig;
3990
+ }
3991
+ export declare namespace CreateTemplateSyncConfigOutput {
3992
+ /**
3993
+ * @internal
3994
+ */
3995
+ const filterSensitiveLog: (obj: CreateTemplateSyncConfigOutput) => any;
3996
+ }
3997
+ export interface DeleteTemplateSyncConfigInput {
3998
+ /**
3999
+ * <p>The template name.</p>
4000
+ */
4001
+ templateName: string | undefined;
4002
+ /**
4003
+ * <p>The template type.</p>
4004
+ */
4005
+ templateType: TemplateType | string | undefined;
4006
+ }
4007
+ export declare namespace DeleteTemplateSyncConfigInput {
4008
+ /**
4009
+ * @internal
4010
+ */
4011
+ const filterSensitiveLog: (obj: DeleteTemplateSyncConfigInput) => any;
4012
+ }
4013
+ export interface DeleteTemplateSyncConfigOutput {
4014
+ /**
4015
+ * <p>The template sync configuration detail data that's returned by Proton.</p>
4016
+ */
4017
+ templateSyncConfig?: TemplateSyncConfig;
4018
+ }
4019
+ export declare namespace DeleteTemplateSyncConfigOutput {
4020
+ /**
4021
+ * @internal
4022
+ */
4023
+ const filterSensitiveLog: (obj: DeleteTemplateSyncConfigOutput) => any;
4024
+ }
4025
+ export interface GetTemplateSyncConfigInput {
4026
+ /**
4027
+ * <p>The template name.</p>
4028
+ */
4029
+ templateName: string | undefined;
4030
+ /**
4031
+ * <p>The template type.</p>
4032
+ */
4033
+ templateType: TemplateType | string | undefined;
4034
+ }
4035
+ export declare namespace GetTemplateSyncConfigInput {
4036
+ /**
4037
+ * @internal
4038
+ */
4039
+ const filterSensitiveLog: (obj: GetTemplateSyncConfigInput) => any;
4040
+ }
4041
+ export interface GetTemplateSyncConfigOutput {
4042
+ /**
4043
+ * <p>The template sync configuration detail data that's returned by Proton.</p>
4044
+ */
4045
+ templateSyncConfig?: TemplateSyncConfig;
4046
+ }
4047
+ export declare namespace GetTemplateSyncConfigOutput {
4048
+ /**
4049
+ * @internal
4050
+ */
4051
+ const filterSensitiveLog: (obj: GetTemplateSyncConfigOutput) => any;
4052
+ }
4053
+ export interface UpdateTemplateSyncConfigInput {
4054
+ /**
4055
+ * <p>The synced template name.</p>
4056
+ */
4057
+ templateName: string | undefined;
4058
+ /**
4059
+ * <p>The synced template type.</p>
4060
+ */
4061
+ templateType: TemplateType | string | undefined;
4062
+ /**
4063
+ * <p>The repository provider.</p>
4064
+ */
4065
+ repositoryProvider: RepositoryProvider | string | undefined;
4066
+ /**
4067
+ * <p>The name of the repository, for example <code>myrepos/myrepo</code>.</p>
4068
+ */
4069
+ repositoryName: string | undefined;
4070
+ /**
4071
+ * <p>The repository branch.</p>
4072
+ */
4073
+ branch: string | undefined;
4074
+ /**
4075
+ * <p>A subdirectory path to your template bundle version. When included, limits the template bundle search to this repository directory.</p>
4076
+ */
4077
+ subdirectory?: string;
4078
+ }
4079
+ export declare namespace UpdateTemplateSyncConfigInput {
4080
+ /**
4081
+ * @internal
4082
+ */
4083
+ const filterSensitiveLog: (obj: UpdateTemplateSyncConfigInput) => any;
4084
+ }
4085
+ export interface UpdateTemplateSyncConfigOutput {
4086
+ /**
4087
+ * <p>The template sync configuration detail data that's returned by Proton.</p>
4088
+ */
4089
+ templateSyncConfig?: TemplateSyncConfig;
4090
+ }
4091
+ export declare namespace UpdateTemplateSyncConfigOutput {
4092
+ /**
4093
+ * @internal
4094
+ */
4095
+ const filterSensitiveLog: (obj: UpdateTemplateSyncConfigOutput) => any;
4096
+ }
2970
4097
  export interface UntagResourceInput {
2971
4098
  /**
2972
4099
  * <p>The Amazon Resource Name (ARN) of the resource that the tag is to be removed from.</p>