@aws-sdk/client-auto-scaling 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/AutoScaling.d.ts +1126 -310
- package/dist-types/ts3.4/AutoScalingClient.d.ts +495 -134
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +61 -61
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2286 -2135
- package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +737 -185
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AutoScalingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AutoScalingClient";
|
|
13
|
+
import { SetInstanceHealthQuery } from "../models/models_0";
|
|
14
|
+
export interface SetInstanceHealthCommandInput extends SetInstanceHealthQuery {}
|
|
15
|
+
export interface SetInstanceHealthCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class SetInstanceHealthCommand extends $Command<
|
|
18
|
+
SetInstanceHealthCommandInput,
|
|
19
|
+
SetInstanceHealthCommandOutput,
|
|
20
|
+
AutoScalingClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: SetInstanceHealthCommandInput;
|
|
23
|
+
constructor(input: SetInstanceHealthCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AutoScalingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AutoScalingClient";
|
|
13
|
+
import {
|
|
14
|
+
SetInstanceProtectionAnswer,
|
|
15
|
+
SetInstanceProtectionQuery,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SetInstanceProtectionCommandInput
|
|
18
|
+
extends SetInstanceProtectionQuery {}
|
|
19
|
+
export interface SetInstanceProtectionCommandOutput
|
|
20
|
+
extends SetInstanceProtectionAnswer,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class SetInstanceProtectionCommand extends $Command<
|
|
24
|
+
SetInstanceProtectionCommandInput,
|
|
25
|
+
SetInstanceProtectionCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: SetInstanceProtectionCommandInput;
|
|
29
|
+
constructor(input: SetInstanceProtectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
SetInstanceProtectionCommandInput,
|
|
37
|
+
SetInstanceProtectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AutoScalingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AutoScalingClient";
|
|
13
|
+
import {
|
|
14
|
+
StartInstanceRefreshAnswer,
|
|
15
|
+
StartInstanceRefreshType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartInstanceRefreshCommandInput
|
|
18
|
+
extends StartInstanceRefreshType {}
|
|
19
|
+
export interface StartInstanceRefreshCommandOutput
|
|
20
|
+
extends StartInstanceRefreshAnswer,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StartInstanceRefreshCommand extends $Command<
|
|
24
|
+
StartInstanceRefreshCommandInput,
|
|
25
|
+
StartInstanceRefreshCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartInstanceRefreshCommandInput;
|
|
29
|
+
constructor(input: StartInstanceRefreshCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartInstanceRefreshCommandInput,
|
|
37
|
+
StartInstanceRefreshCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AutoScalingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AutoScalingClient";
|
|
13
|
+
import { ScalingProcessQuery } from "../models/models_0";
|
|
14
|
+
export interface SuspendProcessesCommandInput extends ScalingProcessQuery {}
|
|
15
|
+
export interface SuspendProcessesCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class SuspendProcessesCommand extends $Command<
|
|
18
|
+
SuspendProcessesCommandInput,
|
|
19
|
+
SuspendProcessesCommandOutput,
|
|
20
|
+
AutoScalingClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: SuspendProcessesCommandInput;
|
|
23
|
+
constructor(input: SuspendProcessesCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<SuspendProcessesCommandInput, SuspendProcessesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AutoScalingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AutoScalingClient";
|
|
13
|
+
import {
|
|
14
|
+
ActivityType,
|
|
15
|
+
TerminateInstanceInAutoScalingGroupType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface TerminateInstanceInAutoScalingGroupCommandInput
|
|
18
|
+
extends TerminateInstanceInAutoScalingGroupType {}
|
|
19
|
+
export interface TerminateInstanceInAutoScalingGroupCommandOutput
|
|
20
|
+
extends ActivityType,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<
|
|
24
|
+
TerminateInstanceInAutoScalingGroupCommandInput,
|
|
25
|
+
TerminateInstanceInAutoScalingGroupCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: TerminateInstanceInAutoScalingGroupCommandInput;
|
|
29
|
+
constructor(input: TerminateInstanceInAutoScalingGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
TerminateInstanceInAutoScalingGroupCommandInput,
|
|
37
|
+
TerminateInstanceInAutoScalingGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AutoScalingClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AutoScalingClient";
|
|
13
|
+
import { UpdateAutoScalingGroupType } from "../models/models_0";
|
|
14
|
+
export interface UpdateAutoScalingGroupCommandInput
|
|
15
|
+
extends UpdateAutoScalingGroupType {}
|
|
16
|
+
export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class UpdateAutoScalingGroupCommand extends $Command<
|
|
19
|
+
UpdateAutoScalingGroupCommandInput,
|
|
20
|
+
UpdateAutoScalingGroupCommandOutput,
|
|
21
|
+
AutoScalingClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateAutoScalingGroupCommandInput;
|
|
24
|
+
constructor(input: UpdateAutoScalingGroupCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
UpdateAutoScalingGroupCommandInput,
|
|
32
|
+
UpdateAutoScalingGroupCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
export * from "./AttachInstancesCommand";
|
|
2
|
-
export * from "./AttachLoadBalancerTargetGroupsCommand";
|
|
3
|
-
export * from "./AttachLoadBalancersCommand";
|
|
4
|
-
export * from "./BatchDeleteScheduledActionCommand";
|
|
5
|
-
export * from "./BatchPutScheduledUpdateGroupActionCommand";
|
|
6
|
-
export * from "./CancelInstanceRefreshCommand";
|
|
7
|
-
export * from "./CompleteLifecycleActionCommand";
|
|
8
|
-
export * from "./CreateAutoScalingGroupCommand";
|
|
9
|
-
export * from "./CreateLaunchConfigurationCommand";
|
|
10
|
-
export * from "./CreateOrUpdateTagsCommand";
|
|
11
|
-
export * from "./DeleteAutoScalingGroupCommand";
|
|
12
|
-
export * from "./DeleteLaunchConfigurationCommand";
|
|
13
|
-
export * from "./DeleteLifecycleHookCommand";
|
|
14
|
-
export * from "./DeleteNotificationConfigurationCommand";
|
|
15
|
-
export * from "./DeletePolicyCommand";
|
|
16
|
-
export * from "./DeleteScheduledActionCommand";
|
|
17
|
-
export * from "./DeleteTagsCommand";
|
|
18
|
-
export * from "./DeleteWarmPoolCommand";
|
|
19
|
-
export * from "./DescribeAccountLimitsCommand";
|
|
20
|
-
export * from "./DescribeAdjustmentTypesCommand";
|
|
21
|
-
export * from "./DescribeAutoScalingGroupsCommand";
|
|
22
|
-
export * from "./DescribeAutoScalingInstancesCommand";
|
|
23
|
-
export * from "./DescribeAutoScalingNotificationTypesCommand";
|
|
24
|
-
export * from "./DescribeInstanceRefreshesCommand";
|
|
25
|
-
export * from "./DescribeLaunchConfigurationsCommand";
|
|
26
|
-
export * from "./DescribeLifecycleHookTypesCommand";
|
|
27
|
-
export * from "./DescribeLifecycleHooksCommand";
|
|
28
|
-
export * from "./DescribeLoadBalancerTargetGroupsCommand";
|
|
29
|
-
export * from "./DescribeLoadBalancersCommand";
|
|
30
|
-
export * from "./DescribeMetricCollectionTypesCommand";
|
|
31
|
-
export * from "./DescribeNotificationConfigurationsCommand";
|
|
32
|
-
export * from "./DescribePoliciesCommand";
|
|
33
|
-
export * from "./DescribeScalingActivitiesCommand";
|
|
34
|
-
export * from "./DescribeScalingProcessTypesCommand";
|
|
35
|
-
export * from "./DescribeScheduledActionsCommand";
|
|
36
|
-
export * from "./DescribeTagsCommand";
|
|
37
|
-
export * from "./DescribeTerminationPolicyTypesCommand";
|
|
38
|
-
export * from "./DescribeWarmPoolCommand";
|
|
39
|
-
export * from "./DetachInstancesCommand";
|
|
40
|
-
export * from "./DetachLoadBalancerTargetGroupsCommand";
|
|
41
|
-
export * from "./DetachLoadBalancersCommand";
|
|
42
|
-
export * from "./DisableMetricsCollectionCommand";
|
|
43
|
-
export * from "./EnableMetricsCollectionCommand";
|
|
44
|
-
export * from "./EnterStandbyCommand";
|
|
45
|
-
export * from "./ExecutePolicyCommand";
|
|
46
|
-
export * from "./ExitStandbyCommand";
|
|
47
|
-
export * from "./GetPredictiveScalingForecastCommand";
|
|
48
|
-
export * from "./PutLifecycleHookCommand";
|
|
49
|
-
export * from "./PutNotificationConfigurationCommand";
|
|
50
|
-
export * from "./PutScalingPolicyCommand";
|
|
51
|
-
export * from "./PutScheduledUpdateGroupActionCommand";
|
|
52
|
-
export * from "./PutWarmPoolCommand";
|
|
53
|
-
export * from "./RecordLifecycleActionHeartbeatCommand";
|
|
54
|
-
export * from "./ResumeProcessesCommand";
|
|
55
|
-
export * from "./SetDesiredCapacityCommand";
|
|
56
|
-
export * from "./SetInstanceHealthCommand";
|
|
57
|
-
export * from "./SetInstanceProtectionCommand";
|
|
58
|
-
export * from "./StartInstanceRefreshCommand";
|
|
59
|
-
export * from "./SuspendProcessesCommand";
|
|
60
|
-
export * from "./TerminateInstanceInAutoScalingGroupCommand";
|
|
61
|
-
export * from "./UpdateAutoScalingGroupCommand";
|
|
1
|
+
export * from "./AttachInstancesCommand";
|
|
2
|
+
export * from "./AttachLoadBalancerTargetGroupsCommand";
|
|
3
|
+
export * from "./AttachLoadBalancersCommand";
|
|
4
|
+
export * from "./BatchDeleteScheduledActionCommand";
|
|
5
|
+
export * from "./BatchPutScheduledUpdateGroupActionCommand";
|
|
6
|
+
export * from "./CancelInstanceRefreshCommand";
|
|
7
|
+
export * from "./CompleteLifecycleActionCommand";
|
|
8
|
+
export * from "./CreateAutoScalingGroupCommand";
|
|
9
|
+
export * from "./CreateLaunchConfigurationCommand";
|
|
10
|
+
export * from "./CreateOrUpdateTagsCommand";
|
|
11
|
+
export * from "./DeleteAutoScalingGroupCommand";
|
|
12
|
+
export * from "./DeleteLaunchConfigurationCommand";
|
|
13
|
+
export * from "./DeleteLifecycleHookCommand";
|
|
14
|
+
export * from "./DeleteNotificationConfigurationCommand";
|
|
15
|
+
export * from "./DeletePolicyCommand";
|
|
16
|
+
export * from "./DeleteScheduledActionCommand";
|
|
17
|
+
export * from "./DeleteTagsCommand";
|
|
18
|
+
export * from "./DeleteWarmPoolCommand";
|
|
19
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
20
|
+
export * from "./DescribeAdjustmentTypesCommand";
|
|
21
|
+
export * from "./DescribeAutoScalingGroupsCommand";
|
|
22
|
+
export * from "./DescribeAutoScalingInstancesCommand";
|
|
23
|
+
export * from "./DescribeAutoScalingNotificationTypesCommand";
|
|
24
|
+
export * from "./DescribeInstanceRefreshesCommand";
|
|
25
|
+
export * from "./DescribeLaunchConfigurationsCommand";
|
|
26
|
+
export * from "./DescribeLifecycleHookTypesCommand";
|
|
27
|
+
export * from "./DescribeLifecycleHooksCommand";
|
|
28
|
+
export * from "./DescribeLoadBalancerTargetGroupsCommand";
|
|
29
|
+
export * from "./DescribeLoadBalancersCommand";
|
|
30
|
+
export * from "./DescribeMetricCollectionTypesCommand";
|
|
31
|
+
export * from "./DescribeNotificationConfigurationsCommand";
|
|
32
|
+
export * from "./DescribePoliciesCommand";
|
|
33
|
+
export * from "./DescribeScalingActivitiesCommand";
|
|
34
|
+
export * from "./DescribeScalingProcessTypesCommand";
|
|
35
|
+
export * from "./DescribeScheduledActionsCommand";
|
|
36
|
+
export * from "./DescribeTagsCommand";
|
|
37
|
+
export * from "./DescribeTerminationPolicyTypesCommand";
|
|
38
|
+
export * from "./DescribeWarmPoolCommand";
|
|
39
|
+
export * from "./DetachInstancesCommand";
|
|
40
|
+
export * from "./DetachLoadBalancerTargetGroupsCommand";
|
|
41
|
+
export * from "./DetachLoadBalancersCommand";
|
|
42
|
+
export * from "./DisableMetricsCollectionCommand";
|
|
43
|
+
export * from "./EnableMetricsCollectionCommand";
|
|
44
|
+
export * from "./EnterStandbyCommand";
|
|
45
|
+
export * from "./ExecutePolicyCommand";
|
|
46
|
+
export * from "./ExitStandbyCommand";
|
|
47
|
+
export * from "./GetPredictiveScalingForecastCommand";
|
|
48
|
+
export * from "./PutLifecycleHookCommand";
|
|
49
|
+
export * from "./PutNotificationConfigurationCommand";
|
|
50
|
+
export * from "./PutScalingPolicyCommand";
|
|
51
|
+
export * from "./PutScheduledUpdateGroupActionCommand";
|
|
52
|
+
export * from "./PutWarmPoolCommand";
|
|
53
|
+
export * from "./RecordLifecycleActionHeartbeatCommand";
|
|
54
|
+
export * from "./ResumeProcessesCommand";
|
|
55
|
+
export * from "./SetDesiredCapacityCommand";
|
|
56
|
+
export * from "./SetInstanceHealthCommand";
|
|
57
|
+
export * from "./SetInstanceProtectionCommand";
|
|
58
|
+
export * from "./StartInstanceRefreshCommand";
|
|
59
|
+
export * from "./SuspendProcessesCommand";
|
|
60
|
+
export * from "./TerminateInstanceInAutoScalingGroupCommand";
|
|
61
|
+
export * from "./UpdateAutoScalingGroupCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./AutoScaling";
|
|
2
|
-
export * from "./AutoScalingClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
|
|
1
|
+
export * from "./AutoScaling";
|
|
2
|
+
export * from "./AutoScalingClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class AutoScalingServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|