@aws-sdk/client-auto-scaling 3.226.0 → 3.227.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/AutoScaling.js +45 -0
- package/dist-cjs/commands/AttachTrafficSourcesCommand.js +46 -0
- package/dist-cjs/commands/DescribeTrafficSourcesCommand.js +46 -0
- package/dist-cjs/commands/DetachTrafficSourcesCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +1 -10
- package/dist-cjs/models/models_0.js +45 -4
- package/dist-cjs/protocols/Aws_query.js +420 -3
- package/dist-es/AutoScaling.js +45 -0
- package/dist-es/commands/AttachTrafficSourcesCommand.js +42 -0
- package/dist-es/commands/DescribeTrafficSourcesCommand.js +42 -0
- package/dist-es/commands/DetachTrafficSourcesCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -10
- package/dist-es/models/models_0.js +30 -0
- package/dist-es/protocols/Aws_query.js +411 -0
- package/dist-types/AutoScaling.d.ts +217 -183
- package/dist-types/AutoScalingClient.d.ts +7 -17
- package/dist-types/commands/AttachInstancesCommand.d.ts +3 -3
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -8
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +5 -5
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +45 -0
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +11 -11
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +5 -5
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +11 -11
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +10 -10
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +8 -8
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +8 -3
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +4 -4
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +6 -1
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnterStandbyCommand.d.ts +3 -3
- package/dist-types/commands/ExitStandbyCommand.d.ts +2 -2
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +3 -3
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +14 -14
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +3 -3
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +3 -3
- package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -2
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +11 -11
- package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +2 -2
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +2 -2
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +2 -2
- package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -2
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +9 -9
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1040 -790
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/AutoScaling.d.ts +51 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +75 -3
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +36 -0
- package/package.json +1 -1
package/dist-cjs/AutoScaling.js
CHANGED
|
@@ -5,6 +5,7 @@ const AutoScalingClient_1 = require("./AutoScalingClient");
|
|
|
5
5
|
const AttachInstancesCommand_1 = require("./commands/AttachInstancesCommand");
|
|
6
6
|
const AttachLoadBalancersCommand_1 = require("./commands/AttachLoadBalancersCommand");
|
|
7
7
|
const AttachLoadBalancerTargetGroupsCommand_1 = require("./commands/AttachLoadBalancerTargetGroupsCommand");
|
|
8
|
+
const AttachTrafficSourcesCommand_1 = require("./commands/AttachTrafficSourcesCommand");
|
|
8
9
|
const BatchDeleteScheduledActionCommand_1 = require("./commands/BatchDeleteScheduledActionCommand");
|
|
9
10
|
const BatchPutScheduledUpdateGroupActionCommand_1 = require("./commands/BatchPutScheduledUpdateGroupActionCommand");
|
|
10
11
|
const CancelInstanceRefreshCommand_1 = require("./commands/CancelInstanceRefreshCommand");
|
|
@@ -39,10 +40,12 @@ const DescribeScalingProcessTypesCommand_1 = require("./commands/DescribeScaling
|
|
|
39
40
|
const DescribeScheduledActionsCommand_1 = require("./commands/DescribeScheduledActionsCommand");
|
|
40
41
|
const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
|
|
41
42
|
const DescribeTerminationPolicyTypesCommand_1 = require("./commands/DescribeTerminationPolicyTypesCommand");
|
|
43
|
+
const DescribeTrafficSourcesCommand_1 = require("./commands/DescribeTrafficSourcesCommand");
|
|
42
44
|
const DescribeWarmPoolCommand_1 = require("./commands/DescribeWarmPoolCommand");
|
|
43
45
|
const DetachInstancesCommand_1 = require("./commands/DetachInstancesCommand");
|
|
44
46
|
const DetachLoadBalancersCommand_1 = require("./commands/DetachLoadBalancersCommand");
|
|
45
47
|
const DetachLoadBalancerTargetGroupsCommand_1 = require("./commands/DetachLoadBalancerTargetGroupsCommand");
|
|
48
|
+
const DetachTrafficSourcesCommand_1 = require("./commands/DetachTrafficSourcesCommand");
|
|
46
49
|
const DisableMetricsCollectionCommand_1 = require("./commands/DisableMetricsCollectionCommand");
|
|
47
50
|
const EnableMetricsCollectionCommand_1 = require("./commands/EnableMetricsCollectionCommand");
|
|
48
51
|
const EnterStandbyCommand_1 = require("./commands/EnterStandbyCommand");
|
|
@@ -106,6 +109,20 @@ class AutoScaling extends AutoScalingClient_1.AutoScalingClient {
|
|
|
106
109
|
return this.send(command, optionsOrCb);
|
|
107
110
|
}
|
|
108
111
|
}
|
|
112
|
+
attachTrafficSources(args, optionsOrCb, cb) {
|
|
113
|
+
const command = new AttachTrafficSourcesCommand_1.AttachTrafficSourcesCommand(args);
|
|
114
|
+
if (typeof optionsOrCb === "function") {
|
|
115
|
+
this.send(command, optionsOrCb);
|
|
116
|
+
}
|
|
117
|
+
else if (typeof cb === "function") {
|
|
118
|
+
if (typeof optionsOrCb !== "object")
|
|
119
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
120
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
121
|
+
}
|
|
122
|
+
else {
|
|
123
|
+
return this.send(command, optionsOrCb);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
109
126
|
batchDeleteScheduledAction(args, optionsOrCb, cb) {
|
|
110
127
|
const command = new BatchDeleteScheduledActionCommand_1.BatchDeleteScheduledActionCommand(args);
|
|
111
128
|
if (typeof optionsOrCb === "function") {
|
|
@@ -582,6 +599,20 @@ class AutoScaling extends AutoScalingClient_1.AutoScalingClient {
|
|
|
582
599
|
return this.send(command, optionsOrCb);
|
|
583
600
|
}
|
|
584
601
|
}
|
|
602
|
+
describeTrafficSources(args, optionsOrCb, cb) {
|
|
603
|
+
const command = new DescribeTrafficSourcesCommand_1.DescribeTrafficSourcesCommand(args);
|
|
604
|
+
if (typeof optionsOrCb === "function") {
|
|
605
|
+
this.send(command, optionsOrCb);
|
|
606
|
+
}
|
|
607
|
+
else if (typeof cb === "function") {
|
|
608
|
+
if (typeof optionsOrCb !== "object")
|
|
609
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
610
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
611
|
+
}
|
|
612
|
+
else {
|
|
613
|
+
return this.send(command, optionsOrCb);
|
|
614
|
+
}
|
|
615
|
+
}
|
|
585
616
|
describeWarmPool(args, optionsOrCb, cb) {
|
|
586
617
|
const command = new DescribeWarmPoolCommand_1.DescribeWarmPoolCommand(args);
|
|
587
618
|
if (typeof optionsOrCb === "function") {
|
|
@@ -638,6 +669,20 @@ class AutoScaling extends AutoScalingClient_1.AutoScalingClient {
|
|
|
638
669
|
return this.send(command, optionsOrCb);
|
|
639
670
|
}
|
|
640
671
|
}
|
|
672
|
+
detachTrafficSources(args, optionsOrCb, cb) {
|
|
673
|
+
const command = new DetachTrafficSourcesCommand_1.DetachTrafficSourcesCommand(args);
|
|
674
|
+
if (typeof optionsOrCb === "function") {
|
|
675
|
+
this.send(command, optionsOrCb);
|
|
676
|
+
}
|
|
677
|
+
else if (typeof cb === "function") {
|
|
678
|
+
if (typeof optionsOrCb !== "object")
|
|
679
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
680
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
681
|
+
}
|
|
682
|
+
else {
|
|
683
|
+
return this.send(command, optionsOrCb);
|
|
684
|
+
}
|
|
685
|
+
}
|
|
641
686
|
disableMetricsCollection(args, optionsOrCb, cb) {
|
|
642
687
|
const command = new DisableMetricsCollectionCommand_1.DisableMetricsCollectionCommand(args);
|
|
643
688
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AttachTrafficSourcesCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
|
+
class AttachTrafficSourcesCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AttachTrafficSourcesCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "AutoScalingClient";
|
|
28
|
+
const commandName = "AttachTrafficSourcesCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.AttachTrafficSourcesTypeFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.AttachTrafficSourcesResultTypeFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_query_1.serializeAws_queryAttachTrafficSourcesCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_query_1.deserializeAws_queryAttachTrafficSourcesCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.AttachTrafficSourcesCommand = AttachTrafficSourcesCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeTrafficSourcesCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
|
+
class DescribeTrafficSourcesCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeTrafficSourcesCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "AutoScalingClient";
|
|
28
|
+
const commandName = "DescribeTrafficSourcesCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.DescribeTrafficSourcesRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.DescribeTrafficSourcesResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_query_1.serializeAws_queryDescribeTrafficSourcesCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_query_1.deserializeAws_queryDescribeTrafficSourcesCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DescribeTrafficSourcesCommand = DescribeTrafficSourcesCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DetachTrafficSourcesCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
9
|
+
class DetachTrafficSourcesCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DetachTrafficSourcesCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "AutoScalingClient";
|
|
28
|
+
const commandName = "DetachTrafficSourcesCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.DetachTrafficSourcesTypeFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.DetachTrafficSourcesResultTypeFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_query_1.serializeAws_queryDetachTrafficSourcesCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_query_1.deserializeAws_queryDetachTrafficSourcesCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.DetachTrafficSourcesCommand = DetachTrafficSourcesCommand;
|
|
@@ -4,6 +4,7 @@ const tslib_1 = require("tslib");
|
|
|
4
4
|
tslib_1.__exportStar(require("./AttachInstancesCommand"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./AttachLoadBalancerTargetGroupsCommand"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("./AttachLoadBalancersCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./AttachTrafficSourcesCommand"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./BatchDeleteScheduledActionCommand"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./BatchPutScheduledUpdateGroupActionCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./CancelInstanceRefreshCommand"), exports);
|
|
@@ -38,10 +39,12 @@ tslib_1.__exportStar(require("./DescribeScalingProcessTypesCommand"), exports);
|
|
|
38
39
|
tslib_1.__exportStar(require("./DescribeScheduledActionsCommand"), exports);
|
|
39
40
|
tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
|
|
40
41
|
tslib_1.__exportStar(require("./DescribeTerminationPolicyTypesCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./DescribeTrafficSourcesCommand"), exports);
|
|
41
43
|
tslib_1.__exportStar(require("./DescribeWarmPoolCommand"), exports);
|
|
42
44
|
tslib_1.__exportStar(require("./DetachInstancesCommand"), exports);
|
|
43
45
|
tslib_1.__exportStar(require("./DetachLoadBalancerTargetGroupsCommand"), exports);
|
|
44
46
|
tslib_1.__exportStar(require("./DetachLoadBalancersCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./DetachTrafficSourcesCommand"), exports);
|
|
45
48
|
tslib_1.__exportStar(require("./DisableMetricsCollectionCommand"), exports);
|
|
46
49
|
tslib_1.__exportStar(require("./EnableMetricsCollectionCommand"), exports);
|
|
47
50
|
tslib_1.__exportStar(require("./EnterStandbyCommand"), exports);
|
|
@@ -6,7 +6,7 @@ exports.ruleSet = {
|
|
|
6
6
|
parameters: {
|
|
7
7
|
Region: {
|
|
8
8
|
builtIn: "AWS::Region",
|
|
9
|
-
required:
|
|
9
|
+
required: true,
|
|
10
10
|
documentation: "The AWS region used to dispatch the request.",
|
|
11
11
|
type: "String",
|
|
12
12
|
},
|
|
@@ -56,15 +56,6 @@ exports.ruleSet = {
|
|
|
56
56
|
},
|
|
57
57
|
],
|
|
58
58
|
},
|
|
59
|
-
{
|
|
60
|
-
fn: "parseURL",
|
|
61
|
-
argv: [
|
|
62
|
-
{
|
|
63
|
-
ref: "Endpoint",
|
|
64
|
-
},
|
|
65
|
-
],
|
|
66
|
-
assign: "url",
|
|
67
|
-
},
|
|
68
59
|
],
|
|
69
60
|
type: "tree",
|
|
70
61
|
rules: [
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.BatchDeleteScheduledActionAnswerFilterSensitiveLog = exports.FailedScheduledUpdateGroupActionRequestFilterSensitiveLog = exports.AttachTrafficSourcesTypeFilterSensitiveLog = exports.TrafficSourceIdentifierFilterSensitiveLog = exports.AttachTrafficSourcesResultTypeFilterSensitiveLog = exports.AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = exports.AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = exports.AttachLoadBalancersTypeFilterSensitiveLog = exports.AttachLoadBalancersResultTypeFilterSensitiveLog = exports.AttachInstancesQueryFilterSensitiveLog = exports.AlarmFilterSensitiveLog = exports.AdjustmentTypeFilterSensitiveLog = exports.ActivityTypeFilterSensitiveLog = exports.ActivitiesTypeFilterSensitiveLog = exports.ActivityFilterSensitiveLog = exports.AcceleratorTotalMemoryMiBRequestFilterSensitiveLog = exports.AcceleratorCountRequestFilterSensitiveLog = exports.RefreshStrategy = exports.InstanceRefreshInProgressFault = exports.MetricType = exports.MetricStatistic = exports.PredictiveScalingMode = exports.PredefinedScalingMetricType = exports.PredefinedMetricPairType = exports.PredefinedLoadMetricType = exports.PredictiveScalingMaxCapacityBreachBehavior = exports.InstanceRefreshStatus = exports.InvalidNextToken = exports.WarmPoolStatus = exports.WarmPoolState = exports.LifecycleState = exports.ScalingActivityInProgressFault = exports.ResourceInUseFault = exports.InstanceMetadataHttpTokensState = exports.InstanceMetadataEndpointState = exports.LocalStorageType = exports.LocalStorage = exports.InstanceGeneration = exports.CpuManufacturer = exports.BurstablePerformance = exports.BareMetal = exports.LimitExceededFault = exports.ServiceLinkedRoleFailure = exports.ResourceContentionFault = exports.AlreadyExistsFault = exports.ScalingActivityStatusCode = exports.ActiveInstanceRefreshNotFoundFault = exports.AcceleratorType = exports.AcceleratorName = exports.AcceleratorManufacturer = void 0;
|
|
4
|
+
exports.WarmPoolConfigurationFilterSensitiveLog = exports.InstanceReusePolicyFilterSensitiveLog = exports.TagDescriptionFilterSensitiveLog = exports.SuspendedProcessFilterSensitiveLog = exports.InstanceFilterSensitiveLog = exports.EnabledMetricFilterSensitiveLog = exports.AutoScalingGroupNamesTypeFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.DescribeAdjustmentTypesAnswerFilterSensitiveLog = exports.DescribeAccountLimitsAnswerFilterSensitiveLog = exports.DeleteWarmPoolTypeFilterSensitiveLog = exports.DeleteWarmPoolAnswerFilterSensitiveLog = exports.DeleteTagsTypeFilterSensitiveLog = exports.DeleteScheduledActionTypeFilterSensitiveLog = exports.DeletePolicyTypeFilterSensitiveLog = exports.DeleteNotificationConfigurationTypeFilterSensitiveLog = exports.DeleteLifecycleHookTypeFilterSensitiveLog = exports.DeleteLifecycleHookAnswerFilterSensitiveLog = exports.LaunchConfigurationNameTypeFilterSensitiveLog = exports.DeleteAutoScalingGroupTypeFilterSensitiveLog = exports.CreateOrUpdateTagsTypeFilterSensitiveLog = exports.CreateLaunchConfigurationTypeFilterSensitiveLog = exports.InstanceMetadataOptionsFilterSensitiveLog = exports.InstanceMonitoringFilterSensitiveLog = exports.BlockDeviceMappingFilterSensitiveLog = exports.EbsFilterSensitiveLog = exports.CreateAutoScalingGroupTypeFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.MixedInstancesPolicyFilterSensitiveLog = exports.LaunchTemplateFilterSensitiveLog = exports.LaunchTemplateOverridesFilterSensitiveLog = exports.InstanceRequirementsFilterSensitiveLog = exports.VCpuCountRequestFilterSensitiveLog = exports.TotalLocalStorageGBRequestFilterSensitiveLog = exports.NetworkInterfaceCountRequestFilterSensitiveLog = exports.NetworkBandwidthGbpsRequestFilterSensitiveLog = exports.MemoryMiBRequestFilterSensitiveLog = exports.MemoryGiBPerVCpuRequestFilterSensitiveLog = exports.BaselineEbsBandwidthMbpsRequestFilterSensitiveLog = exports.InstancesDistributionFilterSensitiveLog = exports.LifecycleHookSpecificationFilterSensitiveLog = exports.LaunchTemplateSpecificationFilterSensitiveLog = exports.CompleteLifecycleActionTypeFilterSensitiveLog = exports.CompleteLifecycleActionAnswerFilterSensitiveLog = exports.CancelInstanceRefreshTypeFilterSensitiveLog = exports.CancelInstanceRefreshAnswerFilterSensitiveLog = exports.BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog = exports.ScheduledUpdateGroupActionRequestFilterSensitiveLog = exports.BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog = exports.BatchDeleteScheduledActionTypeFilterSensitiveLog = void 0;
|
|
5
|
+
exports.CustomizedMetricSpecificationFilterSensitiveLog = exports.TargetTrackingMetricDataQueryFilterSensitiveLog = exports.TargetTrackingMetricStatFilterSensitiveLog = exports.StepAdjustmentFilterSensitiveLog = exports.PredictiveScalingConfigurationFilterSensitiveLog = exports.PredictiveScalingMetricSpecificationFilterSensitiveLog = exports.PredictiveScalingPredefinedScalingMetricFilterSensitiveLog = exports.PredictiveScalingPredefinedMetricPairFilterSensitiveLog = exports.PredictiveScalingPredefinedLoadMetricFilterSensitiveLog = exports.PredictiveScalingCustomizedScalingMetricFilterSensitiveLog = exports.PredictiveScalingCustomizedLoadMetricFilterSensitiveLog = exports.PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog = exports.MetricDataQueryFilterSensitiveLog = exports.MetricStatFilterSensitiveLog = exports.MetricFilterSensitiveLog = exports.MetricDimensionFilterSensitiveLog = exports.DescribePoliciesTypeFilterSensitiveLog = exports.DescribeNotificationConfigurationsTypeFilterSensitiveLog = exports.DescribeNotificationConfigurationsAnswerFilterSensitiveLog = exports.NotificationConfigurationFilterSensitiveLog = exports.DescribeMetricCollectionTypesAnswerFilterSensitiveLog = exports.MetricCollectionTypeFilterSensitiveLog = exports.MetricGranularityTypeFilterSensitiveLog = exports.DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog = exports.LoadBalancerTargetGroupStateFilterSensitiveLog = exports.DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog = exports.DescribeLoadBalancersResponseFilterSensitiveLog = exports.LoadBalancerStateFilterSensitiveLog = exports.DescribeLoadBalancersRequestFilterSensitiveLog = exports.DescribeLifecycleHookTypesAnswerFilterSensitiveLog = exports.DescribeLifecycleHooksTypeFilterSensitiveLog = exports.DescribeLifecycleHooksAnswerFilterSensitiveLog = exports.LifecycleHookFilterSensitiveLog = exports.LaunchConfigurationsTypeFilterSensitiveLog = exports.LaunchConfigurationFilterSensitiveLog = exports.LaunchConfigurationNamesTypeFilterSensitiveLog = exports.DescribeInstanceRefreshesTypeFilterSensitiveLog = exports.DescribeInstanceRefreshesAnswerFilterSensitiveLog = exports.InstanceRefreshFilterSensitiveLog = exports.InstanceRefreshProgressDetailsFilterSensitiveLog = exports.InstanceRefreshWarmPoolProgressFilterSensitiveLog = exports.InstanceRefreshLivePoolProgressFilterSensitiveLog = exports.RefreshPreferencesFilterSensitiveLog = exports.DesiredConfigurationFilterSensitiveLog = exports.DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog = exports.DescribeAutoScalingInstancesTypeFilterSensitiveLog = exports.AutoScalingInstancesTypeFilterSensitiveLog = exports.AutoScalingInstanceDetailsFilterSensitiveLog = exports.AutoScalingGroupsTypeFilterSensitiveLog = exports.AutoScalingGroupFilterSensitiveLog = void 0;
|
|
6
|
+
exports.SetInstanceHealthQueryFilterSensitiveLog = exports.SetDesiredCapacityTypeFilterSensitiveLog = exports.ScalingProcessQueryFilterSensitiveLog = exports.RecordLifecycleActionHeartbeatTypeFilterSensitiveLog = exports.RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog = exports.PutWarmPoolTypeFilterSensitiveLog = exports.PutWarmPoolAnswerFilterSensitiveLog = exports.PutScheduledUpdateGroupActionTypeFilterSensitiveLog = exports.PutScalingPolicyTypeFilterSensitiveLog = exports.PolicyARNTypeFilterSensitiveLog = exports.PutNotificationConfigurationTypeFilterSensitiveLog = exports.PutLifecycleHookTypeFilterSensitiveLog = exports.PutLifecycleHookAnswerFilterSensitiveLog = exports.GetPredictiveScalingForecastTypeFilterSensitiveLog = exports.GetPredictiveScalingForecastAnswerFilterSensitiveLog = exports.LoadForecastFilterSensitiveLog = exports.CapacityForecastFilterSensitiveLog = exports.ExitStandbyQueryFilterSensitiveLog = exports.ExitStandbyAnswerFilterSensitiveLog = exports.ExecutePolicyTypeFilterSensitiveLog = exports.EnterStandbyQueryFilterSensitiveLog = exports.EnterStandbyAnswerFilterSensitiveLog = exports.EnableMetricsCollectionQueryFilterSensitiveLog = exports.DisableMetricsCollectionQueryFilterSensitiveLog = exports.DetachTrafficSourcesTypeFilterSensitiveLog = exports.DetachTrafficSourcesResultTypeFilterSensitiveLog = exports.DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = exports.DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = exports.DetachLoadBalancersTypeFilterSensitiveLog = exports.DetachLoadBalancersResultTypeFilterSensitiveLog = exports.DetachInstancesQueryFilterSensitiveLog = exports.DetachInstancesAnswerFilterSensitiveLog = exports.DescribeWarmPoolTypeFilterSensitiveLog = exports.DescribeWarmPoolAnswerFilterSensitiveLog = exports.DescribeTrafficSourcesResponseFilterSensitiveLog = exports.TrafficSourceStateFilterSensitiveLog = exports.DescribeTrafficSourcesRequestFilterSensitiveLog = exports.DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = exports.TagsTypeFilterSensitiveLog = exports.DescribeTagsTypeFilterSensitiveLog = exports.ScheduledActionsTypeFilterSensitiveLog = exports.ScheduledUpdateGroupActionFilterSensitiveLog = exports.DescribeScheduledActionsTypeFilterSensitiveLog = exports.ProcessesTypeFilterSensitiveLog = exports.ProcessTypeFilterSensitiveLog = exports.DescribeScalingActivitiesTypeFilterSensitiveLog = exports.PoliciesTypeFilterSensitiveLog = exports.ScalingPolicyFilterSensitiveLog = exports.TargetTrackingConfigurationFilterSensitiveLog = exports.PredefinedMetricSpecificationFilterSensitiveLog = void 0;
|
|
7
|
+
exports.UpdateAutoScalingGroupTypeFilterSensitiveLog = exports.TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog = exports.StartInstanceRefreshTypeFilterSensitiveLog = exports.StartInstanceRefreshAnswerFilterSensitiveLog = exports.SetInstanceProtectionQueryFilterSensitiveLog = exports.SetInstanceProtectionAnswerFilterSensitiveLog = void 0;
|
|
7
8
|
const AutoScalingServiceException_1 = require("./AutoScalingServiceException");
|
|
8
9
|
var AcceleratorManufacturer;
|
|
9
10
|
(function (AcceleratorManufacturer) {
|
|
@@ -347,6 +348,18 @@ const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = (obj) => ({
|
|
|
347
348
|
...obj,
|
|
348
349
|
});
|
|
349
350
|
exports.AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog;
|
|
351
|
+
const AttachTrafficSourcesResultTypeFilterSensitiveLog = (obj) => ({
|
|
352
|
+
...obj,
|
|
353
|
+
});
|
|
354
|
+
exports.AttachTrafficSourcesResultTypeFilterSensitiveLog = AttachTrafficSourcesResultTypeFilterSensitiveLog;
|
|
355
|
+
const TrafficSourceIdentifierFilterSensitiveLog = (obj) => ({
|
|
356
|
+
...obj,
|
|
357
|
+
});
|
|
358
|
+
exports.TrafficSourceIdentifierFilterSensitiveLog = TrafficSourceIdentifierFilterSensitiveLog;
|
|
359
|
+
const AttachTrafficSourcesTypeFilterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
exports.AttachTrafficSourcesTypeFilterSensitiveLog = AttachTrafficSourcesTypeFilterSensitiveLog;
|
|
350
363
|
const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog = (obj) => ({
|
|
351
364
|
...obj,
|
|
352
365
|
});
|
|
@@ -743,6 +756,14 @@ const StepAdjustmentFilterSensitiveLog = (obj) => ({
|
|
|
743
756
|
...obj,
|
|
744
757
|
});
|
|
745
758
|
exports.StepAdjustmentFilterSensitiveLog = StepAdjustmentFilterSensitiveLog;
|
|
759
|
+
const TargetTrackingMetricStatFilterSensitiveLog = (obj) => ({
|
|
760
|
+
...obj,
|
|
761
|
+
});
|
|
762
|
+
exports.TargetTrackingMetricStatFilterSensitiveLog = TargetTrackingMetricStatFilterSensitiveLog;
|
|
763
|
+
const TargetTrackingMetricDataQueryFilterSensitiveLog = (obj) => ({
|
|
764
|
+
...obj,
|
|
765
|
+
});
|
|
766
|
+
exports.TargetTrackingMetricDataQueryFilterSensitiveLog = TargetTrackingMetricDataQueryFilterSensitiveLog;
|
|
746
767
|
const CustomizedMetricSpecificationFilterSensitiveLog = (obj) => ({
|
|
747
768
|
...obj,
|
|
748
769
|
});
|
|
@@ -799,6 +820,18 @@ const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
|
799
820
|
...obj,
|
|
800
821
|
});
|
|
801
822
|
exports.DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = DescribeTerminationPolicyTypesAnswerFilterSensitiveLog;
|
|
823
|
+
const DescribeTrafficSourcesRequestFilterSensitiveLog = (obj) => ({
|
|
824
|
+
...obj,
|
|
825
|
+
});
|
|
826
|
+
exports.DescribeTrafficSourcesRequestFilterSensitiveLog = DescribeTrafficSourcesRequestFilterSensitiveLog;
|
|
827
|
+
const TrafficSourceStateFilterSensitiveLog = (obj) => ({
|
|
828
|
+
...obj,
|
|
829
|
+
});
|
|
830
|
+
exports.TrafficSourceStateFilterSensitiveLog = TrafficSourceStateFilterSensitiveLog;
|
|
831
|
+
const DescribeTrafficSourcesResponseFilterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
exports.DescribeTrafficSourcesResponseFilterSensitiveLog = DescribeTrafficSourcesResponseFilterSensitiveLog;
|
|
802
835
|
const DescribeWarmPoolAnswerFilterSensitiveLog = (obj) => ({
|
|
803
836
|
...obj,
|
|
804
837
|
});
|
|
@@ -831,6 +864,14 @@ const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = (obj) => ({
|
|
|
831
864
|
...obj,
|
|
832
865
|
});
|
|
833
866
|
exports.DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog;
|
|
867
|
+
const DetachTrafficSourcesResultTypeFilterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
exports.DetachTrafficSourcesResultTypeFilterSensitiveLog = DetachTrafficSourcesResultTypeFilterSensitiveLog;
|
|
871
|
+
const DetachTrafficSourcesTypeFilterSensitiveLog = (obj) => ({
|
|
872
|
+
...obj,
|
|
873
|
+
});
|
|
874
|
+
exports.DetachTrafficSourcesTypeFilterSensitiveLog = DetachTrafficSourcesTypeFilterSensitiveLog;
|
|
834
875
|
const DisableMetricsCollectionQueryFilterSensitiveLog = (obj) => ({
|
|
835
876
|
...obj,
|
|
836
877
|
});
|