@aws-sdk/client-auto-scaling 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/AutoScaling.d.ts +16 -1
- package/dist-types/AutoScalingClient.d.ts +1 -1
- package/dist-types/commands/AttachInstancesCommand.d.ts +2 -1
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +2 -1
- package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +2 -1
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWarmPoolCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +2 -1
- package/dist-types/commands/DetachInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +2 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +2 -1
- package/dist-types/commands/EnterStandbyCommand.d.ts +2 -1
- package/dist-types/commands/ExecutePolicyCommand.d.ts +2 -1
- package/dist-types/commands/ExitStandbyCommand.d.ts +2 -1
- package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +2 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +2 -1
- package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -1
- package/dist-types/commands/PutWarmPoolCommand.d.ts +2 -1
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +2 -1
- package/dist-types/commands/ResumeProcessesCommand.d.ts +2 -1
- package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +2 -1
- package/dist-types/commands/SetDesiredCapacityCommand.d.ts +2 -1
- package/dist-types/commands/SetInstanceHealthCommand.d.ts +2 -1
- package/dist-types/commands/SetInstanceProtectionCommand.d.ts +2 -1
- package/dist-types/commands/StartInstanceRefreshCommand.d.ts +2 -1
- package/dist-types/commands/SuspendProcessesCommand.d.ts +2 -1
- package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +738 -738
- package/dist-types/ts3.4/AutoScaling.d.ts +15 -0
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachTrafficSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrafficSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachTrafficSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RollbackInstanceRefreshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -8901,9 +8901,6 @@ var waitUntilGroupNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
8901
8901
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState3);
|
|
8902
8902
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
8903
8903
|
}, "waitUntilGroupNotExists");
|
|
8904
|
-
|
|
8905
|
-
// src/index.ts
|
|
8906
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
8907
8904
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8908
8905
|
|
|
8909
8906
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -183,30 +183,35 @@ export interface AutoScaling {
|
|
|
183
183
|
/**
|
|
184
184
|
* @see {@link DescribeAccountLimitsCommand}
|
|
185
185
|
*/
|
|
186
|
+
describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
|
|
186
187
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
|
|
187
188
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
188
189
|
describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
|
|
189
190
|
/**
|
|
190
191
|
* @see {@link DescribeAdjustmentTypesCommand}
|
|
191
192
|
*/
|
|
193
|
+
describeAdjustmentTypes(): Promise<DescribeAdjustmentTypesCommandOutput>;
|
|
192
194
|
describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAdjustmentTypesCommandOutput>;
|
|
193
195
|
describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void): void;
|
|
194
196
|
describeAdjustmentTypes(args: DescribeAdjustmentTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAdjustmentTypesCommandOutput) => void): void;
|
|
195
197
|
/**
|
|
196
198
|
* @see {@link DescribeAutoScalingGroupsCommand}
|
|
197
199
|
*/
|
|
200
|
+
describeAutoScalingGroups(): Promise<DescribeAutoScalingGroupsCommandOutput>;
|
|
198
201
|
describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingGroupsCommandOutput>;
|
|
199
202
|
describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void): void;
|
|
200
203
|
describeAutoScalingGroups(args: DescribeAutoScalingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingGroupsCommandOutput) => void): void;
|
|
201
204
|
/**
|
|
202
205
|
* @see {@link DescribeAutoScalingInstancesCommand}
|
|
203
206
|
*/
|
|
207
|
+
describeAutoScalingInstances(): Promise<DescribeAutoScalingInstancesCommandOutput>;
|
|
204
208
|
describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingInstancesCommandOutput>;
|
|
205
209
|
describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void): void;
|
|
206
210
|
describeAutoScalingInstances(args: DescribeAutoScalingInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingInstancesCommandOutput) => void): void;
|
|
207
211
|
/**
|
|
208
212
|
* @see {@link DescribeAutoScalingNotificationTypesCommand}
|
|
209
213
|
*/
|
|
214
|
+
describeAutoScalingNotificationTypes(): Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
|
|
210
215
|
describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAutoScalingNotificationTypesCommandOutput>;
|
|
211
216
|
describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, cb: (err: any, data?: DescribeAutoScalingNotificationTypesCommandOutput) => void): void;
|
|
212
217
|
describeAutoScalingNotificationTypes(args: DescribeAutoScalingNotificationTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAutoScalingNotificationTypesCommandOutput) => void): void;
|
|
@@ -219,6 +224,7 @@ export interface AutoScaling {
|
|
|
219
224
|
/**
|
|
220
225
|
* @see {@link DescribeLaunchConfigurationsCommand}
|
|
221
226
|
*/
|
|
227
|
+
describeLaunchConfigurations(): Promise<DescribeLaunchConfigurationsCommandOutput>;
|
|
222
228
|
describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLaunchConfigurationsCommandOutput>;
|
|
223
229
|
describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, cb: (err: any, data?: DescribeLaunchConfigurationsCommandOutput) => void): void;
|
|
224
230
|
describeLaunchConfigurations(args: DescribeLaunchConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLaunchConfigurationsCommandOutput) => void): void;
|
|
@@ -231,6 +237,7 @@ export interface AutoScaling {
|
|
|
231
237
|
/**
|
|
232
238
|
* @see {@link DescribeLifecycleHookTypesCommand}
|
|
233
239
|
*/
|
|
240
|
+
describeLifecycleHookTypes(): Promise<DescribeLifecycleHookTypesCommandOutput>;
|
|
234
241
|
describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLifecycleHookTypesCommandOutput>;
|
|
235
242
|
describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, cb: (err: any, data?: DescribeLifecycleHookTypesCommandOutput) => void): void;
|
|
236
243
|
describeLifecycleHookTypes(args: DescribeLifecycleHookTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLifecycleHookTypesCommandOutput) => void): void;
|
|
@@ -249,48 +256,56 @@ export interface AutoScaling {
|
|
|
249
256
|
/**
|
|
250
257
|
* @see {@link DescribeMetricCollectionTypesCommand}
|
|
251
258
|
*/
|
|
259
|
+
describeMetricCollectionTypes(): Promise<DescribeMetricCollectionTypesCommandOutput>;
|
|
252
260
|
describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMetricCollectionTypesCommandOutput>;
|
|
253
261
|
describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void): void;
|
|
254
262
|
describeMetricCollectionTypes(args: DescribeMetricCollectionTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMetricCollectionTypesCommandOutput) => void): void;
|
|
255
263
|
/**
|
|
256
264
|
* @see {@link DescribeNotificationConfigurationsCommand}
|
|
257
265
|
*/
|
|
266
|
+
describeNotificationConfigurations(): Promise<DescribeNotificationConfigurationsCommandOutput>;
|
|
258
267
|
describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNotificationConfigurationsCommandOutput>;
|
|
259
268
|
describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, cb: (err: any, data?: DescribeNotificationConfigurationsCommandOutput) => void): void;
|
|
260
269
|
describeNotificationConfigurations(args: DescribeNotificationConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotificationConfigurationsCommandOutput) => void): void;
|
|
261
270
|
/**
|
|
262
271
|
* @see {@link DescribePoliciesCommand}
|
|
263
272
|
*/
|
|
273
|
+
describePolicies(): Promise<DescribePoliciesCommandOutput>;
|
|
264
274
|
describePolicies(args: DescribePoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribePoliciesCommandOutput>;
|
|
265
275
|
describePolicies(args: DescribePoliciesCommandInput, cb: (err: any, data?: DescribePoliciesCommandOutput) => void): void;
|
|
266
276
|
describePolicies(args: DescribePoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePoliciesCommandOutput) => void): void;
|
|
267
277
|
/**
|
|
268
278
|
* @see {@link DescribeScalingActivitiesCommand}
|
|
269
279
|
*/
|
|
280
|
+
describeScalingActivities(): Promise<DescribeScalingActivitiesCommandOutput>;
|
|
270
281
|
describeScalingActivities(args: DescribeScalingActivitiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingActivitiesCommandOutput>;
|
|
271
282
|
describeScalingActivities(args: DescribeScalingActivitiesCommandInput, cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void): void;
|
|
272
283
|
describeScalingActivities(args: DescribeScalingActivitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void): void;
|
|
273
284
|
/**
|
|
274
285
|
* @see {@link DescribeScalingProcessTypesCommand}
|
|
275
286
|
*/
|
|
287
|
+
describeScalingProcessTypes(): Promise<DescribeScalingProcessTypesCommandOutput>;
|
|
276
288
|
describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingProcessTypesCommandOutput>;
|
|
277
289
|
describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void): void;
|
|
278
290
|
describeScalingProcessTypes(args: DescribeScalingProcessTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingProcessTypesCommandOutput) => void): void;
|
|
279
291
|
/**
|
|
280
292
|
* @see {@link DescribeScheduledActionsCommand}
|
|
281
293
|
*/
|
|
294
|
+
describeScheduledActions(): Promise<DescribeScheduledActionsCommandOutput>;
|
|
282
295
|
describeScheduledActions(args: DescribeScheduledActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScheduledActionsCommandOutput>;
|
|
283
296
|
describeScheduledActions(args: DescribeScheduledActionsCommandInput, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
|
|
284
297
|
describeScheduledActions(args: DescribeScheduledActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
|
|
285
298
|
/**
|
|
286
299
|
* @see {@link DescribeTagsCommand}
|
|
287
300
|
*/
|
|
301
|
+
describeTags(): Promise<DescribeTagsCommandOutput>;
|
|
288
302
|
describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
|
|
289
303
|
describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
290
304
|
describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
|
|
291
305
|
/**
|
|
292
306
|
* @see {@link DescribeTerminationPolicyTypesCommand}
|
|
293
307
|
*/
|
|
308
|
+
describeTerminationPolicyTypes(): Promise<DescribeTerminationPolicyTypesCommandOutput>;
|
|
294
309
|
describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTerminationPolicyTypesCommandOutput>;
|
|
295
310
|
describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void): void;
|
|
296
311
|
describeTerminationPolicyTypes(args: DescribeTerminationPolicyTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTerminationPolicyTypesCommandOutput) => void): void;
|
|
@@ -458,11 +473,11 @@ export interface AutoScaling {
|
|
|
458
473
|
updateAutoScalingGroup(args: UpdateAutoScalingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAutoScalingGroupCommandOutput) => void): void;
|
|
459
474
|
}
|
|
460
475
|
/**
|
|
461
|
-
* @public
|
|
462
476
|
* <fullname>Amazon EC2 Auto Scaling</fullname>
|
|
463
477
|
* <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
|
|
464
478
|
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
|
|
465
479
|
* <p>For more information, see the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/">Amazon EC2 Auto Scaling User Guide</a> and the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/Welcome.html">Amazon EC2 Auto Scaling API Reference</a>.</p>
|
|
480
|
+
* @public
|
|
466
481
|
*/
|
|
467
482
|
export declare class AutoScaling extends AutoScalingClient implements AutoScaling {
|
|
468
483
|
}
|
|
@@ -216,11 +216,11 @@ export type AutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<
|
|
|
216
216
|
export interface AutoScalingClientResolvedConfig extends AutoScalingClientResolvedConfigType {
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
|
-
* @public
|
|
220
219
|
* <fullname>Amazon EC2 Auto Scaling</fullname>
|
|
221
220
|
* <p>Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances
|
|
222
221
|
* based on user-defined scaling policies, scheduled actions, and health checks.</p>
|
|
223
222
|
* <p>For more information, see the <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/">Amazon EC2 Auto Scaling User Guide</a> and the <a href="https://docs.aws.amazon.com/autoscaling/ec2/APIReference/Welcome.html">Amazon EC2 Auto Scaling API Reference</a>.</p>
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class AutoScalingClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AutoScalingClientResolvedConfig> {
|
|
226
226
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AttachInstancesCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const AttachInstancesCommand_base: {
|
|
24
24
|
new (input: AttachInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<AttachInstancesCommandInput, AttachInstancesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AttachInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<AttachInstancesCommandInput, AttachInstancesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches one or more EC2 instances to the specified Auto Scaling group.</p>
|
|
30
30
|
* <p>When you attach instances, Amazon EC2 Auto Scaling increases the desired capacity of the group by the
|
|
31
31
|
* number of instances being attached. If the number of instances being attached plus the
|
|
@@ -70,6 +70,7 @@ declare const AttachInstancesCommand_base: {
|
|
|
70
70
|
* @throws {@link AutoScalingServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
* @example To attach an instance to an Auto Scaling group
|
|
74
75
|
* ```javascript
|
|
75
76
|
* // This example attaches the specified instance to the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadB
|
|
|
22
22
|
}
|
|
23
23
|
declare const AttachLoadBalancerTargetGroupsCommand_base: {
|
|
24
24
|
new (input: AttachLoadBalancerTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AttachLoadBalancerTargetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This API operation is superseded by <a>AttachTrafficSources</a>, which
|
|
31
31
|
* can attach multiple traffic sources types. We recommend using
|
|
@@ -90,6 +90,7 @@ declare const AttachLoadBalancerTargetGroupsCommand_base: {
|
|
|
90
90
|
* @throws {@link AutoScalingServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
* @example To attach a target group to an Auto Scaling group
|
|
94
95
|
* ```javascript
|
|
95
96
|
* // This example attaches the specified target group to the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const AttachLoadBalancersCommand_base: {
|
|
24
24
|
new (input: AttachLoadBalancersCommandInput): import("@smithy/smithy-client").CommandImpl<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AttachLoadBalancersCommandInput): import("@smithy/smithy-client").CommandImpl<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p>This API operation is superseded by <a>AttachTrafficSources</a>, which
|
|
31
31
|
* can attach multiple traffic sources types. We recommend using
|
|
@@ -77,6 +77,7 @@ declare const AttachLoadBalancersCommand_base: {
|
|
|
77
77
|
* @throws {@link AutoScalingServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
* @example To attach a load balancer to an Auto Scaling group
|
|
81
82
|
* ```javascript
|
|
82
83
|
* // This example attaches the specified load balancer to the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface AttachTrafficSourcesCommandOutput extends AttachTrafficSourcesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const AttachTrafficSourcesCommand_base: {
|
|
24
24
|
new (input: AttachTrafficSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AttachTrafficSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<AttachTrafficSourcesCommandInput, AttachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Attaches one or more traffic sources to the specified Auto Scaling group.</p>
|
|
30
30
|
* <p>You can use any of the following as traffic sources for an Auto Scaling group:</p>
|
|
31
31
|
* <ul>
|
|
@@ -87,6 +87,7 @@ declare const AttachTrafficSourcesCommand_base: {
|
|
|
87
87
|
* @throws {@link AutoScalingServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
* @example To attach a target group to an Auto Scaling group
|
|
91
92
|
* ```javascript
|
|
92
93
|
* // This example attaches the specified target group to the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteSche
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchDeleteScheduledActionCommand_base: {
|
|
24
24
|
new (input: BatchDeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchDeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes one or more scheduled actions for the specified Auto Scaling group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const BatchDeleteScheduledActionCommand_base: {
|
|
|
66
66
|
* @throws {@link AutoScalingServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class BatchDeleteScheduledActionCommand extends BatchDeleteScheduledActionCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPu
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchPutScheduledUpdateGroupActionCommand_base: {
|
|
24
24
|
new (input: BatchPutScheduledUpdateGroupActionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchPutScheduledUpdateGroupActionCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates one or more scheduled scaling actions for an Auto Scaling group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const BatchPutScheduledUpdateGroupActionCommand_base: {
|
|
|
84
84
|
* @throws {@link AutoScalingServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class BatchPutScheduledUpdateGroupActionCommand extends BatchPutScheduledUpdateGroupActionCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefres
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelInstanceRefreshCommand_base: {
|
|
24
24
|
new (input: CancelInstanceRefreshCommandInput): import("@smithy/smithy-client").CommandImpl<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelInstanceRefreshCommandInput): import("@smithy/smithy-client").CommandImpl<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Cancels an instance refresh or rollback that is in progress. If an instance refresh or
|
|
30
30
|
* rollback is not in progress, an <code>ActiveInstanceRefreshNotFound</code> error
|
|
31
31
|
* occurs.</p>
|
|
@@ -74,6 +74,7 @@ declare const CancelInstanceRefreshCommand_base: {
|
|
|
74
74
|
* @throws {@link AutoScalingServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
* @example To cancel an instance refresh
|
|
78
79
|
* ```javascript
|
|
79
80
|
* // This example cancels an instance refresh operation in progress.
|
|
@@ -22,10 +22,10 @@ export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleA
|
|
|
22
22
|
}
|
|
23
23
|
declare const CompleteLifecycleActionCommand_base: {
|
|
24
24
|
new (input: CompleteLifecycleActionCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CompleteLifecycleActionCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Completes the lifecycle action for the specified token or instance with the specified
|
|
30
30
|
* result.</p>
|
|
31
31
|
* <p>This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling
|
|
@@ -96,6 +96,7 @@ declare const CompleteLifecycleActionCommand_base: {
|
|
|
96
96
|
* @throws {@link AutoScalingServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
* @example To complete the lifecycle action
|
|
100
101
|
* ```javascript
|
|
101
102
|
* // This example notifies Auto Scaling that the specified lifecycle action is complete so that it can finish launching or terminating the instance.
|
|
@@ -22,10 +22,10 @@ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateAutoScalingGroupCommand_base: {
|
|
24
24
|
new (input: CreateAutoScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateAutoScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* <b>We strongly recommend using a launch template when calling this operation to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.</b>
|
|
31
31
|
* </p>
|
|
@@ -238,6 +238,7 @@ declare const CreateAutoScalingGroupCommand_base: {
|
|
|
238
238
|
* @throws {@link AutoScalingServiceException}
|
|
239
239
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
240
240
|
*
|
|
241
|
+
* @public
|
|
241
242
|
* @example To create an Auto Scaling group
|
|
242
243
|
* ```javascript
|
|
243
244
|
* // This example creates an Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateLaunchConfigurationCommand_base: {
|
|
24
24
|
new (input: CreateLaunchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateLaunchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a launch configuration.</p>
|
|
30
30
|
* <p>If you exceed your maximum limit of launch configurations, the call fails. To query
|
|
31
31
|
* this limit, call the <a>DescribeAccountLimits</a> API. For information about
|
|
@@ -119,6 +119,7 @@ declare const CreateLaunchConfigurationCommand_base: {
|
|
|
119
119
|
* @throws {@link AutoScalingServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
121
121
|
*
|
|
122
|
+
* @public
|
|
122
123
|
* @example To create a launch configuration
|
|
123
124
|
* ```javascript
|
|
124
125
|
* // This example creates a launch configuration.
|
|
@@ -22,10 +22,10 @@ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateOrUpdateTagsCommand_base: {
|
|
24
24
|
new (input: CreateOrUpdateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateOrUpdateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates tags for the specified Auto Scaling group.</p>
|
|
30
30
|
* <p>When you specify a tag with a key that already exists, the operation overwrites the
|
|
31
31
|
* previous tag definition, and you do not get an error message.</p>
|
|
@@ -79,6 +79,7 @@ declare const CreateOrUpdateTagsCommand_base: {
|
|
|
79
79
|
* @throws {@link AutoScalingServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
* @example To create or update tags for an Auto Scaling group
|
|
83
84
|
* ```javascript
|
|
84
85
|
* // This example adds two tags to the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteAutoScalingGroupCommand_base: {
|
|
24
24
|
new (input: DeleteAutoScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteAutoScalingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified Auto Scaling group.</p>
|
|
30
30
|
* <p>If the group has instances or scaling activities in progress, you must specify the
|
|
31
31
|
* option to force the deletion in order for it to succeed. The force delete operation will
|
|
@@ -77,6 +77,7 @@ declare const DeleteAutoScalingGroupCommand_base: {
|
|
|
77
77
|
* @throws {@link AutoScalingServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
* @example To delete an Auto Scaling group
|
|
81
82
|
* ```javascript
|
|
82
83
|
* // This example deletes the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLaunchConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteLaunchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteLaunchConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified launch configuration.</p>
|
|
30
30
|
* <p>The launch configuration must not be attached to an Auto Scaling group. When this call
|
|
31
31
|
* completes, the launch configuration is no longer available for use.</p>
|
|
@@ -60,6 +60,7 @@ declare const DeleteLaunchConfigurationCommand_base: {
|
|
|
60
60
|
* @throws {@link AutoScalingServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
* @example To delete a launch configuration
|
|
64
65
|
* ```javascript
|
|
65
66
|
* // This example deletes the specified launch configuration.
|
|
@@ -22,10 +22,10 @@ export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAns
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteLifecycleHookCommand_base: {
|
|
24
24
|
new (input: DeleteLifecycleHookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteLifecycleHookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified lifecycle hook.</p>
|
|
30
30
|
* <p>If there are any outstanding lifecycle actions, they are completed first
|
|
31
31
|
* (<code>ABANDON</code> for launching instances, <code>CONTINUE</code> for terminating
|
|
@@ -59,6 +59,7 @@ declare const DeleteLifecycleHookCommand_base: {
|
|
|
59
59
|
* @throws {@link AutoScalingServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
61
61
|
*
|
|
62
|
+
* @public
|
|
62
63
|
* @example To delete a lifecycle hook
|
|
63
64
|
* ```javascript
|
|
64
65
|
* // This example deletes the specified lifecycle hook.
|
|
@@ -22,10 +22,10 @@ export interface DeleteNotificationConfigurationCommandOutput extends __Metadata
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteNotificationConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified notification.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -56,6 +56,7 @@ declare const DeleteNotificationConfigurationCommand_base: {
|
|
|
56
56
|
* @throws {@link AutoScalingServiceException}
|
|
57
57
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
58
58
|
*
|
|
59
|
+
* @public
|
|
59
60
|
* @example To delete an Auto Scaling notification
|
|
60
61
|
* ```javascript
|
|
61
62
|
* // This example deletes the specified notification from the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeletePolicyCommand_base: {
|
|
24
24
|
new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified scaling policy.</p>
|
|
30
30
|
* <p>Deleting either a step scaling policy or a simple scaling policy deletes the
|
|
31
31
|
* underlying alarm action, but does not delete the alarm, even if it no longer has an
|
|
@@ -64,6 +64,7 @@ declare const DeletePolicyCommand_base: {
|
|
|
64
64
|
* @throws {@link AutoScalingServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
* @example To delete an Auto Scaling policy
|
|
68
69
|
* ```javascript
|
|
69
70
|
* // This example deletes the specified Auto Scaling policy.
|
|
@@ -22,10 +22,10 @@ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteScheduledActionCommand_base: {
|
|
24
24
|
new (input: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteScheduledActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified scheduled action.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -56,6 +56,7 @@ declare const DeleteScheduledActionCommand_base: {
|
|
|
56
56
|
* @throws {@link AutoScalingServiceException}
|
|
57
57
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
58
58
|
*
|
|
59
|
+
* @public
|
|
59
60
|
* @example To delete a scheduled action from an Auto Scaling group
|
|
60
61
|
* ```javascript
|
|
61
62
|
* // This example deletes the specified scheduled action from the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTagsCommand_base: {
|
|
24
24
|
new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified tags.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteTagsCommand_base: {
|
|
|
66
66
|
* @throws {@link AutoScalingServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
* @example To delete a tag from an Auto Scaling group
|
|
70
71
|
* ```javascript
|
|
71
72
|
* // This example deletes the specified tag from the specified Auto Scaling group.
|
|
@@ -22,10 +22,10 @@ export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteWarmPoolCommand_base: {
|
|
24
24
|
new (input: DeleteWarmPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteWarmPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the warm pool for the specified Auto Scaling group.</p>
|
|
30
30
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
|
|
31
31
|
* Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
|
|
@@ -71,6 +71,7 @@ declare const DeleteWarmPoolCommand_base: {
|
|
|
71
71
|
* @throws {@link AutoScalingServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteWarmPoolCommand extends DeleteWarmPoolCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAccountLimitsCommand_base: {
|
|
24
24
|
new (input: DescribeAccountLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeAccountLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the current Amazon EC2 Auto Scaling resource quotas for your account.</p>
|
|
30
30
|
* <p>When you establish an Amazon Web Services account, the account has initial quotas on the maximum
|
|
31
31
|
* number of Auto Scaling groups and launch configurations that you can create in a given Region.
|
|
@@ -62,6 +62,7 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
62
62
|
* @throws {@link AutoScalingServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from AutoScaling service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
* @example To describe your Auto Scaling account limits
|
|
66
67
|
* ```javascript
|
|
67
68
|
* // This example describes the Amazon EC2 Auto Scaling service quotas for your account.
|