@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 { DescribeAutoScalingNotificationTypesAnswer } from "../models/models_0";
|
|
14
|
+
export interface DescribeAutoScalingNotificationTypesCommandInput {}
|
|
15
|
+
export interface DescribeAutoScalingNotificationTypesCommandOutput
|
|
16
|
+
extends DescribeAutoScalingNotificationTypesAnswer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeAutoScalingNotificationTypesCommand extends $Command<
|
|
20
|
+
DescribeAutoScalingNotificationTypesCommandInput,
|
|
21
|
+
DescribeAutoScalingNotificationTypesCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeAutoScalingNotificationTypesCommandInput;
|
|
25
|
+
constructor(input: DescribeAutoScalingNotificationTypesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeAutoScalingNotificationTypesCommandInput,
|
|
33
|
+
DescribeAutoScalingNotificationTypesCommandOutput
|
|
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
|
+
DescribeInstanceRefreshesAnswer,
|
|
15
|
+
DescribeInstanceRefreshesType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInstanceRefreshesCommandInput
|
|
18
|
+
extends DescribeInstanceRefreshesType {}
|
|
19
|
+
export interface DescribeInstanceRefreshesCommandOutput
|
|
20
|
+
extends DescribeInstanceRefreshesAnswer,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeInstanceRefreshesCommand extends $Command<
|
|
24
|
+
DescribeInstanceRefreshesCommandInput,
|
|
25
|
+
DescribeInstanceRefreshesCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeInstanceRefreshesCommandInput;
|
|
29
|
+
constructor(input: DescribeInstanceRefreshesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeInstanceRefreshesCommandInput,
|
|
37
|
+
DescribeInstanceRefreshesCommandOutput
|
|
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
|
+
LaunchConfigurationNamesType,
|
|
15
|
+
LaunchConfigurationsType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLaunchConfigurationsCommandInput
|
|
18
|
+
extends LaunchConfigurationNamesType {}
|
|
19
|
+
export interface DescribeLaunchConfigurationsCommandOutput
|
|
20
|
+
extends LaunchConfigurationsType,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeLaunchConfigurationsCommand extends $Command<
|
|
24
|
+
DescribeLaunchConfigurationsCommandInput,
|
|
25
|
+
DescribeLaunchConfigurationsCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeLaunchConfigurationsCommandInput;
|
|
29
|
+
constructor(input: DescribeLaunchConfigurationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeLaunchConfigurationsCommandInput,
|
|
37
|
+
DescribeLaunchConfigurationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribeLifecycleHookTypesAnswer } from "../models/models_0";
|
|
14
|
+
export interface DescribeLifecycleHookTypesCommandInput {}
|
|
15
|
+
export interface DescribeLifecycleHookTypesCommandOutput
|
|
16
|
+
extends DescribeLifecycleHookTypesAnswer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeLifecycleHookTypesCommand extends $Command<
|
|
20
|
+
DescribeLifecycleHookTypesCommandInput,
|
|
21
|
+
DescribeLifecycleHookTypesCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeLifecycleHookTypesCommandInput;
|
|
25
|
+
constructor(input: DescribeLifecycleHookTypesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeLifecycleHookTypesCommandInput,
|
|
33
|
+
DescribeLifecycleHookTypesCommandOutput
|
|
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
|
+
DescribeLifecycleHooksAnswer,
|
|
15
|
+
DescribeLifecycleHooksType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLifecycleHooksCommandInput
|
|
18
|
+
extends DescribeLifecycleHooksType {}
|
|
19
|
+
export interface DescribeLifecycleHooksCommandOutput
|
|
20
|
+
extends DescribeLifecycleHooksAnswer,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeLifecycleHooksCommand extends $Command<
|
|
24
|
+
DescribeLifecycleHooksCommandInput,
|
|
25
|
+
DescribeLifecycleHooksCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeLifecycleHooksCommandInput;
|
|
29
|
+
constructor(input: DescribeLifecycleHooksCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeLifecycleHooksCommandInput,
|
|
37
|
+
DescribeLifecycleHooksCommandOutput
|
|
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
|
+
DescribeLoadBalancerTargetGroupsRequest,
|
|
15
|
+
DescribeLoadBalancerTargetGroupsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLoadBalancerTargetGroupsCommandInput
|
|
18
|
+
extends DescribeLoadBalancerTargetGroupsRequest {}
|
|
19
|
+
export interface DescribeLoadBalancerTargetGroupsCommandOutput
|
|
20
|
+
extends DescribeLoadBalancerTargetGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeLoadBalancerTargetGroupsCommand extends $Command<
|
|
24
|
+
DescribeLoadBalancerTargetGroupsCommandInput,
|
|
25
|
+
DescribeLoadBalancerTargetGroupsCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeLoadBalancerTargetGroupsCommandInput;
|
|
29
|
+
constructor(input: DescribeLoadBalancerTargetGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeLoadBalancerTargetGroupsCommandInput,
|
|
37
|
+
DescribeLoadBalancerTargetGroupsCommandOutput
|
|
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
|
+
DescribeLoadBalancersRequest,
|
|
15
|
+
DescribeLoadBalancersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeLoadBalancersCommandInput
|
|
18
|
+
extends DescribeLoadBalancersRequest {}
|
|
19
|
+
export interface DescribeLoadBalancersCommandOutput
|
|
20
|
+
extends DescribeLoadBalancersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeLoadBalancersCommand extends $Command<
|
|
24
|
+
DescribeLoadBalancersCommandInput,
|
|
25
|
+
DescribeLoadBalancersCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeLoadBalancersCommandInput;
|
|
29
|
+
constructor(input: DescribeLoadBalancersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeLoadBalancersCommandInput,
|
|
37
|
+
DescribeLoadBalancersCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribeMetricCollectionTypesAnswer } from "../models/models_0";
|
|
14
|
+
export interface DescribeMetricCollectionTypesCommandInput {}
|
|
15
|
+
export interface DescribeMetricCollectionTypesCommandOutput
|
|
16
|
+
extends DescribeMetricCollectionTypesAnswer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeMetricCollectionTypesCommand extends $Command<
|
|
20
|
+
DescribeMetricCollectionTypesCommandInput,
|
|
21
|
+
DescribeMetricCollectionTypesCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeMetricCollectionTypesCommandInput;
|
|
25
|
+
constructor(input: DescribeMetricCollectionTypesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeMetricCollectionTypesCommandInput,
|
|
33
|
+
DescribeMetricCollectionTypesCommandOutput
|
|
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
|
+
DescribeNotificationConfigurationsAnswer,
|
|
15
|
+
DescribeNotificationConfigurationsType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeNotificationConfigurationsCommandInput
|
|
18
|
+
extends DescribeNotificationConfigurationsType {}
|
|
19
|
+
export interface DescribeNotificationConfigurationsCommandOutput
|
|
20
|
+
extends DescribeNotificationConfigurationsAnswer,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeNotificationConfigurationsCommand extends $Command<
|
|
24
|
+
DescribeNotificationConfigurationsCommandInput,
|
|
25
|
+
DescribeNotificationConfigurationsCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeNotificationConfigurationsCommandInput;
|
|
29
|
+
constructor(input: DescribeNotificationConfigurationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeNotificationConfigurationsCommandInput,
|
|
37
|
+
DescribeNotificationConfigurationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribePoliciesType, PoliciesType } from "../models/models_0";
|
|
14
|
+
export interface DescribePoliciesCommandInput extends DescribePoliciesType {}
|
|
15
|
+
export interface DescribePoliciesCommandOutput
|
|
16
|
+
extends PoliciesType,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribePoliciesCommand extends $Command<
|
|
20
|
+
DescribePoliciesCommandInput,
|
|
21
|
+
DescribePoliciesCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribePoliciesCommandInput;
|
|
25
|
+
constructor(input: DescribePoliciesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribePoliciesCommandInput, DescribePoliciesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ActivitiesType,
|
|
15
|
+
DescribeScalingActivitiesType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeScalingActivitiesCommandInput
|
|
18
|
+
extends DescribeScalingActivitiesType {}
|
|
19
|
+
export interface DescribeScalingActivitiesCommandOutput
|
|
20
|
+
extends ActivitiesType,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeScalingActivitiesCommand extends $Command<
|
|
24
|
+
DescribeScalingActivitiesCommandInput,
|
|
25
|
+
DescribeScalingActivitiesCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeScalingActivitiesCommandInput;
|
|
29
|
+
constructor(input: DescribeScalingActivitiesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeScalingActivitiesCommandInput,
|
|
37
|
+
DescribeScalingActivitiesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|