@aws-sdk/client-auto-scaling 3.649.0 → 3.651.1
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/dist-cjs/index.js +65 -195
- package/dist-es/commands/AttachInstancesCommand.js +1 -3
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +1 -3
- package/dist-es/commands/AttachLoadBalancersCommand.js +1 -3
- package/dist-es/commands/AttachTrafficSourcesCommand.js +1 -3
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +1 -3
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +1 -3
- package/dist-es/commands/CancelInstanceRefreshCommand.js +1 -3
- package/dist-es/commands/CompleteLifecycleActionCommand.js +1 -3
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +1 -3
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +1 -3
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +1 -3
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteLifecycleHookCommand.js +1 -3
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +1 -3
- package/dist-es/commands/DeletePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteScheduledActionCommand.js +1 -3
- package/dist-es/commands/DeleteTagsCommand.js +1 -3
- package/dist-es/commands/DeleteWarmPoolCommand.js +1 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +1 -3
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +1 -3
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -3
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +1 -3
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +1 -3
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +1 -3
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +1 -3
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -3
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +1 -3
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +1 -3
- package/dist-es/commands/DescribePoliciesCommand.js +1 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +1 -3
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +1 -3
- package/dist-es/commands/DescribeScheduledActionsCommand.js +1 -3
- package/dist-es/commands/DescribeTagsCommand.js +1 -3
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +1 -3
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +1 -3
- package/dist-es/commands/DescribeWarmPoolCommand.js +1 -3
- package/dist-es/commands/DetachInstancesCommand.js +1 -3
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +1 -3
- package/dist-es/commands/DetachLoadBalancersCommand.js +1 -3
- package/dist-es/commands/DetachTrafficSourcesCommand.js +1 -3
- package/dist-es/commands/DisableMetricsCollectionCommand.js +1 -3
- package/dist-es/commands/EnableMetricsCollectionCommand.js +1 -3
- package/dist-es/commands/EnterStandbyCommand.js +1 -3
- package/dist-es/commands/ExecutePolicyCommand.js +1 -3
- package/dist-es/commands/ExitStandbyCommand.js +1 -3
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +1 -3
- package/dist-es/commands/PutLifecycleHookCommand.js +1 -3
- package/dist-es/commands/PutNotificationConfigurationCommand.js +1 -3
- package/dist-es/commands/PutScalingPolicyCommand.js +1 -3
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +1 -3
- package/dist-es/commands/PutWarmPoolCommand.js +1 -3
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +1 -3
- package/dist-es/commands/ResumeProcessesCommand.js +1 -3
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +1 -3
- package/dist-es/commands/SetDesiredCapacityCommand.js +1 -3
- package/dist-es/commands/SetInstanceHealthCommand.js +1 -3
- package/dist-es/commands/SetInstanceProtectionCommand.js +1 -3
- package/dist-es/commands/StartInstanceRefreshCommand.js +1 -3
- package/dist-es/commands/SuspendProcessesCommand.js +1 -3
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +1 -3
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -6,9 +6,7 @@ import { de_PutScheduledUpdateGroupActionCommand, se_PutScheduledUpdateGroupActi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutScheduledUpdateGroupActionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutWarmPoolCommand, se_PutWarmPoolCommand } from "../protocols/Aws_q
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutWarmPoolCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RecordLifecycleActionHeartbeatCommand, se_RecordLifecycleActionHeart
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RecordLifecycleActionHeartbeatCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ResumeProcessesCommand, se_ResumeProcessesCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ResumeProcessesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RollbackInstanceRefreshCommand, se_RollbackInstanceRefreshCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RollbackInstanceRefreshCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetDesiredCapacityCommand, se_SetDesiredCapacityCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetDesiredCapacityCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetInstanceHealthCommand, se_SetInstanceHealthCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetInstanceHealthCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetInstanceProtectionCommand, se_SetInstanceProtectionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetInstanceProtectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartInstanceRefreshCommand, se_StartInstanceRefreshCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartInstanceRefreshCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SuspendProcessesCommand, se_SuspendProcessesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SuspendProcessesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TerminateInstanceInAutoScalingGroupCommand, se_TerminateInstanceInAu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TerminateInstanceInAutoScalingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateAutoScalingGroupCommand, se_UpdateAutoScalingGroupCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateAutoScalingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-auto-scaling",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|