@aws-sdk/client-auto-scaling 3.948.0 → 3.953.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/dist-cjs/index.js +870 -580
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AttachInstancesCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancersCommand.js +2 -2
- package/dist-es/commands/AttachTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/CancelInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/CompleteLifecycleActionCommand.js +2 -2
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecycleHookCommand.js +2 -2
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWarmPoolCommand.js +2 -2
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +2 -2
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribePoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/DescribeWarmPoolCommand.js +2 -2
- package/dist-es/commands/DetachInstancesCommand.js +2 -2
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DetachLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DetachTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnterStandbyCommand.js +2 -2
- package/dist-es/commands/ExecutePolicyCommand.js +2 -2
- package/dist-es/commands/ExitStandbyCommand.js +2 -2
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +2 -2
- package/dist-es/commands/LaunchInstancesCommand.js +2 -2
- package/dist-es/commands/PutLifecycleHookCommand.js +2 -2
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/PutWarmPoolCommand.js +2 -2
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
- package/dist-es/commands/ResumeProcessesCommand.js +2 -2
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
- package/dist-es/commands/SetInstanceProtectionCommand.js +2 -2
- package/dist-es/commands/StartInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/SuspendProcessesCommand.js +2 -2
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +540 -519
- package/dist-types/AutoScalingClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +270 -345
- package/dist-types/ts3.4/AutoScalingClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +269 -345
- package/package.json +35 -35
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeScalingProcessTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeScalingProcessTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeScalingProcessTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeScalingProcessTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeScalingProcessTypes", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeScalingProcessTypesCommand")
|
|
14
|
-
.sc(DescribeScalingProcessTypes)
|
|
14
|
+
.sc(DescribeScalingProcessTypes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeScheduledActions } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeScheduledActions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeScheduledActionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeScheduledActionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeScheduledActions", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeScheduledActionsCommand")
|
|
14
|
-
.sc(DescribeScheduledActions)
|
|
14
|
+
.sc(DescribeScheduledActions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeTags } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeTags", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeTagsCommand")
|
|
14
|
-
.sc(DescribeTags)
|
|
14
|
+
.sc(DescribeTags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeTerminationPolicyTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTerminationPolicyTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTerminationPolicyTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTerminationPolicyTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeTerminationPolicyTypes", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeTerminationPolicyTypesCommand")
|
|
14
|
-
.sc(DescribeTerminationPolicyTypes)
|
|
14
|
+
.sc(DescribeTerminationPolicyTypes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeTrafficSources } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeTrafficSources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeTrafficSourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeTrafficSourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeTrafficSources", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeTrafficSourcesCommand")
|
|
14
|
-
.sc(DescribeTrafficSources)
|
|
14
|
+
.sc(DescribeTrafficSources$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeWarmPool } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeWarmPool$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeWarmPoolCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeWarmPoolCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeWarmPool", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeWarmPoolCommand")
|
|
14
|
-
.sc(DescribeWarmPool)
|
|
14
|
+
.sc(DescribeWarmPool$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachInstances } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachInstances$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachInstancesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachInstancesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DetachInstances", {})
|
|
13
13
|
.n("AutoScalingClient", "DetachInstancesCommand")
|
|
14
|
-
.sc(DetachInstances)
|
|
14
|
+
.sc(DetachInstances$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachLoadBalancerTargetGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachLoadBalancerTargetGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachLoadBalancerTargetGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachLoadBalancerTargetGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DetachLoadBalancerTargetGroups", {})
|
|
13
13
|
.n("AutoScalingClient", "DetachLoadBalancerTargetGroupsCommand")
|
|
14
|
-
.sc(DetachLoadBalancerTargetGroups)
|
|
14
|
+
.sc(DetachLoadBalancerTargetGroups$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachLoadBalancers } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachLoadBalancers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachLoadBalancersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachLoadBalancersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DetachLoadBalancers", {})
|
|
13
13
|
.n("AutoScalingClient", "DetachLoadBalancersCommand")
|
|
14
|
-
.sc(DetachLoadBalancers)
|
|
14
|
+
.sc(DetachLoadBalancers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachTrafficSources } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachTrafficSources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachTrafficSourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachTrafficSourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DetachTrafficSources", {})
|
|
13
13
|
.n("AutoScalingClient", "DetachTrafficSourcesCommand")
|
|
14
|
-
.sc(DetachTrafficSources)
|
|
14
|
+
.sc(DetachTrafficSources$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisableMetricsCollection } from "../schemas/schemas_0";
|
|
4
|
+
import { DisableMetricsCollection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisableMetricsCollectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisableMetricsCollectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DisableMetricsCollection", {})
|
|
13
13
|
.n("AutoScalingClient", "DisableMetricsCollectionCommand")
|
|
14
|
-
.sc(DisableMetricsCollection)
|
|
14
|
+
.sc(DisableMetricsCollection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { EnableMetricsCollection } from "../schemas/schemas_0";
|
|
4
|
+
import { EnableMetricsCollection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnableMetricsCollectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class EnableMetricsCollectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "EnableMetricsCollection", {})
|
|
13
13
|
.n("AutoScalingClient", "EnableMetricsCollectionCommand")
|
|
14
|
-
.sc(EnableMetricsCollection)
|
|
14
|
+
.sc(EnableMetricsCollection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { EnterStandby } from "../schemas/schemas_0";
|
|
4
|
+
import { EnterStandby$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnterStandbyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class EnterStandbyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "EnterStandby", {})
|
|
13
13
|
.n("AutoScalingClient", "EnterStandbyCommand")
|
|
14
|
-
.sc(EnterStandby)
|
|
14
|
+
.sc(EnterStandby$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ExecutePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { ExecutePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ExecutePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ExecutePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "ExecutePolicy", {})
|
|
13
13
|
.n("AutoScalingClient", "ExecutePolicyCommand")
|
|
14
|
-
.sc(ExecutePolicy)
|
|
14
|
+
.sc(ExecutePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ExitStandby } from "../schemas/schemas_0";
|
|
4
|
+
import { ExitStandby$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ExitStandbyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ExitStandbyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "ExitStandby", {})
|
|
13
13
|
.n("AutoScalingClient", "ExitStandbyCommand")
|
|
14
|
-
.sc(ExitStandby)
|
|
14
|
+
.sc(ExitStandby$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPredictiveScalingForecast } from "../schemas/schemas_0";
|
|
4
|
+
import { GetPredictiveScalingForecast$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetPredictiveScalingForecastCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetPredictiveScalingForecastCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "GetPredictiveScalingForecast", {})
|
|
13
13
|
.n("AutoScalingClient", "GetPredictiveScalingForecastCommand")
|
|
14
|
-
.sc(GetPredictiveScalingForecast)
|
|
14
|
+
.sc(GetPredictiveScalingForecast$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { LaunchInstances } from "../schemas/schemas_0";
|
|
4
|
+
import { LaunchInstances$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class LaunchInstancesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class LaunchInstancesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "LaunchInstances", {})
|
|
13
13
|
.n("AutoScalingClient", "LaunchInstancesCommand")
|
|
14
|
-
.sc(LaunchInstances)
|
|
14
|
+
.sc(LaunchInstances$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutLifecycleHook } from "../schemas/schemas_0";
|
|
4
|
+
import { PutLifecycleHook$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutLifecycleHookCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutLifecycleHookCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "PutLifecycleHook", {})
|
|
13
13
|
.n("AutoScalingClient", "PutLifecycleHookCommand")
|
|
14
|
-
.sc(PutLifecycleHook)
|
|
14
|
+
.sc(PutLifecycleHook$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutNotificationConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { PutNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutNotificationConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutNotificationConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "PutNotificationConfiguration", {})
|
|
13
13
|
.n("AutoScalingClient", "PutNotificationConfigurationCommand")
|
|
14
|
-
.sc(PutNotificationConfiguration)
|
|
14
|
+
.sc(PutNotificationConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutScalingPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutScalingPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutScalingPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutScalingPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "PutScalingPolicy", {})
|
|
13
13
|
.n("AutoScalingClient", "PutScalingPolicyCommand")
|
|
14
|
-
.sc(PutScalingPolicy)
|
|
14
|
+
.sc(PutScalingPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutScheduledUpdateGroupAction } from "../schemas/schemas_0";
|
|
4
|
+
import { PutScheduledUpdateGroupAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutScheduledUpdateGroupActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutScheduledUpdateGroupActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "PutScheduledUpdateGroupAction", {})
|
|
13
13
|
.n("AutoScalingClient", "PutScheduledUpdateGroupActionCommand")
|
|
14
|
-
.sc(PutScheduledUpdateGroupAction)
|
|
14
|
+
.sc(PutScheduledUpdateGroupAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutWarmPool } from "../schemas/schemas_0";
|
|
4
|
+
import { PutWarmPool$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutWarmPoolCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutWarmPoolCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "PutWarmPool", {})
|
|
13
13
|
.n("AutoScalingClient", "PutWarmPoolCommand")
|
|
14
|
-
.sc(PutWarmPool)
|
|
14
|
+
.sc(PutWarmPool$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RecordLifecycleActionHeartbeat } from "../schemas/schemas_0";
|
|
4
|
+
import { RecordLifecycleActionHeartbeat$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RecordLifecycleActionHeartbeatCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RecordLifecycleActionHeartbeatCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "RecordLifecycleActionHeartbeat", {})
|
|
13
13
|
.n("AutoScalingClient", "RecordLifecycleActionHeartbeatCommand")
|
|
14
|
-
.sc(RecordLifecycleActionHeartbeat)
|
|
14
|
+
.sc(RecordLifecycleActionHeartbeat$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ResumeProcesses } from "../schemas/schemas_0";
|
|
4
|
+
import { ResumeProcesses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ResumeProcessesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ResumeProcessesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "ResumeProcesses", {})
|
|
13
13
|
.n("AutoScalingClient", "ResumeProcessesCommand")
|
|
14
|
-
.sc(ResumeProcesses)
|
|
14
|
+
.sc(ResumeProcesses$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RollbackInstanceRefresh } from "../schemas/schemas_0";
|
|
4
|
+
import { RollbackInstanceRefresh$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RollbackInstanceRefreshCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RollbackInstanceRefreshCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "RollbackInstanceRefresh", {})
|
|
13
13
|
.n("AutoScalingClient", "RollbackInstanceRefreshCommand")
|
|
14
|
-
.sc(RollbackInstanceRefresh)
|
|
14
|
+
.sc(RollbackInstanceRefresh$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetDesiredCapacity } from "../schemas/schemas_0";
|
|
4
|
+
import { SetDesiredCapacity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetDesiredCapacityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetDesiredCapacityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "SetDesiredCapacity", {})
|
|
13
13
|
.n("AutoScalingClient", "SetDesiredCapacityCommand")
|
|
14
|
-
.sc(SetDesiredCapacity)
|
|
14
|
+
.sc(SetDesiredCapacity$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetInstanceHealth } from "../schemas/schemas_0";
|
|
4
|
+
import { SetInstanceHealth$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetInstanceHealthCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetInstanceHealthCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "SetInstanceHealth", {})
|
|
13
13
|
.n("AutoScalingClient", "SetInstanceHealthCommand")
|
|
14
|
-
.sc(SetInstanceHealth)
|
|
14
|
+
.sc(SetInstanceHealth$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetInstanceProtection } from "../schemas/schemas_0";
|
|
4
|
+
import { SetInstanceProtection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetInstanceProtectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetInstanceProtectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "SetInstanceProtection", {})
|
|
13
13
|
.n("AutoScalingClient", "SetInstanceProtectionCommand")
|
|
14
|
-
.sc(SetInstanceProtection)
|
|
14
|
+
.sc(SetInstanceProtection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartInstanceRefresh } from "../schemas/schemas_0";
|
|
4
|
+
import { StartInstanceRefresh$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartInstanceRefreshCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartInstanceRefreshCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "StartInstanceRefresh", {})
|
|
13
13
|
.n("AutoScalingClient", "StartInstanceRefreshCommand")
|
|
14
|
-
.sc(StartInstanceRefresh)
|
|
14
|
+
.sc(StartInstanceRefresh$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SuspendProcesses } from "../schemas/schemas_0";
|
|
4
|
+
import { SuspendProcesses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SuspendProcessesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SuspendProcessesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "SuspendProcesses", {})
|
|
13
13
|
.n("AutoScalingClient", "SuspendProcessesCommand")
|
|
14
|
-
.sc(SuspendProcesses)
|
|
14
|
+
.sc(SuspendProcesses$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TerminateInstanceInAutoScalingGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { TerminateInstanceInAutoScalingGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TerminateInstanceInAutoScalingGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TerminateInstanceInAutoScalingGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "TerminateInstanceInAutoScalingGroup", {})
|
|
13
13
|
.n("AutoScalingClient", "TerminateInstanceInAutoScalingGroupCommand")
|
|
14
|
-
.sc(TerminateInstanceInAutoScalingGroup)
|
|
14
|
+
.sc(TerminateInstanceInAutoScalingGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAutoScalingGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAutoScalingGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAutoScalingGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAutoScalingGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "UpdateAutoScalingGroup", {})
|
|
13
13
|
.n("AutoScalingClient", "UpdateAutoScalingGroupCommand")
|
|
14
|
-
.sc(UpdateAutoScalingGroup)
|
|
14
|
+
.sc(UpdateAutoScalingGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsQueryProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.autoscaling",
|
|
29
|
+
xmlNamespace: "http://autoscaling.amazonaws.com/doc/2011-01-01/",
|
|
30
|
+
version: "2011-01-01",
|
|
31
|
+
serviceTarget: "AutoScaling_2011_01_01",
|
|
32
|
+
},
|
|
32
33
|
serviceId: config?.serviceId ?? "Auto Scaling",
|
|
33
34
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
35
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|