@aws-sdk/client-auto-scaling 3.53.0 → 3.55.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 +27 -0
- package/dist-cjs/AutoScalingClient.js +13 -13
- package/dist-cjs/commands/AttachInstancesCommand.js +3 -3
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +3 -3
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +3 -3
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +3 -3
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +3 -3
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +3 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +3 -3
- package/dist-cjs/commands/DescribePoliciesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +3 -3
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/DetachInstancesCommand.js +3 -3
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +3 -3
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +3 -3
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +3 -3
- package/dist-cjs/commands/EnterStandbyCommand.js +3 -3
- package/dist-cjs/commands/ExecutePolicyCommand.js +3 -3
- package/dist-cjs/commands/ExitStandbyCommand.js +3 -3
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +3 -3
- package/dist-cjs/commands/PutLifecycleHookCommand.js +3 -3
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-cjs/commands/PutWarmPoolCommand.js +3 -3
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
- package/dist-cjs/commands/ResumeProcessesCommand.js +3 -3
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +3 -3
- package/dist-cjs/commands/SetInstanceHealthCommand.js +3 -3
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +3 -3
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +3 -3
- package/dist-cjs/commands/SuspendProcessesCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +3 -3
- package/dist-cjs/endpoints.js +2 -2
- package/dist-cjs/protocols/Aws_query.js +411 -411
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForGroupExists.js +3 -3
- package/dist-cjs/waiters/waitForGroupInService.js +3 -3
- package/dist-cjs/waiters/waitForGroupNotExists.js +3 -3
- package/dist-es/AutoScaling.js +61 -61
- package/dist-es/endpoints.js +1 -1
- package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +4 -4
- package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +4 -4
- package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +4 -4
- package/dist-es/pagination/DescribePoliciesPaginator.js +4 -4
- package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +4 -4
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeTagsPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +131 -131
- package/dist-es/waiters/waitForGroupInService.js +4 -4
- package/dist-types/AutoScalingClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/AutoScalingClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeNotificationConfigurationsCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeNotificationConfigurationsCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.describeNotificationConfigurations.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.describeNotificationConfigurations.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateDescribeNotificationConfigurations(config, input) {
|
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
input["MaxRecords"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof AutoScaling)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof AutoScalingClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new DescribePoliciesCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribePoliciesCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.describePolicies.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.describePolicies.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateDescribePolicies(config, input) {
|
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
input["MaxRecords"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof AutoScaling)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof AutoScalingClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeScalingActivitiesCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeScalingActivitiesCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.describeScalingActivities.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.describeScalingActivities.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateDescribeScalingActivities(config, input) {
|
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
input["MaxRecords"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof AutoScaling)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof AutoScalingClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeScheduledActionsCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeScheduledActionsCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.describeScheduledActions.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.describeScheduledActions.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateDescribeScheduledActions(config, input) {
|
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
input["MaxRecords"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof AutoScaling)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof AutoScalingClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeTagsCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new DescribeTagsCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.describeTags.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.describeTags.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateDescribeTags(config, input) {
|
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
input["MaxRecords"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof AutoScaling)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof AutoScalingClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|