@aws-sdk/client-proton 3.901.0 → 3.906.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 (91) hide show
  1. package/dist-cjs/endpoint/ruleset.js +1 -1
  2. package/dist-cjs/index.js +5702 -5972
  3. package/dist-es/endpoint/ruleset.js +1 -1
  4. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -0
  5. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +2 -0
  6. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -0
  7. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -0
  8. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateComponentCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +2 -0
  11. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  12. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +2 -0
  13. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -0
  14. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -0
  15. package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
  16. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +2 -0
  17. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +2 -0
  18. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +2 -0
  19. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +2 -0
  20. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +2 -0
  21. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -0
  22. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -0
  23. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -0
  24. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
  25. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +2 -0
  26. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +2 -0
  27. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -0
  28. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
  29. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +2 -0
  30. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -0
  31. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +2 -0
  32. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +2 -0
  33. package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
  34. package/dist-types/commands/GetComponentCommand.d.ts +2 -0
  35. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
  36. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -0
  37. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
  38. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +2 -0
  39. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +2 -0
  40. package/dist-types/commands/GetRepositoryCommand.d.ts +2 -0
  41. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -0
  42. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +2 -0
  43. package/dist-types/commands/GetServiceCommand.d.ts +2 -0
  44. package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -0
  45. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +2 -0
  46. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +2 -0
  47. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +2 -0
  48. package/dist-types/commands/GetServiceTemplateCommand.d.ts +2 -0
  49. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +2 -0
  50. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +2 -0
  51. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +2 -0
  52. package/dist-types/commands/ListComponentOutputsCommand.d.ts +2 -0
  53. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -0
  54. package/dist-types/commands/ListComponentsCommand.d.ts +2 -0
  55. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
  56. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -0
  57. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +2 -0
  58. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +2 -0
  59. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +2 -0
  60. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +2 -0
  61. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
  62. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -0
  63. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +2 -0
  64. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +2 -0
  65. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +2 -0
  66. package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -0
  67. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +2 -0
  68. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +2 -0
  69. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +2 -0
  70. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +2 -0
  71. package/dist-types/commands/ListServicesCommand.d.ts +2 -0
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  73. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -0
  74. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -0
  75. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  76. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  77. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  78. package/dist-types/commands/UpdateComponentCommand.d.ts +2 -0
  79. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -0
  80. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
  81. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +2 -0
  82. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +2 -0
  83. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
  84. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +2 -0
  85. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +2 -0
  86. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +2 -0
  87. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +2 -0
  88. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +2 -0
  89. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +2 -0
  90. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +2 -0
  91. package/package.json +5 -5
@@ -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.906.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",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.901.0",
24
- "@aws-sdk/credential-provider-node": "3.901.0",
23
+ "@aws-sdk/core": "3.906.0",
24
+ "@aws-sdk/credential-provider-node": "3.906.0",
25
25
  "@aws-sdk/middleware-host-header": "3.901.0",
26
26
  "@aws-sdk/middleware-logger": "3.901.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.901.0",
28
- "@aws-sdk/middleware-user-agent": "3.901.0",
28
+ "@aws-sdk/middleware-user-agent": "3.906.0",
29
29
  "@aws-sdk/region-config-resolver": "3.901.0",
30
30
  "@aws-sdk/types": "3.901.0",
31
31
  "@aws-sdk/util-endpoints": "3.901.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.901.0",
33
- "@aws-sdk/util-user-agent-node": "3.901.0",
33
+ "@aws-sdk/util-user-agent-node": "3.906.0",
34
34
  "@smithy/config-resolver": "^4.3.0",
35
35
  "@smithy/core": "^3.14.0",
36
36
  "@smithy/fetch-http-handler": "^5.3.0",