@aws-sdk/client-auto-scaling 3.193.0 → 3.196.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/AutoScalingClient.js +11 -8
- package/dist-cjs/commands/AttachInstancesCommand.js +10 -0
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +10 -0
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +10 -0
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +10 -0
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +10 -0
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +10 -0
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +10 -0
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeletePolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +10 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +10 -0
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +10 -0
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +10 -0
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DescribePoliciesCommand.js +10 -0
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +10 -0
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +10 -0
- package/dist-cjs/commands/DetachInstancesCommand.js +10 -0
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +10 -0
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +10 -0
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +10 -0
- package/dist-cjs/commands/EnterStandbyCommand.js +10 -0
- package/dist-cjs/commands/ExecutePolicyCommand.js +10 -0
- package/dist-cjs/commands/ExitStandbyCommand.js +10 -0
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +10 -0
- package/dist-cjs/commands/PutLifecycleHookCommand.js +10 -0
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +10 -0
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +10 -0
- package/dist-cjs/commands/PutWarmPoolCommand.js +10 -0
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +10 -0
- package/dist-cjs/commands/ResumeProcessesCommand.js +10 -0
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +10 -0
- package/dist-cjs/commands/SetInstanceHealthCommand.js +10 -0
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +10 -0
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +10 -0
- package/dist-cjs/commands/SuspendProcessesCommand.js +10 -0
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +343 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/AutoScalingClient.js +12 -9
- package/dist-es/commands/AttachInstancesCommand.js +10 -0
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-es/commands/AttachLoadBalancersCommand.js +10 -0
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +10 -0
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +10 -0
- package/dist-es/commands/CancelInstanceRefreshCommand.js +10 -0
- package/dist-es/commands/CompleteLifecycleActionCommand.js +10 -0
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +10 -0
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +10 -0
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +10 -0
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteLifecycleHookCommand.js +10 -0
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +10 -0
- package/dist-es/commands/DeletePolicyCommand.js +10 -0
- package/dist-es/commands/DeleteScheduledActionCommand.js +10 -0
- package/dist-es/commands/DeleteTagsCommand.js +10 -0
- package/dist-es/commands/DeleteWarmPoolCommand.js +10 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +10 -0
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +10 -0
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +10 -0
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +10 -0
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +10 -0
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +10 -0
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeLoadBalancersCommand.js +10 -0
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +10 -0
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +10 -0
- package/dist-es/commands/DescribePoliciesCommand.js +10 -0
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +10 -0
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +10 -0
- package/dist-es/commands/DescribeScheduledActionsCommand.js +10 -0
- package/dist-es/commands/DescribeTagsCommand.js +10 -0
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +10 -0
- package/dist-es/commands/DescribeWarmPoolCommand.js +10 -0
- package/dist-es/commands/DetachInstancesCommand.js +10 -0
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +10 -0
- package/dist-es/commands/DetachLoadBalancersCommand.js +10 -0
- package/dist-es/commands/DisableMetricsCollectionCommand.js +10 -0
- package/dist-es/commands/EnableMetricsCollectionCommand.js +10 -0
- package/dist-es/commands/EnterStandbyCommand.js +10 -0
- package/dist-es/commands/ExecutePolicyCommand.js +10 -0
- package/dist-es/commands/ExitStandbyCommand.js +10 -0
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +10 -0
- package/dist-es/commands/PutLifecycleHookCommand.js +10 -0
- package/dist-es/commands/PutNotificationConfigurationCommand.js +10 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +10 -0
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +10 -0
- package/dist-es/commands/PutWarmPoolCommand.js +10 -0
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +10 -0
- package/dist-es/commands/ResumeProcessesCommand.js +10 -0
- package/dist-es/commands/SetDesiredCapacityCommand.js +10 -0
- package/dist-es/commands/SetInstanceHealthCommand.js +10 -0
- package/dist-es/commands/SetInstanceProtectionCommand.js +10 -0
- package/dist-es/commands/StartInstanceRefreshCommand.js +10 -0
- package/dist-es/commands/SuspendProcessesCommand.js +10 -0
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +10 -0
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +340 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/AutoScalingClient.d.ts +6 -9
- package/dist-types/commands/AttachInstancesCommand.d.ts +2 -0
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +2 -0
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePoliciesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/DetachInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/commands/EnterStandbyCommand.d.ts +2 -0
- package/dist-types/commands/ExecutePolicyCommand.d.ts +2 -0
- package/dist-types/commands/ExitStandbyCommand.d.ts +2 -0
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +2 -0
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +2 -0
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -0
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +2 -0
- package/dist-types/commands/ResumeProcessesCommand.d.ts +2 -0
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +2 -0
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +2 -0
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +2 -0
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -0
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/AutoScalingClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteTagsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteTagsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -27,6 +28,7 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DeleteWarmPoolCommand extends $Command<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
29
30
|
readonly input: DeleteWarmPoolCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DeleteWarmPoolCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -29,6 +30,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
31
32
|
readonly input: DescribeAccountLimitsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DescribeAccountLimitsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -44,6 +45,7 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment
|
|
|
44
45
|
*/
|
|
45
46
|
export declare class DescribeAdjustmentTypesCommand extends $Command<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
46
47
|
readonly input: DescribeAdjustmentTypesCommandInput;
|
|
48
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
49
|
constructor(input: DescribeAdjustmentTypesCommandInput);
|
|
48
50
|
/**
|
|
49
51
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -31,6 +32,7 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DescribeAutoScalingGroupsCommand extends $Command<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
33
34
|
readonly input: DescribeAutoScalingGroupsCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DescribeAutoScalingGroupsCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingIn
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeAutoScalingInstancesCommand extends $Command<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeAutoScalingInstancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeAutoScalingInstancesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeAutoScalingNotificationTypesCommandOutput extends Descr
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeAutoScalingNotificationTypesCommand extends $Command<DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeAutoScalingNotificationTypesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeAutoScalingNotificationTypesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -63,6 +64,7 @@ export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstance
|
|
|
63
64
|
*/
|
|
64
65
|
export declare class DescribeInstanceRefreshesCommand extends $Command<DescribeInstanceRefreshesCommandInput, DescribeInstanceRefreshesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
65
66
|
readonly input: DescribeInstanceRefreshesCommandInput;
|
|
67
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
68
|
constructor(input: DescribeInstanceRefreshesCommandInput);
|
|
67
69
|
/**
|
|
68
70
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigu
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeLaunchConfigurationsCommand extends $Command<DescribeLaunchConfigurationsCommandInput, DescribeLaunchConfigurationsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeLaunchConfigurationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLaunchConfigurationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -38,6 +39,7 @@ export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecyc
|
|
|
38
39
|
*/
|
|
39
40
|
export declare class DescribeLifecycleHookTypesCommand extends $Command<DescribeLifecycleHookTypesCommandInput, DescribeLifecycleHookTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
40
41
|
readonly input: DescribeLifecycleHookTypesCommandInput;
|
|
42
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
41
43
|
constructor(input: DescribeLifecycleHookTypesCommandInput);
|
|
42
44
|
/**
|
|
43
45
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeLifecycleHooksCommand extends $Command<DescribeLifecycleHooksCommandInput, DescribeLifecycleHooksCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeLifecycleHooksCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeLifecycleHooksCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -44,6 +45,7 @@ export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeL
|
|
|
44
45
|
*/
|
|
45
46
|
export declare class DescribeLoadBalancerTargetGroupsCommand extends $Command<DescribeLoadBalancerTargetGroupsCommandInput, DescribeLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
46
47
|
readonly input: DescribeLoadBalancerTargetGroupsCommandInput;
|
|
48
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
49
|
constructor(input: DescribeLoadBalancerTargetGroupsCommandInput);
|
|
48
50
|
/**
|
|
49
51
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -47,6 +48,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
47
48
|
*/
|
|
48
49
|
export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
|
|
49
50
|
readonly input: DescribeLoadBalancersCommandInput;
|
|
51
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
52
|
constructor(input: DescribeLoadBalancersCommandInput);
|
|
51
53
|
/**
|
|
52
54
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeMetricCollectionTypesCommandOutput extends DescribeMetr
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeMetricCollectionTypesCommand extends $Command<DescribeMetricCollectionTypesCommandInput, DescribeMetricCollectionTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeMetricCollectionTypesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeMetricCollectionTypesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -26,6 +27,7 @@ export interface DescribeNotificationConfigurationsCommandOutput extends Describ
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeNotificationConfigurationsCommand extends $Command<DescribeNotificationConfigurationsCommandInput, DescribeNotificationConfigurationsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeNotificationConfigurationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeNotificationConfigurationsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribePoliciesCommand extends $Command<DescribePoliciesCommandInput, DescribePoliciesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribePoliciesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribePoliciesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -33,6 +34,7 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType,
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class DescribeScalingActivitiesCommand extends $Command<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
35
36
|
readonly input: DescribeScalingActivitiesCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: DescribeScalingActivitiesCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -26,6 +27,7 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType,
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeScalingProcessTypesCommand extends $Command<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeScalingProcessTypesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeScalingProcessTypesCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -28,6 +29,7 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
30
31
|
readonly input: DescribeScheduledActionsCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DescribeScheduledActionsCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -33,6 +34,7 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
35
36
|
readonly input: DescribeTagsCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: DescribeTagsCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -28,6 +29,7 @@ export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTer
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DescribeTerminationPolicyTypesCommand extends $Command<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
30
31
|
readonly input: DescribeTerminationPolicyTypesCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DescribeTerminationPolicyTypesCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -27,6 +28,7 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DescribeWarmPoolCommand extends $Command<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
29
30
|
readonly input: DescribeWarmPoolCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DescribeWarmPoolCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -34,6 +35,7 @@ export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __M
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class DetachInstancesCommand extends $Command<DetachInstancesCommandInput, DetachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
36
37
|
readonly input: DetachInstancesCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: DetachInstancesCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -29,6 +30,7 @@ export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadB
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
31
32
|
readonly input: DetachLoadBalancerTargetGroupsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DetachLoadBalancerTargetGroupsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -30,6 +31,7 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
|
|
32
33
|
readonly input: DetachLoadBalancersCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DetachLoadBalancersCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -25,6 +26,7 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
27
28
|
readonly input: DisableMetricsCollectionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisableMetricsCollectionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -30,6 +31,7 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
32
33
|
readonly input: EnableMetricsCollectionCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: EnableMetricsCollectionCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -34,6 +35,7 @@ export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __Metadat
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class EnterStandbyCommand extends $Command<EnterStandbyCommandInput, EnterStandbyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
36
37
|
readonly input: EnterStandbyCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: EnterStandbyCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -26,6 +27,7 @@ export interface ExecutePolicyCommandOutput extends __MetadataBearer {
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ExecutePolicyCommand extends $Command<ExecutePolicyCommandInput, ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
28
29
|
readonly input: ExecutePolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ExecutePolicyCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -30,6 +31,7 @@ export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataB
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class ExitStandbyCommand extends $Command<ExitStandbyCommandInput, ExitStandbyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
32
33
|
readonly input: ExitStandbyCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: ExitStandbyCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -33,6 +34,7 @@ export interface GetPredictiveScalingForecastCommandOutput extends GetPredictive
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class GetPredictiveScalingForecastCommand extends $Command<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, AutoScalingClientResolvedConfig> {
|
|
35
36
|
readonly input: GetPredictiveScalingForecastCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: GetPredictiveScalingForecastCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -67,6 +68,7 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
|
|
|
67
68
|
*/
|
|
68
69
|
export declare class PutLifecycleHookCommand extends $Command<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
|
|
69
70
|
readonly input: PutLifecycleHookCommandInput;
|
|
71
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
72
|
constructor(input: PutLifecycleHookCommandInput);
|
|
71
73
|
/**
|
|
72
74
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -33,6 +34,7 @@ export interface PutNotificationConfigurationCommandOutput extends __MetadataBea
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class PutNotificationConfigurationCommand extends $Command<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
35
36
|
readonly input: PutNotificationConfigurationCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: PutNotificationConfigurationCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -34,6 +35,7 @@ export interface PutScalingPolicyCommandOutput extends PolicyARNType, __Metadata
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
36
37
|
readonly input: PutScalingPolicyCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: PutScalingPolicyCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -31,6 +32,7 @@ export interface PutScheduledUpdateGroupActionCommandOutput extends __MetadataBe
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class PutScheduledUpdateGroupActionCommand extends $Command<PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
33
34
|
readonly input: PutScheduledUpdateGroupActionCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: PutScheduledUpdateGroupActionCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -34,6 +35,7 @@ export interface PutWarmPoolCommandOutput extends PutWarmPoolAnswer, __MetadataB
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class PutWarmPoolCommand extends $Command<PutWarmPoolCommandInput, PutWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
36
37
|
readonly input: PutWarmPoolCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: PutWarmPoolCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -61,6 +62,7 @@ export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifec
|
|
|
61
62
|
*/
|
|
62
63
|
export declare class RecordLifecycleActionHeartbeatCommand extends $Command<RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput, AutoScalingClientResolvedConfig> {
|
|
63
64
|
readonly input: RecordLifecycleActionHeartbeatCommandInput;
|
|
65
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
66
|
constructor(input: RecordLifecycleActionHeartbeatCommandInput);
|
|
65
67
|
/**
|
|
66
68
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -28,6 +29,7 @@ export interface ResumeProcessesCommandOutput extends __MetadataBearer {
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ResumeProcessesCommand extends $Command<ResumeProcessesCommandInput, ResumeProcessesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
30
31
|
readonly input: ResumeProcessesCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ResumeProcessesCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -30,6 +31,7 @@ export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class SetDesiredCapacityCommand extends $Command<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput, AutoScalingClientResolvedConfig> {
|
|
32
33
|
readonly input: SetDesiredCapacityCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: SetDesiredCapacityCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -27,6 +28,7 @@ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class SetInstanceHealthCommand extends $Command<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput, AutoScalingClientResolvedConfig> {
|
|
29
30
|
readonly input: SetInstanceHealthCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: SetInstanceHealthCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -32,6 +33,7 @@ export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectio
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class SetInstanceProtectionCommand extends $Command<SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
34
35
|
readonly input: SetInstanceProtectionCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: SetInstanceProtectionCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -39,6 +40,7 @@ export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshA
|
|
|
39
40
|
*/
|
|
40
41
|
export declare class StartInstanceRefreshCommand extends $Command<StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
|
|
41
42
|
readonly input: StartInstanceRefreshCommandInput;
|
|
43
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
44
|
constructor(input: StartInstanceRefreshCommandInput);
|
|
43
45
|
/**
|
|
44
46
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -31,6 +32,7 @@ export interface SuspendProcessesCommandOutput extends __MetadataBearer {
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class SuspendProcessesCommand extends $Command<SuspendProcessesCommandInput, SuspendProcessesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
33
34
|
readonly input: SuspendProcessesCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: SuspendProcessesCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
|
|
@@ -36,6 +37,7 @@ export interface TerminateInstanceInAutoScalingGroupCommandOutput extends Activi
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
|
|
38
39
|
readonly input: TerminateInstanceInAutoScalingGroupCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: TerminateInstanceInAutoScalingGroupCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|