@aws-sdk/client-auto-scaling 3.1077.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 +204 -793
- 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-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 +3 -8
- 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 +3 -8
- 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 +3 -8
- package/dist-types/index.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/package.json +8 -8
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2357,796 +2358,206 @@ class AutoScalingClient extends Client {
|
|
|
2357
2358
|
}
|
|
2358
2359
|
}
|
|
2359
2360
|
|
|
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
|
-
|
|
2560
|
-
.sc(DeleteScheduledAction$)
|
|
2561
|
-
.build() {
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
class DeleteTagsCommand extends Command
|
|
2565
|
-
.classBuilder()
|
|
2566
|
-
.ep(commonParams)
|
|
2567
|
-
.m(function (Command, cs, config, o) {
|
|
2568
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2569
|
-
})
|
|
2570
|
-
.s("AutoScaling_2011_01_01", "DeleteTags", {})
|
|
2571
|
-
.n("AutoScalingClient", "DeleteTagsCommand")
|
|
2572
|
-
.sc(DeleteTags$)
|
|
2573
|
-
.build() {
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
|
-
class DeleteWarmPoolCommand extends Command
|
|
2577
|
-
.classBuilder()
|
|
2578
|
-
.ep(commonParams)
|
|
2579
|
-
.m(function (Command, cs, config, o) {
|
|
2580
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2581
|
-
})
|
|
2582
|
-
.s("AutoScaling_2011_01_01", "DeleteWarmPool", {})
|
|
2583
|
-
.n("AutoScalingClient", "DeleteWarmPoolCommand")
|
|
2584
|
-
.sc(DeleteWarmPool$)
|
|
2585
|
-
.build() {
|
|
2586
|
-
}
|
|
2587
|
-
|
|
2588
|
-
class DescribeAccountLimitsCommand extends Command
|
|
2589
|
-
.classBuilder()
|
|
2590
|
-
.ep(commonParams)
|
|
2591
|
-
.m(function (Command, cs, config, o) {
|
|
2592
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2593
|
-
})
|
|
2594
|
-
.s("AutoScaling_2011_01_01", "DescribeAccountLimits", {})
|
|
2595
|
-
.n("AutoScalingClient", "DescribeAccountLimitsCommand")
|
|
2596
|
-
.sc(DescribeAccountLimits$)
|
|
2597
|
-
.build() {
|
|
2598
|
-
}
|
|
2599
|
-
|
|
2600
|
-
class DescribeAdjustmentTypesCommand extends Command
|
|
2601
|
-
.classBuilder()
|
|
2602
|
-
.ep(commonParams)
|
|
2603
|
-
.m(function (Command, cs, config, o) {
|
|
2604
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2605
|
-
})
|
|
2606
|
-
.s("AutoScaling_2011_01_01", "DescribeAdjustmentTypes", {})
|
|
2607
|
-
.n("AutoScalingClient", "DescribeAdjustmentTypesCommand")
|
|
2608
|
-
.sc(DescribeAdjustmentTypes$)
|
|
2609
|
-
.build() {
|
|
2610
|
-
}
|
|
2611
|
-
|
|
2612
|
-
class DescribeAutoScalingGroupsCommand extends Command
|
|
2613
|
-
.classBuilder()
|
|
2614
|
-
.ep(commonParams)
|
|
2615
|
-
.m(function (Command, cs, config, o) {
|
|
2616
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2617
|
-
})
|
|
2618
|
-
.s("AutoScaling_2011_01_01", "DescribeAutoScalingGroups", {})
|
|
2619
|
-
.n("AutoScalingClient", "DescribeAutoScalingGroupsCommand")
|
|
2620
|
-
.sc(DescribeAutoScalingGroups$)
|
|
2621
|
-
.build() {
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
class DescribeAutoScalingInstancesCommand extends Command
|
|
2625
|
-
.classBuilder()
|
|
2626
|
-
.ep(commonParams)
|
|
2627
|
-
.m(function (Command, cs, config, o) {
|
|
2628
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2629
|
-
})
|
|
2630
|
-
.s("AutoScaling_2011_01_01", "DescribeAutoScalingInstances", {})
|
|
2631
|
-
.n("AutoScalingClient", "DescribeAutoScalingInstancesCommand")
|
|
2632
|
-
.sc(DescribeAutoScalingInstances$)
|
|
2633
|
-
.build() {
|
|
2634
|
-
}
|
|
2635
|
-
|
|
2636
|
-
class DescribeAutoScalingNotificationTypesCommand extends Command
|
|
2637
|
-
.classBuilder()
|
|
2638
|
-
.ep(commonParams)
|
|
2639
|
-
.m(function (Command, cs, config, o) {
|
|
2640
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2641
|
-
})
|
|
2642
|
-
.s("AutoScaling_2011_01_01", "DescribeAutoScalingNotificationTypes", {})
|
|
2643
|
-
.n("AutoScalingClient", "DescribeAutoScalingNotificationTypesCommand")
|
|
2644
|
-
.sc(DescribeAutoScalingNotificationTypes$)
|
|
2645
|
-
.build() {
|
|
2646
|
-
}
|
|
2647
|
-
|
|
2648
|
-
class DescribeInstanceRefreshesCommand extends Command
|
|
2649
|
-
.classBuilder()
|
|
2650
|
-
.ep(commonParams)
|
|
2651
|
-
.m(function (Command, cs, config, o) {
|
|
2652
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2653
|
-
})
|
|
2654
|
-
.s("AutoScaling_2011_01_01", "DescribeInstanceRefreshes", {})
|
|
2655
|
-
.n("AutoScalingClient", "DescribeInstanceRefreshesCommand")
|
|
2656
|
-
.sc(DescribeInstanceRefreshes$)
|
|
2657
|
-
.build() {
|
|
2658
|
-
}
|
|
2659
|
-
|
|
2660
|
-
class DescribeLaunchConfigurationsCommand extends Command
|
|
2661
|
-
.classBuilder()
|
|
2662
|
-
.ep(commonParams)
|
|
2663
|
-
.m(function (Command, cs, config, o) {
|
|
2664
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2665
|
-
})
|
|
2666
|
-
.s("AutoScaling_2011_01_01", "DescribeLaunchConfigurations", {})
|
|
2667
|
-
.n("AutoScalingClient", "DescribeLaunchConfigurationsCommand")
|
|
2668
|
-
.sc(DescribeLaunchConfigurations$)
|
|
2669
|
-
.build() {
|
|
2670
|
-
}
|
|
2671
|
-
|
|
2672
|
-
class DescribeLifecycleHooksCommand extends Command
|
|
2673
|
-
.classBuilder()
|
|
2674
|
-
.ep(commonParams)
|
|
2675
|
-
.m(function (Command, cs, config, o) {
|
|
2676
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2677
|
-
})
|
|
2678
|
-
.s("AutoScaling_2011_01_01", "DescribeLifecycleHooks", {})
|
|
2679
|
-
.n("AutoScalingClient", "DescribeLifecycleHooksCommand")
|
|
2680
|
-
.sc(DescribeLifecycleHooks$)
|
|
2681
|
-
.build() {
|
|
2682
|
-
}
|
|
2683
|
-
|
|
2684
|
-
class DescribeLifecycleHookTypesCommand extends Command
|
|
2685
|
-
.classBuilder()
|
|
2686
|
-
.ep(commonParams)
|
|
2687
|
-
.m(function (Command, cs, config, o) {
|
|
2688
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2689
|
-
})
|
|
2690
|
-
.s("AutoScaling_2011_01_01", "DescribeLifecycleHookTypes", {})
|
|
2691
|
-
.n("AutoScalingClient", "DescribeLifecycleHookTypesCommand")
|
|
2692
|
-
.sc(DescribeLifecycleHookTypes$)
|
|
2693
|
-
.build() {
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
class DescribeLoadBalancersCommand extends Command
|
|
2697
|
-
.classBuilder()
|
|
2698
|
-
.ep(commonParams)
|
|
2699
|
-
.m(function (Command, cs, config, o) {
|
|
2700
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2701
|
-
})
|
|
2702
|
-
.s("AutoScaling_2011_01_01", "DescribeLoadBalancers", {})
|
|
2703
|
-
.n("AutoScalingClient", "DescribeLoadBalancersCommand")
|
|
2704
|
-
.sc(DescribeLoadBalancers$)
|
|
2705
|
-
.build() {
|
|
2706
|
-
}
|
|
2707
|
-
|
|
2708
|
-
class DescribeLoadBalancerTargetGroupsCommand extends Command
|
|
2709
|
-
.classBuilder()
|
|
2710
|
-
.ep(commonParams)
|
|
2711
|
-
.m(function (Command, cs, config, o) {
|
|
2712
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2713
|
-
})
|
|
2714
|
-
.s("AutoScaling_2011_01_01", "DescribeLoadBalancerTargetGroups", {})
|
|
2715
|
-
.n("AutoScalingClient", "DescribeLoadBalancerTargetGroupsCommand")
|
|
2716
|
-
.sc(DescribeLoadBalancerTargetGroups$)
|
|
2717
|
-
.build() {
|
|
2718
|
-
}
|
|
2719
|
-
|
|
2720
|
-
class DescribeMetricCollectionTypesCommand extends Command
|
|
2721
|
-
.classBuilder()
|
|
2722
|
-
.ep(commonParams)
|
|
2723
|
-
.m(function (Command, cs, config, o) {
|
|
2724
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2725
|
-
})
|
|
2726
|
-
.s("AutoScaling_2011_01_01", "DescribeMetricCollectionTypes", {})
|
|
2727
|
-
.n("AutoScalingClient", "DescribeMetricCollectionTypesCommand")
|
|
2728
|
-
.sc(DescribeMetricCollectionTypes$)
|
|
2729
|
-
.build() {
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
|
-
class DescribeNotificationConfigurationsCommand extends Command
|
|
2733
|
-
.classBuilder()
|
|
2734
|
-
.ep(commonParams)
|
|
2735
|
-
.m(function (Command, cs, config, o) {
|
|
2736
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2737
|
-
})
|
|
2738
|
-
.s("AutoScaling_2011_01_01", "DescribeNotificationConfigurations", {})
|
|
2739
|
-
.n("AutoScalingClient", "DescribeNotificationConfigurationsCommand")
|
|
2740
|
-
.sc(DescribeNotificationConfigurations$)
|
|
2741
|
-
.build() {
|
|
2742
|
-
}
|
|
2743
|
-
|
|
2744
|
-
class DescribePoliciesCommand extends Command
|
|
2745
|
-
.classBuilder()
|
|
2746
|
-
.ep(commonParams)
|
|
2747
|
-
.m(function (Command, cs, config, o) {
|
|
2748
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2749
|
-
})
|
|
2750
|
-
.s("AutoScaling_2011_01_01", "DescribePolicies", {})
|
|
2751
|
-
.n("AutoScalingClient", "DescribePoliciesCommand")
|
|
2752
|
-
.sc(DescribePolicies$)
|
|
2753
|
-
.build() {
|
|
2754
|
-
}
|
|
2755
|
-
|
|
2756
|
-
class DescribeScalingActivitiesCommand extends Command
|
|
2757
|
-
.classBuilder()
|
|
2758
|
-
.ep(commonParams)
|
|
2759
|
-
.m(function (Command, cs, config, o) {
|
|
2760
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2761
|
-
})
|
|
2762
|
-
.s("AutoScaling_2011_01_01", "DescribeScalingActivities", {})
|
|
2763
|
-
.n("AutoScalingClient", "DescribeScalingActivitiesCommand")
|
|
2764
|
-
.sc(DescribeScalingActivities$)
|
|
2765
|
-
.build() {
|
|
2766
|
-
}
|
|
2767
|
-
|
|
2768
|
-
class DescribeScalingProcessTypesCommand extends Command
|
|
2769
|
-
.classBuilder()
|
|
2770
|
-
.ep(commonParams)
|
|
2771
|
-
.m(function (Command, cs, config, o) {
|
|
2772
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2773
|
-
})
|
|
2774
|
-
.s("AutoScaling_2011_01_01", "DescribeScalingProcessTypes", {})
|
|
2775
|
-
.n("AutoScalingClient", "DescribeScalingProcessTypesCommand")
|
|
2776
|
-
.sc(DescribeScalingProcessTypes$)
|
|
2777
|
-
.build() {
|
|
2778
|
-
}
|
|
2779
|
-
|
|
2780
|
-
class DescribeScheduledActionsCommand extends Command
|
|
2781
|
-
.classBuilder()
|
|
2782
|
-
.ep(commonParams)
|
|
2783
|
-
.m(function (Command, cs, config, o) {
|
|
2784
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2785
|
-
})
|
|
2786
|
-
.s("AutoScaling_2011_01_01", "DescribeScheduledActions", {})
|
|
2787
|
-
.n("AutoScalingClient", "DescribeScheduledActionsCommand")
|
|
2788
|
-
.sc(DescribeScheduledActions$)
|
|
2789
|
-
.build() {
|
|
2790
|
-
}
|
|
2791
|
-
|
|
2792
|
-
class DescribeTagsCommand extends Command
|
|
2793
|
-
.classBuilder()
|
|
2794
|
-
.ep(commonParams)
|
|
2795
|
-
.m(function (Command, cs, config, o) {
|
|
2796
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2797
|
-
})
|
|
2798
|
-
.s("AutoScaling_2011_01_01", "DescribeTags", {})
|
|
2799
|
-
.n("AutoScalingClient", "DescribeTagsCommand")
|
|
2800
|
-
.sc(DescribeTags$)
|
|
2801
|
-
.build() {
|
|
2802
|
-
}
|
|
2803
|
-
|
|
2804
|
-
class DescribeTerminationPolicyTypesCommand extends Command
|
|
2805
|
-
.classBuilder()
|
|
2806
|
-
.ep(commonParams)
|
|
2807
|
-
.m(function (Command, cs, config, o) {
|
|
2808
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2809
|
-
})
|
|
2810
|
-
.s("AutoScaling_2011_01_01", "DescribeTerminationPolicyTypes", {})
|
|
2811
|
-
.n("AutoScalingClient", "DescribeTerminationPolicyTypesCommand")
|
|
2812
|
-
.sc(DescribeTerminationPolicyTypes$)
|
|
2813
|
-
.build() {
|
|
2814
|
-
}
|
|
2815
|
-
|
|
2816
|
-
class DescribeTrafficSourcesCommand extends Command
|
|
2817
|
-
.classBuilder()
|
|
2818
|
-
.ep(commonParams)
|
|
2819
|
-
.m(function (Command, cs, config, o) {
|
|
2820
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2821
|
-
})
|
|
2822
|
-
.s("AutoScaling_2011_01_01", "DescribeTrafficSources", {})
|
|
2823
|
-
.n("AutoScalingClient", "DescribeTrafficSourcesCommand")
|
|
2824
|
-
.sc(DescribeTrafficSources$)
|
|
2825
|
-
.build() {
|
|
2826
|
-
}
|
|
2827
|
-
|
|
2828
|
-
class DescribeWarmPoolCommand extends Command
|
|
2829
|
-
.classBuilder()
|
|
2830
|
-
.ep(commonParams)
|
|
2831
|
-
.m(function (Command, cs, config, o) {
|
|
2832
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2833
|
-
})
|
|
2834
|
-
.s("AutoScaling_2011_01_01", "DescribeWarmPool", {})
|
|
2835
|
-
.n("AutoScalingClient", "DescribeWarmPoolCommand")
|
|
2836
|
-
.sc(DescribeWarmPool$)
|
|
2837
|
-
.build() {
|
|
2838
|
-
}
|
|
2839
|
-
|
|
2840
|
-
class DetachInstancesCommand extends Command
|
|
2841
|
-
.classBuilder()
|
|
2842
|
-
.ep(commonParams)
|
|
2843
|
-
.m(function (Command, cs, config, o) {
|
|
2844
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2845
|
-
})
|
|
2846
|
-
.s("AutoScaling_2011_01_01", "DetachInstances", {})
|
|
2847
|
-
.n("AutoScalingClient", "DetachInstancesCommand")
|
|
2848
|
-
.sc(DetachInstances$)
|
|
2849
|
-
.build() {
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
class DetachLoadBalancersCommand extends Command
|
|
2853
|
-
.classBuilder()
|
|
2854
|
-
.ep(commonParams)
|
|
2855
|
-
.m(function (Command, cs, config, o) {
|
|
2856
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2857
|
-
})
|
|
2858
|
-
.s("AutoScaling_2011_01_01", "DetachLoadBalancers", {})
|
|
2859
|
-
.n("AutoScalingClient", "DetachLoadBalancersCommand")
|
|
2860
|
-
.sc(DetachLoadBalancers$)
|
|
2861
|
-
.build() {
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
|
-
class DetachLoadBalancerTargetGroupsCommand extends Command
|
|
2865
|
-
.classBuilder()
|
|
2866
|
-
.ep(commonParams)
|
|
2867
|
-
.m(function (Command, cs, config, o) {
|
|
2868
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2869
|
-
})
|
|
2870
|
-
.s("AutoScaling_2011_01_01", "DetachLoadBalancerTargetGroups", {})
|
|
2871
|
-
.n("AutoScalingClient", "DetachLoadBalancerTargetGroupsCommand")
|
|
2872
|
-
.sc(DetachLoadBalancerTargetGroups$)
|
|
2873
|
-
.build() {
|
|
2874
|
-
}
|
|
2875
|
-
|
|
2876
|
-
class DetachTrafficSourcesCommand extends Command
|
|
2877
|
-
.classBuilder()
|
|
2878
|
-
.ep(commonParams)
|
|
2879
|
-
.m(function (Command, cs, config, o) {
|
|
2880
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2881
|
-
})
|
|
2882
|
-
.s("AutoScaling_2011_01_01", "DetachTrafficSources", {})
|
|
2883
|
-
.n("AutoScalingClient", "DetachTrafficSourcesCommand")
|
|
2884
|
-
.sc(DetachTrafficSources$)
|
|
2885
|
-
.build() {
|
|
2886
|
-
}
|
|
2887
|
-
|
|
2888
|
-
class DisableMetricsCollectionCommand extends Command
|
|
2889
|
-
.classBuilder()
|
|
2890
|
-
.ep(commonParams)
|
|
2891
|
-
.m(function (Command, cs, config, o) {
|
|
2892
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2893
|
-
})
|
|
2894
|
-
.s("AutoScaling_2011_01_01", "DisableMetricsCollection", {})
|
|
2895
|
-
.n("AutoScalingClient", "DisableMetricsCollectionCommand")
|
|
2896
|
-
.sc(DisableMetricsCollection$)
|
|
2897
|
-
.build() {
|
|
2898
|
-
}
|
|
2899
|
-
|
|
2900
|
-
class EnableMetricsCollectionCommand extends Command
|
|
2901
|
-
.classBuilder()
|
|
2902
|
-
.ep(commonParams)
|
|
2903
|
-
.m(function (Command, cs, config, o) {
|
|
2904
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2905
|
-
})
|
|
2906
|
-
.s("AutoScaling_2011_01_01", "EnableMetricsCollection", {})
|
|
2907
|
-
.n("AutoScalingClient", "EnableMetricsCollectionCommand")
|
|
2908
|
-
.sc(EnableMetricsCollection$)
|
|
2909
|
-
.build() {
|
|
2910
|
-
}
|
|
2911
|
-
|
|
2912
|
-
class EnterStandbyCommand extends Command
|
|
2913
|
-
.classBuilder()
|
|
2914
|
-
.ep(commonParams)
|
|
2915
|
-
.m(function (Command, cs, config, o) {
|
|
2916
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2917
|
-
})
|
|
2918
|
-
.s("AutoScaling_2011_01_01", "EnterStandby", {})
|
|
2919
|
-
.n("AutoScalingClient", "EnterStandbyCommand")
|
|
2920
|
-
.sc(EnterStandby$)
|
|
2921
|
-
.build() {
|
|
2922
|
-
}
|
|
2923
|
-
|
|
2924
|
-
class ExecutePolicyCommand extends Command
|
|
2925
|
-
.classBuilder()
|
|
2926
|
-
.ep(commonParams)
|
|
2927
|
-
.m(function (Command, cs, config, o) {
|
|
2928
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2929
|
-
})
|
|
2930
|
-
.s("AutoScaling_2011_01_01", "ExecutePolicy", {})
|
|
2931
|
-
.n("AutoScalingClient", "ExecutePolicyCommand")
|
|
2932
|
-
.sc(ExecutePolicy$)
|
|
2933
|
-
.build() {
|
|
2934
|
-
}
|
|
2935
|
-
|
|
2936
|
-
class ExitStandbyCommand extends Command
|
|
2937
|
-
.classBuilder()
|
|
2938
|
-
.ep(commonParams)
|
|
2939
|
-
.m(function (Command, cs, config, o) {
|
|
2940
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2941
|
-
})
|
|
2942
|
-
.s("AutoScaling_2011_01_01", "ExitStandby", {})
|
|
2943
|
-
.n("AutoScalingClient", "ExitStandbyCommand")
|
|
2944
|
-
.sc(ExitStandby$)
|
|
2945
|
-
.build() {
|
|
2946
|
-
}
|
|
2947
|
-
|
|
2948
|
-
class GetPredictiveScalingForecastCommand extends Command
|
|
2949
|
-
.classBuilder()
|
|
2950
|
-
.ep(commonParams)
|
|
2951
|
-
.m(function (Command, cs, config, o) {
|
|
2952
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2953
|
-
})
|
|
2954
|
-
.s("AutoScaling_2011_01_01", "GetPredictiveScalingForecast", {})
|
|
2955
|
-
.n("AutoScalingClient", "GetPredictiveScalingForecastCommand")
|
|
2956
|
-
.sc(GetPredictiveScalingForecast$)
|
|
2957
|
-
.build() {
|
|
2958
|
-
}
|
|
2959
|
-
|
|
2960
|
-
class LaunchInstancesCommand extends Command
|
|
2961
|
-
.classBuilder()
|
|
2962
|
-
.ep(commonParams)
|
|
2963
|
-
.m(function (Command, cs, config, o) {
|
|
2964
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2965
|
-
})
|
|
2966
|
-
.s("AutoScaling_2011_01_01", "LaunchInstances", {})
|
|
2967
|
-
.n("AutoScalingClient", "LaunchInstancesCommand")
|
|
2968
|
-
.sc(LaunchInstances$)
|
|
2969
|
-
.build() {
|
|
2970
|
-
}
|
|
2971
|
-
|
|
2972
|
-
class PutLifecycleHookCommand extends Command
|
|
2973
|
-
.classBuilder()
|
|
2974
|
-
.ep(commonParams)
|
|
2975
|
-
.m(function (Command, cs, config, o) {
|
|
2976
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2977
|
-
})
|
|
2978
|
-
.s("AutoScaling_2011_01_01", "PutLifecycleHook", {})
|
|
2979
|
-
.n("AutoScalingClient", "PutLifecycleHookCommand")
|
|
2980
|
-
.sc(PutLifecycleHook$)
|
|
2981
|
-
.build() {
|
|
2982
|
-
}
|
|
2983
|
-
|
|
2984
|
-
class PutNotificationConfigurationCommand extends Command
|
|
2985
|
-
.classBuilder()
|
|
2986
|
-
.ep(commonParams)
|
|
2987
|
-
.m(function (Command, cs, config, o) {
|
|
2988
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2989
|
-
})
|
|
2990
|
-
.s("AutoScaling_2011_01_01", "PutNotificationConfiguration", {})
|
|
2991
|
-
.n("AutoScalingClient", "PutNotificationConfigurationCommand")
|
|
2992
|
-
.sc(PutNotificationConfiguration$)
|
|
2993
|
-
.build() {
|
|
2994
|
-
}
|
|
2995
|
-
|
|
2996
|
-
class PutScalingPolicyCommand extends Command
|
|
2997
|
-
.classBuilder()
|
|
2998
|
-
.ep(commonParams)
|
|
2999
|
-
.m(function (Command, cs, config, o) {
|
|
3000
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3001
|
-
})
|
|
3002
|
-
.s("AutoScaling_2011_01_01", "PutScalingPolicy", {})
|
|
3003
|
-
.n("AutoScalingClient", "PutScalingPolicyCommand")
|
|
3004
|
-
.sc(PutScalingPolicy$)
|
|
3005
|
-
.build() {
|
|
3006
|
-
}
|
|
3007
|
-
|
|
3008
|
-
class PutScheduledUpdateGroupActionCommand extends Command
|
|
3009
|
-
.classBuilder()
|
|
3010
|
-
.ep(commonParams)
|
|
3011
|
-
.m(function (Command, cs, config, o) {
|
|
3012
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3013
|
-
})
|
|
3014
|
-
.s("AutoScaling_2011_01_01", "PutScheduledUpdateGroupAction", {})
|
|
3015
|
-
.n("AutoScalingClient", "PutScheduledUpdateGroupActionCommand")
|
|
3016
|
-
.sc(PutScheduledUpdateGroupAction$)
|
|
3017
|
-
.build() {
|
|
3018
|
-
}
|
|
3019
|
-
|
|
3020
|
-
class PutWarmPoolCommand extends Command
|
|
3021
|
-
.classBuilder()
|
|
3022
|
-
.ep(commonParams)
|
|
3023
|
-
.m(function (Command, cs, config, o) {
|
|
3024
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3025
|
-
})
|
|
3026
|
-
.s("AutoScaling_2011_01_01", "PutWarmPool", {})
|
|
3027
|
-
.n("AutoScalingClient", "PutWarmPoolCommand")
|
|
3028
|
-
.sc(PutWarmPool$)
|
|
3029
|
-
.build() {
|
|
3030
|
-
}
|
|
3031
|
-
|
|
3032
|
-
class RecordLifecycleActionHeartbeatCommand extends Command
|
|
3033
|
-
.classBuilder()
|
|
3034
|
-
.ep(commonParams)
|
|
3035
|
-
.m(function (Command, cs, config, o) {
|
|
3036
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3037
|
-
})
|
|
3038
|
-
.s("AutoScaling_2011_01_01", "RecordLifecycleActionHeartbeat", {})
|
|
3039
|
-
.n("AutoScalingClient", "RecordLifecycleActionHeartbeatCommand")
|
|
3040
|
-
.sc(RecordLifecycleActionHeartbeat$)
|
|
3041
|
-
.build() {
|
|
3042
|
-
}
|
|
3043
|
-
|
|
3044
|
-
class ResumeProcessesCommand extends Command
|
|
3045
|
-
.classBuilder()
|
|
3046
|
-
.ep(commonParams)
|
|
3047
|
-
.m(function (Command, cs, config, o) {
|
|
3048
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3049
|
-
})
|
|
3050
|
-
.s("AutoScaling_2011_01_01", "ResumeProcesses", {})
|
|
3051
|
-
.n("AutoScalingClient", "ResumeProcessesCommand")
|
|
3052
|
-
.sc(ResumeProcesses$)
|
|
3053
|
-
.build() {
|
|
3054
|
-
}
|
|
3055
|
-
|
|
3056
|
-
class RollbackInstanceRefreshCommand extends Command
|
|
3057
|
-
.classBuilder()
|
|
3058
|
-
.ep(commonParams)
|
|
3059
|
-
.m(function (Command, cs, config, o) {
|
|
3060
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3061
|
-
})
|
|
3062
|
-
.s("AutoScaling_2011_01_01", "RollbackInstanceRefresh", {})
|
|
3063
|
-
.n("AutoScalingClient", "RollbackInstanceRefreshCommand")
|
|
3064
|
-
.sc(RollbackInstanceRefresh$)
|
|
3065
|
-
.build() {
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
class SetDesiredCapacityCommand extends Command
|
|
3069
|
-
.classBuilder()
|
|
3070
|
-
.ep(commonParams)
|
|
3071
|
-
.m(function (Command, cs, config, o) {
|
|
3072
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3073
|
-
})
|
|
3074
|
-
.s("AutoScaling_2011_01_01", "SetDesiredCapacity", {})
|
|
3075
|
-
.n("AutoScalingClient", "SetDesiredCapacityCommand")
|
|
3076
|
-
.sc(SetDesiredCapacity$)
|
|
3077
|
-
.build() {
|
|
3078
|
-
}
|
|
3079
|
-
|
|
3080
|
-
class SetInstanceHealthCommand extends Command
|
|
3081
|
-
.classBuilder()
|
|
3082
|
-
.ep(commonParams)
|
|
3083
|
-
.m(function (Command, cs, config, o) {
|
|
3084
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3085
|
-
})
|
|
3086
|
-
.s("AutoScaling_2011_01_01", "SetInstanceHealth", {})
|
|
3087
|
-
.n("AutoScalingClient", "SetInstanceHealthCommand")
|
|
3088
|
-
.sc(SetInstanceHealth$)
|
|
3089
|
-
.build() {
|
|
3090
|
-
}
|
|
3091
|
-
|
|
3092
|
-
class SetInstanceProtectionCommand extends Command
|
|
3093
|
-
.classBuilder()
|
|
3094
|
-
.ep(commonParams)
|
|
3095
|
-
.m(function (Command, cs, config, o) {
|
|
3096
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3097
|
-
})
|
|
3098
|
-
.s("AutoScaling_2011_01_01", "SetInstanceProtection", {})
|
|
3099
|
-
.n("AutoScalingClient", "SetInstanceProtectionCommand")
|
|
3100
|
-
.sc(SetInstanceProtection$)
|
|
3101
|
-
.build() {
|
|
3102
|
-
}
|
|
3103
|
-
|
|
3104
|
-
class StartInstanceRefreshCommand extends Command
|
|
3105
|
-
.classBuilder()
|
|
3106
|
-
.ep(commonParams)
|
|
3107
|
-
.m(function (Command, cs, config, o) {
|
|
3108
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3109
|
-
})
|
|
3110
|
-
.s("AutoScaling_2011_01_01", "StartInstanceRefresh", {})
|
|
3111
|
-
.n("AutoScalingClient", "StartInstanceRefreshCommand")
|
|
3112
|
-
.sc(StartInstanceRefresh$)
|
|
3113
|
-
.build() {
|
|
3114
|
-
}
|
|
3115
|
-
|
|
3116
|
-
class SuspendProcessesCommand extends Command
|
|
3117
|
-
.classBuilder()
|
|
3118
|
-
.ep(commonParams)
|
|
3119
|
-
.m(function (Command, cs, config, o) {
|
|
3120
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3121
|
-
})
|
|
3122
|
-
.s("AutoScaling_2011_01_01", "SuspendProcesses", {})
|
|
3123
|
-
.n("AutoScalingClient", "SuspendProcessesCommand")
|
|
3124
|
-
.sc(SuspendProcesses$)
|
|
3125
|
-
.build() {
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
class TerminateInstanceInAutoScalingGroupCommand extends Command
|
|
3129
|
-
.classBuilder()
|
|
3130
|
-
.ep(commonParams)
|
|
3131
|
-
.m(function (Command, cs, config, o) {
|
|
3132
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3133
|
-
})
|
|
3134
|
-
.s("AutoScaling_2011_01_01", "TerminateInstanceInAutoScalingGroup", {})
|
|
3135
|
-
.n("AutoScalingClient", "TerminateInstanceInAutoScalingGroupCommand")
|
|
3136
|
-
.sc(TerminateInstanceInAutoScalingGroup$)
|
|
3137
|
-
.build() {
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
|
-
class UpdateAutoScalingGroupCommand extends Command
|
|
3141
|
-
.classBuilder()
|
|
3142
|
-
.ep(commonParams)
|
|
3143
|
-
.m(function (Command, cs, config, o) {
|
|
3144
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3145
|
-
})
|
|
3146
|
-
.s("AutoScaling_2011_01_01", "UpdateAutoScalingGroup", {})
|
|
3147
|
-
.n("AutoScalingClient", "UpdateAutoScalingGroupCommand")
|
|
3148
|
-
.sc(UpdateAutoScalingGroup$)
|
|
3149
|
-
.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$) {
|
|
3150
2561
|
}
|
|
3151
2562
|
|
|
3152
2563
|
const paginateDescribeAutoScalingGroups = createPaginator(AutoScalingClient, DescribeAutoScalingGroupsCommand, "NextToken", "NextToken", "MaxRecords");
|