@aws-sdk/client-auto-scaling 3.37.0 → 3.41.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/CHANGELOG.md +45 -0
- package/dist-cjs/commands/index.js +64 -0
- package/dist-cjs/endpoints.js +79 -5
- package/dist-cjs/index.js +5 -75
- package/dist-cjs/models/models_0.js +115 -4
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_query.js +598 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-es/commands/index.js +61 -0
- package/dist-es/endpoints.js +79 -5
- package/dist-es/index.js +5 -75
- package/dist-es/models/models_0.js +93 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_query.js +860 -169
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/AutoScalingClient.d.ts +8 -0
- package/dist-types/commands/AttachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnterStandbyCommand.d.ts +1 -1
- package/dist-types/commands/ExecutePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ExitStandbyCommand.d.ts +1 -1
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +1 -1
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +1 -1
- package/dist-types/commands/PutWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +1 -1
- package/dist-types/commands/ResumeProcessesCommand.d.ts +1 -1
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +1 -1
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +1 -1
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +1 -1
- package/dist-types/commands/SuspendProcessesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +61 -0
- package/dist-types/index.d.ts +5 -75
- package/dist-types/models/models_0.d.ts +590 -99
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/AutoScalingClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +61 -0
- package/dist-types/ts3.4/index.d.ts +5 -75
- package/dist-types/ts3.4/models/models_0.d.ts +193 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +27 -27
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
|
10
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
13
|
export var getRuntimeConfig = function (config) {
|
|
13
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
14
15
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
16
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
16
17
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
21
|
};
|
|
@@ -137,6 +137,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
137
137
|
* Optional logger for logging debug/info/warn/error.
|
|
138
138
|
*/
|
|
139
139
|
logger?: __Logger;
|
|
140
|
+
/**
|
|
141
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
142
|
+
*/
|
|
143
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
144
|
+
/**
|
|
145
|
+
* Enables FIPS compatible endpoints.
|
|
146
|
+
*/
|
|
147
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
140
148
|
/**
|
|
141
149
|
* Unique service identifier.
|
|
142
150
|
* @internal
|
|
@@ -29,7 +29,7 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link AttachInstancesCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link AttachInstancesCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class AttachInstancesCommand extends $Command<AttachInstancesCommandInput, AttachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link AttachLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link AttachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class AttachLoadBalancerTargetGroupsCommand extends $Command<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link AttachLoadBalancersCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link AttachLoadBalancersCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class AttachLoadBalancersCommand extends $Command<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchDeleteScheduledActionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchDeleteScheduledActionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchDeleteScheduledActionCommand extends $Command<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchPutScheduledUpdateGroupActionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchPutScheduledUpdateGroupActionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchPutScheduledUpdateGroupActionCommand extends $Command<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CancelInstanceRefreshCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CancelInstanceRefreshCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CancelInstanceRefreshCommand extends $Command<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -51,7 +51,7 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
|
|
|
51
51
|
*
|
|
52
52
|
* @see {@link CompleteLifecycleActionCommandInput} for command's `input` shape.
|
|
53
53
|
* @see {@link CompleteLifecycleActionCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
54
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
export declare class CompleteLifecycleActionCommand extends $Command<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link CreateAutoScalingGroupCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link CreateAutoScalingGroupCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class CreateAutoScalingGroupCommand extends $Command<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateLaunchConfigurationCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateLaunchConfigurationCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateLaunchConfigurationCommand extends $Command<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateOrUpdateTagsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateOrUpdateTagsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateOrUpdateTagsCommand extends $Command<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeleteAutoScalingGroupCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeleteAutoScalingGroupCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeleteAutoScalingGroupCommand extends $Command<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteLaunchConfigurationCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteLaunchConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteLaunchConfigurationCommand extends $Command<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteLifecycleHookCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteLifecycleHookCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteLifecycleHookCommand extends $Command<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteNotificationConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteNotificationConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteNotificationConfigurationCommand extends $Command<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeletePolicyCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeletePolicyCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteScheduledActionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteScheduledActionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteWarmPoolCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteWarmPoolCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteWarmPoolCommand extends $Command<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -39,7 +39,7 @@ export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustment
|
|
|
39
39
|
*
|
|
40
40
|
* @see {@link DescribeAdjustmentTypesCommandInput} for command's `input` shape.
|
|
41
41
|
* @see {@link DescribeAdjustmentTypesCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
42
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
export declare class DescribeAdjustmentTypesCommand extends $Command<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroup
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DescribeAutoScalingGroupsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DescribeAutoScalingGroupsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DescribeAutoScalingGroupsCommand extends $Command<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingIn
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAutoScalingInstancesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAutoScalingInstancesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeAutoScalingInstancesCommand extends $Command<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAutoScalingNotificationTypesCommandOutput extends Descr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAutoScalingNotificationTypesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAutoScalingNotificationTypesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeAutoScalingNotificationTypesCommand extends $Command<DescribeAutoScalingNotificationTypesCommandInput, DescribeAutoScalingNotificationTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface DescribeInstanceRefreshesCommandOutput extends DescribeInstance
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link DescribeInstanceRefreshesCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link DescribeInstanceRefreshesCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class DescribeInstanceRefreshesCommand extends $Command<DescribeInstanceRefreshesCommandInput, DescribeInstanceRefreshesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLaunchConfigurationsCommandOutput extends LaunchConfigu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLaunchConfigurationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLaunchConfigurationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLaunchConfigurationsCommand extends $Command<DescribeLaunchConfigurationsCommandInput, DescribeLaunchConfigurationsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface DescribeLifecycleHookTypesCommandOutput extends DescribeLifecyc
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link DescribeLifecycleHookTypesCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link DescribeLifecycleHookTypesCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class DescribeLifecycleHookTypesCommand extends $Command<DescribeLifecycleHookTypesCommandInput, DescribeLifecycleHookTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLifecycleHooksCommandOutput extends DescribeLifecycleHo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLifecycleHooksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLifecycleHooksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLifecycleHooksCommand extends $Command<DescribeLifecycleHooksCommandInput, DescribeLifecycleHooksCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -39,7 +39,7 @@ export interface DescribeLoadBalancerTargetGroupsCommandOutput extends DescribeL
|
|
|
39
39
|
*
|
|
40
40
|
* @see {@link DescribeLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
|
|
41
41
|
* @see {@link DescribeLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
42
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
export declare class DescribeLoadBalancerTargetGroupsCommand extends $Command<DescribeLoadBalancerTargetGroupsCommandInput, DescribeLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancer
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeMetricCollectionTypesCommandOutput extends DescribeMetr
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeMetricCollectionTypesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeMetricCollectionTypesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeMetricCollectionTypesCommand extends $Command<DescribeMetricCollectionTypesCommandInput, DescribeMetricCollectionTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeNotificationConfigurationsCommandOutput extends Describ
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeNotificationConfigurationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeNotificationConfigurationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeNotificationConfigurationsCommand extends $Command<DescribeNotificationConfigurationsCommandInput, DescribeNotificationConfigurationsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribePoliciesCommandOutput extends PoliciesType, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribePoliciesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribePoliciesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribePoliciesCommand extends $Command<DescribePoliciesCommandInput, DescribePoliciesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DescribeScalingActivitiesCommandOutput extends ActivitiesType,
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DescribeScalingActivitiesCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DescribeScalingActivitiesCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DescribeScalingActivitiesCommand extends $Command<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeScalingProcessTypesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeScalingProcessTypesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeScalingProcessTypesCommand extends $Command<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsT
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeScheduledActionsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeScheduledActionsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTer
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeTerminationPolicyTypesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeTerminationPolicyTypesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeTerminationPolicyTypesCommand extends $Command<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeWarmPoolCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeWarmPoolCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeWarmPoolCommand extends $Command<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __M
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DetachInstancesCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DetachInstancesCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DetachInstancesCommand extends $Command<DetachInstancesCommandInput, DetachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DetachLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DetachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DetachLoadBalancersCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DetachLoadBalancersCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisableMetricsCollectionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisableMetricsCollectionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link EnableMetricsCollectionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link EnableMetricsCollectionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __Metadat
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link EnterStandbyCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link EnterStandbyCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class EnterStandbyCommand extends $Command<EnterStandbyCommandInput, EnterStandbyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ExecutePolicyCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ExecutePolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ExecutePolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ExecutePolicyCommand extends $Command<ExecutePolicyCommandInput, ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataB
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ExitStandbyCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ExitStandbyCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ExitStandbyCommand extends $Command<ExitStandbyCommandInput, ExitStandbyCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface GetPredictiveScalingForecastCommandOutput extends GetPredictive
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link GetPredictiveScalingForecastCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link GetPredictiveScalingForecastCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class GetPredictiveScalingForecastCommand extends $Command<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -57,7 +57,7 @@ export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, _
|
|
|
57
57
|
*
|
|
58
58
|
* @see {@link PutLifecycleHookCommandInput} for command's `input` shape.
|
|
59
59
|
* @see {@link PutLifecycleHookCommandOutput} for command's `response` shape.
|
|
60
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
60
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
export declare class PutLifecycleHookCommand extends $Command<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface PutNotificationConfigurationCommandOutput extends __MetadataBea
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link PutNotificationConfigurationCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link PutNotificationConfigurationCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link AutoScalingClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class PutNotificationConfigurationCommand extends $Command<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
|