@aws-sdk/client-auto-scaling 3.495.0 → 3.498.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 +46 -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 +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -10242,26 +10242,21 @@ var waitUntilGroupNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
10242
10242
|
// src/index.ts
|
|
10243
10243
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
10244
10244
|
// Annotate the CommonJS export names for ESM import in node:
|
|
10245
|
+
|
|
10245
10246
|
0 && (module.exports = {
|
|
10246
|
-
|
|
10247
|
-
|
|
10248
|
-
|
|
10249
|
-
|
|
10250
|
-
|
|
10247
|
+
AutoScalingServiceException,
|
|
10248
|
+
__Client,
|
|
10249
|
+
AutoScalingClient,
|
|
10250
|
+
AutoScaling,
|
|
10251
|
+
$Command,
|
|
10251
10252
|
AttachInstancesCommand,
|
|
10252
10253
|
AttachLoadBalancerTargetGroupsCommand,
|
|
10253
10254
|
AttachLoadBalancersCommand,
|
|
10254
10255
|
AttachTrafficSourcesCommand,
|
|
10255
|
-
AutoScaling,
|
|
10256
|
-
AutoScalingClient,
|
|
10257
|
-
AutoScalingServiceException,
|
|
10258
|
-
BareMetal,
|
|
10259
10256
|
BatchDeleteScheduledActionCommand,
|
|
10260
10257
|
BatchPutScheduledUpdateGroupActionCommand,
|
|
10261
|
-
BurstablePerformance,
|
|
10262
10258
|
CancelInstanceRefreshCommand,
|
|
10263
10259
|
CompleteLifecycleActionCommand,
|
|
10264
|
-
CpuManufacturer,
|
|
10265
10260
|
CreateAutoScalingGroupCommand,
|
|
10266
10261
|
CreateLaunchConfigurationCommand,
|
|
10267
10262
|
CreateOrUpdateTagsCommand,
|
|
@@ -10304,50 +10299,21 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10304
10299
|
ExecutePolicyCommand,
|
|
10305
10300
|
ExitStandbyCommand,
|
|
10306
10301
|
GetPredictiveScalingForecastCommand,
|
|
10307
|
-
InstanceGeneration,
|
|
10308
|
-
InstanceMetadataEndpointState,
|
|
10309
|
-
InstanceMetadataHttpTokensState,
|
|
10310
|
-
InstanceRefreshInProgressFault,
|
|
10311
|
-
InstanceRefreshStatus,
|
|
10312
|
-
InvalidNextToken,
|
|
10313
|
-
IrreversibleInstanceRefreshFault,
|
|
10314
|
-
LifecycleState,
|
|
10315
|
-
LimitExceededFault,
|
|
10316
|
-
LocalStorage,
|
|
10317
|
-
LocalStorageType,
|
|
10318
|
-
MetricStatistic,
|
|
10319
|
-
MetricType,
|
|
10320
|
-
PredefinedLoadMetricType,
|
|
10321
|
-
PredefinedMetricPairType,
|
|
10322
|
-
PredefinedScalingMetricType,
|
|
10323
|
-
PredictiveScalingMaxCapacityBreachBehavior,
|
|
10324
|
-
PredictiveScalingMode,
|
|
10325
10302
|
PutLifecycleHookCommand,
|
|
10326
10303
|
PutNotificationConfigurationCommand,
|
|
10327
10304
|
PutScalingPolicyCommand,
|
|
10328
10305
|
PutScheduledUpdateGroupActionCommand,
|
|
10329
10306
|
PutWarmPoolCommand,
|
|
10330
10307
|
RecordLifecycleActionHeartbeatCommand,
|
|
10331
|
-
RefreshStrategy,
|
|
10332
|
-
ResourceContentionFault,
|
|
10333
|
-
ResourceInUseFault,
|
|
10334
10308
|
ResumeProcessesCommand,
|
|
10335
10309
|
RollbackInstanceRefreshCommand,
|
|
10336
|
-
ScaleInProtectedInstances,
|
|
10337
|
-
ScalingActivityInProgressFault,
|
|
10338
|
-
ScalingActivityStatusCode,
|
|
10339
|
-
ServiceLinkedRoleFailure,
|
|
10340
10310
|
SetDesiredCapacityCommand,
|
|
10341
10311
|
SetInstanceHealthCommand,
|
|
10342
10312
|
SetInstanceProtectionCommand,
|
|
10343
|
-
StandbyInstances,
|
|
10344
10313
|
StartInstanceRefreshCommand,
|
|
10345
10314
|
SuspendProcessesCommand,
|
|
10346
10315
|
TerminateInstanceInAutoScalingGroupCommand,
|
|
10347
10316
|
UpdateAutoScalingGroupCommand,
|
|
10348
|
-
WarmPoolState,
|
|
10349
|
-
WarmPoolStatus,
|
|
10350
|
-
__Client,
|
|
10351
10317
|
paginateDescribeAutoScalingGroups,
|
|
10352
10318
|
paginateDescribeAutoScalingInstances,
|
|
10353
10319
|
paginateDescribeInstanceRefreshes,
|
|
@@ -10362,9 +10328,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
10362
10328
|
paginateDescribeTrafficSources,
|
|
10363
10329
|
paginateDescribeWarmPool,
|
|
10364
10330
|
waitForGroupExists,
|
|
10365
|
-
waitForGroupInService,
|
|
10366
|
-
waitForGroupNotExists,
|
|
10367
10331
|
waitUntilGroupExists,
|
|
10332
|
+
waitForGroupInService,
|
|
10368
10333
|
waitUntilGroupInService,
|
|
10369
|
-
|
|
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
|
|
10370
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.498.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,49 +20,49 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
60
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.496.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.496.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
61
61
|
"fast-xml-parser": "4.2.5",
|
|
62
62
|
"tslib": "^2.5.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
65
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"concurrently": "7.0.0",
|