@aws-sdk/client-proton 3.303.0 → 3.308.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 (78) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/Proton.js +120 -0
  3. package/dist-cjs/commands/CreateServiceInstanceCommand.js +46 -0
  4. package/dist-cjs/commands/CreateServiceSyncConfigCommand.js +45 -0
  5. package/dist-cjs/commands/DeleteServiceSyncConfigCommand.js +45 -0
  6. package/dist-cjs/commands/GetServiceInstanceSyncStatusCommand.js +45 -0
  7. package/dist-cjs/commands/GetServiceSyncBlockerSummaryCommand.js +45 -0
  8. package/dist-cjs/commands/GetServiceSyncConfigCommand.js +45 -0
  9. package/dist-cjs/commands/UpdateServiceSyncBlockerCommand.js +45 -0
  10. package/dist-cjs/commands/UpdateServiceSyncConfigCommand.js +45 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/endpoint/ruleset.js +3 -3
  13. package/dist-cjs/models/models_0.js +25 -7
  14. package/dist-cjs/protocols/Aws_json1_0.js +671 -27
  15. package/dist-es/Proton.js +120 -0
  16. package/dist-es/commands/CreateServiceInstanceCommand.js +42 -0
  17. package/dist-es/commands/CreateServiceSyncConfigCommand.js +41 -0
  18. package/dist-es/commands/DeleteServiceSyncConfigCommand.js +41 -0
  19. package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +41 -0
  20. package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +41 -0
  21. package/dist-es/commands/GetServiceSyncConfigCommand.js +41 -0
  22. package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +41 -0
  23. package/dist-es/commands/UpdateServiceSyncConfigCommand.js +41 -0
  24. package/dist-es/commands/index.js +8 -0
  25. package/dist-es/endpoint/ruleset.js +3 -3
  26. package/dist-es/models/models_0.js +20 -4
  27. package/dist-es/protocols/Aws_json1_0.js +651 -23
  28. package/dist-types/Proton.d.ts +172 -75
  29. package/dist-types/ProtonClient.d.ts +10 -2
  30. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +10 -7
  31. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +10 -7
  32. package/dist-types/commands/CreateComponentCommand.d.ts +1 -0
  33. package/dist-types/commands/CreateServiceCommand.d.ts +4 -3
  34. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +92 -0
  35. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +86 -0
  36. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +6 -5
  37. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +3 -2
  38. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +8 -6
  39. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
  40. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +81 -0
  41. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -1
  42. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +9 -6
  43. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +13 -9
  44. package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -1
  45. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +79 -0
  46. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +79 -0
  47. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +78 -0
  48. package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -2
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  50. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +4 -3
  52. package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  53. package/dist-types/commands/UpdateComponentCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateServiceCommand.d.ts +4 -2
  55. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +5 -3
  56. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +14 -8
  57. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +82 -0
  58. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +85 -0
  59. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +3 -2
  60. package/dist-types/commands/index.d.ts +8 -0
  61. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  62. package/dist-types/models/models_0.d.ts +623 -148
  63. package/dist-types/protocols/Aws_json1_0.d.ts +24 -0
  64. package/dist-types/ts3.4/Proton.d.ts +136 -0
  65. package/dist-types/ts3.4/ProtonClient.d.ts +48 -0
  66. package/dist-types/ts3.4/commands/CreateServiceInstanceCommand.d.ts +41 -0
  67. package/dist-types/ts3.4/commands/CreateServiceSyncConfigCommand.d.ts +41 -0
  68. package/dist-types/ts3.4/commands/DeleteServiceSyncConfigCommand.d.ts +41 -0
  69. package/dist-types/ts3.4/commands/GetServiceInstanceSyncStatusCommand.d.ts +41 -0
  70. package/dist-types/ts3.4/commands/GetServiceSyncBlockerSummaryCommand.d.ts +41 -0
  71. package/dist-types/ts3.4/commands/GetServiceSyncConfigCommand.d.ts +41 -0
  72. package/dist-types/ts3.4/commands/UpdateServiceSyncBlockerCommand.d.ts +41 -0
  73. package/dist-types/ts3.4/commands/UpdateServiceSyncConfigCommand.d.ts +41 -0
  74. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  75. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  76. package/dist-types/ts3.4/models/models_0.d.ts +126 -9
  77. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
  78. package/package.json +30 -30
@@ -11,6 +11,8 @@ import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommand
11
11
  import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
12
12
  import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
13
13
  import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
14
+ import { CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput } from "./commands/CreateServiceInstanceCommand";
15
+ import { CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput } from "./commands/CreateServiceSyncConfigCommand";
14
16
  import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
15
17
  import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
16
18
  import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
@@ -21,6 +23,7 @@ import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommand
21
23
  import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
22
24
  import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
23
25
  import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
26
+ import { DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput } from "./commands/DeleteServiceSyncConfigCommand";
24
27
  import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
25
28
  import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
26
29
  import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
@@ -35,6 +38,9 @@ import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutp
35
38
  import { GetResourcesSummaryCommandInput, GetResourcesSummaryCommandOutput } from "./commands/GetResourcesSummaryCommand";
36
39
  import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
37
40
  import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
41
+ import { GetServiceInstanceSyncStatusCommandInput, GetServiceInstanceSyncStatusCommandOutput } from "./commands/GetServiceInstanceSyncStatusCommand";
42
+ import { GetServiceSyncBlockerSummaryCommandInput, GetServiceSyncBlockerSummaryCommandOutput } from "./commands/GetServiceSyncBlockerSummaryCommand";
43
+ import { GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput } from "./commands/GetServiceSyncConfigCommand";
38
44
  import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
39
45
  import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
40
46
  import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
@@ -72,6 +78,8 @@ import { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplate
72
78
  import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
73
79
  import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
74
80
  import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
81
+ import { UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput } from "./commands/UpdateServiceSyncBlockerCommand";
82
+ import { UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput } from "./commands/UpdateServiceSyncConfigCommand";
75
83
  import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
76
84
  import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
77
85
  import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
@@ -253,20 +261,23 @@ export declare class Proton extends ProtonClient {
253
261
  cancelEnvironmentDeployment(args: CancelEnvironmentDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelEnvironmentDeploymentCommandOutput) => void): void;
254
262
  /**
255
263
  * @public
256
- * <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is <code>IN_PROGRESS</code>.
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
258
- * <i>Proton User guide</i>.</p>
264
+ * <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is <code>IN_PROGRESS</code>. For
265
+ * more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-instance-update.html">Update a service instance</a>
266
+ * in the <i>Proton User guide</i>.</p>
259
267
  * <p>The following list includes potential cancellation scenarios.</p>
260
268
  * <ul>
261
269
  * <li>
262
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
270
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is
271
+ * <code>CANCELLED</code>.</p>
263
272
  * </li>
264
273
  * <li>
265
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
274
+ * <p>If the cancellation attempt fails, the resulting deployment state is
275
+ * <code>FAILED</code>.</p>
266
276
  * </li>
267
277
  * <li>
268
- * <p>If the current <a>UpdateServiceInstance</a> action succeeds before the cancellation attempt starts, the resulting deployment state is
269
- * <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
278
+ * <p>If the current <a>UpdateServiceInstance</a> action succeeds before the
279
+ * cancellation attempt starts, the resulting deployment state is <code>SUCCEEDED</code> and
280
+ * the cancellation attempt has no effect.</p>
270
281
  * </li>
271
282
  * </ul>
272
283
  */
@@ -275,20 +286,23 @@ export declare class Proton extends ProtonClient {
275
286
  cancelServiceInstanceDeployment(args: CancelServiceInstanceDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelServiceInstanceDeploymentCommandOutput) => void): void;
276
287
  /**
277
288
  * @public
278
- * <p>Attempts to cancel a service pipeline deployment on an <a>UpdateServicePipeline</a> action, if the deployment is <code>IN_PROGRESS</code>.
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
280
- * <i>Proton User guide</i>.</p>
289
+ * <p>Attempts to cancel a service pipeline deployment on an <a>UpdateServicePipeline</a> action, if the deployment is <code>IN_PROGRESS</code>. For
290
+ * more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-pipeline-update.html">Update a service pipeline</a>
291
+ * in the <i>Proton User guide</i>.</p>
281
292
  * <p>The following list includes potential cancellation scenarios.</p>
282
293
  * <ul>
283
294
  * <li>
284
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
295
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is
296
+ * <code>CANCELLED</code>.</p>
285
297
  * </li>
286
298
  * <li>
287
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
299
+ * <p>If the cancellation attempt fails, the resulting deployment state is
300
+ * <code>FAILED</code>.</p>
288
301
  * </li>
289
302
  * <li>
290
- * <p>If the current <a>UpdateServicePipeline</a> action succeeds before the cancellation attempt starts, the resulting deployment state is
291
- * <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
303
+ * <p>If the current <a>UpdateServicePipeline</a> action succeeds before the
304
+ * cancellation attempt starts, the resulting deployment state is <code>SUCCEEDED</code> and
305
+ * the cancellation attempt has no effect.</p>
292
306
  * </li>
293
307
  * </ul>
294
308
  */
@@ -382,40 +396,59 @@ export declare class Proton extends ProtonClient {
382
396
  createRepository(args: CreateRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRepositoryCommandOutput) => void): void;
383
397
  /**
384
398
  * @public
385
- * <p>Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline.
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
387
- * Guide</i>.</p>
399
+ * <p>Create an Proton service. An Proton service is an instantiation of a service
400
+ * template and often includes several service instances and pipeline. For more information, see
401
+ * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-services.html">Services</a>
402
+ * in the <i>Proton User Guide</i>.</p>
388
403
  */
389
404
  createService(args: CreateServiceCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceCommandOutput>;
390
405
  createService(args: CreateServiceCommandInput, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
391
406
  createService(args: CreateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
392
407
  /**
393
408
  * @public
394
- * <p>Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline.
395
- * Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a
396
- * link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more
397
- * information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-templates.html">Proton templates</a> in the <i>Proton User
398
- * Guide</i>.</p>
409
+ * <p>Create a service instance.</p>
410
+ */
411
+ createServiceInstance(args: CreateServiceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceInstanceCommandOutput>;
412
+ createServiceInstance(args: CreateServiceInstanceCommandInput, cb: (err: any, data?: CreateServiceInstanceCommandOutput) => void): void;
413
+ createServiceInstance(args: CreateServiceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceInstanceCommandOutput) => void): void;
414
+ /**
415
+ * @public
416
+ * <p>Create the Proton Ops configuration file.</p>
417
+ */
418
+ createServiceSyncConfig(args: CreateServiceSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceSyncConfigCommandOutput>;
419
+ createServiceSyncConfig(args: CreateServiceSyncConfigCommandInput, cb: (err: any, data?: CreateServiceSyncConfigCommandOutput) => void): void;
420
+ createServiceSyncConfig(args: CreateServiceSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceSyncConfigCommandOutput) => void): void;
421
+ /**
422
+ * @public
423
+ * <p>Create a service template. The administrator creates a service template to define
424
+ * standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn,
425
+ * select the service template from Proton. If the selected service template includes a
426
+ * service pipeline definition, they provide a link to their source code repository. Proton
427
+ * then deploys and manages the infrastructure defined by the selected service template. For more
428
+ * information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-templates.html">Proton templates</a> in the <i>Proton User Guide</i>.</p>
399
429
  */
400
430
  createServiceTemplate(args: CreateServiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceTemplateCommandOutput>;
401
431
  createServiceTemplate(args: CreateServiceTemplateCommandInput, cb: (err: any, data?: CreateServiceTemplateCommandOutput) => void): void;
402
432
  createServiceTemplate(args: CreateServiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceTemplateCommandOutput) => void): void;
403
433
  /**
404
434
  * @public
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
406
- * compatible. A minor version of a service template is a version that's backward compatible within its major version.</p>
435
+ * <p>Create a new major or minor version of a service template. A major version of a service
436
+ * template is a version that <i>isn't</i> backward compatible. A minor version of
437
+ * a service template is a version that's backward compatible within its major version.</p>
407
438
  */
408
439
  createServiceTemplateVersion(args: CreateServiceTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceTemplateVersionCommandOutput>;
409
440
  createServiceTemplateVersion(args: CreateServiceTemplateVersionCommandInput, cb: (err: any, data?: CreateServiceTemplateVersionCommandOutput) => void): void;
410
441
  createServiceTemplateVersion(args: CreateServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceTemplateVersionCommandOutput) => void): void;
411
442
  /**
412
443
  * @public
413
- * <p>Set up a template to create new template versions automatically by tracking a linked repository. A linked
414
- * repository is a repository that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
415
- * <p>When a commit is pushed to your linked repository, Proton checks for changes to your repository template
416
- * bundles. If it detects a template bundle change, a new major or minor version of its template is created, if the
417
- * version doesn’t already exist. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-template-sync-configs.html">Template sync configurations</a> in the
418
- * <i>Proton User Guide</i>.</p>
444
+ * <p>Set up a template to create new template versions automatically by tracking a linked
445
+ * repository. A linked repository is a repository that has been registered with Proton. For more
446
+ * information, see <a>CreateRepository</a>.</p>
447
+ * <p>When a commit is pushed to your linked repository, Proton checks for changes to your
448
+ * repository template bundles. If it detects a template bundle change, a new major or minor version
449
+ * of its template is created, if the version doesn’t already exist. For more information, see
450
+ * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-template-sync-configs.html">Template
451
+ * sync configurations</a> in the <i>Proton User Guide</i>.</p>
419
452
  */
420
453
  createTemplateSyncConfig(args: CreateTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateTemplateSyncConfigCommandOutput>;
421
454
  createTemplateSyncConfig(args: CreateTemplateSyncConfigCommandInput, cb: (err: any, data?: CreateTemplateSyncConfigCommandOutput) => void): void;
@@ -479,7 +512,8 @@ export declare class Proton extends ProtonClient {
479
512
  * @public
480
513
  * <p>Delete a service, with its instances and pipeline.</p>
481
514
  * <note>
482
- * <p>You can't delete a service if it has any service instances that have components attached to them.</p>
515
+ * <p>You can't delete a service if it has any service instances that have components attached
516
+ * to them.</p>
483
517
  * <p>For more information about components, see
484
518
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
485
519
  * <i>Proton User Guide</i>.</p>
@@ -490,19 +524,30 @@ export declare class Proton extends ProtonClient {
490
524
  deleteService(args: DeleteServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceCommandOutput) => void): void;
491
525
  /**
492
526
  * @public
493
- * <p>If no other major or minor versions of the service template exist, delete the service template.</p>
527
+ * <p>Delete the Proton Ops file.</p>
528
+ */
529
+ deleteServiceSyncConfig(args: DeleteServiceSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceSyncConfigCommandOutput>;
530
+ deleteServiceSyncConfig(args: DeleteServiceSyncConfigCommandInput, cb: (err: any, data?: DeleteServiceSyncConfigCommandOutput) => void): void;
531
+ deleteServiceSyncConfig(args: DeleteServiceSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceSyncConfigCommandOutput) => void): void;
532
+ /**
533
+ * @public
534
+ * <p>If no other major or minor versions of the service template exist, delete the service
535
+ * template.</p>
494
536
  */
495
537
  deleteServiceTemplate(args: DeleteServiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceTemplateCommandOutput>;
496
538
  deleteServiceTemplate(args: DeleteServiceTemplateCommandInput, cb: (err: any, data?: DeleteServiceTemplateCommandOutput) => void): void;
497
539
  deleteServiceTemplate(args: DeleteServiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceTemplateCommandOutput) => void): void;
498
540
  /**
499
541
  * @public
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>
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
502
- * major version of a service template is a version that <i>isn't</i> backwards compatible.</p>
503
- * <p>Delete a minor version of a service template if it's not the <code>Recommended</code> version. Delete a <code>Recommended</code> minor version of the
504
- * service template if no other minor versions of the service template exist. A minor version of a service template is a version that's backwards
505
- * compatible.</p>
542
+ * <p>If no other minor versions of a service template exist, delete a major version of the
543
+ * service template if it's not the <code>Recommended</code> version. Delete the
544
+ * <code>Recommended</code> version of the service template if no other major versions or minor
545
+ * versions of the service template exist. A major version of a service template is a version
546
+ * that <i>isn't</i> backwards compatible.</p>
547
+ * <p>Delete a minor version of a service template if it's not the <code>Recommended</code>
548
+ * version. Delete a <code>Recommended</code> minor version of the service template if no other
549
+ * minor versions of the service template exist. A minor version of a service template is a
550
+ * version that's backwards compatible.</p>
506
551
  */
507
552
  deleteServiceTemplateVersion(args: DeleteServiceTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceTemplateVersionCommandOutput>;
508
553
  deleteServiceTemplateVersion(args: DeleteServiceTemplateVersionCommandInput, cb: (err: any, data?: DeleteServiceTemplateVersionCommandOutput) => void): void;
@@ -585,15 +630,19 @@ export declare class Proton extends ProtonClient {
585
630
  /**
586
631
  * @public
587
632
  * <p>Get counts of Proton resources.</p>
588
- * <p>For infrastructure-provisioning resources (environments, services, service instances, pipelines), the action
589
- * returns staleness counts. A resource is stale when it's behind the recommended version of the Proton template that it
590
- * uses and it needs an update to become current.</p>
591
- * <p>The action returns staleness counts (counts of resources that are up-to-date, behind a template major version,
592
- * or behind a template minor version), the total number of resources, and the number of resources that are in a failed
593
- * state, grouped by resource type. Components, environments, and service templates are exceptions—see the
594
- * <code>components</code>, <code>environments</code>, and <code>serviceTemplates</code> field descriptions.</p>
595
- * <p>For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account.</p>
596
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/monitoring-dashboard.html">Proton dashboard</a> in the <i>Proton User Guide</i>.</p>
633
+ * <p>For infrastructure-provisioning resources (environments, services, service instances,
634
+ * pipelines), the action returns staleness counts. A resource is stale when it's behind the
635
+ * recommended version of the Proton template that it uses and it needs an update to become
636
+ * current.</p>
637
+ * <p>The action returns staleness counts (counts of resources that are up-to-date, behind a
638
+ * template major version, or behind a template minor version), the total number of resources, and
639
+ * the number of resources that are in a failed state, grouped by resource type. Components,
640
+ * environments, and service templates return less information - see the <code>components</code>,
641
+ * <code>environments</code>, and <code>serviceTemplates</code> field descriptions.</p>
642
+ * <p>For context, the action also returns the total number of each type of Proton template in the
643
+ * Amazon Web Services account.</p>
644
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/monitoring-dashboard.html">Proton dashboard</a> in the
645
+ * <i>Proton User Guide</i>.</p>
597
646
  */
598
647
  getResourcesSummary(args: GetResourcesSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcesSummaryCommandOutput>;
599
648
  getResourcesSummary(args: GetResourcesSummaryCommandInput, cb: (err: any, data?: GetResourcesSummaryCommandOutput) => void): void;
@@ -607,11 +656,33 @@ export declare class Proton extends ProtonClient {
607
656
  getService(args: GetServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
608
657
  /**
609
658
  * @public
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>
659
+ * <p>Get detailed data for a service instance. A service instance is an instantiation of
660
+ * service template and it runs in a specific environment.</p>
611
661
  */
612
662
  getServiceInstance(args: GetServiceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceInstanceCommandOutput>;
613
663
  getServiceInstance(args: GetServiceInstanceCommandInput, cb: (err: any, data?: GetServiceInstanceCommandOutput) => void): void;
614
664
  getServiceInstance(args: GetServiceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceInstanceCommandOutput) => void): void;
665
+ /**
666
+ * @public
667
+ * <p>Get the status of the synced service instance.</p>
668
+ */
669
+ getServiceInstanceSyncStatus(args: GetServiceInstanceSyncStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceInstanceSyncStatusCommandOutput>;
670
+ getServiceInstanceSyncStatus(args: GetServiceInstanceSyncStatusCommandInput, cb: (err: any, data?: GetServiceInstanceSyncStatusCommandOutput) => void): void;
671
+ getServiceInstanceSyncStatus(args: GetServiceInstanceSyncStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceInstanceSyncStatusCommandOutput) => void): void;
672
+ /**
673
+ * @public
674
+ * <p>Get detailed data for the service sync blocker summary.</p>
675
+ */
676
+ getServiceSyncBlockerSummary(args: GetServiceSyncBlockerSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceSyncBlockerSummaryCommandOutput>;
677
+ getServiceSyncBlockerSummary(args: GetServiceSyncBlockerSummaryCommandInput, cb: (err: any, data?: GetServiceSyncBlockerSummaryCommandOutput) => void): void;
678
+ getServiceSyncBlockerSummary(args: GetServiceSyncBlockerSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceSyncBlockerSummaryCommandOutput) => void): void;
679
+ /**
680
+ * @public
681
+ * <p>Get detailed information for the service sync configuration.</p>
682
+ */
683
+ getServiceSyncConfig(args: GetServiceSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceSyncConfigCommandOutput>;
684
+ getServiceSyncConfig(args: GetServiceSyncConfigCommandInput, cb: (err: any, data?: GetServiceSyncConfigCommandOutput) => void): void;
685
+ getServiceSyncConfig(args: GetServiceSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceSyncConfigCommandOutput) => void): void;
615
686
  /**
616
687
  * @public
617
688
  * <p>Get detailed data for a service template.</p>
@@ -744,8 +815,8 @@ export declare class Proton extends ProtonClient {
744
815
  listServiceInstanceProvisionedResources(args: ListServiceInstanceProvisionedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceInstanceProvisionedResourcesCommandOutput) => void): void;
745
816
  /**
746
817
  * @public
747
- * <p>List service instances with summary data. This action lists service instances of all services in the
748
- * Amazon Web Services account.</p>
818
+ * <p>List service instances with summary data. This action lists service instances of all
819
+ * services in the Amazon Web Services account.</p>
749
820
  */
750
821
  listServiceInstances(args: ListServiceInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceInstancesCommandOutput>;
751
822
  listServiceInstances(args: ListServiceInstancesCommandInput, cb: (err: any, data?: ListServiceInstancesCommandOutput) => void): void;
@@ -787,15 +858,16 @@ export declare class Proton extends ProtonClient {
787
858
  listServiceTemplateVersions(args: ListServiceTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceTemplateVersionsCommandOutput) => void): void;
788
859
  /**
789
860
  * @public
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
791
- * Guide</i>.</p>
861
+ * <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
862
+ * <i>Proton User Guide</i>.</p>
792
863
  */
793
864
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
794
865
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
795
866
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
796
867
  /**
797
868
  * @public
798
- * <p>Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.</p>
869
+ * <p>Notify Proton of status changes to a provisioned resource when you use self-managed
870
+ * provisioning.</p>
799
871
  * <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
800
872
  * provisioning</a> in the <i>Proton User Guide</i>.</p>
801
873
  */
@@ -816,19 +888,20 @@ export declare class Proton extends ProtonClient {
816
888
  rejectEnvironmentAccountConnection(args: RejectEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectEnvironmentAccountConnectionCommandOutput) => void): void;
817
889
  /**
818
890
  * @public
819
- * <p>Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.</p>
820
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton
821
- * resources and tagging</a> in the <i>Proton User Guide</i>.</p>
891
+ * <p>Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton
892
+ * resource.</p>
893
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
894
+ * <i>Proton User Guide</i>.</p>
822
895
  */
823
896
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
824
897
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
825
898
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
826
899
  /**
827
900
  * @public
828
- * <p>Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton
829
- * resource.</p>
830
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton
831
- * resources and tagging</a> in the <i>Proton User Guide</i>.</p>
901
+ * <p>Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with
902
+ * an Proton resource.</p>
903
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
904
+ * <i>Proton User Guide</i>.</p>
832
905
  */
833
906
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
834
907
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
@@ -937,12 +1010,14 @@ export declare class Proton extends ProtonClient {
937
1010
  * @public
938
1011
  * <p>Edit a service description or use a spec to add and delete service instances.</p>
939
1012
  * <note>
940
- * <p>Existing service instances and the service pipeline <i>can't</i> be edited using this API. They can only be deleted.</p>
1013
+ * <p>Existing service instances and the service pipeline <i>can't</i> be edited
1014
+ * using this API. They can only be deleted.</p>
941
1015
  * </note>
942
1016
  * <p>Use the <code>description</code> parameter to modify the description.</p>
943
1017
  * <p>Edit the <code>spec</code> parameter to add or delete instances.</p>
944
1018
  * <note>
945
- * <p>You can't delete a service instance (remove it from the spec) if it has an attached component.</p>
1019
+ * <p>You can't delete a service instance (remove it from the spec) if it has an attached
1020
+ * component.</p>
946
1021
  * <p>For more information about components, see
947
1022
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
948
1023
  * <i>Proton User Guide</i>.</p>
@@ -954,10 +1029,11 @@ export declare class Proton extends ProtonClient {
954
1029
  /**
955
1030
  * @public
956
1031
  * <p>Update a service instance.</p>
957
- * <p>There are a few modes for updating a service instance. The <code>deploymentType</code> field defines the mode.</p>
1032
+ * <p>There are a few modes for updating a service instance. The <code>deploymentType</code>
1033
+ * field defines the mode.</p>
958
1034
  * <note>
959
- * <p>You can't update a service instance while its deployment status, or the deployment status of a component attached to it, is
960
- * <code>IN_PROGRESS</code>.</p>
1035
+ * <p>You can't update a service instance while its deployment status, or the deployment
1036
+ * status of a component attached to it, is <code>IN_PROGRESS</code>.</p>
961
1037
  * <p>For more information about components, see
962
1038
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
963
1039
  * <i>Proton User Guide</i>.</p>
@@ -969,44 +1045,64 @@ export declare class Proton extends ProtonClient {
969
1045
  /**
970
1046
  * @public
971
1047
  * <p>Update the service pipeline.</p>
972
- * <p>There are four modes for updating a service pipeline. The <code>deploymentType</code> field defines the mode.</p>
1048
+ * <p>There are four modes for updating a service pipeline. The <code>deploymentType</code>
1049
+ * field defines the mode.</p>
973
1050
  * <dl>
974
1051
  * <dt/>
975
1052
  * <dd>
976
1053
  * <p>
977
1054
  * <code>NONE</code>
978
1055
  * </p>
979
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
1056
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested
1057
+ * metadata parameters are updated.</p>
980
1058
  * </dd>
981
1059
  * <dt/>
982
1060
  * <dd>
983
1061
  * <p>
984
1062
  * <code>CURRENT_VERSION</code>
985
1063
  * </p>
986
- * <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated.
987
- * <i>Don’t</i> include major or minor version parameters when you use this <code>deployment-type</code>.</p>
1064
+ * <p>In this mode, the service pipeline is deployed and updated with the new spec that
1065
+ * you provide. Only requested parameters are updated. <i>Don’t</i> include
1066
+ * major or minor version parameters when you use this <code>deployment-type</code>.</p>
988
1067
  * </dd>
989
1068
  * <dt/>
990
1069
  * <dd>
991
1070
  * <p>
992
1071
  * <code>MINOR_VERSION</code>
993
1072
  * </p>
994
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major version
995
- * in use, by default. You can specify a different minor version of the current major version in use.</p>
1073
+ * <p>In this mode, the service pipeline is deployed and updated with the published,
1074
+ * recommended (latest) minor version of the current major version in use, by default. You
1075
+ * can specify a different minor version of the current major version in use.</p>
996
1076
  * </dd>
997
1077
  * <dt/>
998
1078
  * <dd>
999
1079
  * <p>
1000
1080
  * <code>MAJOR_VERSION</code>
1001
1081
  * </p>
1002
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current
1003
- * template by default. You can specify a different major version that's higher than the major version in use and a minor version.</p>
1082
+ * <p>In this mode, the service pipeline is deployed and updated with the published,
1083
+ * recommended (latest) major and minor version of the current template by default. You can
1084
+ * specify a different major version that's higher than the major version in use and a
1085
+ * minor version.</p>
1004
1086
  * </dd>
1005
1087
  * </dl>
1006
1088
  */
1007
1089
  updateServicePipeline(args: UpdateServicePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServicePipelineCommandOutput>;
1008
1090
  updateServicePipeline(args: UpdateServicePipelineCommandInput, cb: (err: any, data?: UpdateServicePipelineCommandOutput) => void): void;
1009
1091
  updateServicePipeline(args: UpdateServicePipelineCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServicePipelineCommandOutput) => void): void;
1092
+ /**
1093
+ * @public
1094
+ * <p>Update the service sync blocker by resolving it.</p>
1095
+ */
1096
+ updateServiceSyncBlocker(args: UpdateServiceSyncBlockerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSyncBlockerCommandOutput>;
1097
+ updateServiceSyncBlocker(args: UpdateServiceSyncBlockerCommandInput, cb: (err: any, data?: UpdateServiceSyncBlockerCommandOutput) => void): void;
1098
+ updateServiceSyncBlocker(args: UpdateServiceSyncBlockerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSyncBlockerCommandOutput) => void): void;
1099
+ /**
1100
+ * @public
1101
+ * <p>Update the Proton Ops config file.</p>
1102
+ */
1103
+ updateServiceSyncConfig(args: UpdateServiceSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceSyncConfigCommandOutput>;
1104
+ updateServiceSyncConfig(args: UpdateServiceSyncConfigCommandInput, cb: (err: any, data?: UpdateServiceSyncConfigCommandOutput) => void): void;
1105
+ updateServiceSyncConfig(args: UpdateServiceSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceSyncConfigCommandOutput) => void): void;
1010
1106
  /**
1011
1107
  * @public
1012
1108
  * <p>Update a service template.</p>
@@ -1024,8 +1120,9 @@ export declare class Proton extends ProtonClient {
1024
1120
  /**
1025
1121
  * @public
1026
1122
  * <p>Update template sync configuration parameters, except for the <code>templateName</code> and
1027
- * <code>templateType</code>. Repository details (branch, name, and provider) should be of a linked repository. A
1028
- * linked repository is a repository that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
1123
+ * <code>templateType</code>. Repository details (branch, name, and provider) should be of a linked
1124
+ * repository. A linked repository is a repository that has been registered with Proton. For more
1125
+ * information, see <a>CreateRepository</a>.</p>
1029
1126
  */
1030
1127
  updateTemplateSyncConfig(args: UpdateTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplateSyncConfigCommandOutput>;
1031
1128
  updateTemplateSyncConfig(args: UpdateTemplateSyncConfigCommandInput, cb: (err: any, data?: UpdateTemplateSyncConfigCommandOutput) => void): void;
@@ -19,6 +19,8 @@ import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommand
19
19
  import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
20
20
  import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
21
21
  import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
22
+ import { CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput } from "./commands/CreateServiceInstanceCommand";
23
+ import { CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput } from "./commands/CreateServiceSyncConfigCommand";
22
24
  import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
23
25
  import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
24
26
  import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
@@ -29,6 +31,7 @@ import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommand
29
31
  import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
30
32
  import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
31
33
  import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
34
+ import { DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput } from "./commands/DeleteServiceSyncConfigCommand";
32
35
  import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
33
36
  import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
34
37
  import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
@@ -43,6 +46,9 @@ import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutp
43
46
  import { GetResourcesSummaryCommandInput, GetResourcesSummaryCommandOutput } from "./commands/GetResourcesSummaryCommand";
44
47
  import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
45
48
  import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
49
+ import { GetServiceInstanceSyncStatusCommandInput, GetServiceInstanceSyncStatusCommandOutput } from "./commands/GetServiceInstanceSyncStatusCommand";
50
+ import { GetServiceSyncBlockerSummaryCommandInput, GetServiceSyncBlockerSummaryCommandOutput } from "./commands/GetServiceSyncBlockerSummaryCommand";
51
+ import { GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput } from "./commands/GetServiceSyncConfigCommand";
46
52
  import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
47
53
  import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
48
54
  import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
@@ -80,6 +86,8 @@ import { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplate
80
86
  import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
81
87
  import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
82
88
  import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
89
+ import { UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput } from "./commands/UpdateServiceSyncBlockerCommand";
90
+ import { UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput } from "./commands/UpdateServiceSyncConfigCommand";
83
91
  import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
84
92
  import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
85
93
  import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
@@ -87,11 +95,11 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, Endpoi
87
95
  /**
88
96
  * @public
89
97
  */
90
- export type ServiceInputTypes = AcceptEnvironmentAccountConnectionCommandInput | CancelComponentDeploymentCommandInput | CancelEnvironmentDeploymentCommandInput | CancelServiceInstanceDeploymentCommandInput | CancelServicePipelineDeploymentCommandInput | CreateComponentCommandInput | CreateEnvironmentAccountConnectionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentTemplateCommandInput | CreateEnvironmentTemplateVersionCommandInput | CreateRepositoryCommandInput | CreateServiceCommandInput | CreateServiceTemplateCommandInput | CreateServiceTemplateVersionCommandInput | CreateTemplateSyncConfigCommandInput | DeleteComponentCommandInput | DeleteEnvironmentAccountConnectionCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentTemplateCommandInput | DeleteEnvironmentTemplateVersionCommandInput | DeleteRepositoryCommandInput | DeleteServiceCommandInput | DeleteServiceTemplateCommandInput | DeleteServiceTemplateVersionCommandInput | DeleteTemplateSyncConfigCommandInput | GetAccountSettingsCommandInput | GetComponentCommandInput | GetEnvironmentAccountConnectionCommandInput | GetEnvironmentCommandInput | GetEnvironmentTemplateCommandInput | GetEnvironmentTemplateVersionCommandInput | GetRepositoryCommandInput | GetRepositorySyncStatusCommandInput | GetResourcesSummaryCommandInput | GetServiceCommandInput | GetServiceInstanceCommandInput | GetServiceTemplateCommandInput | GetServiceTemplateVersionCommandInput | GetTemplateSyncConfigCommandInput | GetTemplateSyncStatusCommandInput | ListComponentOutputsCommandInput | ListComponentProvisionedResourcesCommandInput | ListComponentsCommandInput | ListEnvironmentAccountConnectionsCommandInput | ListEnvironmentOutputsCommandInput | ListEnvironmentProvisionedResourcesCommandInput | ListEnvironmentTemplateVersionsCommandInput | ListEnvironmentTemplatesCommandInput | ListEnvironmentsCommandInput | ListRepositoriesCommandInput | ListRepositorySyncDefinitionsCommandInput | ListServiceInstanceOutputsCommandInput | ListServiceInstanceProvisionedResourcesCommandInput | ListServiceInstancesCommandInput | ListServicePipelineOutputsCommandInput | ListServicePipelineProvisionedResourcesCommandInput | ListServiceTemplateVersionsCommandInput | ListServiceTemplatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | NotifyResourceDeploymentStatusChangeCommandInput | RejectEnvironmentAccountConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountSettingsCommandInput | UpdateComponentCommandInput | UpdateEnvironmentAccountConnectionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentTemplateCommandInput | UpdateEnvironmentTemplateVersionCommandInput | UpdateServiceCommandInput | UpdateServiceInstanceCommandInput | UpdateServicePipelineCommandInput | UpdateServiceTemplateCommandInput | UpdateServiceTemplateVersionCommandInput | UpdateTemplateSyncConfigCommandInput;
98
+ export type ServiceInputTypes = AcceptEnvironmentAccountConnectionCommandInput | CancelComponentDeploymentCommandInput | CancelEnvironmentDeploymentCommandInput | CancelServiceInstanceDeploymentCommandInput | CancelServicePipelineDeploymentCommandInput | CreateComponentCommandInput | CreateEnvironmentAccountConnectionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentTemplateCommandInput | CreateEnvironmentTemplateVersionCommandInput | CreateRepositoryCommandInput | CreateServiceCommandInput | CreateServiceInstanceCommandInput | CreateServiceSyncConfigCommandInput | CreateServiceTemplateCommandInput | CreateServiceTemplateVersionCommandInput | CreateTemplateSyncConfigCommandInput | DeleteComponentCommandInput | DeleteEnvironmentAccountConnectionCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentTemplateCommandInput | DeleteEnvironmentTemplateVersionCommandInput | DeleteRepositoryCommandInput | DeleteServiceCommandInput | DeleteServiceSyncConfigCommandInput | DeleteServiceTemplateCommandInput | DeleteServiceTemplateVersionCommandInput | DeleteTemplateSyncConfigCommandInput | GetAccountSettingsCommandInput | GetComponentCommandInput | GetEnvironmentAccountConnectionCommandInput | GetEnvironmentCommandInput | GetEnvironmentTemplateCommandInput | GetEnvironmentTemplateVersionCommandInput | GetRepositoryCommandInput | GetRepositorySyncStatusCommandInput | GetResourcesSummaryCommandInput | GetServiceCommandInput | GetServiceInstanceCommandInput | GetServiceInstanceSyncStatusCommandInput | GetServiceSyncBlockerSummaryCommandInput | GetServiceSyncConfigCommandInput | GetServiceTemplateCommandInput | GetServiceTemplateVersionCommandInput | GetTemplateSyncConfigCommandInput | GetTemplateSyncStatusCommandInput | ListComponentOutputsCommandInput | ListComponentProvisionedResourcesCommandInput | ListComponentsCommandInput | ListEnvironmentAccountConnectionsCommandInput | ListEnvironmentOutputsCommandInput | ListEnvironmentProvisionedResourcesCommandInput | ListEnvironmentTemplateVersionsCommandInput | ListEnvironmentTemplatesCommandInput | ListEnvironmentsCommandInput | ListRepositoriesCommandInput | ListRepositorySyncDefinitionsCommandInput | ListServiceInstanceOutputsCommandInput | ListServiceInstanceProvisionedResourcesCommandInput | ListServiceInstancesCommandInput | ListServicePipelineOutputsCommandInput | ListServicePipelineProvisionedResourcesCommandInput | ListServiceTemplateVersionsCommandInput | ListServiceTemplatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | NotifyResourceDeploymentStatusChangeCommandInput | RejectEnvironmentAccountConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountSettingsCommandInput | UpdateComponentCommandInput | UpdateEnvironmentAccountConnectionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentTemplateCommandInput | UpdateEnvironmentTemplateVersionCommandInput | UpdateServiceCommandInput | UpdateServiceInstanceCommandInput | UpdateServicePipelineCommandInput | UpdateServiceSyncBlockerCommandInput | UpdateServiceSyncConfigCommandInput | UpdateServiceTemplateCommandInput | UpdateServiceTemplateVersionCommandInput | UpdateTemplateSyncConfigCommandInput;
91
99
  /**
92
100
  * @public
93
101
  */
94
- export type ServiceOutputTypes = AcceptEnvironmentAccountConnectionCommandOutput | CancelComponentDeploymentCommandOutput | CancelEnvironmentDeploymentCommandOutput | CancelServiceInstanceDeploymentCommandOutput | CancelServicePipelineDeploymentCommandOutput | CreateComponentCommandOutput | CreateEnvironmentAccountConnectionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentTemplateCommandOutput | CreateEnvironmentTemplateVersionCommandOutput | CreateRepositoryCommandOutput | CreateServiceCommandOutput | CreateServiceTemplateCommandOutput | CreateServiceTemplateVersionCommandOutput | CreateTemplateSyncConfigCommandOutput | DeleteComponentCommandOutput | DeleteEnvironmentAccountConnectionCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentTemplateCommandOutput | DeleteEnvironmentTemplateVersionCommandOutput | DeleteRepositoryCommandOutput | DeleteServiceCommandOutput | DeleteServiceTemplateCommandOutput | DeleteServiceTemplateVersionCommandOutput | DeleteTemplateSyncConfigCommandOutput | GetAccountSettingsCommandOutput | GetComponentCommandOutput | GetEnvironmentAccountConnectionCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentTemplateCommandOutput | GetEnvironmentTemplateVersionCommandOutput | GetRepositoryCommandOutput | GetRepositorySyncStatusCommandOutput | GetResourcesSummaryCommandOutput | GetServiceCommandOutput | GetServiceInstanceCommandOutput | GetServiceTemplateCommandOutput | GetServiceTemplateVersionCommandOutput | GetTemplateSyncConfigCommandOutput | GetTemplateSyncStatusCommandOutput | ListComponentOutputsCommandOutput | ListComponentProvisionedResourcesCommandOutput | ListComponentsCommandOutput | ListEnvironmentAccountConnectionsCommandOutput | ListEnvironmentOutputsCommandOutput | ListEnvironmentProvisionedResourcesCommandOutput | ListEnvironmentTemplateVersionsCommandOutput | ListEnvironmentTemplatesCommandOutput | ListEnvironmentsCommandOutput | ListRepositoriesCommandOutput | ListRepositorySyncDefinitionsCommandOutput | ListServiceInstanceOutputsCommandOutput | ListServiceInstanceProvisionedResourcesCommandOutput | ListServiceInstancesCommandOutput | ListServicePipelineOutputsCommandOutput | ListServicePipelineProvisionedResourcesCommandOutput | ListServiceTemplateVersionsCommandOutput | ListServiceTemplatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | NotifyResourceDeploymentStatusChangeCommandOutput | RejectEnvironmentAccountConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountSettingsCommandOutput | UpdateComponentCommandOutput | UpdateEnvironmentAccountConnectionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentTemplateCommandOutput | UpdateEnvironmentTemplateVersionCommandOutput | UpdateServiceCommandOutput | UpdateServiceInstanceCommandOutput | UpdateServicePipelineCommandOutput | UpdateServiceTemplateCommandOutput | UpdateServiceTemplateVersionCommandOutput | UpdateTemplateSyncConfigCommandOutput;
102
+ export type ServiceOutputTypes = AcceptEnvironmentAccountConnectionCommandOutput | CancelComponentDeploymentCommandOutput | CancelEnvironmentDeploymentCommandOutput | CancelServiceInstanceDeploymentCommandOutput | CancelServicePipelineDeploymentCommandOutput | CreateComponentCommandOutput | CreateEnvironmentAccountConnectionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentTemplateCommandOutput | CreateEnvironmentTemplateVersionCommandOutput | CreateRepositoryCommandOutput | CreateServiceCommandOutput | CreateServiceInstanceCommandOutput | CreateServiceSyncConfigCommandOutput | CreateServiceTemplateCommandOutput | CreateServiceTemplateVersionCommandOutput | CreateTemplateSyncConfigCommandOutput | DeleteComponentCommandOutput | DeleteEnvironmentAccountConnectionCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentTemplateCommandOutput | DeleteEnvironmentTemplateVersionCommandOutput | DeleteRepositoryCommandOutput | DeleteServiceCommandOutput | DeleteServiceSyncConfigCommandOutput | DeleteServiceTemplateCommandOutput | DeleteServiceTemplateVersionCommandOutput | DeleteTemplateSyncConfigCommandOutput | GetAccountSettingsCommandOutput | GetComponentCommandOutput | GetEnvironmentAccountConnectionCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentTemplateCommandOutput | GetEnvironmentTemplateVersionCommandOutput | GetRepositoryCommandOutput | GetRepositorySyncStatusCommandOutput | GetResourcesSummaryCommandOutput | GetServiceCommandOutput | GetServiceInstanceCommandOutput | GetServiceInstanceSyncStatusCommandOutput | GetServiceSyncBlockerSummaryCommandOutput | GetServiceSyncConfigCommandOutput | GetServiceTemplateCommandOutput | GetServiceTemplateVersionCommandOutput | GetTemplateSyncConfigCommandOutput | GetTemplateSyncStatusCommandOutput | ListComponentOutputsCommandOutput | ListComponentProvisionedResourcesCommandOutput | ListComponentsCommandOutput | ListEnvironmentAccountConnectionsCommandOutput | ListEnvironmentOutputsCommandOutput | ListEnvironmentProvisionedResourcesCommandOutput | ListEnvironmentTemplateVersionsCommandOutput | ListEnvironmentTemplatesCommandOutput | ListEnvironmentsCommandOutput | ListRepositoriesCommandOutput | ListRepositorySyncDefinitionsCommandOutput | ListServiceInstanceOutputsCommandOutput | ListServiceInstanceProvisionedResourcesCommandOutput | ListServiceInstancesCommandOutput | ListServicePipelineOutputsCommandOutput | ListServicePipelineProvisionedResourcesCommandOutput | ListServiceTemplateVersionsCommandOutput | ListServiceTemplatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | NotifyResourceDeploymentStatusChangeCommandOutput | RejectEnvironmentAccountConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountSettingsCommandOutput | UpdateComponentCommandOutput | UpdateEnvironmentAccountConnectionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentTemplateCommandOutput | UpdateEnvironmentTemplateVersionCommandOutput | UpdateServiceCommandOutput | UpdateServiceInstanceCommandOutput | UpdateServicePipelineCommandOutput | UpdateServiceSyncBlockerCommandOutput | UpdateServiceSyncConfigCommandOutput | UpdateServiceTemplateCommandOutput | UpdateServiceTemplateVersionCommandOutput | UpdateTemplateSyncConfigCommandOutput;
95
103
  /**
96
104
  * @public
97
105
  */
@@ -19,20 +19,23 @@ export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServ
19
19
  }
20
20
  /**
21
21
  * @public
22
- * <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is <code>IN_PROGRESS</code>.
23
- * 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
24
- * <i>Proton User guide</i>.</p>
22
+ * <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is <code>IN_PROGRESS</code>. For
23
+ * more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-instance-update.html">Update a service instance</a>
24
+ * in the <i>Proton User guide</i>.</p>
25
25
  * <p>The following list includes potential cancellation scenarios.</p>
26
26
  * <ul>
27
27
  * <li>
28
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
28
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is
29
+ * <code>CANCELLED</code>.</p>
29
30
  * </li>
30
31
  * <li>
31
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
32
+ * <p>If the cancellation attempt fails, the resulting deployment state is
33
+ * <code>FAILED</code>.</p>
32
34
  * </li>
33
35
  * <li>
34
- * <p>If the current <a>UpdateServiceInstance</a> action succeeds before the cancellation attempt starts, the resulting deployment state is
35
- * <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
36
+ * <p>If the current <a>UpdateServiceInstance</a> action succeeds before the
37
+ * cancellation attempt starts, the resulting deployment state is <code>SUCCEEDED</code> and
38
+ * the cancellation attempt has no effect.</p>
36
39
  * </li>
37
40
  * </ul>
38
41
  * @example