@aws-sdk/client-auto-scaling 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +208 -795
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AttachInstancesCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancersCommand.js +2 -14
- package/dist-es/commands/AttachTrafficSourcesCommand.js +2 -14
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +2 -14
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -14
- package/dist-es/commands/CancelInstanceRefreshCommand.js +2 -14
- package/dist-es/commands/CompleteLifecycleActionCommand.js +2 -14
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -14
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -14
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -14
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteLifecycleHookCommand.js +2 -14
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -14
- package/dist-es/commands/DeleteTagsCommand.js +2 -14
- package/dist-es/commands/DeleteWarmPoolCommand.js +2 -14
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -14
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +2 -14
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -14
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +2 -14
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -14
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -14
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribePoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +2 -14
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -14
- package/dist-es/commands/DescribeScheduledActionsCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -14
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +2 -14
- package/dist-es/commands/DescribeWarmPoolCommand.js +2 -14
- package/dist-es/commands/DetachInstancesCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DetachTrafficSourcesCommand.js +2 -14
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -14
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -14
- package/dist-es/commands/EnterStandbyCommand.js +2 -14
- package/dist-es/commands/ExecutePolicyCommand.js +2 -14
- package/dist-es/commands/ExitStandbyCommand.js +2 -14
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +2 -14
- package/dist-es/commands/LaunchInstancesCommand.js +2 -14
- package/dist-es/commands/PutLifecycleHookCommand.js +2 -14
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/PutScalingPolicyCommand.js +2 -14
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -14
- package/dist-es/commands/PutWarmPoolCommand.js +2 -14
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +2 -14
- package/dist-es/commands/ResumeProcessesCommand.js +2 -14
- package/dist-es/commands/RollbackInstanceRefreshCommand.js +2 -14
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -14
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -14
- package/dist-es/commands/SetInstanceProtectionCommand.js +2 -14
- package/dist-es/commands/StartInstanceRefreshCommand.js +2 -14
- package/dist-es/commands/SuspendProcessesCommand.js +2 -14
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -14
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +3 -8
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +3 -8
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +4 -9
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTagsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +4 -9
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribePoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +3 -8
- package/dist-types/commands/DetachInstancesCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +3 -8
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +3 -8
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +3 -8
- package/dist-types/commands/EnterStandbyCommand.d.ts +3 -8
- package/dist-types/commands/ExecutePolicyCommand.d.ts +3 -8
- package/dist-types/commands/ExitStandbyCommand.d.ts +3 -8
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +3 -8
- package/dist-types/commands/LaunchInstancesCommand.d.ts +3 -8
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +3 -8
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +3 -8
- package/dist-types/commands/PutWarmPoolCommand.d.ts +3 -8
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +3 -8
- package/dist-types/commands/ResumeProcessesCommand.d.ts +3 -8
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +3 -8
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +3 -8
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +3 -8
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +3 -8
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +3 -8
- package/dist-types/commands/SuspendProcessesCommand.d.ts +3 -8
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +4 -9
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LaunchInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RollbackInstanceRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultAutoScalingHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2235,6 +2237,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2235
2237
|
serviceTarget: "AutoScaling_2011_01_01",
|
|
2236
2238
|
},
|
|
2237
2239
|
serviceId: config?.serviceId ?? "Auto Scaling",
|
|
2240
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2238
2241
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2239
2242
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2240
2243
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2268,7 +2271,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2268
2271
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2269
2272
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2270
2273
|
}, config),
|
|
2271
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2272
2274
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2273
2275
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2274
2276
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2356,796 +2358,206 @@ class AutoScalingClient extends Client {
|
|
|
2356
2358
|
}
|
|
2357
2359
|
}
|
|
2358
2360
|
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
}
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
}
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
}
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
}
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
}
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
}
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
}
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
}
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
}
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
.sc(DeleteScheduledAction$)
|
|
2560
|
-
.build() {
|
|
2561
|
-
}
|
|
2562
|
-
|
|
2563
|
-
class DeleteTagsCommand extends Command
|
|
2564
|
-
.classBuilder()
|
|
2565
|
-
.ep(commonParams)
|
|
2566
|
-
.m(function (Command, cs, config, o) {
|
|
2567
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2568
|
-
})
|
|
2569
|
-
.s("AutoScaling_2011_01_01", "DeleteTags", {})
|
|
2570
|
-
.n("AutoScalingClient", "DeleteTagsCommand")
|
|
2571
|
-
.sc(DeleteTags$)
|
|
2572
|
-
.build() {
|
|
2573
|
-
}
|
|
2574
|
-
|
|
2575
|
-
class DeleteWarmPoolCommand extends Command
|
|
2576
|
-
.classBuilder()
|
|
2577
|
-
.ep(commonParams)
|
|
2578
|
-
.m(function (Command, cs, config, o) {
|
|
2579
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2580
|
-
})
|
|
2581
|
-
.s("AutoScaling_2011_01_01", "DeleteWarmPool", {})
|
|
2582
|
-
.n("AutoScalingClient", "DeleteWarmPoolCommand")
|
|
2583
|
-
.sc(DeleteWarmPool$)
|
|
2584
|
-
.build() {
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
|
-
class DescribeAccountLimitsCommand extends Command
|
|
2588
|
-
.classBuilder()
|
|
2589
|
-
.ep(commonParams)
|
|
2590
|
-
.m(function (Command, cs, config, o) {
|
|
2591
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2592
|
-
})
|
|
2593
|
-
.s("AutoScaling_2011_01_01", "DescribeAccountLimits", {})
|
|
2594
|
-
.n("AutoScalingClient", "DescribeAccountLimitsCommand")
|
|
2595
|
-
.sc(DescribeAccountLimits$)
|
|
2596
|
-
.build() {
|
|
2597
|
-
}
|
|
2598
|
-
|
|
2599
|
-
class DescribeAdjustmentTypesCommand extends Command
|
|
2600
|
-
.classBuilder()
|
|
2601
|
-
.ep(commonParams)
|
|
2602
|
-
.m(function (Command, cs, config, o) {
|
|
2603
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2604
|
-
})
|
|
2605
|
-
.s("AutoScaling_2011_01_01", "DescribeAdjustmentTypes", {})
|
|
2606
|
-
.n("AutoScalingClient", "DescribeAdjustmentTypesCommand")
|
|
2607
|
-
.sc(DescribeAdjustmentTypes$)
|
|
2608
|
-
.build() {
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
class DescribeAutoScalingGroupsCommand extends Command
|
|
2612
|
-
.classBuilder()
|
|
2613
|
-
.ep(commonParams)
|
|
2614
|
-
.m(function (Command, cs, config, o) {
|
|
2615
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2616
|
-
})
|
|
2617
|
-
.s("AutoScaling_2011_01_01", "DescribeAutoScalingGroups", {})
|
|
2618
|
-
.n("AutoScalingClient", "DescribeAutoScalingGroupsCommand")
|
|
2619
|
-
.sc(DescribeAutoScalingGroups$)
|
|
2620
|
-
.build() {
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
class DescribeAutoScalingInstancesCommand extends Command
|
|
2624
|
-
.classBuilder()
|
|
2625
|
-
.ep(commonParams)
|
|
2626
|
-
.m(function (Command, cs, config, o) {
|
|
2627
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2628
|
-
})
|
|
2629
|
-
.s("AutoScaling_2011_01_01", "DescribeAutoScalingInstances", {})
|
|
2630
|
-
.n("AutoScalingClient", "DescribeAutoScalingInstancesCommand")
|
|
2631
|
-
.sc(DescribeAutoScalingInstances$)
|
|
2632
|
-
.build() {
|
|
2633
|
-
}
|
|
2634
|
-
|
|
2635
|
-
class DescribeAutoScalingNotificationTypesCommand extends Command
|
|
2636
|
-
.classBuilder()
|
|
2637
|
-
.ep(commonParams)
|
|
2638
|
-
.m(function (Command, cs, config, o) {
|
|
2639
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2640
|
-
})
|
|
2641
|
-
.s("AutoScaling_2011_01_01", "DescribeAutoScalingNotificationTypes", {})
|
|
2642
|
-
.n("AutoScalingClient", "DescribeAutoScalingNotificationTypesCommand")
|
|
2643
|
-
.sc(DescribeAutoScalingNotificationTypes$)
|
|
2644
|
-
.build() {
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
class DescribeInstanceRefreshesCommand extends Command
|
|
2648
|
-
.classBuilder()
|
|
2649
|
-
.ep(commonParams)
|
|
2650
|
-
.m(function (Command, cs, config, o) {
|
|
2651
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2652
|
-
})
|
|
2653
|
-
.s("AutoScaling_2011_01_01", "DescribeInstanceRefreshes", {})
|
|
2654
|
-
.n("AutoScalingClient", "DescribeInstanceRefreshesCommand")
|
|
2655
|
-
.sc(DescribeInstanceRefreshes$)
|
|
2656
|
-
.build() {
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
|
-
class DescribeLaunchConfigurationsCommand extends Command
|
|
2660
|
-
.classBuilder()
|
|
2661
|
-
.ep(commonParams)
|
|
2662
|
-
.m(function (Command, cs, config, o) {
|
|
2663
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2664
|
-
})
|
|
2665
|
-
.s("AutoScaling_2011_01_01", "DescribeLaunchConfigurations", {})
|
|
2666
|
-
.n("AutoScalingClient", "DescribeLaunchConfigurationsCommand")
|
|
2667
|
-
.sc(DescribeLaunchConfigurations$)
|
|
2668
|
-
.build() {
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
|
-
class DescribeLifecycleHooksCommand extends Command
|
|
2672
|
-
.classBuilder()
|
|
2673
|
-
.ep(commonParams)
|
|
2674
|
-
.m(function (Command, cs, config, o) {
|
|
2675
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2676
|
-
})
|
|
2677
|
-
.s("AutoScaling_2011_01_01", "DescribeLifecycleHooks", {})
|
|
2678
|
-
.n("AutoScalingClient", "DescribeLifecycleHooksCommand")
|
|
2679
|
-
.sc(DescribeLifecycleHooks$)
|
|
2680
|
-
.build() {
|
|
2681
|
-
}
|
|
2682
|
-
|
|
2683
|
-
class DescribeLifecycleHookTypesCommand extends Command
|
|
2684
|
-
.classBuilder()
|
|
2685
|
-
.ep(commonParams)
|
|
2686
|
-
.m(function (Command, cs, config, o) {
|
|
2687
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2688
|
-
})
|
|
2689
|
-
.s("AutoScaling_2011_01_01", "DescribeLifecycleHookTypes", {})
|
|
2690
|
-
.n("AutoScalingClient", "DescribeLifecycleHookTypesCommand")
|
|
2691
|
-
.sc(DescribeLifecycleHookTypes$)
|
|
2692
|
-
.build() {
|
|
2693
|
-
}
|
|
2694
|
-
|
|
2695
|
-
class DescribeLoadBalancersCommand extends Command
|
|
2696
|
-
.classBuilder()
|
|
2697
|
-
.ep(commonParams)
|
|
2698
|
-
.m(function (Command, cs, config, o) {
|
|
2699
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2700
|
-
})
|
|
2701
|
-
.s("AutoScaling_2011_01_01", "DescribeLoadBalancers", {})
|
|
2702
|
-
.n("AutoScalingClient", "DescribeLoadBalancersCommand")
|
|
2703
|
-
.sc(DescribeLoadBalancers$)
|
|
2704
|
-
.build() {
|
|
2705
|
-
}
|
|
2706
|
-
|
|
2707
|
-
class DescribeLoadBalancerTargetGroupsCommand extends Command
|
|
2708
|
-
.classBuilder()
|
|
2709
|
-
.ep(commonParams)
|
|
2710
|
-
.m(function (Command, cs, config, o) {
|
|
2711
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2712
|
-
})
|
|
2713
|
-
.s("AutoScaling_2011_01_01", "DescribeLoadBalancerTargetGroups", {})
|
|
2714
|
-
.n("AutoScalingClient", "DescribeLoadBalancerTargetGroupsCommand")
|
|
2715
|
-
.sc(DescribeLoadBalancerTargetGroups$)
|
|
2716
|
-
.build() {
|
|
2717
|
-
}
|
|
2718
|
-
|
|
2719
|
-
class DescribeMetricCollectionTypesCommand extends Command
|
|
2720
|
-
.classBuilder()
|
|
2721
|
-
.ep(commonParams)
|
|
2722
|
-
.m(function (Command, cs, config, o) {
|
|
2723
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2724
|
-
})
|
|
2725
|
-
.s("AutoScaling_2011_01_01", "DescribeMetricCollectionTypes", {})
|
|
2726
|
-
.n("AutoScalingClient", "DescribeMetricCollectionTypesCommand")
|
|
2727
|
-
.sc(DescribeMetricCollectionTypes$)
|
|
2728
|
-
.build() {
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
|
-
class DescribeNotificationConfigurationsCommand extends Command
|
|
2732
|
-
.classBuilder()
|
|
2733
|
-
.ep(commonParams)
|
|
2734
|
-
.m(function (Command, cs, config, o) {
|
|
2735
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2736
|
-
})
|
|
2737
|
-
.s("AutoScaling_2011_01_01", "DescribeNotificationConfigurations", {})
|
|
2738
|
-
.n("AutoScalingClient", "DescribeNotificationConfigurationsCommand")
|
|
2739
|
-
.sc(DescribeNotificationConfigurations$)
|
|
2740
|
-
.build() {
|
|
2741
|
-
}
|
|
2742
|
-
|
|
2743
|
-
class DescribePoliciesCommand extends Command
|
|
2744
|
-
.classBuilder()
|
|
2745
|
-
.ep(commonParams)
|
|
2746
|
-
.m(function (Command, cs, config, o) {
|
|
2747
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2748
|
-
})
|
|
2749
|
-
.s("AutoScaling_2011_01_01", "DescribePolicies", {})
|
|
2750
|
-
.n("AutoScalingClient", "DescribePoliciesCommand")
|
|
2751
|
-
.sc(DescribePolicies$)
|
|
2752
|
-
.build() {
|
|
2753
|
-
}
|
|
2754
|
-
|
|
2755
|
-
class DescribeScalingActivitiesCommand extends Command
|
|
2756
|
-
.classBuilder()
|
|
2757
|
-
.ep(commonParams)
|
|
2758
|
-
.m(function (Command, cs, config, o) {
|
|
2759
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2760
|
-
})
|
|
2761
|
-
.s("AutoScaling_2011_01_01", "DescribeScalingActivities", {})
|
|
2762
|
-
.n("AutoScalingClient", "DescribeScalingActivitiesCommand")
|
|
2763
|
-
.sc(DescribeScalingActivities$)
|
|
2764
|
-
.build() {
|
|
2765
|
-
}
|
|
2766
|
-
|
|
2767
|
-
class DescribeScalingProcessTypesCommand extends Command
|
|
2768
|
-
.classBuilder()
|
|
2769
|
-
.ep(commonParams)
|
|
2770
|
-
.m(function (Command, cs, config, o) {
|
|
2771
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2772
|
-
})
|
|
2773
|
-
.s("AutoScaling_2011_01_01", "DescribeScalingProcessTypes", {})
|
|
2774
|
-
.n("AutoScalingClient", "DescribeScalingProcessTypesCommand")
|
|
2775
|
-
.sc(DescribeScalingProcessTypes$)
|
|
2776
|
-
.build() {
|
|
2777
|
-
}
|
|
2778
|
-
|
|
2779
|
-
class DescribeScheduledActionsCommand extends Command
|
|
2780
|
-
.classBuilder()
|
|
2781
|
-
.ep(commonParams)
|
|
2782
|
-
.m(function (Command, cs, config, o) {
|
|
2783
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2784
|
-
})
|
|
2785
|
-
.s("AutoScaling_2011_01_01", "DescribeScheduledActions", {})
|
|
2786
|
-
.n("AutoScalingClient", "DescribeScheduledActionsCommand")
|
|
2787
|
-
.sc(DescribeScheduledActions$)
|
|
2788
|
-
.build() {
|
|
2789
|
-
}
|
|
2790
|
-
|
|
2791
|
-
class DescribeTagsCommand extends Command
|
|
2792
|
-
.classBuilder()
|
|
2793
|
-
.ep(commonParams)
|
|
2794
|
-
.m(function (Command, cs, config, o) {
|
|
2795
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2796
|
-
})
|
|
2797
|
-
.s("AutoScaling_2011_01_01", "DescribeTags", {})
|
|
2798
|
-
.n("AutoScalingClient", "DescribeTagsCommand")
|
|
2799
|
-
.sc(DescribeTags$)
|
|
2800
|
-
.build() {
|
|
2801
|
-
}
|
|
2802
|
-
|
|
2803
|
-
class DescribeTerminationPolicyTypesCommand extends Command
|
|
2804
|
-
.classBuilder()
|
|
2805
|
-
.ep(commonParams)
|
|
2806
|
-
.m(function (Command, cs, config, o) {
|
|
2807
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2808
|
-
})
|
|
2809
|
-
.s("AutoScaling_2011_01_01", "DescribeTerminationPolicyTypes", {})
|
|
2810
|
-
.n("AutoScalingClient", "DescribeTerminationPolicyTypesCommand")
|
|
2811
|
-
.sc(DescribeTerminationPolicyTypes$)
|
|
2812
|
-
.build() {
|
|
2813
|
-
}
|
|
2814
|
-
|
|
2815
|
-
class DescribeTrafficSourcesCommand extends Command
|
|
2816
|
-
.classBuilder()
|
|
2817
|
-
.ep(commonParams)
|
|
2818
|
-
.m(function (Command, cs, config, o) {
|
|
2819
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2820
|
-
})
|
|
2821
|
-
.s("AutoScaling_2011_01_01", "DescribeTrafficSources", {})
|
|
2822
|
-
.n("AutoScalingClient", "DescribeTrafficSourcesCommand")
|
|
2823
|
-
.sc(DescribeTrafficSources$)
|
|
2824
|
-
.build() {
|
|
2825
|
-
}
|
|
2826
|
-
|
|
2827
|
-
class DescribeWarmPoolCommand extends Command
|
|
2828
|
-
.classBuilder()
|
|
2829
|
-
.ep(commonParams)
|
|
2830
|
-
.m(function (Command, cs, config, o) {
|
|
2831
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2832
|
-
})
|
|
2833
|
-
.s("AutoScaling_2011_01_01", "DescribeWarmPool", {})
|
|
2834
|
-
.n("AutoScalingClient", "DescribeWarmPoolCommand")
|
|
2835
|
-
.sc(DescribeWarmPool$)
|
|
2836
|
-
.build() {
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
|
-
class DetachInstancesCommand extends Command
|
|
2840
|
-
.classBuilder()
|
|
2841
|
-
.ep(commonParams)
|
|
2842
|
-
.m(function (Command, cs, config, o) {
|
|
2843
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2844
|
-
})
|
|
2845
|
-
.s("AutoScaling_2011_01_01", "DetachInstances", {})
|
|
2846
|
-
.n("AutoScalingClient", "DetachInstancesCommand")
|
|
2847
|
-
.sc(DetachInstances$)
|
|
2848
|
-
.build() {
|
|
2849
|
-
}
|
|
2850
|
-
|
|
2851
|
-
class DetachLoadBalancersCommand extends Command
|
|
2852
|
-
.classBuilder()
|
|
2853
|
-
.ep(commonParams)
|
|
2854
|
-
.m(function (Command, cs, config, o) {
|
|
2855
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2856
|
-
})
|
|
2857
|
-
.s("AutoScaling_2011_01_01", "DetachLoadBalancers", {})
|
|
2858
|
-
.n("AutoScalingClient", "DetachLoadBalancersCommand")
|
|
2859
|
-
.sc(DetachLoadBalancers$)
|
|
2860
|
-
.build() {
|
|
2861
|
-
}
|
|
2862
|
-
|
|
2863
|
-
class DetachLoadBalancerTargetGroupsCommand extends Command
|
|
2864
|
-
.classBuilder()
|
|
2865
|
-
.ep(commonParams)
|
|
2866
|
-
.m(function (Command, cs, config, o) {
|
|
2867
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2868
|
-
})
|
|
2869
|
-
.s("AutoScaling_2011_01_01", "DetachLoadBalancerTargetGroups", {})
|
|
2870
|
-
.n("AutoScalingClient", "DetachLoadBalancerTargetGroupsCommand")
|
|
2871
|
-
.sc(DetachLoadBalancerTargetGroups$)
|
|
2872
|
-
.build() {
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
class DetachTrafficSourcesCommand extends Command
|
|
2876
|
-
.classBuilder()
|
|
2877
|
-
.ep(commonParams)
|
|
2878
|
-
.m(function (Command, cs, config, o) {
|
|
2879
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2880
|
-
})
|
|
2881
|
-
.s("AutoScaling_2011_01_01", "DetachTrafficSources", {})
|
|
2882
|
-
.n("AutoScalingClient", "DetachTrafficSourcesCommand")
|
|
2883
|
-
.sc(DetachTrafficSources$)
|
|
2884
|
-
.build() {
|
|
2885
|
-
}
|
|
2886
|
-
|
|
2887
|
-
class DisableMetricsCollectionCommand extends Command
|
|
2888
|
-
.classBuilder()
|
|
2889
|
-
.ep(commonParams)
|
|
2890
|
-
.m(function (Command, cs, config, o) {
|
|
2891
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2892
|
-
})
|
|
2893
|
-
.s("AutoScaling_2011_01_01", "DisableMetricsCollection", {})
|
|
2894
|
-
.n("AutoScalingClient", "DisableMetricsCollectionCommand")
|
|
2895
|
-
.sc(DisableMetricsCollection$)
|
|
2896
|
-
.build() {
|
|
2897
|
-
}
|
|
2898
|
-
|
|
2899
|
-
class EnableMetricsCollectionCommand extends Command
|
|
2900
|
-
.classBuilder()
|
|
2901
|
-
.ep(commonParams)
|
|
2902
|
-
.m(function (Command, cs, config, o) {
|
|
2903
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2904
|
-
})
|
|
2905
|
-
.s("AutoScaling_2011_01_01", "EnableMetricsCollection", {})
|
|
2906
|
-
.n("AutoScalingClient", "EnableMetricsCollectionCommand")
|
|
2907
|
-
.sc(EnableMetricsCollection$)
|
|
2908
|
-
.build() {
|
|
2909
|
-
}
|
|
2910
|
-
|
|
2911
|
-
class EnterStandbyCommand extends Command
|
|
2912
|
-
.classBuilder()
|
|
2913
|
-
.ep(commonParams)
|
|
2914
|
-
.m(function (Command, cs, config, o) {
|
|
2915
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2916
|
-
})
|
|
2917
|
-
.s("AutoScaling_2011_01_01", "EnterStandby", {})
|
|
2918
|
-
.n("AutoScalingClient", "EnterStandbyCommand")
|
|
2919
|
-
.sc(EnterStandby$)
|
|
2920
|
-
.build() {
|
|
2921
|
-
}
|
|
2922
|
-
|
|
2923
|
-
class ExecutePolicyCommand extends Command
|
|
2924
|
-
.classBuilder()
|
|
2925
|
-
.ep(commonParams)
|
|
2926
|
-
.m(function (Command, cs, config, o) {
|
|
2927
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2928
|
-
})
|
|
2929
|
-
.s("AutoScaling_2011_01_01", "ExecutePolicy", {})
|
|
2930
|
-
.n("AutoScalingClient", "ExecutePolicyCommand")
|
|
2931
|
-
.sc(ExecutePolicy$)
|
|
2932
|
-
.build() {
|
|
2933
|
-
}
|
|
2934
|
-
|
|
2935
|
-
class ExitStandbyCommand extends Command
|
|
2936
|
-
.classBuilder()
|
|
2937
|
-
.ep(commonParams)
|
|
2938
|
-
.m(function (Command, cs, config, o) {
|
|
2939
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2940
|
-
})
|
|
2941
|
-
.s("AutoScaling_2011_01_01", "ExitStandby", {})
|
|
2942
|
-
.n("AutoScalingClient", "ExitStandbyCommand")
|
|
2943
|
-
.sc(ExitStandby$)
|
|
2944
|
-
.build() {
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
|
-
class GetPredictiveScalingForecastCommand extends Command
|
|
2948
|
-
.classBuilder()
|
|
2949
|
-
.ep(commonParams)
|
|
2950
|
-
.m(function (Command, cs, config, o) {
|
|
2951
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2952
|
-
})
|
|
2953
|
-
.s("AutoScaling_2011_01_01", "GetPredictiveScalingForecast", {})
|
|
2954
|
-
.n("AutoScalingClient", "GetPredictiveScalingForecastCommand")
|
|
2955
|
-
.sc(GetPredictiveScalingForecast$)
|
|
2956
|
-
.build() {
|
|
2957
|
-
}
|
|
2958
|
-
|
|
2959
|
-
class LaunchInstancesCommand extends Command
|
|
2960
|
-
.classBuilder()
|
|
2961
|
-
.ep(commonParams)
|
|
2962
|
-
.m(function (Command, cs, config, o) {
|
|
2963
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2964
|
-
})
|
|
2965
|
-
.s("AutoScaling_2011_01_01", "LaunchInstances", {})
|
|
2966
|
-
.n("AutoScalingClient", "LaunchInstancesCommand")
|
|
2967
|
-
.sc(LaunchInstances$)
|
|
2968
|
-
.build() {
|
|
2969
|
-
}
|
|
2970
|
-
|
|
2971
|
-
class PutLifecycleHookCommand extends Command
|
|
2972
|
-
.classBuilder()
|
|
2973
|
-
.ep(commonParams)
|
|
2974
|
-
.m(function (Command, cs, config, o) {
|
|
2975
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2976
|
-
})
|
|
2977
|
-
.s("AutoScaling_2011_01_01", "PutLifecycleHook", {})
|
|
2978
|
-
.n("AutoScalingClient", "PutLifecycleHookCommand")
|
|
2979
|
-
.sc(PutLifecycleHook$)
|
|
2980
|
-
.build() {
|
|
2981
|
-
}
|
|
2982
|
-
|
|
2983
|
-
class PutNotificationConfigurationCommand extends Command
|
|
2984
|
-
.classBuilder()
|
|
2985
|
-
.ep(commonParams)
|
|
2986
|
-
.m(function (Command, cs, config, o) {
|
|
2987
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2988
|
-
})
|
|
2989
|
-
.s("AutoScaling_2011_01_01", "PutNotificationConfiguration", {})
|
|
2990
|
-
.n("AutoScalingClient", "PutNotificationConfigurationCommand")
|
|
2991
|
-
.sc(PutNotificationConfiguration$)
|
|
2992
|
-
.build() {
|
|
2993
|
-
}
|
|
2994
|
-
|
|
2995
|
-
class PutScalingPolicyCommand extends Command
|
|
2996
|
-
.classBuilder()
|
|
2997
|
-
.ep(commonParams)
|
|
2998
|
-
.m(function (Command, cs, config, o) {
|
|
2999
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3000
|
-
})
|
|
3001
|
-
.s("AutoScaling_2011_01_01", "PutScalingPolicy", {})
|
|
3002
|
-
.n("AutoScalingClient", "PutScalingPolicyCommand")
|
|
3003
|
-
.sc(PutScalingPolicy$)
|
|
3004
|
-
.build() {
|
|
3005
|
-
}
|
|
3006
|
-
|
|
3007
|
-
class PutScheduledUpdateGroupActionCommand extends Command
|
|
3008
|
-
.classBuilder()
|
|
3009
|
-
.ep(commonParams)
|
|
3010
|
-
.m(function (Command, cs, config, o) {
|
|
3011
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3012
|
-
})
|
|
3013
|
-
.s("AutoScaling_2011_01_01", "PutScheduledUpdateGroupAction", {})
|
|
3014
|
-
.n("AutoScalingClient", "PutScheduledUpdateGroupActionCommand")
|
|
3015
|
-
.sc(PutScheduledUpdateGroupAction$)
|
|
3016
|
-
.build() {
|
|
3017
|
-
}
|
|
3018
|
-
|
|
3019
|
-
class PutWarmPoolCommand extends Command
|
|
3020
|
-
.classBuilder()
|
|
3021
|
-
.ep(commonParams)
|
|
3022
|
-
.m(function (Command, cs, config, o) {
|
|
3023
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3024
|
-
})
|
|
3025
|
-
.s("AutoScaling_2011_01_01", "PutWarmPool", {})
|
|
3026
|
-
.n("AutoScalingClient", "PutWarmPoolCommand")
|
|
3027
|
-
.sc(PutWarmPool$)
|
|
3028
|
-
.build() {
|
|
3029
|
-
}
|
|
3030
|
-
|
|
3031
|
-
class RecordLifecycleActionHeartbeatCommand extends Command
|
|
3032
|
-
.classBuilder()
|
|
3033
|
-
.ep(commonParams)
|
|
3034
|
-
.m(function (Command, cs, config, o) {
|
|
3035
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3036
|
-
})
|
|
3037
|
-
.s("AutoScaling_2011_01_01", "RecordLifecycleActionHeartbeat", {})
|
|
3038
|
-
.n("AutoScalingClient", "RecordLifecycleActionHeartbeatCommand")
|
|
3039
|
-
.sc(RecordLifecycleActionHeartbeat$)
|
|
3040
|
-
.build() {
|
|
3041
|
-
}
|
|
3042
|
-
|
|
3043
|
-
class ResumeProcessesCommand extends Command
|
|
3044
|
-
.classBuilder()
|
|
3045
|
-
.ep(commonParams)
|
|
3046
|
-
.m(function (Command, cs, config, o) {
|
|
3047
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3048
|
-
})
|
|
3049
|
-
.s("AutoScaling_2011_01_01", "ResumeProcesses", {})
|
|
3050
|
-
.n("AutoScalingClient", "ResumeProcessesCommand")
|
|
3051
|
-
.sc(ResumeProcesses$)
|
|
3052
|
-
.build() {
|
|
3053
|
-
}
|
|
3054
|
-
|
|
3055
|
-
class RollbackInstanceRefreshCommand extends Command
|
|
3056
|
-
.classBuilder()
|
|
3057
|
-
.ep(commonParams)
|
|
3058
|
-
.m(function (Command, cs, config, o) {
|
|
3059
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3060
|
-
})
|
|
3061
|
-
.s("AutoScaling_2011_01_01", "RollbackInstanceRefresh", {})
|
|
3062
|
-
.n("AutoScalingClient", "RollbackInstanceRefreshCommand")
|
|
3063
|
-
.sc(RollbackInstanceRefresh$)
|
|
3064
|
-
.build() {
|
|
3065
|
-
}
|
|
3066
|
-
|
|
3067
|
-
class SetDesiredCapacityCommand extends Command
|
|
3068
|
-
.classBuilder()
|
|
3069
|
-
.ep(commonParams)
|
|
3070
|
-
.m(function (Command, cs, config, o) {
|
|
3071
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3072
|
-
})
|
|
3073
|
-
.s("AutoScaling_2011_01_01", "SetDesiredCapacity", {})
|
|
3074
|
-
.n("AutoScalingClient", "SetDesiredCapacityCommand")
|
|
3075
|
-
.sc(SetDesiredCapacity$)
|
|
3076
|
-
.build() {
|
|
3077
|
-
}
|
|
3078
|
-
|
|
3079
|
-
class SetInstanceHealthCommand extends Command
|
|
3080
|
-
.classBuilder()
|
|
3081
|
-
.ep(commonParams)
|
|
3082
|
-
.m(function (Command, cs, config, o) {
|
|
3083
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3084
|
-
})
|
|
3085
|
-
.s("AutoScaling_2011_01_01", "SetInstanceHealth", {})
|
|
3086
|
-
.n("AutoScalingClient", "SetInstanceHealthCommand")
|
|
3087
|
-
.sc(SetInstanceHealth$)
|
|
3088
|
-
.build() {
|
|
3089
|
-
}
|
|
3090
|
-
|
|
3091
|
-
class SetInstanceProtectionCommand extends Command
|
|
3092
|
-
.classBuilder()
|
|
3093
|
-
.ep(commonParams)
|
|
3094
|
-
.m(function (Command, cs, config, o) {
|
|
3095
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3096
|
-
})
|
|
3097
|
-
.s("AutoScaling_2011_01_01", "SetInstanceProtection", {})
|
|
3098
|
-
.n("AutoScalingClient", "SetInstanceProtectionCommand")
|
|
3099
|
-
.sc(SetInstanceProtection$)
|
|
3100
|
-
.build() {
|
|
3101
|
-
}
|
|
3102
|
-
|
|
3103
|
-
class StartInstanceRefreshCommand extends Command
|
|
3104
|
-
.classBuilder()
|
|
3105
|
-
.ep(commonParams)
|
|
3106
|
-
.m(function (Command, cs, config, o) {
|
|
3107
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3108
|
-
})
|
|
3109
|
-
.s("AutoScaling_2011_01_01", "StartInstanceRefresh", {})
|
|
3110
|
-
.n("AutoScalingClient", "StartInstanceRefreshCommand")
|
|
3111
|
-
.sc(StartInstanceRefresh$)
|
|
3112
|
-
.build() {
|
|
3113
|
-
}
|
|
3114
|
-
|
|
3115
|
-
class SuspendProcessesCommand extends Command
|
|
3116
|
-
.classBuilder()
|
|
3117
|
-
.ep(commonParams)
|
|
3118
|
-
.m(function (Command, cs, config, o) {
|
|
3119
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3120
|
-
})
|
|
3121
|
-
.s("AutoScaling_2011_01_01", "SuspendProcesses", {})
|
|
3122
|
-
.n("AutoScalingClient", "SuspendProcessesCommand")
|
|
3123
|
-
.sc(SuspendProcesses$)
|
|
3124
|
-
.build() {
|
|
3125
|
-
}
|
|
3126
|
-
|
|
3127
|
-
class TerminateInstanceInAutoScalingGroupCommand extends Command
|
|
3128
|
-
.classBuilder()
|
|
3129
|
-
.ep(commonParams)
|
|
3130
|
-
.m(function (Command, cs, config, o) {
|
|
3131
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3132
|
-
})
|
|
3133
|
-
.s("AutoScaling_2011_01_01", "TerminateInstanceInAutoScalingGroup", {})
|
|
3134
|
-
.n("AutoScalingClient", "TerminateInstanceInAutoScalingGroupCommand")
|
|
3135
|
-
.sc(TerminateInstanceInAutoScalingGroup$)
|
|
3136
|
-
.build() {
|
|
3137
|
-
}
|
|
3138
|
-
|
|
3139
|
-
class UpdateAutoScalingGroupCommand extends Command
|
|
3140
|
-
.classBuilder()
|
|
3141
|
-
.ep(commonParams)
|
|
3142
|
-
.m(function (Command, cs, config, o) {
|
|
3143
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3144
|
-
})
|
|
3145
|
-
.s("AutoScaling_2011_01_01", "UpdateAutoScalingGroup", {})
|
|
3146
|
-
.n("AutoScalingClient", "UpdateAutoScalingGroupCommand")
|
|
3147
|
-
.sc(UpdateAutoScalingGroup$)
|
|
3148
|
-
.build() {
|
|
2361
|
+
const command = makeBuilder(commonParams, "AutoScaling_2011_01_01", "AutoScalingClient", getEndpointPlugin);
|
|
2362
|
+
const _ep0 = {};
|
|
2363
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2364
|
+
|
|
2365
|
+
class AttachInstancesCommand extends command(_ep0, _mw0, "AttachInstances", AttachInstances$) {
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
class AttachLoadBalancersCommand extends command(_ep0, _mw0, "AttachLoadBalancers", AttachLoadBalancers$) {
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
class AttachLoadBalancerTargetGroupsCommand extends command(_ep0, _mw0, "AttachLoadBalancerTargetGroups", AttachLoadBalancerTargetGroups$) {
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
class AttachTrafficSourcesCommand extends command(_ep0, _mw0, "AttachTrafficSources", AttachTrafficSources$) {
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
class BatchDeleteScheduledActionCommand extends command(_ep0, _mw0, "BatchDeleteScheduledAction", BatchDeleteScheduledAction$) {
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
class BatchPutScheduledUpdateGroupActionCommand extends command(_ep0, _mw0, "BatchPutScheduledUpdateGroupAction", BatchPutScheduledUpdateGroupAction$) {
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
class CancelInstanceRefreshCommand extends command(_ep0, _mw0, "CancelInstanceRefresh", CancelInstanceRefresh$) {
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
class CompleteLifecycleActionCommand extends command(_ep0, _mw0, "CompleteLifecycleAction", CompleteLifecycleAction$) {
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
class CreateAutoScalingGroupCommand extends command(_ep0, _mw0, "CreateAutoScalingGroup", CreateAutoScalingGroup$) {
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2392
|
+
class CreateLaunchConfigurationCommand extends command(_ep0, _mw0, "CreateLaunchConfiguration", CreateLaunchConfiguration$) {
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
class CreateOrUpdateTagsCommand extends command(_ep0, _mw0, "CreateOrUpdateTags", CreateOrUpdateTags$) {
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
class DeleteAutoScalingGroupCommand extends command(_ep0, _mw0, "DeleteAutoScalingGroup", DeleteAutoScalingGroup$) {
|
|
2399
|
+
}
|
|
2400
|
+
|
|
2401
|
+
class DeleteLaunchConfigurationCommand extends command(_ep0, _mw0, "DeleteLaunchConfiguration", DeleteLaunchConfiguration$) {
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2404
|
+
class DeleteLifecycleHookCommand extends command(_ep0, _mw0, "DeleteLifecycleHook", DeleteLifecycleHook$) {
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
class DeleteNotificationConfigurationCommand extends command(_ep0, _mw0, "DeleteNotificationConfiguration", DeleteNotificationConfiguration$) {
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
class DeletePolicyCommand extends command(_ep0, _mw0, "DeletePolicy", DeletePolicy$) {
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
class DeleteScheduledActionCommand extends command(_ep0, _mw0, "DeleteScheduledAction", DeleteScheduledAction$) {
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
class DeleteTagsCommand extends command(_ep0, _mw0, "DeleteTags", DeleteTags$) {
|
|
2417
|
+
}
|
|
2418
|
+
|
|
2419
|
+
class DeleteWarmPoolCommand extends command(_ep0, _mw0, "DeleteWarmPool", DeleteWarmPool$) {
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
class DescribeAccountLimitsCommand extends command(_ep0, _mw0, "DescribeAccountLimits", DescribeAccountLimits$) {
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
class DescribeAdjustmentTypesCommand extends command(_ep0, _mw0, "DescribeAdjustmentTypes", DescribeAdjustmentTypes$) {
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
class DescribeAutoScalingGroupsCommand extends command(_ep0, _mw0, "DescribeAutoScalingGroups", DescribeAutoScalingGroups$) {
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
class DescribeAutoScalingInstancesCommand extends command(_ep0, _mw0, "DescribeAutoScalingInstances", DescribeAutoScalingInstances$) {
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
class DescribeAutoScalingNotificationTypesCommand extends command(_ep0, _mw0, "DescribeAutoScalingNotificationTypes", DescribeAutoScalingNotificationTypes$) {
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
class DescribeInstanceRefreshesCommand extends command(_ep0, _mw0, "DescribeInstanceRefreshes", DescribeInstanceRefreshes$) {
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
class DescribeLaunchConfigurationsCommand extends command(_ep0, _mw0, "DescribeLaunchConfigurations", DescribeLaunchConfigurations$) {
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
class DescribeLifecycleHooksCommand extends command(_ep0, _mw0, "DescribeLifecycleHooks", DescribeLifecycleHooks$) {
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2446
|
+
class DescribeLifecycleHookTypesCommand extends command(_ep0, _mw0, "DescribeLifecycleHookTypes", DescribeLifecycleHookTypes$) {
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
class DescribeLoadBalancersCommand extends command(_ep0, _mw0, "DescribeLoadBalancers", DescribeLoadBalancers$) {
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
class DescribeLoadBalancerTargetGroupsCommand extends command(_ep0, _mw0, "DescribeLoadBalancerTargetGroups", DescribeLoadBalancerTargetGroups$) {
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
class DescribeMetricCollectionTypesCommand extends command(_ep0, _mw0, "DescribeMetricCollectionTypes", DescribeMetricCollectionTypes$) {
|
|
2456
|
+
}
|
|
2457
|
+
|
|
2458
|
+
class DescribeNotificationConfigurationsCommand extends command(_ep0, _mw0, "DescribeNotificationConfigurations", DescribeNotificationConfigurations$) {
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2461
|
+
class DescribePoliciesCommand extends command(_ep0, _mw0, "DescribePolicies", DescribePolicies$) {
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
class DescribeScalingActivitiesCommand extends command(_ep0, _mw0, "DescribeScalingActivities", DescribeScalingActivities$) {
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
class DescribeScalingProcessTypesCommand extends command(_ep0, _mw0, "DescribeScalingProcessTypes", DescribeScalingProcessTypes$) {
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
class DescribeScheduledActionsCommand extends command(_ep0, _mw0, "DescribeScheduledActions", DescribeScheduledActions$) {
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
class DescribeTerminationPolicyTypesCommand extends command(_ep0, _mw0, "DescribeTerminationPolicyTypes", DescribeTerminationPolicyTypes$) {
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2479
|
+
class DescribeTrafficSourcesCommand extends command(_ep0, _mw0, "DescribeTrafficSources", DescribeTrafficSources$) {
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
class DescribeWarmPoolCommand extends command(_ep0, _mw0, "DescribeWarmPool", DescribeWarmPool$) {
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
class DetachInstancesCommand extends command(_ep0, _mw0, "DetachInstances", DetachInstances$) {
|
|
2486
|
+
}
|
|
2487
|
+
|
|
2488
|
+
class DetachLoadBalancersCommand extends command(_ep0, _mw0, "DetachLoadBalancers", DetachLoadBalancers$) {
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
class DetachLoadBalancerTargetGroupsCommand extends command(_ep0, _mw0, "DetachLoadBalancerTargetGroups", DetachLoadBalancerTargetGroups$) {
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
class DetachTrafficSourcesCommand extends command(_ep0, _mw0, "DetachTrafficSources", DetachTrafficSources$) {
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
class DisableMetricsCollectionCommand extends command(_ep0, _mw0, "DisableMetricsCollection", DisableMetricsCollection$) {
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
class EnableMetricsCollectionCommand extends command(_ep0, _mw0, "EnableMetricsCollection", EnableMetricsCollection$) {
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
class EnterStandbyCommand extends command(_ep0, _mw0, "EnterStandby", EnterStandby$) {
|
|
2504
|
+
}
|
|
2505
|
+
|
|
2506
|
+
class ExecutePolicyCommand extends command(_ep0, _mw0, "ExecutePolicy", ExecutePolicy$) {
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
class ExitStandbyCommand extends command(_ep0, _mw0, "ExitStandby", ExitStandby$) {
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
class GetPredictiveScalingForecastCommand extends command(_ep0, _mw0, "GetPredictiveScalingForecast", GetPredictiveScalingForecast$) {
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
class LaunchInstancesCommand extends command(_ep0, _mw0, "LaunchInstances", LaunchInstances$) {
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2518
|
+
class PutLifecycleHookCommand extends command(_ep0, _mw0, "PutLifecycleHook", PutLifecycleHook$) {
|
|
2519
|
+
}
|
|
2520
|
+
|
|
2521
|
+
class PutNotificationConfigurationCommand extends command(_ep0, _mw0, "PutNotificationConfiguration", PutNotificationConfiguration$) {
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
class PutScalingPolicyCommand extends command(_ep0, _mw0, "PutScalingPolicy", PutScalingPolicy$) {
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
class PutScheduledUpdateGroupActionCommand extends command(_ep0, _mw0, "PutScheduledUpdateGroupAction", PutScheduledUpdateGroupAction$) {
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
class PutWarmPoolCommand extends command(_ep0, _mw0, "PutWarmPool", PutWarmPool$) {
|
|
2531
|
+
}
|
|
2532
|
+
|
|
2533
|
+
class RecordLifecycleActionHeartbeatCommand extends command(_ep0, _mw0, "RecordLifecycleActionHeartbeat", RecordLifecycleActionHeartbeat$) {
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
class ResumeProcessesCommand extends command(_ep0, _mw0, "ResumeProcesses", ResumeProcesses$) {
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
class RollbackInstanceRefreshCommand extends command(_ep0, _mw0, "RollbackInstanceRefresh", RollbackInstanceRefresh$) {
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
class SetDesiredCapacityCommand extends command(_ep0, _mw0, "SetDesiredCapacity", SetDesiredCapacity$) {
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
class SetInstanceHealthCommand extends command(_ep0, _mw0, "SetInstanceHealth", SetInstanceHealth$) {
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
class SetInstanceProtectionCommand extends command(_ep0, _mw0, "SetInstanceProtection", SetInstanceProtection$) {
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
class StartInstanceRefreshCommand extends command(_ep0, _mw0, "StartInstanceRefresh", StartInstanceRefresh$) {
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
class SuspendProcessesCommand extends command(_ep0, _mw0, "SuspendProcesses", SuspendProcesses$) {
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
class TerminateInstanceInAutoScalingGroupCommand extends command(_ep0, _mw0, "TerminateInstanceInAutoScalingGroup", TerminateInstanceInAutoScalingGroup$) {
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2560
|
+
class UpdateAutoScalingGroupCommand extends command(_ep0, _mw0, "UpdateAutoScalingGroup", UpdateAutoScalingGroup$) {
|
|
3149
2561
|
}
|
|
3150
2562
|
|
|
3151
2563
|
const paginateDescribeAutoScalingGroups = createPaginator(AutoScalingClient, DescribeAutoScalingGroupsCommand, "NextToken", "NextToken", "MaxRecords");
|
|
@@ -3446,6 +2858,7 @@ const ScalingActivityStatusCode = {
|
|
|
3446
2858
|
const CapacityDistributionStrategy = {
|
|
3447
2859
|
BALANCED_BEST_EFFORT: "balanced-best-effort",
|
|
3448
2860
|
BALANCED_ONLY: "balanced-only",
|
|
2861
|
+
RESERVATIONS_THEN_BALANCED: "reservations-then-balanced",
|
|
3449
2862
|
};
|
|
3450
2863
|
const ImpairedZoneHealthCheckBehavior = {
|
|
3451
2864
|
IgnoreUnhealthy: "IgnoreUnhealthy",
|