@aws-sdk/client-proton 3.180.0 → 3.183.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.
- package/CHANGELOG.md +25 -0
- package/README.md +1 -3
- package/dist-cjs/protocols/Aws_json1_0.js +84 -75
- package/dist-es/Proton.js +302 -309
- package/dist-es/ProtonClient.js +22 -28
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +21 -28
- package/dist-es/commands/CancelComponentDeploymentCommand.js +21 -28
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +21 -28
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +21 -28
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +21 -28
- package/dist-es/commands/CreateComponentCommand.js +21 -28
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +21 -28
- package/dist-es/commands/CreateEnvironmentCommand.js +21 -28
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +21 -28
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +21 -28
- package/dist-es/commands/CreateRepositoryCommand.js +21 -28
- package/dist-es/commands/CreateServiceCommand.js +21 -28
- package/dist-es/commands/CreateServiceTemplateCommand.js +21 -28
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +21 -28
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +21 -28
- package/dist-es/commands/DeleteComponentCommand.js +21 -28
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +21 -28
- package/dist-es/commands/DeleteEnvironmentCommand.js +21 -28
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +21 -28
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +21 -28
- package/dist-es/commands/DeleteRepositoryCommand.js +21 -28
- package/dist-es/commands/DeleteServiceCommand.js +21 -28
- package/dist-es/commands/DeleteServiceTemplateCommand.js +21 -28
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +21 -28
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +21 -28
- package/dist-es/commands/GetAccountSettingsCommand.js +21 -28
- package/dist-es/commands/GetComponentCommand.js +21 -28
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +21 -28
- package/dist-es/commands/GetEnvironmentCommand.js +21 -28
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +21 -28
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +21 -28
- package/dist-es/commands/GetRepositoryCommand.js +21 -28
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +21 -28
- package/dist-es/commands/GetServiceCommand.js +21 -28
- package/dist-es/commands/GetServiceInstanceCommand.js +21 -28
- package/dist-es/commands/GetServiceTemplateCommand.js +21 -28
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +21 -28
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +21 -28
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +21 -28
- package/dist-es/commands/ListComponentOutputsCommand.js +21 -28
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +21 -28
- package/dist-es/commands/ListComponentsCommand.js +21 -28
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +21 -28
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +21 -28
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +21 -28
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +21 -28
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +21 -28
- package/dist-es/commands/ListEnvironmentsCommand.js +21 -28
- package/dist-es/commands/ListRepositoriesCommand.js +21 -28
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +21 -28
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +21 -28
- package/dist-es/commands/ListServiceInstancesCommand.js +21 -28
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +21 -28
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +21 -28
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +21 -28
- package/dist-es/commands/ListServiceTemplatesCommand.js +21 -28
- package/dist-es/commands/ListServicesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +21 -28
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateAccountSettingsCommand.js +21 -28
- package/dist-es/commands/UpdateComponentCommand.js +21 -28
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +21 -28
- package/dist-es/commands/UpdateEnvironmentCommand.js +21 -28
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +21 -28
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +21 -28
- package/dist-es/commands/UpdateServiceCommand.js +21 -28
- package/dist-es/commands/UpdateServiceInstanceCommand.js +21 -28
- package/dist-es/commands/UpdateServicePipelineCommand.js +21 -28
- package/dist-es/commands/UpdateServiceTemplateCommand.js +21 -28
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +21 -28
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ProtonServiceException.js +5 -10
- package/dist-es/models/models_0.js +794 -302
- package/dist-es/pagination/ListComponentOutputsPaginator.js +24 -67
- package/dist-es/pagination/ListComponentProvisionedResourcesPaginator.js +24 -67
- package/dist-es/pagination/ListComponentsPaginator.js +25 -68
- package/dist-es/pagination/ListEnvironmentAccountConnectionsPaginator.js +25 -68
- package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +24 -67
- package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +24 -67
- package/dist-es/pagination/ListEnvironmentTemplateVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListEnvironmentTemplatesPaginator.js +25 -68
- package/dist-es/pagination/ListEnvironmentsPaginator.js +25 -68
- package/dist-es/pagination/ListRepositoriesPaginator.js +25 -68
- package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +24 -67
- package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +24 -67
- package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +24 -67
- package/dist-es/pagination/ListServiceInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +24 -67
- package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +24 -67
- package/dist-es/pagination/ListServiceTemplateVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListServiceTemplatesPaginator.js +25 -68
- package/dist-es/pagination/ListServicesPaginator.js +25 -68
- package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_0.js +5018 -6531
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForComponentDeleted.js +30 -50
- package/dist-es/waiters/waitForComponentDeployed.js +36 -56
- package/dist-es/waiters/waitForEnvironmentDeployed.js +36 -56
- package/dist-es/waiters/waitForEnvironmentTemplateVersionRegistered.js +45 -65
- package/dist-es/waiters/waitForServiceCreated.js +54 -74
- package/dist-es/waiters/waitForServiceDeleted.js +30 -50
- package/dist-es/waiters/waitForServiceInstanceDeployed.js +36 -56
- package/dist-es/waiters/waitForServicePipelineDeployed.js +36 -56
- package/dist-es/waiters/waitForServiceTemplateVersionRegistered.js +45 -65
- package/dist-es/waiters/waitForServiceUpdated.js +63 -83
- package/dist-types/Proton.d.ts +78 -71
- package/dist-types/ProtonClient.d.ts +1 -3
- package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +2 -2
- package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -2
- package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -1
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -2
- package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -5
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -3
- package/dist-types/commands/CreateServiceTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +5 -3
- package/dist-types/commands/DeleteComponentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -2
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetComponentCommand.d.ts +2 -2
- package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -2
- package/dist-types/commands/GetRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -2
- package/dist-types/commands/ListComponentOutputsCommand.d.ts +2 -2
- package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +1 -1
- package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +3 -1
- package/dist-types/models/models_0.d.ts +102 -87
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-proton
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **clients:** make parseErrorBody async ([#3999](https://github.com/aws/aws-sdk-js-v3/issues/3999)) ([2558c93](https://github.com/aws/aws-sdk-js-v3/commit/2558c93c050357ac6dc47aa0452b15b12ebfd676))
|
|
20
|
+
* **clients:** populate message field when parsing errors ([#3995](https://github.com/aws/aws-sdk-js-v3/issues/3995)) ([02e47f1](https://github.com/aws/aws-sdk-js-v3/commit/02e47f14397ae0a5d2e2883350d038b307fdcdb4))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **client-proton:** This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API ([bedb9af](https://github.com/aws/aws-sdk-js-v3/commit/bedb9afd214f8a7631b003c15729469994c3cad5))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
6
31
|
# [3.180.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.179.0...v3.180.0) (2022-09-27)
|
|
7
32
|
|
|
8
33
|
**Note:** Version bump only for package @aws-sdk/client-proton
|
package/README.md
CHANGED
|
@@ -21,9 +21,7 @@ listed API operations.</p>
|
|
|
21
21
|
running on Proton, developers need permissions to the service <i>create</i>, <i>list</i>,
|
|
22
22
|
<i>update</i> and <i>delete</i> API operations and the service instance <i>list</i> and
|
|
23
23
|
<i>update</i> API operations.</p>
|
|
24
|
-
<p>To learn more about Proton
|
|
25
|
-
Administrator Guide</a>.</p>
|
|
26
|
-
<p>To learn more about deploying serverless and containerized applications on Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">Proton User Guide</a>.</p>
|
|
24
|
+
<p>To learn more about Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">Proton User Guide</a>.</p>
|
|
27
25
|
<p>
|
|
28
26
|
<b>Ensuring Idempotency</b>
|
|
29
27
|
</p>
|