@aws-sdk/client-proton 3.296.0 → 3.297.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 (102) hide show
  1. package/dist-types/Proton.d.ts +77 -0
  2. package/dist-types/ProtonClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateServiceCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteServiceCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  29. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  30. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +16 -0
  31. package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
  32. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +16 -0
  33. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +16 -0
  34. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  35. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +16 -0
  36. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +16 -0
  37. package/dist-types/commands/GetServiceCommand.d.ts +16 -0
  38. package/dist-types/commands/GetServiceInstanceCommand.d.ts +16 -0
  39. package/dist-types/commands/GetServiceTemplateCommand.d.ts +16 -0
  40. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +16 -0
  42. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +16 -0
  43. package/dist-types/commands/ListComponentOutputsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +16 -0
  49. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +16 -0
  56. package/dist-types/commands/ListServiceInstancesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +16 -0
  59. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +16 -0
  61. package/dist-types/commands/ListServicesCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +16 -0
  64. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +16 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateServiceCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +16 -0
  79. package/dist-types/models/ProtonServiceException.d.ts +2 -0
  80. package/dist-types/models/models_0.d.ts +566 -1
  81. package/dist-types/pagination/Interfaces.d.ts +3 -0
  82. package/dist-types/pagination/ListComponentOutputsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListComponentProvisionedResourcesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListEnvironmentTemplatesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListServiceInstancesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListServiceTemplateVersionsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListServiceTemplatesPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  102. package/package.json +3 -3
@@ -77,6 +77,7 @@ import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionC
77
77
  import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
78
78
  import { ProtonClient } from "./ProtonClient";
79
79
  /**
80
+ * @public
80
81
  * <p>This is the Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the
81
82
  * <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Operations.html">actions</a> and <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Types.html">data types</a> for the Proton
82
83
  * service.</p>
@@ -209,6 +210,7 @@ import { ProtonClient } from "./ProtonClient";
209
210
  */
210
211
  export declare class Proton extends ProtonClient {
211
212
  /**
213
+ * @public
212
214
  * <p>In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton
213
215
  * can use the associated IAM role to provision environment infrastructure resources in the associated environment account.</p>
214
216
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
@@ -218,6 +220,7 @@ export declare class Proton extends ProtonClient {
218
220
  acceptEnvironmentAccountConnection(args: AcceptEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: AcceptEnvironmentAccountConnectionCommandOutput) => void): void;
219
221
  acceptEnvironmentAccountConnection(args: AcceptEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptEnvironmentAccountConnectionCommandOutput) => void): void;
220
222
  /**
223
+ * @public
221
224
  * <p>Attempts to cancel a component deployment (for a component that is in the <code>IN_PROGRESS</code> deployment status).</p>
222
225
  * <p>For more information about components, see
223
226
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -227,6 +230,7 @@ export declare class Proton extends ProtonClient {
227
230
  cancelComponentDeployment(args: CancelComponentDeploymentCommandInput, cb: (err: any, data?: CancelComponentDeploymentCommandOutput) => void): void;
228
231
  cancelComponentDeployment(args: CancelComponentDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelComponentDeploymentCommandOutput) => void): void;
229
232
  /**
233
+ * @public
230
234
  * <p>Attempts to cancel an environment deployment on an <a>UpdateEnvironment</a> action, if the deployment is <code>IN_PROGRESS</code>. For more
231
235
  * information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-update.html">Update an environment</a> in the <i>Proton
232
236
  * User guide</i>.</p>
@@ -248,6 +252,7 @@ export declare class Proton extends ProtonClient {
248
252
  cancelEnvironmentDeployment(args: CancelEnvironmentDeploymentCommandInput, cb: (err: any, data?: CancelEnvironmentDeploymentCommandOutput) => void): void;
249
253
  cancelEnvironmentDeployment(args: CancelEnvironmentDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelEnvironmentDeploymentCommandOutput) => void): void;
250
254
  /**
255
+ * @public
251
256
  * <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is <code>IN_PROGRESS</code>.
252
257
  * For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-instance-update.html">Update a service instance</a> in the
253
258
  * <i>Proton User guide</i>.</p>
@@ -269,6 +274,7 @@ export declare class Proton extends ProtonClient {
269
274
  cancelServiceInstanceDeployment(args: CancelServiceInstanceDeploymentCommandInput, cb: (err: any, data?: CancelServiceInstanceDeploymentCommandOutput) => void): void;
270
275
  cancelServiceInstanceDeployment(args: CancelServiceInstanceDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelServiceInstanceDeploymentCommandOutput) => void): void;
271
276
  /**
277
+ * @public
272
278
  * <p>Attempts to cancel a service pipeline deployment on an <a>UpdateServicePipeline</a> action, if the deployment is <code>IN_PROGRESS</code>.
273
279
  * For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-pipeline-update.html">Update a service pipeline</a> in the
274
280
  * <i>Proton User guide</i>.</p>
@@ -290,6 +296,7 @@ export declare class Proton extends ProtonClient {
290
296
  cancelServicePipelineDeployment(args: CancelServicePipelineDeploymentCommandInput, cb: (err: any, data?: CancelServicePipelineDeploymentCommandOutput) => void): void;
291
297
  cancelServicePipelineDeployment(args: CancelServicePipelineDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelServicePipelineDeploymentCommandOutput) => void): void;
292
298
  /**
299
+ * @public
293
300
  * <p>Create an Proton component. A component is an infrastructure extension for a service instance.</p>
294
301
  * <p>For more information about components, see
295
302
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -299,6 +306,7 @@ export declare class Proton extends ProtonClient {
299
306
  createComponent(args: CreateComponentCommandInput, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
300
307
  createComponent(args: CreateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentCommandOutput) => void): void;
301
308
  /**
309
+ * @public
302
310
  * <p>Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be
303
311
  * shared across services.</p>
304
312
  * <p class="title">
@@ -320,6 +328,7 @@ export declare class Proton extends ProtonClient {
320
328
  createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
321
329
  createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
322
330
  /**
331
+ * @public
323
332
  * <p>Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment
324
333
  * account from a management account.</p>
325
334
  * <p>An environment account connection is a secure bi-directional connection between a <i>management account</i> and an <i>environment
@@ -330,6 +339,7 @@ export declare class Proton extends ProtonClient {
330
339
  createEnvironmentAccountConnection(args: CreateEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: CreateEnvironmentAccountConnectionCommandOutput) => void): void;
331
340
  createEnvironmentAccountConnection(args: CreateEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentAccountConnectionCommandOutput) => void): void;
332
341
  /**
342
+ * @public
333
343
  * <p>Create an environment template for Proton. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-templates.html">Environment Templates</a> in the <i>Proton User Guide</i>.</p>
334
344
  * <p>You can create an environment template in one of the two following ways:</p>
335
345
  * <ul>
@@ -350,6 +360,7 @@ export declare class Proton extends ProtonClient {
350
360
  createEnvironmentTemplate(args: CreateEnvironmentTemplateCommandInput, cb: (err: any, data?: CreateEnvironmentTemplateCommandOutput) => void): void;
351
361
  createEnvironmentTemplate(args: CreateEnvironmentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentTemplateCommandOutput) => void): void;
352
362
  /**
363
+ * @public
353
364
  * <p>Create a new major or minor version of an environment template. A major version of an environment template is a version that
354
365
  * <i>isn't</i> backwards compatible. A minor version of an environment template is a version that's backwards compatible within its major
355
366
  * version.</p>
@@ -358,6 +369,7 @@ export declare class Proton extends ProtonClient {
358
369
  createEnvironmentTemplateVersion(args: CreateEnvironmentTemplateVersionCommandInput, cb: (err: any, data?: CreateEnvironmentTemplateVersionCommandOutput) => void): void;
359
370
  createEnvironmentTemplateVersion(args: CreateEnvironmentTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentTemplateVersionCommandOutput) => void): void;
360
371
  /**
372
+ * @public
361
373
  * <p>Create and register a link to a repository. Proton uses the link to repeatedly access the repository, to either push to it (self-managed
362
374
  * provisioning) or pull from it (template sync). You can share a linked repository across multiple resources (like environments using self-managed
363
375
  * provisioning, or synced templates). When you create a repository link, Proton creates a <a href="https://docs.aws.amazon.com/proton/latest/userguide/using-service-linked-roles.html">service-linked role</a> for you.</p>
@@ -369,6 +381,7 @@ export declare class Proton extends ProtonClient {
369
381
  createRepository(args: CreateRepositoryCommandInput, cb: (err: any, data?: CreateRepositoryCommandOutput) => void): void;
370
382
  createRepository(args: CreateRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRepositoryCommandOutput) => void): void;
371
383
  /**
384
+ * @public
372
385
  * <p>Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline.
373
386
  * For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-services.html">Services</a> in the <i>Proton User
374
387
  * Guide</i>.</p>
@@ -377,6 +390,7 @@ export declare class Proton extends ProtonClient {
377
390
  createService(args: CreateServiceCommandInput, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
378
391
  createService(args: CreateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
379
392
  /**
393
+ * @public
380
394
  * <p>Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline.
381
395
  * Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a
382
396
  * link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more
@@ -387,6 +401,7 @@ export declare class Proton extends ProtonClient {
387
401
  createServiceTemplate(args: CreateServiceTemplateCommandInput, cb: (err: any, data?: CreateServiceTemplateCommandOutput) => void): void;
388
402
  createServiceTemplate(args: CreateServiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceTemplateCommandOutput) => void): void;
389
403
  /**
404
+ * @public
390
405
  * <p>Create a new major or minor version of a service template. A major version of a service template is a version that <i>isn't</i> backward
391
406
  * compatible. A minor version of a service template is a version that's backward compatible within its major version.</p>
392
407
  */
@@ -394,6 +409,7 @@ export declare class Proton extends ProtonClient {
394
409
  createServiceTemplateVersion(args: CreateServiceTemplateVersionCommandInput, cb: (err: any, data?: CreateServiceTemplateVersionCommandOutput) => void): void;
395
410
  createServiceTemplateVersion(args: CreateServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceTemplateVersionCommandOutput) => void): void;
396
411
  /**
412
+ * @public
397
413
  * <p>Set up a template to create new template versions automatically by tracking a linked repository. A linked
398
414
  * repository is a repository that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
399
415
  * <p>When a commit is pushed to your linked repository, Proton checks for changes to your repository template
@@ -405,6 +421,7 @@ export declare class Proton extends ProtonClient {
405
421
  createTemplateSyncConfig(args: CreateTemplateSyncConfigCommandInput, cb: (err: any, data?: CreateTemplateSyncConfigCommandOutput) => void): void;
406
422
  createTemplateSyncConfig(args: CreateTemplateSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateSyncConfigCommandOutput) => void): void;
407
423
  /**
424
+ * @public
408
425
  * <p>Delete an Proton component resource.</p>
409
426
  * <p>For more information about components, see
410
427
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -414,12 +431,14 @@ export declare class Proton extends ProtonClient {
414
431
  deleteComponent(args: DeleteComponentCommandInput, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
415
432
  deleteComponent(args: DeleteComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
416
433
  /**
434
+ * @public
417
435
  * <p>Delete an environment.</p>
418
436
  */
419
437
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentCommandOutput>;
420
438
  deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
421
439
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
422
440
  /**
441
+ * @public
423
442
  * <p>In an environment account, delete an environment account connection.</p>
424
443
  * <p>After you delete an environment account connection that’s in use by an Proton environment, Proton <i>can’t</i> manage the
425
444
  * environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment. You're
@@ -431,12 +450,14 @@ export declare class Proton extends ProtonClient {
431
450
  deleteEnvironmentAccountConnection(args: DeleteEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: DeleteEnvironmentAccountConnectionCommandOutput) => void): void;
432
451
  deleteEnvironmentAccountConnection(args: DeleteEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentAccountConnectionCommandOutput) => void): void;
433
452
  /**
453
+ * @public
434
454
  * <p>If no other major or minor versions of an environment template exist, delete the environment template.</p>
435
455
  */
436
456
  deleteEnvironmentTemplate(args: DeleteEnvironmentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentTemplateCommandOutput>;
437
457
  deleteEnvironmentTemplate(args: DeleteEnvironmentTemplateCommandInput, cb: (err: any, data?: DeleteEnvironmentTemplateCommandOutput) => void): void;
438
458
  deleteEnvironmentTemplate(args: DeleteEnvironmentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentTemplateCommandOutput) => void): void;
439
459
  /**
460
+ * @public
440
461
  * <p>If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the
441
462
  * <code>Recommended</code> version. Delete the <code>Recommended</code> version of the environment template if no other major versions or minor versions
442
463
  * of the environment template exist. A major version of an environment template is a version that's not backward compatible.</p>
@@ -448,12 +469,14 @@ export declare class Proton extends ProtonClient {
448
469
  deleteEnvironmentTemplateVersion(args: DeleteEnvironmentTemplateVersionCommandInput, cb: (err: any, data?: DeleteEnvironmentTemplateVersionCommandOutput) => void): void;
449
470
  deleteEnvironmentTemplateVersion(args: DeleteEnvironmentTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentTemplateVersionCommandOutput) => void): void;
450
471
  /**
472
+ * @public
451
473
  * <p>De-register and unlink your repository.</p>
452
474
  */
453
475
  deleteRepository(args: DeleteRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRepositoryCommandOutput>;
454
476
  deleteRepository(args: DeleteRepositoryCommandInput, cb: (err: any, data?: DeleteRepositoryCommandOutput) => void): void;
455
477
  deleteRepository(args: DeleteRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRepositoryCommandOutput) => void): void;
456
478
  /**
479
+ * @public
457
480
  * <p>Delete a service, with its instances and pipeline.</p>
458
481
  * <note>
459
482
  * <p>You can't delete a service if it has any service instances that have components attached to them.</p>
@@ -466,12 +489,14 @@ export declare class Proton extends ProtonClient {
466
489
  deleteService(args: DeleteServiceCommandInput, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
467
490
  deleteService(args: DeleteServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
468
491
  /**
492
+ * @public
469
493
  * <p>If no other major or minor versions of the service template exist, delete the service template.</p>
470
494
  */
471
495
  deleteServiceTemplate(args: DeleteServiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceTemplateCommandOutput>;
472
496
  deleteServiceTemplate(args: DeleteServiceTemplateCommandInput, cb: (err: any, data?: DeleteServiceTemplateCommandOutput) => void): void;
473
497
  deleteServiceTemplate(args: DeleteServiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceTemplateCommandOutput) => void): void;
474
498
  /**
499
+ * @public
475
500
  * <p>If no other minor versions of a service template exist, delete a major version of the service template if it's not the <code>Recommended</code>
476
501
  * version. Delete the <code>Recommended</code> version of the service template if no other major versions or minor versions of the service template exist. A
477
502
  * major version of a service template is a version that <i>isn't</i> backwards compatible.</p>
@@ -483,18 +508,21 @@ export declare class Proton extends ProtonClient {
483
508
  deleteServiceTemplateVersion(args: DeleteServiceTemplateVersionCommandInput, cb: (err: any, data?: DeleteServiceTemplateVersionCommandOutput) => void): void;
484
509
  deleteServiceTemplateVersion(args: DeleteServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceTemplateVersionCommandOutput) => void): void;
485
510
  /**
511
+ * @public
486
512
  * <p>Delete a template sync configuration.</p>
487
513
  */
488
514
  deleteTemplateSyncConfig(args: DeleteTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTemplateSyncConfigCommandOutput>;
489
515
  deleteTemplateSyncConfig(args: DeleteTemplateSyncConfigCommandInput, cb: (err: any, data?: DeleteTemplateSyncConfigCommandOutput) => void): void;
490
516
  deleteTemplateSyncConfig(args: DeleteTemplateSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTemplateSyncConfigCommandOutput) => void): void;
491
517
  /**
518
+ * @public
492
519
  * <p>Get detail data for Proton account-wide settings.</p>
493
520
  */
494
521
  getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
495
522
  getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
496
523
  getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
497
524
  /**
525
+ * @public
498
526
  * <p>Get detailed data for a component.</p>
499
527
  * <p>For more information about components, see
500
528
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -504,12 +532,14 @@ export declare class Proton extends ProtonClient {
504
532
  getComponent(args: GetComponentCommandInput, cb: (err: any, data?: GetComponentCommandOutput) => void): void;
505
533
  getComponent(args: GetComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComponentCommandOutput) => void): void;
506
534
  /**
535
+ * @public
507
536
  * <p>Get detailed data for an environment.</p>
508
537
  */
509
538
  getEnvironment(args: GetEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentCommandOutput>;
510
539
  getEnvironment(args: GetEnvironmentCommandInput, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
511
540
  getEnvironment(args: GetEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
512
541
  /**
542
+ * @public
513
543
  * <p>In an environment account, get the detailed data for an environment account connection.</p>
514
544
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
515
545
  * connections</a> in the <i>Proton User guide</i>.</p>
@@ -518,24 +548,28 @@ export declare class Proton extends ProtonClient {
518
548
  getEnvironmentAccountConnection(args: GetEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: GetEnvironmentAccountConnectionCommandOutput) => void): void;
519
549
  getEnvironmentAccountConnection(args: GetEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentAccountConnectionCommandOutput) => void): void;
520
550
  /**
551
+ * @public
521
552
  * <p>Get detailed data for an environment template.</p>
522
553
  */
523
554
  getEnvironmentTemplate(args: GetEnvironmentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentTemplateCommandOutput>;
524
555
  getEnvironmentTemplate(args: GetEnvironmentTemplateCommandInput, cb: (err: any, data?: GetEnvironmentTemplateCommandOutput) => void): void;
525
556
  getEnvironmentTemplate(args: GetEnvironmentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentTemplateCommandOutput) => void): void;
526
557
  /**
558
+ * @public
527
559
  * <p>Get detailed data for a major or minor version of an environment template.</p>
528
560
  */
529
561
  getEnvironmentTemplateVersion(args: GetEnvironmentTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentTemplateVersionCommandOutput>;
530
562
  getEnvironmentTemplateVersion(args: GetEnvironmentTemplateVersionCommandInput, cb: (err: any, data?: GetEnvironmentTemplateVersionCommandOutput) => void): void;
531
563
  getEnvironmentTemplateVersion(args: GetEnvironmentTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentTemplateVersionCommandOutput) => void): void;
532
564
  /**
565
+ * @public
533
566
  * <p>Get detail data for a linked repository.</p>
534
567
  */
535
568
  getRepository(args: GetRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<GetRepositoryCommandOutput>;
536
569
  getRepository(args: GetRepositoryCommandInput, cb: (err: any, data?: GetRepositoryCommandOutput) => void): void;
537
570
  getRepository(args: GetRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRepositoryCommandOutput) => void): void;
538
571
  /**
572
+ * @public
539
573
  * <p>Get the sync status of a repository used for Proton template sync. For more information about template sync, see .</p>
540
574
  * <note>
541
575
  * <p>A repository sync status isn't tied to the Proton Repository resource (or any other Proton resource). Therefore, tags on an Proton Repository resource
@@ -549,6 +583,7 @@ export declare class Proton extends ProtonClient {
549
583
  getRepositorySyncStatus(args: GetRepositorySyncStatusCommandInput, cb: (err: any, data?: GetRepositorySyncStatusCommandOutput) => void): void;
550
584
  getRepositorySyncStatus(args: GetRepositorySyncStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRepositorySyncStatusCommandOutput) => void): void;
551
585
  /**
586
+ * @public
552
587
  * <p>Get counts of Proton resources.</p>
553
588
  * <p>For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action
554
589
  * returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it
@@ -564,42 +599,49 @@ export declare class Proton extends ProtonClient {
564
599
  getResourcesSummary(args: GetResourcesSummaryCommandInput, cb: (err: any, data?: GetResourcesSummaryCommandOutput) => void): void;
565
600
  getResourcesSummary(args: GetResourcesSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcesSummaryCommandOutput) => void): void;
566
601
  /**
602
+ * @public
567
603
  * <p>Get detailed data for a service.</p>
568
604
  */
569
605
  getService(args: GetServiceCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceCommandOutput>;
570
606
  getService(args: GetServiceCommandInput, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
571
607
  getService(args: GetServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
572
608
  /**
609
+ * @public
573
610
  * <p>Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.</p>
574
611
  */
575
612
  getServiceInstance(args: GetServiceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceInstanceCommandOutput>;
576
613
  getServiceInstance(args: GetServiceInstanceCommandInput, cb: (err: any, data?: GetServiceInstanceCommandOutput) => void): void;
577
614
  getServiceInstance(args: GetServiceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceInstanceCommandOutput) => void): void;
578
615
  /**
616
+ * @public
579
617
  * <p>Get detailed data for a service template.</p>
580
618
  */
581
619
  getServiceTemplate(args: GetServiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceTemplateCommandOutput>;
582
620
  getServiceTemplate(args: GetServiceTemplateCommandInput, cb: (err: any, data?: GetServiceTemplateCommandOutput) => void): void;
583
621
  getServiceTemplate(args: GetServiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceTemplateCommandOutput) => void): void;
584
622
  /**
623
+ * @public
585
624
  * <p>Get detailed data for a major or minor version of a service template.</p>
586
625
  */
587
626
  getServiceTemplateVersion(args: GetServiceTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceTemplateVersionCommandOutput>;
588
627
  getServiceTemplateVersion(args: GetServiceTemplateVersionCommandInput, cb: (err: any, data?: GetServiceTemplateVersionCommandOutput) => void): void;
589
628
  getServiceTemplateVersion(args: GetServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceTemplateVersionCommandOutput) => void): void;
590
629
  /**
630
+ * @public
591
631
  * <p>Get detail data for a template sync configuration.</p>
592
632
  */
593
633
  getTemplateSyncConfig(args: GetTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateSyncConfigCommandOutput>;
594
634
  getTemplateSyncConfig(args: GetTemplateSyncConfigCommandInput, cb: (err: any, data?: GetTemplateSyncConfigCommandOutput) => void): void;
595
635
  getTemplateSyncConfig(args: GetTemplateSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateSyncConfigCommandOutput) => void): void;
596
636
  /**
637
+ * @public
597
638
  * <p>Get the status of a template sync.</p>
598
639
  */
599
640
  getTemplateSyncStatus(args: GetTemplateSyncStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateSyncStatusCommandOutput>;
600
641
  getTemplateSyncStatus(args: GetTemplateSyncStatusCommandInput, cb: (err: any, data?: GetTemplateSyncStatusCommandOutput) => void): void;
601
642
  getTemplateSyncStatus(args: GetTemplateSyncStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateSyncStatusCommandOutput) => void): void;
602
643
  /**
644
+ * @public
603
645
  * <p>Get a list of component Infrastructure as Code (IaC) outputs.</p>
604
646
  * <p>For more information about components, see
605
647
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -609,6 +651,7 @@ export declare class Proton extends ProtonClient {
609
651
  listComponentOutputs(args: ListComponentOutputsCommandInput, cb: (err: any, data?: ListComponentOutputsCommandOutput) => void): void;
610
652
  listComponentOutputs(args: ListComponentOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentOutputsCommandOutput) => void): void;
611
653
  /**
654
+ * @public
612
655
  * <p>List provisioned resources for a component with details.</p>
613
656
  * <p>For more information about components, see
614
657
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -618,6 +661,7 @@ export declare class Proton extends ProtonClient {
618
661
  listComponentProvisionedResources(args: ListComponentProvisionedResourcesCommandInput, cb: (err: any, data?: ListComponentProvisionedResourcesCommandOutput) => void): void;
619
662
  listComponentProvisionedResources(args: ListComponentProvisionedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentProvisionedResourcesCommandOutput) => void): void;
620
663
  /**
664
+ * @public
621
665
  * <p>List components with summary data. You can filter the result list by environment, service, or a single service instance.</p>
622
666
  * <p>For more information about components, see
623
667
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -627,6 +671,7 @@ export declare class Proton extends ProtonClient {
627
671
  listComponents(args: ListComponentsCommandInput, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
628
672
  listComponents(args: ListComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
629
673
  /**
674
+ * @public
630
675
  * <p>View a list of environment account connections.</p>
631
676
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
632
677
  * connections</a> in the <i>Proton User guide</i>.</p>
@@ -635,60 +680,70 @@ export declare class Proton extends ProtonClient {
635
680
  listEnvironmentAccountConnections(args: ListEnvironmentAccountConnectionsCommandInput, cb: (err: any, data?: ListEnvironmentAccountConnectionsCommandOutput) => void): void;
636
681
  listEnvironmentAccountConnections(args: ListEnvironmentAccountConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentAccountConnectionsCommandOutput) => void): void;
637
682
  /**
683
+ * @public
638
684
  * <p>List the infrastructure as code outputs for your environment.</p>
639
685
  */
640
686
  listEnvironmentOutputs(args: ListEnvironmentOutputsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentOutputsCommandOutput>;
641
687
  listEnvironmentOutputs(args: ListEnvironmentOutputsCommandInput, cb: (err: any, data?: ListEnvironmentOutputsCommandOutput) => void): void;
642
688
  listEnvironmentOutputs(args: ListEnvironmentOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentOutputsCommandOutput) => void): void;
643
689
  /**
690
+ * @public
644
691
  * <p>List the provisioned resources for your environment.</p>
645
692
  */
646
693
  listEnvironmentProvisionedResources(args: ListEnvironmentProvisionedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentProvisionedResourcesCommandOutput>;
647
694
  listEnvironmentProvisionedResources(args: ListEnvironmentProvisionedResourcesCommandInput, cb: (err: any, data?: ListEnvironmentProvisionedResourcesCommandOutput) => void): void;
648
695
  listEnvironmentProvisionedResources(args: ListEnvironmentProvisionedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentProvisionedResourcesCommandOutput) => void): void;
649
696
  /**
697
+ * @public
650
698
  * <p>List environments with detail data summaries.</p>
651
699
  */
652
700
  listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
653
701
  listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
654
702
  listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
655
703
  /**
704
+ * @public
656
705
  * <p>List environment templates.</p>
657
706
  */
658
707
  listEnvironmentTemplates(args: ListEnvironmentTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentTemplatesCommandOutput>;
659
708
  listEnvironmentTemplates(args: ListEnvironmentTemplatesCommandInput, cb: (err: any, data?: ListEnvironmentTemplatesCommandOutput) => void): void;
660
709
  listEnvironmentTemplates(args: ListEnvironmentTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentTemplatesCommandOutput) => void): void;
661
710
  /**
711
+ * @public
662
712
  * <p>List major or minor versions of an environment template with detail data.</p>
663
713
  */
664
714
  listEnvironmentTemplateVersions(args: ListEnvironmentTemplateVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentTemplateVersionsCommandOutput>;
665
715
  listEnvironmentTemplateVersions(args: ListEnvironmentTemplateVersionsCommandInput, cb: (err: any, data?: ListEnvironmentTemplateVersionsCommandOutput) => void): void;
666
716
  listEnvironmentTemplateVersions(args: ListEnvironmentTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentTemplateVersionsCommandOutput) => void): void;
667
717
  /**
718
+ * @public
668
719
  * <p>List linked repositories with detail data.</p>
669
720
  */
670
721
  listRepositories(args: ListRepositoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListRepositoriesCommandOutput>;
671
722
  listRepositories(args: ListRepositoriesCommandInput, cb: (err: any, data?: ListRepositoriesCommandOutput) => void): void;
672
723
  listRepositories(args: ListRepositoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRepositoriesCommandOutput) => void): void;
673
724
  /**
725
+ * @public
674
726
  * <p>List repository sync definitions with detail data.</p>
675
727
  */
676
728
  listRepositorySyncDefinitions(args: ListRepositorySyncDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRepositorySyncDefinitionsCommandOutput>;
677
729
  listRepositorySyncDefinitions(args: ListRepositorySyncDefinitionsCommandInput, cb: (err: any, data?: ListRepositorySyncDefinitionsCommandOutput) => void): void;
678
730
  listRepositorySyncDefinitions(args: ListRepositorySyncDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRepositorySyncDefinitionsCommandOutput) => void): void;
679
731
  /**
732
+ * @public
680
733
  * <p>Get a list service of instance Infrastructure as Code (IaC) outputs.</p>
681
734
  */
682
735
  listServiceInstanceOutputs(args: ListServiceInstanceOutputsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceInstanceOutputsCommandOutput>;
683
736
  listServiceInstanceOutputs(args: ListServiceInstanceOutputsCommandInput, cb: (err: any, data?: ListServiceInstanceOutputsCommandOutput) => void): void;
684
737
  listServiceInstanceOutputs(args: ListServiceInstanceOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceInstanceOutputsCommandOutput) => void): void;
685
738
  /**
739
+ * @public
686
740
  * <p>List provisioned resources for a service instance with details.</p>
687
741
  */
688
742
  listServiceInstanceProvisionedResources(args: ListServiceInstanceProvisionedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceInstanceProvisionedResourcesCommandOutput>;
689
743
  listServiceInstanceProvisionedResources(args: ListServiceInstanceProvisionedResourcesCommandInput, cb: (err: any, data?: ListServiceInstanceProvisionedResourcesCommandOutput) => void): void;
690
744
  listServiceInstanceProvisionedResources(args: ListServiceInstanceProvisionedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceInstanceProvisionedResourcesCommandOutput) => void): void;
691
745
  /**
746
+ * @public
692
747
  * <p>List service instances with summary data. This action lists service instances of all services in the
693
748
  * Amazon Web Services account.</p>
694
749
  */
@@ -696,36 +751,42 @@ export declare class Proton extends ProtonClient {
696
751
  listServiceInstances(args: ListServiceInstancesCommandInput, cb: (err: any, data?: ListServiceInstancesCommandOutput) => void): void;
697
752
  listServiceInstances(args: ListServiceInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceInstancesCommandOutput) => void): void;
698
753
  /**
754
+ * @public
699
755
  * <p>Get a list of service pipeline Infrastructure as Code (IaC) outputs.</p>
700
756
  */
701
757
  listServicePipelineOutputs(args: ListServicePipelineOutputsCommandInput, options?: __HttpHandlerOptions): Promise<ListServicePipelineOutputsCommandOutput>;
702
758
  listServicePipelineOutputs(args: ListServicePipelineOutputsCommandInput, cb: (err: any, data?: ListServicePipelineOutputsCommandOutput) => void): void;
703
759
  listServicePipelineOutputs(args: ListServicePipelineOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicePipelineOutputsCommandOutput) => void): void;
704
760
  /**
761
+ * @public
705
762
  * <p>List provisioned resources for a service and pipeline with details.</p>
706
763
  */
707
764
  listServicePipelineProvisionedResources(args: ListServicePipelineProvisionedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicePipelineProvisionedResourcesCommandOutput>;
708
765
  listServicePipelineProvisionedResources(args: ListServicePipelineProvisionedResourcesCommandInput, cb: (err: any, data?: ListServicePipelineProvisionedResourcesCommandOutput) => void): void;
709
766
  listServicePipelineProvisionedResources(args: ListServicePipelineProvisionedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicePipelineProvisionedResourcesCommandOutput) => void): void;
710
767
  /**
768
+ * @public
711
769
  * <p>List services with summaries of detail data.</p>
712
770
  */
713
771
  listServices(args: ListServicesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicesCommandOutput>;
714
772
  listServices(args: ListServicesCommandInput, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
715
773
  listServices(args: ListServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicesCommandOutput) => void): void;
716
774
  /**
775
+ * @public
717
776
  * <p>List service templates with detail data.</p>
718
777
  */
719
778
  listServiceTemplates(args: ListServiceTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceTemplatesCommandOutput>;
720
779
  listServiceTemplates(args: ListServiceTemplatesCommandInput, cb: (err: any, data?: ListServiceTemplatesCommandOutput) => void): void;
721
780
  listServiceTemplates(args: ListServiceTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceTemplatesCommandOutput) => void): void;
722
781
  /**
782
+ * @public
723
783
  * <p>List major or minor versions of a service template with detail data.</p>
724
784
  */
725
785
  listServiceTemplateVersions(args: ListServiceTemplateVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceTemplateVersionsCommandOutput>;
726
786
  listServiceTemplateVersions(args: ListServiceTemplateVersionsCommandInput, cb: (err: any, data?: ListServiceTemplateVersionsCommandOutput) => void): void;
727
787
  listServiceTemplateVersions(args: ListServiceTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceTemplateVersionsCommandOutput) => void): void;
728
788
  /**
789
+ * @public
729
790
  * <p>List tags for a resource. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the <i>Proton User
730
791
  * Guide</i>.</p>
731
792
  */
@@ -733,6 +794,7 @@ export declare class Proton extends ProtonClient {
733
794
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
734
795
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
735
796
  /**
797
+ * @public
736
798
  * <p>Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.</p>
737
799
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self">Self-managed
738
800
  * provisioning</a> in the <i>Proton User Guide</i>.</p>
@@ -741,6 +803,7 @@ export declare class Proton extends ProtonClient {
741
803
  notifyResourceDeploymentStatusChange(args: NotifyResourceDeploymentStatusChangeCommandInput, cb: (err: any, data?: NotifyResourceDeploymentStatusChangeCommandOutput) => void): void;
742
804
  notifyResourceDeploymentStatusChange(args: NotifyResourceDeploymentStatusChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: NotifyResourceDeploymentStatusChangeCommandOutput) => void): void;
743
805
  /**
806
+ * @public
744
807
  * <p>In a management account, reject an environment account connection from another environment account.</p>
745
808
  * <p>After you reject an environment account connection request, you <i>can't</i> accept or use the rejected environment account
746
809
  * connection.</p>
@@ -752,6 +815,7 @@ export declare class Proton extends ProtonClient {
752
815
  rejectEnvironmentAccountConnection(args: RejectEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: RejectEnvironmentAccountConnectionCommandOutput) => void): void;
753
816
  rejectEnvironmentAccountConnection(args: RejectEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectEnvironmentAccountConnectionCommandOutput) => void): void;
754
817
  /**
818
+ * @public
755
819
  * <p>Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.</p>
756
820
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton
757
821
  * resources and tagging</a> in the <i>Proton User Guide</i>.</p>
@@ -760,6 +824,7 @@ export declare class Proton extends ProtonClient {
760
824
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
761
825
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
762
826
  /**
827
+ * @public
763
828
  * <p>Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton
764
829
  * resource.</p>
765
830
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton
@@ -769,12 +834,14 @@ export declare class Proton extends ProtonClient {
769
834
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
770
835
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
771
836
  /**
837
+ * @public
772
838
  * <p>Update Proton settings that are used for multiple services in the Amazon Web Services account.</p>
773
839
  */
774
840
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountSettingsCommandOutput>;
775
841
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
776
842
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
777
843
  /**
844
+ * @public
778
845
  * <p>Update a component.</p>
779
846
  * <p>There are a few modes for updating a component. The <code>deploymentType</code> field defines the mode.</p>
780
847
  * <note>
@@ -789,6 +856,7 @@ export declare class Proton extends ProtonClient {
789
856
  updateComponent(args: UpdateComponentCommandInput, cb: (err: any, data?: UpdateComponentCommandOutput) => void): void;
790
857
  updateComponent(args: UpdateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComponentCommandOutput) => void): void;
791
858
  /**
859
+ * @public
792
860
  * <p>Update an environment.</p>
793
861
  * <p>If the environment is associated with an environment account connection, <i>don't</i> update or include the
794
862
  * <code>protonServiceRoleArn</code> and <code>provisioningRepository</code> parameter to update or connect to an environment account connection.</p>
@@ -843,6 +911,7 @@ export declare class Proton extends ProtonClient {
843
911
  updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
844
912
  updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
845
913
  /**
914
+ * @public
846
915
  * <p>In an environment account, update an environment account connection to use a new IAM role.</p>
847
916
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
848
917
  * connections</a> in the <i>Proton User guide</i>.</p>
@@ -851,18 +920,21 @@ export declare class Proton extends ProtonClient {
851
920
  updateEnvironmentAccountConnection(args: UpdateEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: UpdateEnvironmentAccountConnectionCommandOutput) => void): void;
852
921
  updateEnvironmentAccountConnection(args: UpdateEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentAccountConnectionCommandOutput) => void): void;
853
922
  /**
923
+ * @public
854
924
  * <p>Update an environment template.</p>
855
925
  */
856
926
  updateEnvironmentTemplate(args: UpdateEnvironmentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentTemplateCommandOutput>;
857
927
  updateEnvironmentTemplate(args: UpdateEnvironmentTemplateCommandInput, cb: (err: any, data?: UpdateEnvironmentTemplateCommandOutput) => void): void;
858
928
  updateEnvironmentTemplate(args: UpdateEnvironmentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentTemplateCommandOutput) => void): void;
859
929
  /**
930
+ * @public
860
931
  * <p>Update a major or minor version of an environment template.</p>
861
932
  */
862
933
  updateEnvironmentTemplateVersion(args: UpdateEnvironmentTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentTemplateVersionCommandOutput>;
863
934
  updateEnvironmentTemplateVersion(args: UpdateEnvironmentTemplateVersionCommandInput, cb: (err: any, data?: UpdateEnvironmentTemplateVersionCommandOutput) => void): void;
864
935
  updateEnvironmentTemplateVersion(args: UpdateEnvironmentTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentTemplateVersionCommandOutput) => void): void;
865
936
  /**
937
+ * @public
866
938
  * <p>Edit a service description or use a spec to add and delete service instances.</p>
867
939
  * <note>
868
940
  * <p>Existing service instances and the service pipeline <i>can't</i> be edited using this API. They can only be deleted.</p>
@@ -880,6 +952,7 @@ export declare class Proton extends ProtonClient {
880
952
  updateService(args: UpdateServiceCommandInput, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
881
953
  updateService(args: UpdateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
882
954
  /**
955
+ * @public
883
956
  * <p>Update a service instance.</p>
884
957
  * <p>There are a few modes for updating a service instance. The <code>deploymentType</code> field defines the mode.</p>
885
958
  * <note>
@@ -894,6 +967,7 @@ export declare class Proton extends ProtonClient {
894
967
  updateServiceInstance(args: UpdateServiceInstanceCommandInput, cb: (err: any, data?: UpdateServiceInstanceCommandOutput) => void): void;
895
968
  updateServiceInstance(args: UpdateServiceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceInstanceCommandOutput) => void): void;
896
969
  /**
970
+ * @public
897
971
  * <p>Update the service pipeline.</p>
898
972
  * <p>There are four modes for updating a service pipeline. The <code>deploymentType</code> field defines the mode.</p>
899
973
  * <dl>
@@ -934,18 +1008,21 @@ export declare class Proton extends ProtonClient {
934
1008
  updateServicePipeline(args: UpdateServicePipelineCommandInput, cb: (err: any, data?: UpdateServicePipelineCommandOutput) => void): void;
935
1009
  updateServicePipeline(args: UpdateServicePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServicePipelineCommandOutput) => void): void;
936
1010
  /**
1011
+ * @public
937
1012
  * <p>Update a service template.</p>
938
1013
  */
939
1014
  updateServiceTemplate(args: UpdateServiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceTemplateCommandOutput>;
940
1015
  updateServiceTemplate(args: UpdateServiceTemplateCommandInput, cb: (err: any, data?: UpdateServiceTemplateCommandOutput) => void): void;
941
1016
  updateServiceTemplate(args: UpdateServiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceTemplateCommandOutput) => void): void;
942
1017
  /**
1018
+ * @public
943
1019
  * <p>Update a major or minor version of a service template.</p>
944
1020
  */
945
1021
  updateServiceTemplateVersion(args: UpdateServiceTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceTemplateVersionCommandOutput>;
946
1022
  updateServiceTemplateVersion(args: UpdateServiceTemplateVersionCommandInput, cb: (err: any, data?: UpdateServiceTemplateVersionCommandOutput) => void): void;
947
1023
  updateServiceTemplateVersion(args: UpdateServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceTemplateVersionCommandOutput) => void): void;
948
1024
  /**
1025
+ * @public
949
1026
  * <p>Update template sync configuration parameters, except for the <code>templateName</code> and
950
1027
  * <code>templateType</code>. Repository details (branch, name, and provider) should be of a linked repository. A
951
1028
  * linked repository is a repository that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>