@aws-sdk/client-auto-scaling 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +172 -174
- package/dist-cjs/models/AutoScalingServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AutoScaling.js +1 -1
- package/dist-es/AutoScalingClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AttachInstancesCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancersCommand.js +2 -2
- package/dist-es/commands/AttachTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/CancelInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/CompleteLifecycleActionCommand.js +2 -2
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecycleHookCommand.js +2 -2
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWarmPoolCommand.js +2 -2
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +2 -2
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribePoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/DescribeWarmPoolCommand.js +2 -2
- package/dist-es/commands/DetachInstancesCommand.js +2 -2
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-es/commands/DetachLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DetachTrafficSourcesCommand.js +2 -2
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnterStandbyCommand.js +2 -2
- package/dist-es/commands/ExecutePolicyCommand.js +2 -2
- package/dist-es/commands/ExitStandbyCommand.js +2 -2
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +2 -2
- package/dist-es/commands/LaunchInstancesCommand.js +2 -2
- package/dist-es/commands/PutLifecycleHookCommand.js +2 -2
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/PutWarmPoolCommand.js +2 -2
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
- package/dist-es/commands/ResumeProcessesCommand.js +2 -2
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
- package/dist-es/commands/SetInstanceProtectionCommand.js +2 -2
- package/dist-es/commands/StartInstanceRefreshCommand.js +2 -2
- package/dist-es/commands/SuspendProcessesCommand.js +2 -2
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AutoScalingServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForGroupExists.js +1 -1
- package/dist-es/waiters/waitForGroupInService.js +1 -1
- package/dist-es/waiters/waitForGroupNotExists.js +1 -1
- package/dist-types/AutoScaling.d.ts +1 -1
- package/dist-types/AutoScalingClient.d.ts +5 -5
- package/dist-types/commands/AttachInstancesCommand.d.ts +6 -4
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +6 -4
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePoliciesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +6 -4
- package/dist-types/commands/DetachInstancesCommand.d.ts +6 -4
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +6 -4
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +6 -4
- package/dist-types/commands/EnterStandbyCommand.d.ts +6 -4
- package/dist-types/commands/ExecutePolicyCommand.d.ts +6 -4
- package/dist-types/commands/ExitStandbyCommand.d.ts +6 -4
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +6 -4
- package/dist-types/commands/LaunchInstancesCommand.d.ts +6 -4
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +6 -4
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +6 -4
- package/dist-types/commands/PutWarmPoolCommand.d.ts +6 -4
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -4
- package/dist-types/commands/ResumeProcessesCommand.d.ts +6 -4
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +6 -4
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +6 -4
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +6 -4
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/commands/SuspendProcessesCommand.d.ts +6 -4
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AutoScalingServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AutoScaling.d.ts +1 -1
- package/dist-types/ts3.4/AutoScalingClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/LaunchInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RollbackInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForGroupExists.d.ts +1 -1
- package/dist-types/waiters/waitForGroupInService.d.ts +1 -1
- package/dist-types/waiters/waitForGroupNotExists.d.ts +1 -1
- package/package.json +13 -35
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var AutoScalingServiceException = require('./models/AutoScalingServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class AutoScalingClient extends
|
|
80
|
+
class AutoScalingClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class AutoScalingClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class AutoScalingClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class AttachInstancesCommand extends
|
|
115
|
+
class AttachInstancesCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("AutoScaling_2011_01_01", "AttachInstances", {})
|
|
124
122
|
.n("AutoScalingClient", "AttachInstancesCommand")
|
|
@@ -126,11 +124,11 @@ class AttachInstancesCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class AttachLoadBalancersCommand extends
|
|
127
|
+
class AttachLoadBalancersCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("AutoScaling_2011_01_01", "AttachLoadBalancers", {})
|
|
136
134
|
.n("AutoScalingClient", "AttachLoadBalancersCommand")
|
|
@@ -138,11 +136,11 @@ class AttachLoadBalancersCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class AttachLoadBalancerTargetGroupsCommand extends
|
|
139
|
+
class AttachLoadBalancerTargetGroupsCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("AutoScaling_2011_01_01", "AttachLoadBalancerTargetGroups", {})
|
|
148
146
|
.n("AutoScalingClient", "AttachLoadBalancerTargetGroupsCommand")
|
|
@@ -150,11 +148,11 @@ class AttachLoadBalancerTargetGroupsCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class AttachTrafficSourcesCommand extends
|
|
151
|
+
class AttachTrafficSourcesCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("AutoScaling_2011_01_01", "AttachTrafficSources", {})
|
|
160
158
|
.n("AutoScalingClient", "AttachTrafficSourcesCommand")
|
|
@@ -162,11 +160,11 @@ class AttachTrafficSourcesCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class BatchDeleteScheduledActionCommand extends
|
|
163
|
+
class BatchDeleteScheduledActionCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("AutoScaling_2011_01_01", "BatchDeleteScheduledAction", {})
|
|
172
170
|
.n("AutoScalingClient", "BatchDeleteScheduledActionCommand")
|
|
@@ -174,11 +172,11 @@ class BatchDeleteScheduledActionCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class BatchPutScheduledUpdateGroupActionCommand extends
|
|
175
|
+
class BatchPutScheduledUpdateGroupActionCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("AutoScaling_2011_01_01", "BatchPutScheduledUpdateGroupAction", {})
|
|
184
182
|
.n("AutoScalingClient", "BatchPutScheduledUpdateGroupActionCommand")
|
|
@@ -186,11 +184,11 @@ class BatchPutScheduledUpdateGroupActionCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CancelInstanceRefreshCommand extends
|
|
187
|
+
class CancelInstanceRefreshCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("AutoScaling_2011_01_01", "CancelInstanceRefresh", {})
|
|
196
194
|
.n("AutoScalingClient", "CancelInstanceRefreshCommand")
|
|
@@ -198,11 +196,11 @@ class CancelInstanceRefreshCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class CompleteLifecycleActionCommand extends
|
|
199
|
+
class CompleteLifecycleActionCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("AutoScaling_2011_01_01", "CompleteLifecycleAction", {})
|
|
208
206
|
.n("AutoScalingClient", "CompleteLifecycleActionCommand")
|
|
@@ -210,11 +208,11 @@ class CompleteLifecycleActionCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class CreateAutoScalingGroupCommand extends
|
|
211
|
+
class CreateAutoScalingGroupCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("AutoScaling_2011_01_01", "CreateAutoScalingGroup", {})
|
|
220
218
|
.n("AutoScalingClient", "CreateAutoScalingGroupCommand")
|
|
@@ -222,11 +220,11 @@ class CreateAutoScalingGroupCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class CreateLaunchConfigurationCommand extends
|
|
223
|
+
class CreateLaunchConfigurationCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("AutoScaling_2011_01_01", "CreateLaunchConfiguration", {})
|
|
232
230
|
.n("AutoScalingClient", "CreateLaunchConfigurationCommand")
|
|
@@ -234,11 +232,11 @@ class CreateLaunchConfigurationCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class CreateOrUpdateTagsCommand extends
|
|
235
|
+
class CreateOrUpdateTagsCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("AutoScaling_2011_01_01", "CreateOrUpdateTags", {})
|
|
244
242
|
.n("AutoScalingClient", "CreateOrUpdateTagsCommand")
|
|
@@ -246,11 +244,11 @@ class CreateOrUpdateTagsCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class DeleteAutoScalingGroupCommand extends
|
|
247
|
+
class DeleteAutoScalingGroupCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("AutoScaling_2011_01_01", "DeleteAutoScalingGroup", {})
|
|
256
254
|
.n("AutoScalingClient", "DeleteAutoScalingGroupCommand")
|
|
@@ -258,11 +256,11 @@ class DeleteAutoScalingGroupCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class DeleteLaunchConfigurationCommand extends
|
|
259
|
+
class DeleteLaunchConfigurationCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("AutoScaling_2011_01_01", "DeleteLaunchConfiguration", {})
|
|
268
266
|
.n("AutoScalingClient", "DeleteLaunchConfigurationCommand")
|
|
@@ -270,11 +268,11 @@ class DeleteLaunchConfigurationCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class DeleteLifecycleHookCommand extends
|
|
271
|
+
class DeleteLifecycleHookCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("AutoScaling_2011_01_01", "DeleteLifecycleHook", {})
|
|
280
278
|
.n("AutoScalingClient", "DeleteLifecycleHookCommand")
|
|
@@ -282,11 +280,11 @@ class DeleteLifecycleHookCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class DeleteNotificationConfigurationCommand extends
|
|
283
|
+
class DeleteNotificationConfigurationCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("AutoScaling_2011_01_01", "DeleteNotificationConfiguration", {})
|
|
292
290
|
.n("AutoScalingClient", "DeleteNotificationConfigurationCommand")
|
|
@@ -294,11 +292,11 @@ class DeleteNotificationConfigurationCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class DeletePolicyCommand extends
|
|
295
|
+
class DeletePolicyCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("AutoScaling_2011_01_01", "DeletePolicy", {})
|
|
304
302
|
.n("AutoScalingClient", "DeletePolicyCommand")
|
|
@@ -306,11 +304,11 @@ class DeletePolicyCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class DeleteScheduledActionCommand extends
|
|
307
|
+
class DeleteScheduledActionCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("AutoScaling_2011_01_01", "DeleteScheduledAction", {})
|
|
316
314
|
.n("AutoScalingClient", "DeleteScheduledActionCommand")
|
|
@@ -318,11 +316,11 @@ class DeleteScheduledActionCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class DeleteTagsCommand extends
|
|
319
|
+
class DeleteTagsCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("AutoScaling_2011_01_01", "DeleteTags", {})
|
|
328
326
|
.n("AutoScalingClient", "DeleteTagsCommand")
|
|
@@ -330,11 +328,11 @@ class DeleteTagsCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class DeleteWarmPoolCommand extends
|
|
331
|
+
class DeleteWarmPoolCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("AutoScaling_2011_01_01", "DeleteWarmPool", {})
|
|
340
338
|
.n("AutoScalingClient", "DeleteWarmPoolCommand")
|
|
@@ -342,11 +340,11 @@ class DeleteWarmPoolCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class DescribeAccountLimitsCommand extends
|
|
343
|
+
class DescribeAccountLimitsCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("AutoScaling_2011_01_01", "DescribeAccountLimits", {})
|
|
352
350
|
.n("AutoScalingClient", "DescribeAccountLimitsCommand")
|
|
@@ -354,11 +352,11 @@ class DescribeAccountLimitsCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class DescribeAdjustmentTypesCommand extends
|
|
355
|
+
class DescribeAdjustmentTypesCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("AutoScaling_2011_01_01", "DescribeAdjustmentTypes", {})
|
|
364
362
|
.n("AutoScalingClient", "DescribeAdjustmentTypesCommand")
|
|
@@ -366,11 +364,11 @@ class DescribeAdjustmentTypesCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class DescribeAutoScalingGroupsCommand extends
|
|
367
|
+
class DescribeAutoScalingGroupsCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingGroups", {})
|
|
376
374
|
.n("AutoScalingClient", "DescribeAutoScalingGroupsCommand")
|
|
@@ -378,11 +376,11 @@ class DescribeAutoScalingGroupsCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class DescribeAutoScalingInstancesCommand extends
|
|
379
|
+
class DescribeAutoScalingInstancesCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingInstances", {})
|
|
388
386
|
.n("AutoScalingClient", "DescribeAutoScalingInstancesCommand")
|
|
@@ -390,11 +388,11 @@ class DescribeAutoScalingInstancesCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class DescribeAutoScalingNotificationTypesCommand extends
|
|
391
|
+
class DescribeAutoScalingNotificationTypesCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("AutoScaling_2011_01_01", "DescribeAutoScalingNotificationTypes", {})
|
|
400
398
|
.n("AutoScalingClient", "DescribeAutoScalingNotificationTypesCommand")
|
|
@@ -402,11 +400,11 @@ class DescribeAutoScalingNotificationTypesCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class DescribeInstanceRefreshesCommand extends
|
|
403
|
+
class DescribeInstanceRefreshesCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("AutoScaling_2011_01_01", "DescribeInstanceRefreshes", {})
|
|
412
410
|
.n("AutoScalingClient", "DescribeInstanceRefreshesCommand")
|
|
@@ -414,11 +412,11 @@ class DescribeInstanceRefreshesCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class DescribeLaunchConfigurationsCommand extends
|
|
415
|
+
class DescribeLaunchConfigurationsCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("AutoScaling_2011_01_01", "DescribeLaunchConfigurations", {})
|
|
424
422
|
.n("AutoScalingClient", "DescribeLaunchConfigurationsCommand")
|
|
@@ -426,11 +424,11 @@ class DescribeLaunchConfigurationsCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class DescribeLifecycleHooksCommand extends
|
|
427
|
+
class DescribeLifecycleHooksCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("AutoScaling_2011_01_01", "DescribeLifecycleHooks", {})
|
|
436
434
|
.n("AutoScalingClient", "DescribeLifecycleHooksCommand")
|
|
@@ -438,11 +436,11 @@ class DescribeLifecycleHooksCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class DescribeLifecycleHookTypesCommand extends
|
|
439
|
+
class DescribeLifecycleHookTypesCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("AutoScaling_2011_01_01", "DescribeLifecycleHookTypes", {})
|
|
448
446
|
.n("AutoScalingClient", "DescribeLifecycleHookTypesCommand")
|
|
@@ -450,11 +448,11 @@ class DescribeLifecycleHookTypesCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class DescribeLoadBalancersCommand extends
|
|
451
|
+
class DescribeLoadBalancersCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("AutoScaling_2011_01_01", "DescribeLoadBalancers", {})
|
|
460
458
|
.n("AutoScalingClient", "DescribeLoadBalancersCommand")
|
|
@@ -462,11 +460,11 @@ class DescribeLoadBalancersCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class DescribeLoadBalancerTargetGroupsCommand extends
|
|
463
|
+
class DescribeLoadBalancerTargetGroupsCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("AutoScaling_2011_01_01", "DescribeLoadBalancerTargetGroups", {})
|
|
472
470
|
.n("AutoScalingClient", "DescribeLoadBalancerTargetGroupsCommand")
|
|
@@ -474,11 +472,11 @@ class DescribeLoadBalancerTargetGroupsCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class DescribeMetricCollectionTypesCommand extends
|
|
475
|
+
class DescribeMetricCollectionTypesCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("AutoScaling_2011_01_01", "DescribeMetricCollectionTypes", {})
|
|
484
482
|
.n("AutoScalingClient", "DescribeMetricCollectionTypesCommand")
|
|
@@ -486,11 +484,11 @@ class DescribeMetricCollectionTypesCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class DescribeNotificationConfigurationsCommand extends
|
|
487
|
+
class DescribeNotificationConfigurationsCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("AutoScaling_2011_01_01", "DescribeNotificationConfigurations", {})
|
|
496
494
|
.n("AutoScalingClient", "DescribeNotificationConfigurationsCommand")
|
|
@@ -498,11 +496,11 @@ class DescribeNotificationConfigurationsCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class DescribePoliciesCommand extends
|
|
499
|
+
class DescribePoliciesCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("AutoScaling_2011_01_01", "DescribePolicies", {})
|
|
508
506
|
.n("AutoScalingClient", "DescribePoliciesCommand")
|
|
@@ -510,11 +508,11 @@ class DescribePoliciesCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class DescribeScalingActivitiesCommand extends
|
|
511
|
+
class DescribeScalingActivitiesCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("AutoScaling_2011_01_01", "DescribeScalingActivities", {})
|
|
520
518
|
.n("AutoScalingClient", "DescribeScalingActivitiesCommand")
|
|
@@ -522,11 +520,11 @@ class DescribeScalingActivitiesCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class DescribeScalingProcessTypesCommand extends
|
|
523
|
+
class DescribeScalingProcessTypesCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("AutoScaling_2011_01_01", "DescribeScalingProcessTypes", {})
|
|
532
530
|
.n("AutoScalingClient", "DescribeScalingProcessTypesCommand")
|
|
@@ -534,11 +532,11 @@ class DescribeScalingProcessTypesCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class DescribeScheduledActionsCommand extends
|
|
535
|
+
class DescribeScheduledActionsCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("AutoScaling_2011_01_01", "DescribeScheduledActions", {})
|
|
544
542
|
.n("AutoScalingClient", "DescribeScheduledActionsCommand")
|
|
@@ -546,11 +544,11 @@ class DescribeScheduledActionsCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class DescribeTagsCommand extends
|
|
547
|
+
class DescribeTagsCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("AutoScaling_2011_01_01", "DescribeTags", {})
|
|
556
554
|
.n("AutoScalingClient", "DescribeTagsCommand")
|
|
@@ -558,11 +556,11 @@ class DescribeTagsCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class DescribeTerminationPolicyTypesCommand extends
|
|
559
|
+
class DescribeTerminationPolicyTypesCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("AutoScaling_2011_01_01", "DescribeTerminationPolicyTypes", {})
|
|
568
566
|
.n("AutoScalingClient", "DescribeTerminationPolicyTypesCommand")
|
|
@@ -570,11 +568,11 @@ class DescribeTerminationPolicyTypesCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class DescribeTrafficSourcesCommand extends
|
|
571
|
+
class DescribeTrafficSourcesCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("AutoScaling_2011_01_01", "DescribeTrafficSources", {})
|
|
580
578
|
.n("AutoScalingClient", "DescribeTrafficSourcesCommand")
|
|
@@ -582,11 +580,11 @@ class DescribeTrafficSourcesCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class DescribeWarmPoolCommand extends
|
|
583
|
+
class DescribeWarmPoolCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("AutoScaling_2011_01_01", "DescribeWarmPool", {})
|
|
592
590
|
.n("AutoScalingClient", "DescribeWarmPoolCommand")
|
|
@@ -594,11 +592,11 @@ class DescribeWarmPoolCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class DetachInstancesCommand extends
|
|
595
|
+
class DetachInstancesCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("AutoScaling_2011_01_01", "DetachInstances", {})
|
|
604
602
|
.n("AutoScalingClient", "DetachInstancesCommand")
|
|
@@ -606,11 +604,11 @@ class DetachInstancesCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class DetachLoadBalancersCommand extends
|
|
607
|
+
class DetachLoadBalancersCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("AutoScaling_2011_01_01", "DetachLoadBalancers", {})
|
|
616
614
|
.n("AutoScalingClient", "DetachLoadBalancersCommand")
|
|
@@ -618,11 +616,11 @@ class DetachLoadBalancersCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class DetachLoadBalancerTargetGroupsCommand extends
|
|
619
|
+
class DetachLoadBalancerTargetGroupsCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("AutoScaling_2011_01_01", "DetachLoadBalancerTargetGroups", {})
|
|
628
626
|
.n("AutoScalingClient", "DetachLoadBalancerTargetGroupsCommand")
|
|
@@ -630,11 +628,11 @@ class DetachLoadBalancerTargetGroupsCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class DetachTrafficSourcesCommand extends
|
|
631
|
+
class DetachTrafficSourcesCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("AutoScaling_2011_01_01", "DetachTrafficSources", {})
|
|
640
638
|
.n("AutoScalingClient", "DetachTrafficSourcesCommand")
|
|
@@ -642,11 +640,11 @@ class DetachTrafficSourcesCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class DisableMetricsCollectionCommand extends
|
|
643
|
+
class DisableMetricsCollectionCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("AutoScaling_2011_01_01", "DisableMetricsCollection", {})
|
|
652
650
|
.n("AutoScalingClient", "DisableMetricsCollectionCommand")
|
|
@@ -654,11 +652,11 @@ class DisableMetricsCollectionCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class EnableMetricsCollectionCommand extends
|
|
655
|
+
class EnableMetricsCollectionCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("AutoScaling_2011_01_01", "EnableMetricsCollection", {})
|
|
664
662
|
.n("AutoScalingClient", "EnableMetricsCollectionCommand")
|
|
@@ -666,11 +664,11 @@ class EnableMetricsCollectionCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class EnterStandbyCommand extends
|
|
667
|
+
class EnterStandbyCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("AutoScaling_2011_01_01", "EnterStandby", {})
|
|
676
674
|
.n("AutoScalingClient", "EnterStandbyCommand")
|
|
@@ -678,11 +676,11 @@ class EnterStandbyCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class ExecutePolicyCommand extends
|
|
679
|
+
class ExecutePolicyCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("AutoScaling_2011_01_01", "ExecutePolicy", {})
|
|
688
686
|
.n("AutoScalingClient", "ExecutePolicyCommand")
|
|
@@ -690,11 +688,11 @@ class ExecutePolicyCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class ExitStandbyCommand extends
|
|
691
|
+
class ExitStandbyCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("AutoScaling_2011_01_01", "ExitStandby", {})
|
|
700
698
|
.n("AutoScalingClient", "ExitStandbyCommand")
|
|
@@ -702,11 +700,11 @@ class ExitStandbyCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class GetPredictiveScalingForecastCommand extends
|
|
703
|
+
class GetPredictiveScalingForecastCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("AutoScaling_2011_01_01", "GetPredictiveScalingForecast", {})
|
|
712
710
|
.n("AutoScalingClient", "GetPredictiveScalingForecastCommand")
|
|
@@ -714,11 +712,11 @@ class GetPredictiveScalingForecastCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class LaunchInstancesCommand extends
|
|
715
|
+
class LaunchInstancesCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("AutoScaling_2011_01_01", "LaunchInstances", {})
|
|
724
722
|
.n("AutoScalingClient", "LaunchInstancesCommand")
|
|
@@ -726,11 +724,11 @@ class LaunchInstancesCommand extends smithyClient.Command
|
|
|
726
724
|
.build() {
|
|
727
725
|
}
|
|
728
726
|
|
|
729
|
-
class PutLifecycleHookCommand extends
|
|
727
|
+
class PutLifecycleHookCommand extends client.Command
|
|
730
728
|
.classBuilder()
|
|
731
729
|
.ep(commonParams)
|
|
732
730
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
732
|
})
|
|
735
733
|
.s("AutoScaling_2011_01_01", "PutLifecycleHook", {})
|
|
736
734
|
.n("AutoScalingClient", "PutLifecycleHookCommand")
|
|
@@ -738,11 +736,11 @@ class PutLifecycleHookCommand extends smithyClient.Command
|
|
|
738
736
|
.build() {
|
|
739
737
|
}
|
|
740
738
|
|
|
741
|
-
class PutNotificationConfigurationCommand extends
|
|
739
|
+
class PutNotificationConfigurationCommand extends client.Command
|
|
742
740
|
.classBuilder()
|
|
743
741
|
.ep(commonParams)
|
|
744
742
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
744
|
})
|
|
747
745
|
.s("AutoScaling_2011_01_01", "PutNotificationConfiguration", {})
|
|
748
746
|
.n("AutoScalingClient", "PutNotificationConfigurationCommand")
|
|
@@ -750,11 +748,11 @@ class PutNotificationConfigurationCommand extends smithyClient.Command
|
|
|
750
748
|
.build() {
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
class PutScalingPolicyCommand extends
|
|
751
|
+
class PutScalingPolicyCommand extends client.Command
|
|
754
752
|
.classBuilder()
|
|
755
753
|
.ep(commonParams)
|
|
756
754
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
756
|
})
|
|
759
757
|
.s("AutoScaling_2011_01_01", "PutScalingPolicy", {})
|
|
760
758
|
.n("AutoScalingClient", "PutScalingPolicyCommand")
|
|
@@ -762,11 +760,11 @@ class PutScalingPolicyCommand extends smithyClient.Command
|
|
|
762
760
|
.build() {
|
|
763
761
|
}
|
|
764
762
|
|
|
765
|
-
class PutScheduledUpdateGroupActionCommand extends
|
|
763
|
+
class PutScheduledUpdateGroupActionCommand extends client.Command
|
|
766
764
|
.classBuilder()
|
|
767
765
|
.ep(commonParams)
|
|
768
766
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
768
|
})
|
|
771
769
|
.s("AutoScaling_2011_01_01", "PutScheduledUpdateGroupAction", {})
|
|
772
770
|
.n("AutoScalingClient", "PutScheduledUpdateGroupActionCommand")
|
|
@@ -774,11 +772,11 @@ class PutScheduledUpdateGroupActionCommand extends smithyClient.Command
|
|
|
774
772
|
.build() {
|
|
775
773
|
}
|
|
776
774
|
|
|
777
|
-
class PutWarmPoolCommand extends
|
|
775
|
+
class PutWarmPoolCommand extends client.Command
|
|
778
776
|
.classBuilder()
|
|
779
777
|
.ep(commonParams)
|
|
780
778
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
780
|
})
|
|
783
781
|
.s("AutoScaling_2011_01_01", "PutWarmPool", {})
|
|
784
782
|
.n("AutoScalingClient", "PutWarmPoolCommand")
|
|
@@ -786,11 +784,11 @@ class PutWarmPoolCommand extends smithyClient.Command
|
|
|
786
784
|
.build() {
|
|
787
785
|
}
|
|
788
786
|
|
|
789
|
-
class RecordLifecycleActionHeartbeatCommand extends
|
|
787
|
+
class RecordLifecycleActionHeartbeatCommand extends client.Command
|
|
790
788
|
.classBuilder()
|
|
791
789
|
.ep(commonParams)
|
|
792
790
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
792
|
})
|
|
795
793
|
.s("AutoScaling_2011_01_01", "RecordLifecycleActionHeartbeat", {})
|
|
796
794
|
.n("AutoScalingClient", "RecordLifecycleActionHeartbeatCommand")
|
|
@@ -798,11 +796,11 @@ class RecordLifecycleActionHeartbeatCommand extends smithyClient.Command
|
|
|
798
796
|
.build() {
|
|
799
797
|
}
|
|
800
798
|
|
|
801
|
-
class ResumeProcessesCommand extends
|
|
799
|
+
class ResumeProcessesCommand extends client.Command
|
|
802
800
|
.classBuilder()
|
|
803
801
|
.ep(commonParams)
|
|
804
802
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
804
|
})
|
|
807
805
|
.s("AutoScaling_2011_01_01", "ResumeProcesses", {})
|
|
808
806
|
.n("AutoScalingClient", "ResumeProcessesCommand")
|
|
@@ -810,11 +808,11 @@ class ResumeProcessesCommand extends smithyClient.Command
|
|
|
810
808
|
.build() {
|
|
811
809
|
}
|
|
812
810
|
|
|
813
|
-
class RollbackInstanceRefreshCommand extends
|
|
811
|
+
class RollbackInstanceRefreshCommand extends client.Command
|
|
814
812
|
.classBuilder()
|
|
815
813
|
.ep(commonParams)
|
|
816
814
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
815
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
816
|
})
|
|
819
817
|
.s("AutoScaling_2011_01_01", "RollbackInstanceRefresh", {})
|
|
820
818
|
.n("AutoScalingClient", "RollbackInstanceRefreshCommand")
|
|
@@ -822,11 +820,11 @@ class RollbackInstanceRefreshCommand extends smithyClient.Command
|
|
|
822
820
|
.build() {
|
|
823
821
|
}
|
|
824
822
|
|
|
825
|
-
class SetDesiredCapacityCommand extends
|
|
823
|
+
class SetDesiredCapacityCommand extends client.Command
|
|
826
824
|
.classBuilder()
|
|
827
825
|
.ep(commonParams)
|
|
828
826
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
828
|
})
|
|
831
829
|
.s("AutoScaling_2011_01_01", "SetDesiredCapacity", {})
|
|
832
830
|
.n("AutoScalingClient", "SetDesiredCapacityCommand")
|
|
@@ -834,11 +832,11 @@ class SetDesiredCapacityCommand extends smithyClient.Command
|
|
|
834
832
|
.build() {
|
|
835
833
|
}
|
|
836
834
|
|
|
837
|
-
class SetInstanceHealthCommand extends
|
|
835
|
+
class SetInstanceHealthCommand extends client.Command
|
|
838
836
|
.classBuilder()
|
|
839
837
|
.ep(commonParams)
|
|
840
838
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
840
|
})
|
|
843
841
|
.s("AutoScaling_2011_01_01", "SetInstanceHealth", {})
|
|
844
842
|
.n("AutoScalingClient", "SetInstanceHealthCommand")
|
|
@@ -846,11 +844,11 @@ class SetInstanceHealthCommand extends smithyClient.Command
|
|
|
846
844
|
.build() {
|
|
847
845
|
}
|
|
848
846
|
|
|
849
|
-
class SetInstanceProtectionCommand extends
|
|
847
|
+
class SetInstanceProtectionCommand extends client.Command
|
|
850
848
|
.classBuilder()
|
|
851
849
|
.ep(commonParams)
|
|
852
850
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
851
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
852
|
})
|
|
855
853
|
.s("AutoScaling_2011_01_01", "SetInstanceProtection", {})
|
|
856
854
|
.n("AutoScalingClient", "SetInstanceProtectionCommand")
|
|
@@ -858,11 +856,11 @@ class SetInstanceProtectionCommand extends smithyClient.Command
|
|
|
858
856
|
.build() {
|
|
859
857
|
}
|
|
860
858
|
|
|
861
|
-
class StartInstanceRefreshCommand extends
|
|
859
|
+
class StartInstanceRefreshCommand extends client.Command
|
|
862
860
|
.classBuilder()
|
|
863
861
|
.ep(commonParams)
|
|
864
862
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
863
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
864
|
})
|
|
867
865
|
.s("AutoScaling_2011_01_01", "StartInstanceRefresh", {})
|
|
868
866
|
.n("AutoScalingClient", "StartInstanceRefreshCommand")
|
|
@@ -870,11 +868,11 @@ class StartInstanceRefreshCommand extends smithyClient.Command
|
|
|
870
868
|
.build() {
|
|
871
869
|
}
|
|
872
870
|
|
|
873
|
-
class SuspendProcessesCommand extends
|
|
871
|
+
class SuspendProcessesCommand extends client.Command
|
|
874
872
|
.classBuilder()
|
|
875
873
|
.ep(commonParams)
|
|
876
874
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
875
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
876
|
})
|
|
879
877
|
.s("AutoScaling_2011_01_01", "SuspendProcesses", {})
|
|
880
878
|
.n("AutoScalingClient", "SuspendProcessesCommand")
|
|
@@ -882,11 +880,11 @@ class SuspendProcessesCommand extends smithyClient.Command
|
|
|
882
880
|
.build() {
|
|
883
881
|
}
|
|
884
882
|
|
|
885
|
-
class TerminateInstanceInAutoScalingGroupCommand extends
|
|
883
|
+
class TerminateInstanceInAutoScalingGroupCommand extends client.Command
|
|
886
884
|
.classBuilder()
|
|
887
885
|
.ep(commonParams)
|
|
888
886
|
.m(function (Command, cs, config, o) {
|
|
889
|
-
return [
|
|
887
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
890
888
|
})
|
|
891
889
|
.s("AutoScaling_2011_01_01", "TerminateInstanceInAutoScalingGroup", {})
|
|
892
890
|
.n("AutoScalingClient", "TerminateInstanceInAutoScalingGroupCommand")
|
|
@@ -894,11 +892,11 @@ class TerminateInstanceInAutoScalingGroupCommand extends smithyClient.Command
|
|
|
894
892
|
.build() {
|
|
895
893
|
}
|
|
896
894
|
|
|
897
|
-
class UpdateAutoScalingGroupCommand extends
|
|
895
|
+
class UpdateAutoScalingGroupCommand extends client.Command
|
|
898
896
|
.classBuilder()
|
|
899
897
|
.ep(commonParams)
|
|
900
898
|
.m(function (Command, cs, config, o) {
|
|
901
|
-
return [
|
|
899
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
902
900
|
})
|
|
903
901
|
.s("AutoScaling_2011_01_01", "UpdateAutoScalingGroup", {})
|
|
904
902
|
.n("AutoScalingClient", "UpdateAutoScalingGroupCommand")
|
|
@@ -932,17 +930,17 @@ const paginateDescribeTrafficSources = core.createPaginator(AutoScalingClient, D
|
|
|
932
930
|
|
|
933
931
|
const paginateDescribeWarmPool = core.createPaginator(AutoScalingClient, DescribeWarmPoolCommand, "NextToken", "NextToken", "MaxRecords");
|
|
934
932
|
|
|
935
|
-
const checkState$2 = async (client, input) => {
|
|
933
|
+
const checkState$2 = async (client$1, input) => {
|
|
936
934
|
let reason;
|
|
937
935
|
try {
|
|
938
|
-
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
936
|
+
let result = await client$1.send(new DescribeAutoScalingGroupsCommand(input));
|
|
939
937
|
reason = result;
|
|
940
938
|
try {
|
|
941
939
|
const returnComparator = () => {
|
|
942
940
|
return (result.AutoScalingGroups.length > 0);
|
|
943
941
|
};
|
|
944
942
|
if (returnComparator() == true) {
|
|
945
|
-
return { state:
|
|
943
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
946
944
|
}
|
|
947
945
|
}
|
|
948
946
|
catch (e) { }
|
|
@@ -951,7 +949,7 @@ const checkState$2 = async (client, input) => {
|
|
|
951
949
|
return (result.AutoScalingGroups.length > 0);
|
|
952
950
|
};
|
|
953
951
|
if (returnComparator() == false) {
|
|
954
|
-
return { state:
|
|
952
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
955
953
|
}
|
|
956
954
|
}
|
|
957
955
|
catch (e) { }
|
|
@@ -959,22 +957,22 @@ const checkState$2 = async (client, input) => {
|
|
|
959
957
|
catch (exception) {
|
|
960
958
|
reason = exception;
|
|
961
959
|
}
|
|
962
|
-
return { state:
|
|
960
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
963
961
|
};
|
|
964
962
|
const waitForGroupExists = async (params, input) => {
|
|
965
963
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
966
|
-
return
|
|
964
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
967
965
|
};
|
|
968
966
|
const waitUntilGroupExists = async (params, input) => {
|
|
969
967
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
970
|
-
const result = await
|
|
971
|
-
return
|
|
968
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
969
|
+
return client.checkExceptions(result);
|
|
972
970
|
};
|
|
973
971
|
|
|
974
|
-
const checkState$1 = async (client, input) => {
|
|
972
|
+
const checkState$1 = async (client$1, input) => {
|
|
975
973
|
let reason;
|
|
976
974
|
try {
|
|
977
|
-
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
975
|
+
let result = await client$1.send(new DescribeAutoScalingGroupsCommand(input));
|
|
978
976
|
reason = result;
|
|
979
977
|
try {
|
|
980
978
|
const returnComparator = () => {
|
|
@@ -992,7 +990,7 @@ const checkState$1 = async (client, input) => {
|
|
|
992
990
|
return flat_7.includes(false);
|
|
993
991
|
};
|
|
994
992
|
if (returnComparator() == false) {
|
|
995
|
-
return { state:
|
|
993
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
996
994
|
}
|
|
997
995
|
}
|
|
998
996
|
catch (e) { }
|
|
@@ -1012,7 +1010,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1012
1010
|
return flat_7.includes(false);
|
|
1013
1011
|
};
|
|
1014
1012
|
if (returnComparator() == true) {
|
|
1015
|
-
return { state:
|
|
1013
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1016
1014
|
}
|
|
1017
1015
|
}
|
|
1018
1016
|
catch (e) { }
|
|
@@ -1020,29 +1018,29 @@ const checkState$1 = async (client, input) => {
|
|
|
1020
1018
|
catch (exception) {
|
|
1021
1019
|
reason = exception;
|
|
1022
1020
|
}
|
|
1023
|
-
return { state:
|
|
1021
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1024
1022
|
};
|
|
1025
1023
|
const waitForGroupInService = async (params, input) => {
|
|
1026
1024
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1027
|
-
return
|
|
1025
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1028
1026
|
};
|
|
1029
1027
|
const waitUntilGroupInService = async (params, input) => {
|
|
1030
1028
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1031
|
-
const result = await
|
|
1032
|
-
return
|
|
1029
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1030
|
+
return client.checkExceptions(result);
|
|
1033
1031
|
};
|
|
1034
1032
|
|
|
1035
|
-
const checkState = async (client, input) => {
|
|
1033
|
+
const checkState = async (client$1, input) => {
|
|
1036
1034
|
let reason;
|
|
1037
1035
|
try {
|
|
1038
|
-
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
1036
|
+
let result = await client$1.send(new DescribeAutoScalingGroupsCommand(input));
|
|
1039
1037
|
reason = result;
|
|
1040
1038
|
try {
|
|
1041
1039
|
const returnComparator = () => {
|
|
1042
1040
|
return (result.AutoScalingGroups.length > 0);
|
|
1043
1041
|
};
|
|
1044
1042
|
if (returnComparator() == false) {
|
|
1045
|
-
return { state:
|
|
1043
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1046
1044
|
}
|
|
1047
1045
|
}
|
|
1048
1046
|
catch (e) { }
|
|
@@ -1051,7 +1049,7 @@ const checkState = async (client, input) => {
|
|
|
1051
1049
|
return (result.AutoScalingGroups.length > 0);
|
|
1052
1050
|
};
|
|
1053
1051
|
if (returnComparator() == true) {
|
|
1054
|
-
return { state:
|
|
1052
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1055
1053
|
}
|
|
1056
1054
|
}
|
|
1057
1055
|
catch (e) { }
|
|
@@ -1059,16 +1057,16 @@ const checkState = async (client, input) => {
|
|
|
1059
1057
|
catch (exception) {
|
|
1060
1058
|
reason = exception;
|
|
1061
1059
|
}
|
|
1062
|
-
return { state:
|
|
1060
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1063
1061
|
};
|
|
1064
1062
|
const waitForGroupNotExists = async (params, input) => {
|
|
1065
1063
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1066
|
-
return
|
|
1064
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1067
1065
|
};
|
|
1068
1066
|
const waitUntilGroupNotExists = async (params, input) => {
|
|
1069
1067
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1070
|
-
const result = await
|
|
1071
|
-
return
|
|
1068
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1069
|
+
return client.checkExceptions(result);
|
|
1072
1070
|
};
|
|
1073
1071
|
|
|
1074
1072
|
const commands = {
|
|
@@ -1161,7 +1159,7 @@ const waiters = {
|
|
|
1161
1159
|
};
|
|
1162
1160
|
class AutoScaling extends AutoScalingClient {
|
|
1163
1161
|
}
|
|
1164
|
-
|
|
1162
|
+
client.createAggregatedClient(commands, AutoScaling, { paginators, waiters });
|
|
1165
1163
|
|
|
1166
1164
|
const AcceleratorManufacturer = {
|
|
1167
1165
|
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
@@ -1371,8 +1369,8 @@ const RetryStrategy = {
|
|
|
1371
1369
|
RETRY_WITH_GROUP_CONFIGURATION: "retry-with-group-configuration",
|
|
1372
1370
|
};
|
|
1373
1371
|
|
|
1374
|
-
exports.$Command =
|
|
1375
|
-
exports.__Client =
|
|
1372
|
+
exports.$Command = client.Command;
|
|
1373
|
+
exports.__Client = client.Client;
|
|
1376
1374
|
exports.AutoScalingServiceException = AutoScalingServiceException.AutoScalingServiceException;
|
|
1377
1375
|
exports.AcceleratorManufacturer = AcceleratorManufacturer;
|
|
1378
1376
|
exports.AcceleratorName = AcceleratorName;
|