@aws-sdk/client-proton 3.901.0 → 3.905.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 (90) hide show
  1. package/dist-cjs/endpoint/ruleset.js +1 -1
  2. package/dist-es/endpoint/ruleset.js +1 -1
  3. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -0
  4. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +2 -0
  5. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -0
  6. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -0
  7. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateComponentCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  11. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +2 -0
  12. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -0
  13. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -0
  14. package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
  15. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +2 -0
  16. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +2 -0
  17. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +2 -0
  18. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +2 -0
  19. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +2 -0
  20. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -0
  21. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -0
  22. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -0
  23. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
  24. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +2 -0
  25. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +2 -0
  26. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -0
  27. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
  28. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +2 -0
  29. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -0
  30. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +2 -0
  31. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +2 -0
  32. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
  33. package/dist-types/commands/GetComponentCommand.d.ts +2 -0
  34. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
  35. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -0
  36. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
  37. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +2 -0
  38. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +2 -0
  39. package/dist-types/commands/GetRepositoryCommand.d.ts +2 -0
  40. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -0
  41. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +2 -0
  42. package/dist-types/commands/GetServiceCommand.d.ts +2 -0
  43. package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -0
  44. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +2 -0
  45. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +2 -0
  46. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +2 -0
  47. package/dist-types/commands/GetServiceTemplateCommand.d.ts +2 -0
  48. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +2 -0
  49. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +2 -0
  50. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +2 -0
  51. package/dist-types/commands/ListComponentOutputsCommand.d.ts +2 -0
  52. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -0
  53. package/dist-types/commands/ListComponentsCommand.d.ts +2 -0
  54. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
  55. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -0
  56. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +2 -0
  57. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +2 -0
  58. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +2 -0
  59. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +2 -0
  60. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
  61. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -0
  62. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -0
  63. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +2 -0
  64. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +2 -0
  65. package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -0
  66. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +2 -0
  67. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +2 -0
  68. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +2 -0
  69. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +2 -0
  70. package/dist-types/commands/ListServicesCommand.d.ts +2 -0
  71. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  72. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -0
  73. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -0
  74. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  75. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  76. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  77. package/dist-types/commands/UpdateComponentCommand.d.ts +2 -0
  78. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -0
  79. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
  80. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +2 -0
  81. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +2 -0
  82. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
  83. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +2 -0
  84. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +2 -0
  85. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +2 -0
  86. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +2 -0
  87. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +2 -0
  88. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +2 -0
  89. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +2 -0
  90. package/package.json +1 -1
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const s = "required", t = "fn", u = "argv", v = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
6
6
  const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://proton-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://proton-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://proton.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://proton.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
1
  const s = "required", t = "fn", u = "argv", v = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "string" }, i = { [s]: true, "default": false, "type": "boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
3
3
  const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }, { conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ endpoint: { url: "https://proton-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ endpoint: { url: "https://proton-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ endpoint: { url: "https://proton.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { endpoint: { url: "https://proton.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
4
4
  export const ruleSet = _data;
@@ -31,6 +31,8 @@ declare const AcceptEnvironmentAccountConnectionCommand_base: {
31
31
  * can use the associated IAM role to provision environment infrastructure resources in the associated environment account.</p>
32
32
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
33
33
  * connections</a> in the <i>Proton User guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -31,6 +31,8 @@ declare const CancelComponentDeploymentCommand_base: {
31
31
  * <p>For more information about components, see
32
32
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
33
33
  * <i>Proton User Guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -43,6 +43,8 @@ declare const CancelEnvironmentDeploymentCommand_base: {
43
43
  * <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
44
44
  * </li>
45
45
  * </ul>
46
+ *
47
+ * @deprecated AWS Proton is not accepting new customers.
46
48
  * @example
47
49
  * Use a bare-bones client and the command you need to make an API call.
48
50
  * ```javascript
@@ -46,6 +46,8 @@ declare const CancelServiceInstanceDeploymentCommand_base: {
46
46
  * the cancellation attempt has no effect.</p>
47
47
  * </li>
48
48
  * </ul>
49
+ *
50
+ * @deprecated AWS Proton is not accepting new customers.
49
51
  * @example
50
52
  * Use a bare-bones client and the command you need to make an API call.
51
53
  * ```javascript
@@ -46,6 +46,8 @@ declare const CancelServicePipelineDeploymentCommand_base: {
46
46
  * the cancellation attempt has no effect.</p>
47
47
  * </li>
48
48
  * </ul>
49
+ *
50
+ * @deprecated AWS Proton is not accepting new customers.
49
51
  * @example
50
52
  * Use a bare-bones client and the command you need to make an API call.
51
53
  * ```javascript
@@ -31,6 +31,8 @@ declare const CreateComponentCommand_base: {
31
31
  * <p>For more information about components, see
32
32
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
33
33
  * <i>Proton User Guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -32,6 +32,8 @@ declare const CreateEnvironmentAccountConnectionCommand_base: {
32
32
  * <p>An environment account connection is a secure bi-directional connection between a <i>management account</i> and an <i>environment
33
33
  * account</i> that maintains authorization and permissions. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account connections</a> in the <i>Proton User
34
34
  * guide</i>.</p>
35
+ *
36
+ * @deprecated AWS Proton is not accepting new customers.
35
37
  * @example
36
38
  * Use a bare-bones client and the command you need to make an API call.
37
39
  * ```javascript
@@ -43,6 +43,8 @@ declare const CreateEnvironmentCommand_base: {
43
43
  * </ul>
44
44
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-environments.html">Environments</a> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html">Provisioning methods</a> in the <i>Proton User
45
45
  * Guide</i>.</p>
46
+ *
47
+ * @deprecated AWS Proton is not accepting new customers.
46
48
  * @example
47
49
  * Use a bare-bones client and the command you need to make an API call.
48
50
  * ```javascript
@@ -42,6 +42,8 @@ declare const CreateEnvironmentTemplateCommand_base: {
42
42
  * and publish an environment template</a> in the <i>Proton User Guide</i>.</p>
43
43
  * </li>
44
44
  * </ul>
45
+ *
46
+ * @deprecated AWS Proton is not accepting new customers.
45
47
  * @example
46
48
  * Use a bare-bones client and the command you need to make an API call.
47
49
  * ```javascript
@@ -30,6 +30,8 @@ declare const CreateEnvironmentTemplateVersionCommand_base: {
30
30
  * <p>Create a new major or minor version of an environment template. A major version of an environment template is a version that
31
31
  * <i>isn't</i> backwards compatible. A minor version of an environment template is a version that's backwards compatible within its major
32
32
  * version.</p>
33
+ *
34
+ * @deprecated AWS Proton is not accepting new customers.
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
35
37
  * ```javascript
@@ -33,6 +33,8 @@ declare const CreateRepositoryCommand_base: {
33
33
  * <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 provisioning</a>, <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-template-authoring.html#ag-template-bundles">Template bundles</a>, and
34
34
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-template-sync-configs.html">Template sync configurations</a> in the <i>Proton
35
35
  * User Guide</i>.</p>
36
+ *
37
+ * @deprecated AWS Proton is not accepting new customers.
36
38
  * @example
37
39
  * Use a bare-bones client and the command you need to make an API call.
38
40
  * ```javascript
@@ -31,6 +31,8 @@ declare const CreateServiceCommand_base: {
31
31
  * template and often includes several service instances and pipeline. For more information, see
32
32
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-services.html">Services</a>
33
33
  * in the <i>Proton User Guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -28,6 +28,8 @@ declare const CreateServiceInstanceCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Create a service instance.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const CreateServiceSyncConfigCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Create the Proton Ops configuration file.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -33,6 +33,8 @@ declare const CreateServiceTemplateCommand_base: {
33
33
  * service pipeline definition, they provide a link to their source code repository. Proton
34
34
  * then deploys and manages the infrastructure defined by the selected service template. For more
35
35
  * 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>
36
+ *
37
+ * @deprecated AWS Proton is not accepting new customers.
36
38
  * @example
37
39
  * Use a bare-bones client and the command you need to make an API call.
38
40
  * ```javascript
@@ -30,6 +30,8 @@ declare const CreateServiceTemplateVersionCommand_base: {
30
30
  * <p>Create a new major or minor version of a service template. A major version of a service
31
31
  * template is a version that <i>isn't</i> backward compatible. A minor version of
32
32
  * a service template is a version that's backward compatible within its major version.</p>
33
+ *
34
+ * @deprecated AWS Proton is not accepting new customers.
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
35
37
  * ```javascript
@@ -32,6 +32,8 @@ declare const CreateTemplateSyncConfigCommand_base: {
32
32
  * <p>When a commit is pushed to your linked repository, Proton checks for changes to your repository template bundles. If it detects a template
33
33
  * bundle change, a new major or minor version of its template is created, if the 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 <i>Proton
34
34
  * User Guide</i>.</p>
35
+ *
36
+ * @deprecated AWS Proton is not accepting new customers.
35
37
  * @example
36
38
  * Use a bare-bones client and the command you need to make an API call.
37
39
  * ```javascript
@@ -31,6 +31,8 @@ declare const DeleteComponentCommand_base: {
31
31
  * <p>For more information about components, see
32
32
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
33
33
  * <i>Proton User Guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -28,6 +28,8 @@ declare const DeleteDeploymentCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Delete the deployment.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -33,6 +33,8 @@ declare const DeleteEnvironmentAccountConnectionCommand_base: {
33
33
  * responsible for cleaning up provisioned resources that remain without an environment connection.</p>
34
34
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
35
35
  * connections</a> in the <i>Proton User guide</i>.</p>
36
+ *
37
+ * @deprecated AWS Proton is not accepting new customers.
36
38
  * @example
37
39
  * Use a bare-bones client and the command you need to make an API call.
38
40
  * ```javascript
@@ -28,6 +28,8 @@ declare const DeleteEnvironmentCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Delete an environment.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const DeleteEnvironmentTemplateCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>If no other major or minor versions of an environment template exist, delete the environment template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -33,6 +33,8 @@ declare const DeleteEnvironmentTemplateVersionCommand_base: {
33
33
  * <p>Delete a minor version of an environment template if it <i>isn't</i> the <code>Recommended</code> version. Delete a
34
34
  * <code>Recommended</code> minor version of the environment template if no other minor versions of the environment template exist. A minor version of an
35
35
  * environment template is a version that's backward compatible.</p>
36
+ *
37
+ * @deprecated AWS Proton is not accepting new customers.
36
38
  * @example
37
39
  * Use a bare-bones client and the command you need to make an API call.
38
40
  * ```javascript
@@ -28,6 +28,8 @@ declare const DeleteRepositoryCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>De-register and unlink your repository.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -35,6 +35,8 @@ declare const DeleteServiceCommand_base: {
35
35
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
36
36
  * <i>Proton User Guide</i>.</p>
37
37
  * </note>
38
+ *
39
+ * @deprecated AWS Proton is not accepting new customers.
38
40
  * @example
39
41
  * Use a bare-bones client and the command you need to make an API call.
40
42
  * ```javascript
@@ -28,6 +28,8 @@ declare const DeleteServiceSyncConfigCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Delete the Proton Ops file.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -29,6 +29,8 @@ declare const DeleteServiceTemplateCommand_base: {
29
29
  /**
30
30
  * <p>If no other major or minor versions of the service template exist, delete the service
31
31
  * template.</p>
32
+ *
33
+ * @deprecated AWS Proton is not accepting new customers.
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -36,6 +36,8 @@ declare const DeleteServiceTemplateVersionCommand_base: {
36
36
  * version. Delete a <code>Recommended</code> minor version of the service template if no other
37
37
  * minor versions of the service template exist. A minor version of a service template is a
38
38
  * version that's backwards compatible.</p>
39
+ *
40
+ * @deprecated AWS Proton is not accepting new customers.
39
41
  * @example
40
42
  * Use a bare-bones client and the command you need to make an API call.
41
43
  * ```javascript
@@ -28,6 +28,8 @@ declare const DeleteTemplateSyncConfigCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Delete a template sync configuration.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetAccountSettingsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detail data for Proton account-wide settings.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -31,6 +31,8 @@ declare const GetComponentCommand_base: {
31
31
  * <p>For more information about components, see
32
32
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
33
33
  * <i>Proton User Guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetDeploymentCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed data for a deployment.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -30,6 +30,8 @@ declare const GetEnvironmentAccountConnectionCommand_base: {
30
30
  * <p>In an environment account, get the detailed data for an environment account connection.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
32
32
  * connections</a> in the <i>Proton User guide</i>.</p>
33
+ *
34
+ * @deprecated AWS Proton is not accepting new customers.
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
35
37
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetEnvironmentCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed data for an environment.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetEnvironmentTemplateCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed data for an environment template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetEnvironmentTemplateVersionCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed data for a major or minor version of an environment template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetRepositoryCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detail data for a linked repository.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -35,6 +35,8 @@ declare const GetRepositorySyncStatusCommand_base: {
35
35
  * <p>For more information about ABAC, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-tags">ABAC</a> in the <i>Proton User
36
36
  * Guide</i>.</p>
37
37
  * </note>
38
+ *
39
+ * @deprecated AWS Proton is not accepting new customers.
38
40
  * @example
39
41
  * Use a bare-bones client and the command you need to make an API call.
40
42
  * ```javascript
@@ -37,6 +37,8 @@ declare const GetResourcesSummaryCommand_base: {
37
37
  * <p>For context, the action also returns the total number of each type of Proton template in the Amazon Web Services account.</p>
38
38
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/monitoring-dashboard.html">Proton dashboard</a> in the
39
39
  * <i>Proton User Guide</i>.</p>
40
+ *
41
+ * @deprecated AWS Proton is not accepting new customers.
40
42
  * @example
41
43
  * Use a bare-bones client and the command you need to make an API call.
42
44
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetServiceCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed data for a service.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -29,6 +29,8 @@ declare const GetServiceInstanceCommand_base: {
29
29
  /**
30
30
  * <p>Get detailed data for a service instance. A service instance is an instantiation of
31
31
  * service template and it runs in a specific environment.</p>
32
+ *
33
+ * @deprecated AWS Proton is not accepting new customers.
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetServiceInstanceSyncStatusCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get the status of the synced service instance.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetServiceSyncBlockerSummaryCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed data for the service sync blocker summary.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetServiceSyncConfigCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed information for the service sync configuration.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetServiceTemplateCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed data for a service template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetServiceTemplateVersionCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detailed data for a major or minor version of a service template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetTemplateSyncConfigCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get detail data for a template sync configuration.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const GetTemplateSyncStatusCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get the status of a template sync.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -31,6 +31,8 @@ declare const ListComponentOutputsCommand_base: {
31
31
  * <p>For more information about components, see
32
32
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
33
33
  * <i>Proton User Guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -31,6 +31,8 @@ declare const ListComponentProvisionedResourcesCommand_base: {
31
31
  * <p>For more information about components, see
32
32
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
33
33
  * <i>Proton User Guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -31,6 +31,8 @@ declare const ListComponentsCommand_base: {
31
31
  * <p>For more information about components, see
32
32
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
33
33
  * <i>Proton User Guide</i>.</p>
34
+ *
35
+ * @deprecated AWS Proton is not accepting new customers.
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListDeploymentsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List deployments. You can filter the result list by environment, service, or a single service instance.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -30,6 +30,8 @@ declare const ListEnvironmentAccountConnectionsCommand_base: {
30
30
  * <p>View a list of environment account connections.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
32
32
  * connections</a> in the <i>Proton User guide</i>.</p>
33
+ *
34
+ * @deprecated AWS Proton is not accepting new customers.
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
35
37
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListEnvironmentOutputsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List the infrastructure as code outputs for your environment.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListEnvironmentProvisionedResourcesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List the provisioned resources for your environment.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListEnvironmentTemplateVersionsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List major or minor versions of an environment template with detail data.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListEnvironmentTemplatesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List environment templates.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListEnvironmentsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List environments with detail data summaries.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListRepositoriesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List linked repositories with detail data.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListRepositorySyncDefinitionsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List repository sync definitions with detail data.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListServiceInstanceOutputsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get a list service of instance Infrastructure as Code (IaC) outputs.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListServiceInstanceProvisionedResourcesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List provisioned resources for a service instance with details.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -29,6 +29,8 @@ declare const ListServiceInstancesCommand_base: {
29
29
  /**
30
30
  * <p>List service instances with summary data. This action lists service instances of all
31
31
  * services in the Amazon Web Services account.</p>
32
+ *
33
+ * @deprecated AWS Proton is not accepting new customers.
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListServicePipelineOutputsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Get a list of service pipeline Infrastructure as Code (IaC) outputs.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListServicePipelineProvisionedResourcesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List provisioned resources for a service and pipeline with details.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListServiceTemplateVersionsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List major or minor versions of a service template with detail data.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListServiceTemplatesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List service templates with detail data.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const ListServicesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>List services with summaries of detail data.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -29,6 +29,8 @@ declare const ListTagsForResourceCommand_base: {
29
29
  /**
30
30
  * <p>List tags for a resource. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton
31
31
  * resources and tagging</a> in the <i>Proton User Guide</i>.</p>
32
+ *
33
+ * @deprecated AWS Proton is not accepting new customers.
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -29,6 +29,8 @@ declare const NotifyResourceDeploymentStatusChangeCommand_base: {
29
29
  /**
30
30
  * <p>Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.</p>
31
31
  * <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 provisioning</a> in the <i>Proton User Guide</i>.</p>
32
+ *
33
+ * @deprecated AWS Proton is not accepting new customers.
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -33,6 +33,8 @@ declare const RejectEnvironmentAccountConnectionCommand_base: {
33
33
  * <p>You <i>can’t</i> reject an environment account connection that's connected to an environment.</p>
34
34
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
35
35
  * connections</a> in the <i>Proton User guide</i>.</p>
36
+ *
37
+ * @deprecated AWS Proton is not accepting new customers.
36
38
  * @example
37
39
  * Use a bare-bones client and the command you need to make an API call.
38
40
  * ```javascript
@@ -30,6 +30,8 @@ declare const TagResourceCommand_base: {
30
30
  * <p>Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in
32
32
  * the <i>Proton User Guide</i>.</p>
33
+ *
34
+ * @deprecated AWS Proton is not accepting new customers.
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
35
37
  * ```javascript
@@ -30,6 +30,8 @@ declare const UntagResourceCommand_base: {
30
30
  * <p>Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in
32
32
  * the <i>Proton User Guide</i>.</p>
33
+ *
34
+ * @deprecated AWS Proton is not accepting new customers.
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
35
37
  * ```javascript
@@ -28,6 +28,8 @@ declare const UpdateAccountSettingsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Update Proton settings that are used for multiple services in the Amazon Web Services account.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -36,6 +36,8 @@ declare const UpdateComponentCommand_base: {
36
36
  * <p>For more information about components, see
37
37
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
38
38
  * <i>Proton User Guide</i>.</p>
39
+ *
40
+ * @deprecated AWS Proton is not accepting new customers.
39
41
  * @example
40
42
  * Use a bare-bones client and the command you need to make an API call.
41
43
  * ```javascript
@@ -30,6 +30,8 @@ declare const UpdateEnvironmentAccountConnectionCommand_base: {
30
30
  * <p>In an environment account, update an environment account connection to use a new IAM role.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
32
32
  * connections</a> in the <i>Proton User guide</i>.</p>
33
+ *
34
+ * @deprecated AWS Proton is not accepting new customers.
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
35
37
  * ```javascript
@@ -76,6 +76,8 @@ declare const UpdateEnvironmentCommand_base: {
76
76
  * by default. You can also specify a different major version that's higher than the major version in use and a minor version.</p>
77
77
  * </dd>
78
78
  * </dl>
79
+ *
80
+ * @deprecated AWS Proton is not accepting new customers.
79
81
  * @example
80
82
  * Use a bare-bones client and the command you need to make an API call.
81
83
  * ```javascript
@@ -28,6 +28,8 @@ declare const UpdateEnvironmentTemplateCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Update an environment template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const UpdateEnvironmentTemplateVersionCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Update a major or minor version of an environment template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -41,6 +41,8 @@ declare const UpdateServiceCommand_base: {
41
41
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
42
42
  * <i>Proton User Guide</i>.</p>
43
43
  * </note>
44
+ *
45
+ * @deprecated AWS Proton is not accepting new customers.
44
46
  * @example
45
47
  * Use a bare-bones client and the command you need to make an API call.
46
48
  * ```javascript
@@ -37,6 +37,8 @@ declare const UpdateServiceInstanceCommand_base: {
37
37
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
38
38
  * <i>Proton User Guide</i>.</p>
39
39
  * </note>
40
+ *
41
+ * @deprecated AWS Proton is not accepting new customers.
40
42
  * @example
41
43
  * Use a bare-bones client and the command you need to make an API call.
42
44
  * ```javascript
@@ -68,6 +68,8 @@ declare const UpdateServicePipelineCommand_base: {
68
68
  * minor version.</p>
69
69
  * </dd>
70
70
  * </dl>
71
+ *
72
+ * @deprecated AWS Proton is not accepting new customers.
71
73
  * @example
72
74
  * Use a bare-bones client and the command you need to make an API call.
73
75
  * ```javascript
@@ -28,6 +28,8 @@ declare const UpdateServiceSyncBlockerCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Update the service sync blocker by resolving it.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const UpdateServiceSyncConfigCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Update the Proton Ops config file.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const UpdateServiceTemplateCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Update a service template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -28,6 +28,8 @@ declare const UpdateServiceTemplateVersionCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Update a major or minor version of a service template.</p>
31
+ *
32
+ * @deprecated AWS Proton is not accepting new customers.
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -30,6 +30,8 @@ declare const UpdateTemplateSyncConfigCommand_base: {
30
30
  * <p>Update template sync configuration parameters, except for the <code>templateName</code> and <code>templateType</code>. Repository details
31
31
  * (branch, name, and provider) should be of a linked repository. A linked repository is a repository that has been registered with Proton. For
32
32
  * more information, see <a>CreateRepository</a>.</p>
33
+ *
34
+ * @deprecated AWS Proton is not accepting new customers.
33
35
  * @example
34
36
  * Use a bare-bones client and the command you need to make an API call.
35
37
  * ```javascript
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-proton",
3
3
  "description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
4
- "version": "3.901.0",
4
+ "version": "3.905.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-proton",