@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
|
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsQueryProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.autoscaling",
|
|
32
|
+
xmlNamespace: "http://autoscaling.amazonaws.com/doc/2011-01-01/",
|
|
33
|
+
version: "2011-01-01",
|
|
34
|
+
serviceTarget: "AutoScaling_2011_01_01",
|
|
35
|
+
},
|
|
35
36
|
serviceId: config?.serviceId ?? "Auto Scaling",
|
|
36
37
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
38
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -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 { AttachInstances } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachInstances$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachInstancesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachInstancesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "AttachInstances", {})
|
|
13
13
|
.n("AutoScalingClient", "AttachInstancesCommand")
|
|
14
|
-
.sc(AttachInstances)
|
|
14
|
+
.sc(AttachInstances$)
|
|
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 { AttachLoadBalancerTargetGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachLoadBalancerTargetGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachLoadBalancerTargetGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachLoadBalancerTargetGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "AttachLoadBalancerTargetGroups", {})
|
|
13
13
|
.n("AutoScalingClient", "AttachLoadBalancerTargetGroupsCommand")
|
|
14
|
-
.sc(AttachLoadBalancerTargetGroups)
|
|
14
|
+
.sc(AttachLoadBalancerTargetGroups$)
|
|
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 { AttachLoadBalancers } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachLoadBalancers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachLoadBalancersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachLoadBalancersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "AttachLoadBalancers", {})
|
|
13
13
|
.n("AutoScalingClient", "AttachLoadBalancersCommand")
|
|
14
|
-
.sc(AttachLoadBalancers)
|
|
14
|
+
.sc(AttachLoadBalancers$)
|
|
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 { AttachTrafficSources } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachTrafficSources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachTrafficSourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachTrafficSourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "AttachTrafficSources", {})
|
|
13
13
|
.n("AutoScalingClient", "AttachTrafficSourcesCommand")
|
|
14
|
-
.sc(AttachTrafficSources)
|
|
14
|
+
.sc(AttachTrafficSources$)
|
|
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 { BatchDeleteScheduledAction } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteScheduledAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteScheduledActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteScheduledActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "BatchDeleteScheduledAction", {})
|
|
13
13
|
.n("AutoScalingClient", "BatchDeleteScheduledActionCommand")
|
|
14
|
-
.sc(BatchDeleteScheduledAction)
|
|
14
|
+
.sc(BatchDeleteScheduledAction$)
|
|
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 { BatchPutScheduledUpdateGroupAction } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchPutScheduledUpdateGroupAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchPutScheduledUpdateGroupActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchPutScheduledUpdateGroupActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "BatchPutScheduledUpdateGroupAction", {})
|
|
13
13
|
.n("AutoScalingClient", "BatchPutScheduledUpdateGroupActionCommand")
|
|
14
|
-
.sc(BatchPutScheduledUpdateGroupAction)
|
|
14
|
+
.sc(BatchPutScheduledUpdateGroupAction$)
|
|
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 { CancelInstanceRefresh } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelInstanceRefresh$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelInstanceRefreshCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelInstanceRefreshCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "CancelInstanceRefresh", {})
|
|
13
13
|
.n("AutoScalingClient", "CancelInstanceRefreshCommand")
|
|
14
|
-
.sc(CancelInstanceRefresh)
|
|
14
|
+
.sc(CancelInstanceRefresh$)
|
|
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 { CompleteLifecycleAction } from "../schemas/schemas_0";
|
|
4
|
+
import { CompleteLifecycleAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CompleteLifecycleActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CompleteLifecycleActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "CompleteLifecycleAction", {})
|
|
13
13
|
.n("AutoScalingClient", "CompleteLifecycleActionCommand")
|
|
14
|
-
.sc(CompleteLifecycleAction)
|
|
14
|
+
.sc(CompleteLifecycleAction$)
|
|
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 { CreateAutoScalingGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAutoScalingGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAutoScalingGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAutoScalingGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "CreateAutoScalingGroup", {})
|
|
13
13
|
.n("AutoScalingClient", "CreateAutoScalingGroupCommand")
|
|
14
|
-
.sc(CreateAutoScalingGroup)
|
|
14
|
+
.sc(CreateAutoScalingGroup$)
|
|
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 { CreateLaunchConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateLaunchConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLaunchConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateLaunchConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "CreateLaunchConfiguration", {})
|
|
13
13
|
.n("AutoScalingClient", "CreateLaunchConfigurationCommand")
|
|
14
|
-
.sc(CreateLaunchConfiguration)
|
|
14
|
+
.sc(CreateLaunchConfiguration$)
|
|
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 { CreateOrUpdateTags } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateOrUpdateTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateOrUpdateTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateOrUpdateTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "CreateOrUpdateTags", {})
|
|
13
13
|
.n("AutoScalingClient", "CreateOrUpdateTagsCommand")
|
|
14
|
-
.sc(CreateOrUpdateTags)
|
|
14
|
+
.sc(CreateOrUpdateTags$)
|
|
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 { DeleteAutoScalingGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAutoScalingGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAutoScalingGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAutoScalingGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DeleteAutoScalingGroup", {})
|
|
13
13
|
.n("AutoScalingClient", "DeleteAutoScalingGroupCommand")
|
|
14
|
-
.sc(DeleteAutoScalingGroup)
|
|
14
|
+
.sc(DeleteAutoScalingGroup$)
|
|
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 { DeleteLaunchConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteLaunchConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteLaunchConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteLaunchConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DeleteLaunchConfiguration", {})
|
|
13
13
|
.n("AutoScalingClient", "DeleteLaunchConfigurationCommand")
|
|
14
|
-
.sc(DeleteLaunchConfiguration)
|
|
14
|
+
.sc(DeleteLaunchConfiguration$)
|
|
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 { DeleteLifecycleHook } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteLifecycleHook$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteLifecycleHookCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteLifecycleHookCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DeleteLifecycleHook", {})
|
|
13
13
|
.n("AutoScalingClient", "DeleteLifecycleHookCommand")
|
|
14
|
-
.sc(DeleteLifecycleHook)
|
|
14
|
+
.sc(DeleteLifecycleHook$)
|
|
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 { DeleteNotificationConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteNotificationConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteNotificationConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DeleteNotificationConfiguration", {})
|
|
13
13
|
.n("AutoScalingClient", "DeleteNotificationConfigurationCommand")
|
|
14
|
-
.sc(DeleteNotificationConfiguration)
|
|
14
|
+
.sc(DeleteNotificationConfiguration$)
|
|
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 { DeletePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeletePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeletePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DeletePolicy", {})
|
|
13
13
|
.n("AutoScalingClient", "DeletePolicyCommand")
|
|
14
|
-
.sc(DeletePolicy)
|
|
14
|
+
.sc(DeletePolicy$)
|
|
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 { DeleteScheduledAction } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteScheduledAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteScheduledActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteScheduledActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DeleteScheduledAction", {})
|
|
13
13
|
.n("AutoScalingClient", "DeleteScheduledActionCommand")
|
|
14
|
-
.sc(DeleteScheduledAction)
|
|
14
|
+
.sc(DeleteScheduledAction$)
|
|
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 { DeleteTags } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DeleteTags", {})
|
|
13
13
|
.n("AutoScalingClient", "DeleteTagsCommand")
|
|
14
|
-
.sc(DeleteTags)
|
|
14
|
+
.sc(DeleteTags$)
|
|
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 { DeleteWarmPool } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWarmPool$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWarmPoolCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWarmPoolCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DeleteWarmPool", {})
|
|
13
13
|
.n("AutoScalingClient", "DeleteWarmPoolCommand")
|
|
14
|
-
.sc(DeleteWarmPool)
|
|
14
|
+
.sc(DeleteWarmPool$)
|
|
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 { DescribeAccountLimits } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAccountLimits$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAccountLimitsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAccountLimitsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeAccountLimits", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeAccountLimitsCommand")
|
|
14
|
-
.sc(DescribeAccountLimits)
|
|
14
|
+
.sc(DescribeAccountLimits$)
|
|
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 { DescribeAdjustmentTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAdjustmentTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAdjustmentTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAdjustmentTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeAdjustmentTypes", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeAdjustmentTypesCommand")
|
|
14
|
-
.sc(DescribeAdjustmentTypes)
|
|
14
|
+
.sc(DescribeAdjustmentTypes$)
|
|
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 { DescribeAutoScalingGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAutoScalingGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAutoScalingGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAutoScalingGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingGroups", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeAutoScalingGroupsCommand")
|
|
14
|
-
.sc(DescribeAutoScalingGroups)
|
|
14
|
+
.sc(DescribeAutoScalingGroups$)
|
|
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 { DescribeAutoScalingInstances } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAutoScalingInstances$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAutoScalingInstancesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAutoScalingInstancesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingInstances", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeAutoScalingInstancesCommand")
|
|
14
|
-
.sc(DescribeAutoScalingInstances)
|
|
14
|
+
.sc(DescribeAutoScalingInstances$)
|
|
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 { DescribeAutoScalingNotificationTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAutoScalingNotificationTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAutoScalingNotificationTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAutoScalingNotificationTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingNotificationTypes", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeAutoScalingNotificationTypesCommand")
|
|
14
|
-
.sc(DescribeAutoScalingNotificationTypes)
|
|
14
|
+
.sc(DescribeAutoScalingNotificationTypes$)
|
|
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 { DescribeInstanceRefreshes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeInstanceRefreshes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeInstanceRefreshesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeInstanceRefreshesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeInstanceRefreshes", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeInstanceRefreshesCommand")
|
|
14
|
-
.sc(DescribeInstanceRefreshes)
|
|
14
|
+
.sc(DescribeInstanceRefreshes$)
|
|
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 { DescribeLaunchConfigurations } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLaunchConfigurations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLaunchConfigurationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLaunchConfigurationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeLaunchConfigurations", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeLaunchConfigurationsCommand")
|
|
14
|
-
.sc(DescribeLaunchConfigurations)
|
|
14
|
+
.sc(DescribeLaunchConfigurations$)
|
|
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 { DescribeLifecycleHookTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLifecycleHookTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLifecycleHookTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLifecycleHookTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeLifecycleHookTypes", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeLifecycleHookTypesCommand")
|
|
14
|
-
.sc(DescribeLifecycleHookTypes)
|
|
14
|
+
.sc(DescribeLifecycleHookTypes$)
|
|
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 { DescribeLifecycleHooks } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLifecycleHooks$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLifecycleHooksCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLifecycleHooksCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeLifecycleHooks", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeLifecycleHooksCommand")
|
|
14
|
-
.sc(DescribeLifecycleHooks)
|
|
14
|
+
.sc(DescribeLifecycleHooks$)
|
|
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 { DescribeLoadBalancerTargetGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLoadBalancerTargetGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLoadBalancerTargetGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLoadBalancerTargetGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeLoadBalancerTargetGroups", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeLoadBalancerTargetGroupsCommand")
|
|
14
|
-
.sc(DescribeLoadBalancerTargetGroups)
|
|
14
|
+
.sc(DescribeLoadBalancerTargetGroups$)
|
|
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 { DescribeLoadBalancers } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeLoadBalancers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeLoadBalancersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeLoadBalancersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeLoadBalancers", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeLoadBalancersCommand")
|
|
14
|
-
.sc(DescribeLoadBalancers)
|
|
14
|
+
.sc(DescribeLoadBalancers$)
|
|
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 { DescribeMetricCollectionTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeMetricCollectionTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeMetricCollectionTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeMetricCollectionTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeMetricCollectionTypes", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeMetricCollectionTypesCommand")
|
|
14
|
-
.sc(DescribeMetricCollectionTypes)
|
|
14
|
+
.sc(DescribeMetricCollectionTypes$)
|
|
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 { DescribeNotificationConfigurations } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeNotificationConfigurations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeNotificationConfigurationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeNotificationConfigurationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeNotificationConfigurations", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeNotificationConfigurationsCommand")
|
|
14
|
-
.sc(DescribeNotificationConfigurations)
|
|
14
|
+
.sc(DescribeNotificationConfigurations$)
|
|
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 { DescribePolicies } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribePolicies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribePoliciesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribePoliciesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribePolicies", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribePoliciesCommand")
|
|
14
|
-
.sc(DescribePolicies)
|
|
14
|
+
.sc(DescribePolicies$)
|
|
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 { DescribeScalingActivities } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeScalingActivities$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeScalingActivitiesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeScalingActivitiesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AutoScaling_2011_01_01", "DescribeScalingActivities", {})
|
|
13
13
|
.n("AutoScalingClient", "DescribeScalingActivitiesCommand")
|
|
14
|
-
.sc(DescribeScalingActivities)
|
|
14
|
+
.sc(DescribeScalingActivities$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|