@aws-sdk/client-auto-scaling 3.183.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_query.js +2 -2
- package/dist-es/AutoScaling.js +253 -246
- package/dist-es/AutoScalingClient.js +28 -22
- package/dist-es/commands/AttachInstancesCommand.js +29 -22
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +28 -21
- package/dist-es/commands/AttachLoadBalancersCommand.js +28 -21
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +28 -21
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +28 -21
- package/dist-es/commands/CancelInstanceRefreshCommand.js +28 -21
- package/dist-es/commands/CompleteLifecycleActionCommand.js +28 -21
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +29 -22
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +29 -22
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +29 -22
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +29 -22
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteLifecycleHookCommand.js +28 -21
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +29 -22
- package/dist-es/commands/DeletePolicyCommand.js +29 -22
- package/dist-es/commands/DeleteScheduledActionCommand.js +29 -22
- package/dist-es/commands/DeleteTagsCommand.js +29 -22
- package/dist-es/commands/DeleteWarmPoolCommand.js +28 -21
- package/dist-es/commands/DescribeAccountLimitsCommand.js +29 -22
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +29 -22
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +28 -21
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +29 -22
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +28 -21
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +28 -21
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +29 -22
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +28 -21
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeLoadBalancersCommand.js +28 -21
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +29 -22
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +28 -21
- package/dist-es/commands/DescribePoliciesCommand.js +28 -21
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +28 -21
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +29 -22
- package/dist-es/commands/DescribeScheduledActionsCommand.js +28 -21
- package/dist-es/commands/DescribeTagsCommand.js +28 -21
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +29 -22
- package/dist-es/commands/DescribeWarmPoolCommand.js +28 -21
- package/dist-es/commands/DetachInstancesCommand.js +28 -21
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +28 -21
- package/dist-es/commands/DetachLoadBalancersCommand.js +28 -21
- package/dist-es/commands/DisableMetricsCollectionCommand.js +29 -22
- package/dist-es/commands/EnableMetricsCollectionCommand.js +29 -22
- package/dist-es/commands/EnterStandbyCommand.js +28 -21
- package/dist-es/commands/ExecutePolicyCommand.js +29 -22
- package/dist-es/commands/ExitStandbyCommand.js +28 -21
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +28 -21
- package/dist-es/commands/PutLifecycleHookCommand.js +28 -21
- package/dist-es/commands/PutNotificationConfigurationCommand.js +29 -22
- package/dist-es/commands/PutScalingPolicyCommand.js +28 -21
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +29 -22
- package/dist-es/commands/PutWarmPoolCommand.js +28 -21
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +28 -21
- package/dist-es/commands/ResumeProcessesCommand.js +29 -22
- package/dist-es/commands/SetDesiredCapacityCommand.js +29 -22
- package/dist-es/commands/SetInstanceHealthCommand.js +29 -22
- package/dist-es/commands/SetInstanceProtectionCommand.js +28 -21
- package/dist-es/commands/StartInstanceRefreshCommand.js +28 -21
- package/dist-es/commands/SuspendProcessesCommand.js +29 -22
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +28 -21
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +29 -22
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/AutoScalingServiceException.js +10 -5
- package/dist-es/models/models_0.js +262 -585
- package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +68 -25
- package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/DescribePoliciesPaginator.js +68 -25
- package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +68 -25
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeTagsPaginator.js +68 -25
- package/dist-es/protocols/Aws_query.js +5762 -4096
- 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/waitForGroupExists.js +56 -36
- package/dist-es/waiters/waitForGroupInService.js +78 -58
- package/dist-es/waiters/waitForGroupNotExists.js +56 -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-auto-scaling
|
|
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.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
|
|
@@ -7893,10 +7893,10 @@ const deserializeAws_queryWarmPoolConfiguration = (output, context) => {
|
|
|
7893
7893
|
return contents;
|
|
7894
7894
|
};
|
|
7895
7895
|
const deserializeMetadata = (output) => {
|
|
7896
|
-
var _a;
|
|
7896
|
+
var _a, _b;
|
|
7897
7897
|
return ({
|
|
7898
7898
|
httpStatusCode: output.statusCode,
|
|
7899
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
7899
|
+
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"],
|
|
7900
7900
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
7901
7901
|
cfId: output.headers["x-amz-cf-id"],
|
|
7902
7902
|
});
|