@aws-sdk/client-auto-scaling 3.192.0 → 3.194.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 +29 -27
- 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 { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { LaunchConfigurationNameTypeFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteLaunchConfigurationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteLaunchConfigurationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteLifecycleHookAnswerFilterSensitiveLog, DeleteLifecycleHookTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteLifecycleHookCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteLifecycleHookCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteNotificationConfigurationTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteNotificationConfigurationCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteNotificationConfigurationCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeletePolicyTypeFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeletePolicyCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeletePolicyCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteScheduledActionTypeFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteScheduledActionCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteScheduledActionCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteTagsTypeFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteTagsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteTagsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteWarmPoolAnswerFilterSensitiveLog, DeleteWarmPoolTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DeleteWarmPoolCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteWarmPoolCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeAccountLimitsAnswerFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeAccountLimitsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAccountLimitsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeAdjustmentTypesAnswerFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeAdjustmentTypesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAdjustmentTypesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AutoScalingGroupNamesTypeFilterSensitiveLog, AutoScalingGroupsTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeAutoScalingGroupsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAutoScalingGroupsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { AutoScalingInstancesTypeFilterSensitiveLog, DescribeAutoScalingInstancesTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeAutoScalingInstancesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAutoScalingInstancesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeAutoScalingNotificationTypesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAutoScalingNotificationTypesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeInstanceRefreshesAnswerFilterSensitiveLog, DescribeInstanceRefreshesTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeInstanceRefreshesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeInstanceRefreshesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { LaunchConfigurationNamesTypeFilterSensitiveLog, LaunchConfigurationsTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeLaunchConfigurationsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLaunchConfigurationsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeLifecycleHookTypesAnswerFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeLifecycleHookTypesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLifecycleHookTypesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeLifecycleHooksAnswerFilterSensitiveLog, DescribeLifecycleHooksTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeLifecycleHooksCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLifecycleHooksCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog, DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeLoadBalancerTargetGroupsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLoadBalancerTargetGroupsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeLoadBalancersRequestFilterSensitiveLog, DescribeLoadBalancersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeLoadBalancersCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLoadBalancersCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeMetricCollectionTypesAnswerFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeMetricCollectionTypesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeMetricCollectionTypesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeNotificationConfigurationsAnswerFilterSensitiveLog, DescribeNotificationConfigurationsTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeNotificationConfigurationsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeNotificationConfigurationsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribePoliciesTypeFilterSensitiveLog, PoliciesTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribePoliciesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribePoliciesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ActivitiesTypeFilterSensitiveLog, DescribeScalingActivitiesTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeScalingActivitiesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeScalingActivitiesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ProcessesTypeFilterSensitiveLog } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeScalingProcessTypesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeScalingProcessTypesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeScheduledActionsTypeFilterSensitiveLog, ScheduledActionsTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeScheduledActionsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeScheduledActionsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeTagsTypeFilterSensitiveLog, TagsTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeTagsCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeTagsCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeTerminationPolicyTypesAnswerFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeTerminationPolicyTypesCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeTerminationPolicyTypesCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DescribeWarmPoolAnswerFilterSensitiveLog, DescribeWarmPoolTypeFilterSensitiveLog, } from "../models/models_0";
|
|
@@ -7,8 +8,17 @@ export class DescribeWarmPoolCommand extends $Command {
|
|
|
7
8
|
super();
|
|
8
9
|
this.input = input;
|
|
9
10
|
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
10
19
|
resolveMiddleware(clientStack, configuration, options) {
|
|
11
20
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeWarmPoolCommand.getEndpointParameterInstructions()));
|
|
12
22
|
const stack = clientStack.concat(this.middlewareStack);
|
|
13
23
|
const { logger } = configuration;
|
|
14
24
|
const clientName = "AutoScalingClient";
|