@aws-sdk/client-auto-scaling 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +172 -174
- package/dist-cjs/models/AutoScalingServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AutoScaling.js +1 -1
- package/dist-es/AutoScalingClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- 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/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AutoScalingServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForGroupExists.js +1 -1
- package/dist-es/waiters/waitForGroupInService.js +1 -1
- package/dist-es/waiters/waitForGroupNotExists.js +1 -1
- package/dist-types/AutoScaling.d.ts +1 -1
- package/dist-types/AutoScalingClient.d.ts +5 -5
- package/dist-types/commands/AttachInstancesCommand.d.ts +6 -4
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +6 -4
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePoliciesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +6 -4
- package/dist-types/commands/DetachInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +6 -4
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +6 -4
- package/dist-types/commands/EnterStandbyCommand.d.ts +6 -4
- package/dist-types/commands/ExecutePolicyCommand.d.ts +6 -4
- package/dist-types/commands/ExitStandbyCommand.d.ts +6 -4
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +6 -4
- package/dist-types/commands/LaunchInstancesCommand.d.ts +6 -4
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +6 -4
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +6 -4
- package/dist-types/commands/PutWarmPoolCommand.d.ts +6 -4
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -4
- package/dist-types/commands/ResumeProcessesCommand.d.ts +6 -4
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +6 -4
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +6 -4
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +6 -4
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/commands/SuspendProcessesCommand.d.ts +6 -4
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AutoScalingServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AutoScaling.d.ts +1 -1
- package/dist-types/ts3.4/AutoScalingClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/LaunchInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RollbackInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForGroupExists.d.ts +1 -1
- package/dist-types/waiters/waitForGroupInService.d.ts +1 -1
- package/dist-types/waiters/waitForGroupNotExists.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DetachLoadBalancerTargetGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DetachLoadBalancers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DetachTrafficSources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { DisableMetricsCollection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { EnableMetricsCollection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { EnterStandby$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ExecutePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ExitStandby$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { GetPredictiveScalingForecast$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { LaunchInstances$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutLifecycleHook$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutScalingPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutScheduledUpdateGroupAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutWarmPool$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RecordLifecycleActionHeartbeat$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ResumeProcesses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { RollbackInstanceRefresh$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { SetDesiredCapacity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { SetInstanceHealth$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { SetInstanceProtection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartInstanceRefresh$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { SuspendProcesses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { TerminateInstanceInAutoScalingGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAutoScalingGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class AutoScalingServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultAutoScalingHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeAutoScalingGroupsCommand, } from "../commands/DescribeAutoScalingGroupsCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeAutoScalingGroupsCommand, } from "../commands/DescribeAutoScalingGroupsCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeAutoScalingGroupsCommand, } from "../commands/DescribeAutoScalingGroupsCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
-
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
3
|
import { AutoScalingClient } from "./AutoScalingClient";
|
|
4
4
|
import { type AttachInstancesCommandInput, type AttachInstancesCommandOutput } from "./commands/AttachInstancesCommand";
|
|
5
5
|
import { type AttachLoadBalancersCommandInput, type AttachLoadBalancersCommandOutput } from "./commands/AttachLoadBalancersCommand";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "./commands/AttachInstancesCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { AttachInstancesQuery } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AttachInstancesCommandInput extends AttachInstancesQuery {
|
|
|
22
22
|
export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AttachInstancesCommand_base: {
|
|
25
|
-
new (input: AttachInstancesCommandInput): import("@smithy/
|
|
26
|
-
new (input: AttachInstancesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AttachInstancesCommandInput): import("@smithy/core/client").CommandImpl<AttachInstancesCommandInput, AttachInstancesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AttachInstancesCommandInput): import("@smithy/core/client").CommandImpl<AttachInstancesCommandInput, AttachInstancesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attaches one or more EC2 instances to the specified Auto Scaling group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { AttachLoadBalancerTargetGroupsResultType, AttachLoadBalancerTargetGroupsType } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AttachLoadBalancerTargetGroupsCommandInput extends AttachLoadBa
|
|
|
22
22
|
export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadBalancerTargetGroupsResultType, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AttachLoadBalancerTargetGroupsCommand_base: {
|
|
25
|
-
new (input: AttachLoadBalancerTargetGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (input: AttachLoadBalancerTargetGroupsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AttachLoadBalancerTargetGroupsCommandInput): import("@smithy/core/client").CommandImpl<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AttachLoadBalancerTargetGroupsCommandInput): import("@smithy/core/client").CommandImpl<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { AttachLoadBalancersResultType, AttachLoadBalancersType } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AttachLoadBalancersCommandInput extends AttachLoadBalancersType
|
|
|
22
22
|
export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersResultType, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AttachLoadBalancersCommand_base: {
|
|
25
|
-
new (input: AttachLoadBalancersCommandInput): import("@smithy/
|
|
26
|
-
new (input: AttachLoadBalancersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AttachLoadBalancersCommandInput): import("@smithy/core/client").CommandImpl<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AttachLoadBalancersCommandInput): import("@smithy/core/client").CommandImpl<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { AttachTrafficSourcesResultType, AttachTrafficSourcesType } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AttachTrafficSourcesCommandInput extends AttachTrafficSourcesTy
|
|
|
22
22
|
export interface AttachTrafficSourcesCommandOutput extends AttachTrafficSourcesResultType, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AttachTrafficSourcesCommand_base: {
|
|
25
|
-
new (input: AttachTrafficSourcesCommandInput): import("@smithy/
|
|
26
|
-
new (input: AttachTrafficSourcesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AttachTrafficSourcesCommandInput): import("@smithy/core/client").CommandImpl<AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AttachTrafficSourcesCommandInput): import("@smithy/core/client").CommandImpl<AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Attaches one or more traffic sources to the specified Auto Scaling group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { BatchDeleteScheduledActionAnswer, BatchDeleteScheduledActionType } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDeleteScheduledActionCommandInput extends BatchDeleteSched
|
|
|
22
22
|
export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteScheduledActionAnswer, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDeleteScheduledActionCommand_base: {
|
|
25
|
-
new (input: BatchDeleteScheduledActionCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDeleteScheduledActionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDeleteScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes one or more scheduled actions for the specified Auto Scaling group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { BatchPutScheduledUpdateGroupActionAnswer, BatchPutScheduledUpdateGroupActionType } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchPutScheduledUpdateGroupActionCommandInput extends BatchPut
|
|
|
22
22
|
export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPutScheduledUpdateGroupActionAnswer, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchPutScheduledUpdateGroupActionCommand_base: {
|
|
25
|
-
new (input: BatchPutScheduledUpdateGroupActionCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchPutScheduledUpdateGroupActionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchPutScheduledUpdateGroupActionCommandInput): import("@smithy/core/client").CommandImpl<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchPutScheduledUpdateGroupActionCommandInput): import("@smithy/core/client").CommandImpl<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates one or more scheduled scaling actions for an Auto Scaling group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { CancelInstanceRefreshAnswer, CancelInstanceRefreshType } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelInstanceRefreshCommandInput extends CancelInstanceRefresh
|
|
|
22
22
|
export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefreshAnswer, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelInstanceRefreshCommand_base: {
|
|
25
|
-
new (input: CancelInstanceRefreshCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelInstanceRefreshCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelInstanceRefreshCommandInput): import("@smithy/core/client").CommandImpl<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelInstanceRefreshCommandInput): import("@smithy/core/client").CommandImpl<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels an instance refresh or rollback that is in progress. If an instance refresh or
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { CompleteLifecycleActionAnswer, CompleteLifecycleActionType } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CompleteLifecycleActionCommandInput extends CompleteLifecycleAc
|
|
|
22
22
|
export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleActionAnswer, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CompleteLifecycleActionCommand_base: {
|
|
25
|
-
new (input: CompleteLifecycleActionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CompleteLifecycleActionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CompleteLifecycleActionCommandInput): import("@smithy/core/client").CommandImpl<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CompleteLifecycleActionCommandInput): import("@smithy/core/client").CommandImpl<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Completes the lifecycle action for the specified token or instance with the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
4
4
|
import type { CreateAutoScalingGroupType } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAutoScalingGroupCommandInput extends CreateAutoScalingGro
|
|
|
22
22
|
export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAutoScalingGroupCommand_base: {
|
|
25
|
-
new (input: CreateAutoScalingGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAutoScalingGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAutoScalingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAutoScalingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|