@aws-sdk/client-auto-scaling 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/AutoScaling.d.ts +1065 -310
- package/dist-types/ts3.4/AutoScalingClient.d.ts +470 -134
- package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +34 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1588 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class SetInstanceProtectionCommand extends $Command<
|
|
23
|
+
SetInstanceProtectionCommandInput,
|
|
24
|
+
SetInstanceProtectionCommandOutput,
|
|
25
|
+
AutoScalingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SetInstanceProtectionCommandInput;
|
|
28
|
+
constructor(input: SetInstanceProtectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SetInstanceProtectionCommandInput,
|
|
35
|
+
SetInstanceProtectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class StartInstanceRefreshCommand extends $Command<
|
|
23
|
+
StartInstanceRefreshCommandInput,
|
|
24
|
+
StartInstanceRefreshCommandOutput,
|
|
25
|
+
AutoScalingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartInstanceRefreshCommandInput;
|
|
28
|
+
constructor(input: StartInstanceRefreshCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StartInstanceRefreshCommandInput,
|
|
35
|
+
StartInstanceRefreshCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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
|
+
export declare class SuspendProcessesCommand extends $Command<
|
|
17
|
+
SuspendProcessesCommandInput,
|
|
18
|
+
SuspendProcessesCommandOutput,
|
|
19
|
+
AutoScalingClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: SuspendProcessesCommandInput;
|
|
22
|
+
constructor(input: SuspendProcessesCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<SuspendProcessesCommandInput, SuspendProcessesCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<
|
|
23
|
+
TerminateInstanceInAutoScalingGroupCommandInput,
|
|
24
|
+
TerminateInstanceInAutoScalingGroupCommandOutput,
|
|
25
|
+
AutoScalingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: TerminateInstanceInAutoScalingGroupCommandInput;
|
|
28
|
+
constructor(input: TerminateInstanceInAutoScalingGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
TerminateInstanceInAutoScalingGroupCommandInput,
|
|
35
|
+
TerminateInstanceInAutoScalingGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
+
export declare class UpdateAutoScalingGroupCommand extends $Command<
|
|
18
|
+
UpdateAutoScalingGroupCommandInput,
|
|
19
|
+
UpdateAutoScalingGroupCommandOutput,
|
|
20
|
+
AutoScalingClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpdateAutoScalingGroupCommandInput;
|
|
23
|
+
constructor(input: UpdateAutoScalingGroupCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
UpdateAutoScalingGroupCommandInput,
|
|
30
|
+
UpdateAutoScalingGroupCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class AutoScalingServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|