@aws-sdk/client-auto-scaling 3.168.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 +16 -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,37 @@
|
|
|
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 { ProcessesType } from "../models/models_0";
|
|
14
|
+
export interface DescribeScalingProcessTypesCommandInput {}
|
|
15
|
+
export interface DescribeScalingProcessTypesCommandOutput
|
|
16
|
+
extends ProcessesType,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeScalingProcessTypesCommand extends $Command<
|
|
20
|
+
DescribeScalingProcessTypesCommandInput,
|
|
21
|
+
DescribeScalingProcessTypesCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeScalingProcessTypesCommandInput;
|
|
25
|
+
constructor(input: DescribeScalingProcessTypesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeScalingProcessTypesCommandInput,
|
|
33
|
+
DescribeScalingProcessTypesCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeScheduledActionsType,
|
|
15
|
+
ScheduledActionsType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeScheduledActionsCommandInput
|
|
18
|
+
extends DescribeScheduledActionsType {}
|
|
19
|
+
export interface DescribeScheduledActionsCommandOutput
|
|
20
|
+
extends ScheduledActionsType,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeScheduledActionsCommand extends $Command<
|
|
24
|
+
DescribeScheduledActionsCommandInput,
|
|
25
|
+
DescribeScheduledActionsCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeScheduledActionsCommandInput;
|
|
29
|
+
constructor(input: DescribeScheduledActionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeScheduledActionsCommandInput,
|
|
37
|
+
DescribeScheduledActionsCommandOutput
|
|
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 { DescribeTagsType, TagsType } from "../models/models_0";
|
|
14
|
+
export interface DescribeTagsCommandInput extends DescribeTagsType {}
|
|
15
|
+
export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DescribeTagsCommand extends $Command<
|
|
18
|
+
DescribeTagsCommandInput,
|
|
19
|
+
DescribeTagsCommandOutput,
|
|
20
|
+
AutoScalingClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DescribeTagsCommandInput;
|
|
23
|
+
constructor(input: DescribeTagsCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { DescribeTerminationPolicyTypesAnswer } from "../models/models_0";
|
|
14
|
+
export interface DescribeTerminationPolicyTypesCommandInput {}
|
|
15
|
+
export interface DescribeTerminationPolicyTypesCommandOutput
|
|
16
|
+
extends DescribeTerminationPolicyTypesAnswer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeTerminationPolicyTypesCommand extends $Command<
|
|
20
|
+
DescribeTerminationPolicyTypesCommandInput,
|
|
21
|
+
DescribeTerminationPolicyTypesCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeTerminationPolicyTypesCommandInput;
|
|
25
|
+
constructor(input: DescribeTerminationPolicyTypesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeTerminationPolicyTypesCommandInput,
|
|
33
|
+
DescribeTerminationPolicyTypesCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeWarmPoolAnswer,
|
|
15
|
+
DescribeWarmPoolType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeWarmPoolCommandInput extends DescribeWarmPoolType {}
|
|
18
|
+
export interface DescribeWarmPoolCommandOutput
|
|
19
|
+
extends DescribeWarmPoolAnswer,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeWarmPoolCommand extends $Command<
|
|
23
|
+
DescribeWarmPoolCommandInput,
|
|
24
|
+
DescribeWarmPoolCommandOutput,
|
|
25
|
+
AutoScalingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeWarmPoolCommandInput;
|
|
28
|
+
constructor(input: DescribeWarmPoolCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DetachInstancesAnswer,
|
|
15
|
+
DetachInstancesQuery,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DetachInstancesCommandInput extends DetachInstancesQuery {}
|
|
18
|
+
export interface DetachInstancesCommandOutput
|
|
19
|
+
extends DetachInstancesAnswer,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DetachInstancesCommand extends $Command<
|
|
23
|
+
DetachInstancesCommandInput,
|
|
24
|
+
DetachInstancesCommandOutput,
|
|
25
|
+
AutoScalingClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DetachInstancesCommandInput;
|
|
28
|
+
constructor(input: DetachInstancesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DetachInstancesCommandInput, DetachInstancesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DetachLoadBalancerTargetGroupsResultType,
|
|
15
|
+
DetachLoadBalancerTargetGroupsType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DetachLoadBalancerTargetGroupsCommandInput
|
|
18
|
+
extends DetachLoadBalancerTargetGroupsType {}
|
|
19
|
+
export interface DetachLoadBalancerTargetGroupsCommandOutput
|
|
20
|
+
extends DetachLoadBalancerTargetGroupsResultType,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<
|
|
24
|
+
DetachLoadBalancerTargetGroupsCommandInput,
|
|
25
|
+
DetachLoadBalancerTargetGroupsCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DetachLoadBalancerTargetGroupsCommandInput;
|
|
29
|
+
constructor(input: DetachLoadBalancerTargetGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DetachLoadBalancerTargetGroupsCommandInput,
|
|
37
|
+
DetachLoadBalancerTargetGroupsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DetachLoadBalancersResultType,
|
|
15
|
+
DetachLoadBalancersType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DetachLoadBalancersCommandInput
|
|
18
|
+
extends DetachLoadBalancersType {}
|
|
19
|
+
export interface DetachLoadBalancersCommandOutput
|
|
20
|
+
extends DetachLoadBalancersResultType,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DetachLoadBalancersCommand extends $Command<
|
|
24
|
+
DetachLoadBalancersCommandInput,
|
|
25
|
+
DetachLoadBalancersCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DetachLoadBalancersCommandInput;
|
|
29
|
+
constructor(input: DetachLoadBalancersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { DisableMetricsCollectionQuery } from "../models/models_0";
|
|
14
|
+
export interface DisableMetricsCollectionCommandInput
|
|
15
|
+
extends DisableMetricsCollectionQuery {}
|
|
16
|
+
export interface DisableMetricsCollectionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DisableMetricsCollectionCommand extends $Command<
|
|
20
|
+
DisableMetricsCollectionCommandInput,
|
|
21
|
+
DisableMetricsCollectionCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DisableMetricsCollectionCommandInput;
|
|
25
|
+
constructor(input: DisableMetricsCollectionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DisableMetricsCollectionCommandInput,
|
|
33
|
+
DisableMetricsCollectionCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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 { EnableMetricsCollectionQuery } from "../models/models_0";
|
|
14
|
+
export interface EnableMetricsCollectionCommandInput
|
|
15
|
+
extends EnableMetricsCollectionQuery {}
|
|
16
|
+
export interface EnableMetricsCollectionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class EnableMetricsCollectionCommand extends $Command<
|
|
20
|
+
EnableMetricsCollectionCommandInput,
|
|
21
|
+
EnableMetricsCollectionCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: EnableMetricsCollectionCommandInput;
|
|
25
|
+
constructor(input: EnableMetricsCollectionCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
EnableMetricsCollectionCommandInput,
|
|
33
|
+
EnableMetricsCollectionCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { EnterStandbyAnswer, EnterStandbyQuery } from "../models/models_0";
|
|
14
|
+
export interface EnterStandbyCommandInput extends EnterStandbyQuery {}
|
|
15
|
+
export interface EnterStandbyCommandOutput
|
|
16
|
+
extends EnterStandbyAnswer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class EnterStandbyCommand extends $Command<
|
|
20
|
+
EnterStandbyCommandInput,
|
|
21
|
+
EnterStandbyCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: EnterStandbyCommandInput;
|
|
25
|
+
constructor(input: EnterStandbyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<EnterStandbyCommandInput, EnterStandbyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|