@aws-sdk/client-auto-scaling 3.496.0 → 3.499.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 +44 -43
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -10244,25 +10244,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10244
10244
|
// Annotate the CommonJS export names for ESM import in node:
|
|
10245
10245
|
|
|
10246
10246
|
0 && (module.exports = {
|
|
10247
|
-
|
|
10248
|
-
|
|
10249
|
-
|
|
10250
|
-
|
|
10251
|
-
|
|
10247
|
+
AutoScalingServiceException,
|
|
10248
|
+
__Client,
|
|
10249
|
+
AutoScalingClient,
|
|
10250
|
+
AutoScaling,
|
|
10251
|
+
$Command,
|
|
10252
10252
|
AttachInstancesCommand,
|
|
10253
10253
|
AttachLoadBalancerTargetGroupsCommand,
|
|
10254
10254
|
AttachLoadBalancersCommand,
|
|
10255
10255
|
AttachTrafficSourcesCommand,
|
|
10256
|
-
AutoScaling,
|
|
10257
|
-
AutoScalingClient,
|
|
10258
|
-
AutoScalingServiceException,
|
|
10259
|
-
BareMetal,
|
|
10260
10256
|
BatchDeleteScheduledActionCommand,
|
|
10261
10257
|
BatchPutScheduledUpdateGroupActionCommand,
|
|
10262
|
-
BurstablePerformance,
|
|
10263
10258
|
CancelInstanceRefreshCommand,
|
|
10264
10259
|
CompleteLifecycleActionCommand,
|
|
10265
|
-
CpuManufacturer,
|
|
10266
10260
|
CreateAutoScalingGroupCommand,
|
|
10267
10261
|
CreateLaunchConfigurationCommand,
|
|
10268
10262
|
CreateOrUpdateTagsCommand,
|
|
@@ -10305,50 +10299,21 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10305
10299
|
ExecutePolicyCommand,
|
|
10306
10300
|
ExitStandbyCommand,
|
|
10307
10301
|
GetPredictiveScalingForecastCommand,
|
|
10308
|
-
InstanceGeneration,
|
|
10309
|
-
InstanceMetadataEndpointState,
|
|
10310
|
-
InstanceMetadataHttpTokensState,
|
|
10311
|
-
InstanceRefreshInProgressFault,
|
|
10312
|
-
InstanceRefreshStatus,
|
|
10313
|
-
InvalidNextToken,
|
|
10314
|
-
IrreversibleInstanceRefreshFault,
|
|
10315
|
-
LifecycleState,
|
|
10316
|
-
LimitExceededFault,
|
|
10317
|
-
LocalStorage,
|
|
10318
|
-
LocalStorageType,
|
|
10319
|
-
MetricStatistic,
|
|
10320
|
-
MetricType,
|
|
10321
|
-
PredefinedLoadMetricType,
|
|
10322
|
-
PredefinedMetricPairType,
|
|
10323
|
-
PredefinedScalingMetricType,
|
|
10324
|
-
PredictiveScalingMaxCapacityBreachBehavior,
|
|
10325
|
-
PredictiveScalingMode,
|
|
10326
10302
|
PutLifecycleHookCommand,
|
|
10327
10303
|
PutNotificationConfigurationCommand,
|
|
10328
10304
|
PutScalingPolicyCommand,
|
|
10329
10305
|
PutScheduledUpdateGroupActionCommand,
|
|
10330
10306
|
PutWarmPoolCommand,
|
|
10331
10307
|
RecordLifecycleActionHeartbeatCommand,
|
|
10332
|
-
RefreshStrategy,
|
|
10333
|
-
ResourceContentionFault,
|
|
10334
|
-
ResourceInUseFault,
|
|
10335
10308
|
ResumeProcessesCommand,
|
|
10336
10309
|
RollbackInstanceRefreshCommand,
|
|
10337
|
-
ScaleInProtectedInstances,
|
|
10338
|
-
ScalingActivityInProgressFault,
|
|
10339
|
-
ScalingActivityStatusCode,
|
|
10340
|
-
ServiceLinkedRoleFailure,
|
|
10341
10310
|
SetDesiredCapacityCommand,
|
|
10342
10311
|
SetInstanceHealthCommand,
|
|
10343
10312
|
SetInstanceProtectionCommand,
|
|
10344
|
-
StandbyInstances,
|
|
10345
10313
|
StartInstanceRefreshCommand,
|
|
10346
10314
|
SuspendProcessesCommand,
|
|
10347
10315
|
TerminateInstanceInAutoScalingGroupCommand,
|
|
10348
10316
|
UpdateAutoScalingGroupCommand,
|
|
10349
|
-
WarmPoolState,
|
|
10350
|
-
WarmPoolStatus,
|
|
10351
|
-
__Client,
|
|
10352
10317
|
paginateDescribeAutoScalingGroups,
|
|
10353
10318
|
paginateDescribeAutoScalingInstances,
|
|
10354
10319
|
paginateDescribeInstanceRefreshes,
|
|
@@ -10363,10 +10328,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10363
10328
|
paginateDescribeTrafficSources,
|
|
10364
10329
|
paginateDescribeWarmPool,
|
|
10365
10330
|
waitForGroupExists,
|
|
10366
|
-
waitForGroupInService,
|
|
10367
|
-
waitForGroupNotExists,
|
|
10368
10331
|
waitUntilGroupExists,
|
|
10332
|
+
waitForGroupInService,
|
|
10369
10333
|
waitUntilGroupInService,
|
|
10370
|
-
|
|
10334
|
+
waitForGroupNotExists,
|
|
10335
|
+
waitUntilGroupNotExists,
|
|
10336
|
+
AcceleratorManufacturer,
|
|
10337
|
+
AcceleratorName,
|
|
10338
|
+
AcceleratorType,
|
|
10339
|
+
ActiveInstanceRefreshNotFoundFault,
|
|
10340
|
+
ScalingActivityStatusCode,
|
|
10341
|
+
AlreadyExistsFault,
|
|
10342
|
+
ResourceContentionFault,
|
|
10343
|
+
ServiceLinkedRoleFailure,
|
|
10344
|
+
LimitExceededFault,
|
|
10345
|
+
BareMetal,
|
|
10346
|
+
BurstablePerformance,
|
|
10347
|
+
CpuManufacturer,
|
|
10348
|
+
InstanceGeneration,
|
|
10349
|
+
LocalStorage,
|
|
10350
|
+
LocalStorageType,
|
|
10351
|
+
InstanceMetadataEndpointState,
|
|
10352
|
+
InstanceMetadataHttpTokensState,
|
|
10353
|
+
ResourceInUseFault,
|
|
10354
|
+
ScalingActivityInProgressFault,
|
|
10355
|
+
LifecycleState,
|
|
10356
|
+
WarmPoolState,
|
|
10357
|
+
WarmPoolStatus,
|
|
10358
|
+
InvalidNextToken,
|
|
10359
|
+
ScaleInProtectedInstances,
|
|
10360
|
+
StandbyInstances,
|
|
10361
|
+
InstanceRefreshStatus,
|
|
10362
|
+
PredictiveScalingMaxCapacityBreachBehavior,
|
|
10363
|
+
PredefinedLoadMetricType,
|
|
10364
|
+
PredefinedMetricPairType,
|
|
10365
|
+
PredefinedScalingMetricType,
|
|
10366
|
+
PredictiveScalingMode,
|
|
10367
|
+
MetricStatistic,
|
|
10368
|
+
MetricType,
|
|
10369
|
+
IrreversibleInstanceRefreshFault,
|
|
10370
|
+
InstanceRefreshInProgressFault,
|
|
10371
|
+
RefreshStrategy
|
|
10371
10372
|
});
|
|
10372
10373
|
|
|
@@ -65,7 +65,7 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
65
65
|
* @example To describe your Auto Scaling account limits
|
|
66
66
|
* ```javascript
|
|
67
67
|
* // This example describes the Amazon EC2 Auto Scaling service quotas for your account.
|
|
68
|
-
* const input =
|
|
68
|
+
* const input = {};
|
|
69
69
|
* const command = new DescribeAccountLimitsCommand(input);
|
|
70
70
|
* const response = await client.send(command);
|
|
71
71
|
* /* response ==
|
|
@@ -81,7 +81,7 @@ declare const DescribeAdjustmentTypesCommand_base: {
|
|
|
81
81
|
* @example To describe the Amazon EC2 Auto Scaling adjustment types
|
|
82
82
|
* ```javascript
|
|
83
83
|
* // This example describes the available adjustment types.
|
|
84
|
-
* const input =
|
|
84
|
+
* const input = {};
|
|
85
85
|
* const command = new DescribeAdjustmentTypesCommand(input);
|
|
86
86
|
* const response = await client.send(command);
|
|
87
87
|
* /* response ==
|
|
@@ -60,7 +60,7 @@ declare const DescribeAutoScalingNotificationTypesCommand_base: {
|
|
|
60
60
|
* @example To describe the Auto Scaling notification types
|
|
61
61
|
* ```javascript
|
|
62
62
|
* // This example describes the available notification types.
|
|
63
|
-
* const input =
|
|
63
|
+
* const input = {};
|
|
64
64
|
* const command = new DescribeAutoScalingNotificationTypesCommand(input);
|
|
65
65
|
* const response = await client.send(command);
|
|
66
66
|
* /* response ==
|
|
@@ -73,7 +73,7 @@ declare const DescribeLifecycleHookTypesCommand_base: {
|
|
|
73
73
|
* @example To describe the available types of lifecycle hooks
|
|
74
74
|
* ```javascript
|
|
75
75
|
* // This example describes the available lifecycle hook types.
|
|
76
|
-
* const input =
|
|
76
|
+
* const input = {};
|
|
77
77
|
* const command = new DescribeLifecycleHookTypesCommand(input);
|
|
78
78
|
* const response = await client.send(command);
|
|
79
79
|
* /* response ==
|
|
@@ -67,7 +67,7 @@ declare const DescribeMetricCollectionTypesCommand_base: {
|
|
|
67
67
|
* @example To describe the Auto Scaling metric collection types
|
|
68
68
|
* ```javascript
|
|
69
69
|
* // This example describes the available metric collection types.
|
|
70
|
-
* const input =
|
|
70
|
+
* const input = {};
|
|
71
71
|
* const command = new DescribeMetricCollectionTypesCommand(input);
|
|
72
72
|
* const response = await client.send(command);
|
|
73
73
|
* /* response ==
|
|
@@ -63,7 +63,7 @@ declare const DescribeScalingProcessTypesCommand_base: {
|
|
|
63
63
|
* @example To describe the Auto Scaling process types
|
|
64
64
|
* ```javascript
|
|
65
65
|
* // This example describes the Auto Scaling process types.
|
|
66
|
-
* const input =
|
|
66
|
+
* const input = {};
|
|
67
67
|
* const command = new DescribeScalingProcessTypesCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
69
|
* /* response ==
|
|
@@ -63,7 +63,7 @@ declare const DescribeTerminationPolicyTypesCommand_base: {
|
|
|
63
63
|
* @example To describe termination policy types
|
|
64
64
|
* ```javascript
|
|
65
65
|
* // This example describes the available termination policy types.
|
|
66
|
-
* const input =
|
|
66
|
+
* const input = {};
|
|
67
67
|
* const command = new DescribeTerminationPolicyTypesCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
69
|
* /* response ==
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auto-scaling",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|