@aws-sdk/client-ecs 3.184.0 → 3.186.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 +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/ECS.js +217 -210
- package/dist-es/ECSClient.js +28 -22
- package/dist-es/commands/CreateCapacityProviderCommand.js +28 -21
- package/dist-es/commands/CreateClusterCommand.js +28 -21
- package/dist-es/commands/CreateServiceCommand.js +28 -21
- package/dist-es/commands/CreateTaskSetCommand.js +28 -21
- package/dist-es/commands/DeleteAccountSettingCommand.js +28 -21
- package/dist-es/commands/DeleteAttributesCommand.js +28 -21
- package/dist-es/commands/DeleteCapacityProviderCommand.js +28 -21
- package/dist-es/commands/DeleteClusterCommand.js +28 -21
- package/dist-es/commands/DeleteServiceCommand.js +28 -21
- package/dist-es/commands/DeleteTaskSetCommand.js +28 -21
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +28 -21
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +28 -21
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +28 -21
- package/dist-es/commands/DescribeClustersCommand.js +28 -21
- package/dist-es/commands/DescribeContainerInstancesCommand.js +28 -21
- package/dist-es/commands/DescribeServicesCommand.js +28 -21
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +28 -21
- package/dist-es/commands/DescribeTaskSetsCommand.js +28 -21
- package/dist-es/commands/DescribeTasksCommand.js +28 -21
- package/dist-es/commands/DiscoverPollEndpointCommand.js +28 -21
- package/dist-es/commands/ExecuteCommandCommand.js +28 -21
- package/dist-es/commands/ListAccountSettingsCommand.js +28 -21
- package/dist-es/commands/ListAttributesCommand.js +28 -21
- package/dist-es/commands/ListClustersCommand.js +28 -21
- package/dist-es/commands/ListContainerInstancesCommand.js +28 -21
- package/dist-es/commands/ListServicesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +28 -21
- package/dist-es/commands/ListTaskDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListTasksCommand.js +28 -21
- package/dist-es/commands/PutAccountSettingCommand.js +28 -21
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +28 -21
- package/dist-es/commands/PutAttributesCommand.js +28 -21
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +28 -21
- package/dist-es/commands/RegisterContainerInstanceCommand.js +28 -21
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +28 -21
- package/dist-es/commands/RunTaskCommand.js +28 -21
- package/dist-es/commands/StartTaskCommand.js +28 -21
- package/dist-es/commands/StopTaskCommand.js +28 -21
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +28 -21
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +28 -21
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateCapacityProviderCommand.js +28 -21
- package/dist-es/commands/UpdateClusterCommand.js +28 -21
- package/dist-es/commands/UpdateClusterSettingsCommand.js +28 -21
- package/dist-es/commands/UpdateContainerAgentCommand.js +28 -21
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +28 -21
- package/dist-es/commands/UpdateServiceCommand.js +28 -21
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +28 -21
- package/dist-es/commands/UpdateTaskSetCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ECSServiceException.js +10 -5
- package/dist-es/models/models_0.js +449 -818
- package/dist-es/pagination/ListAccountSettingsPaginator.js +68 -25
- package/dist-es/pagination/ListAttributesPaginator.js +68 -25
- package/dist-es/pagination/ListClustersPaginator.js +68 -25
- package/dist-es/pagination/ListContainerInstancesPaginator.js +68 -25
- package/dist-es/pagination/ListServicesPaginator.js +68 -25
- package/dist-es/pagination/ListTaskDefinitionFamiliesPaginator.js +68 -25
- package/dist-es/pagination/ListTaskDefinitionsPaginator.js +68 -25
- package/dist-es/pagination/ListTasksPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +5280 -4631
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForServicesInactive.js +88 -47
- package/dist-es/waiters/waitForServicesStable.js +123 -72
- package/dist-es/waiters/waitForTasksRunning.js +114 -63
- package/dist-es/waiters/waitForTasksStopped.js +67 -36
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ecs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.184.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.183.0...v3.184.0) (2022-10-04)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-ecs
|
|
@@ -6458,10 +6458,10 @@ const deserializeAws_json1_1VolumeList = (output, context) => {
|
|
|
6458
6458
|
return retVal;
|
|
6459
6459
|
};
|
|
6460
6460
|
const deserializeMetadata = (output) => {
|
|
6461
|
-
var _a;
|
|
6461
|
+
var _a, _b;
|
|
6462
6462
|
return ({
|
|
6463
6463
|
httpStatusCode: output.statusCode,
|
|
6464
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
6464
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
6465
6465
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
6466
6466
|
cfId: output.headers["x-amz-cf-id"],
|
|
6467
6467
|
});
|