@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,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 { LaunchConfigurationNameType } from "../models/models_0";
|
|
14
|
+
export interface DeleteLaunchConfigurationCommandInput
|
|
15
|
+
extends LaunchConfigurationNameType {}
|
|
16
|
+
export interface DeleteLaunchConfigurationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteLaunchConfigurationCommand extends $Command<
|
|
20
|
+
DeleteLaunchConfigurationCommandInput,
|
|
21
|
+
DeleteLaunchConfigurationCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteLaunchConfigurationCommandInput;
|
|
25
|
+
constructor(input: DeleteLaunchConfigurationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteLaunchConfigurationCommandInput,
|
|
33
|
+
DeleteLaunchConfigurationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DeleteLifecycleHookAnswer,
|
|
15
|
+
DeleteLifecycleHookType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteLifecycleHookCommandInput
|
|
18
|
+
extends DeleteLifecycleHookType {}
|
|
19
|
+
export interface DeleteLifecycleHookCommandOutput
|
|
20
|
+
extends DeleteLifecycleHookAnswer,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteLifecycleHookCommand extends $Command<
|
|
24
|
+
DeleteLifecycleHookCommandInput,
|
|
25
|
+
DeleteLifecycleHookCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteLifecycleHookCommandInput;
|
|
29
|
+
constructor(input: DeleteLifecycleHookCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput>;
|
|
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 { DeleteNotificationConfigurationType } from "../models/models_0";
|
|
14
|
+
export interface DeleteNotificationConfigurationCommandInput
|
|
15
|
+
extends DeleteNotificationConfigurationType {}
|
|
16
|
+
export interface DeleteNotificationConfigurationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteNotificationConfigurationCommand extends $Command<
|
|
20
|
+
DeleteNotificationConfigurationCommandInput,
|
|
21
|
+
DeleteNotificationConfigurationCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteNotificationConfigurationCommandInput;
|
|
25
|
+
constructor(input: DeleteNotificationConfigurationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteNotificationConfigurationCommandInput,
|
|
33
|
+
DeleteNotificationConfigurationCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeletePolicyType } from "../models/models_0";
|
|
14
|
+
export interface DeletePolicyCommandInput extends DeletePolicyType {}
|
|
15
|
+
export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeletePolicyCommand extends $Command<
|
|
18
|
+
DeletePolicyCommandInput,
|
|
19
|
+
DeletePolicyCommandOutput,
|
|
20
|
+
AutoScalingClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeletePolicyCommandInput;
|
|
23
|
+
constructor(input: DeletePolicyCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { DeleteScheduledActionType } from "../models/models_0";
|
|
14
|
+
export interface DeleteScheduledActionCommandInput
|
|
15
|
+
extends DeleteScheduledActionType {}
|
|
16
|
+
export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteScheduledActionCommand extends $Command<
|
|
19
|
+
DeleteScheduledActionCommandInput,
|
|
20
|
+
DeleteScheduledActionCommandOutput,
|
|
21
|
+
AutoScalingClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteScheduledActionCommandInput;
|
|
24
|
+
constructor(input: DeleteScheduledActionCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteScheduledActionCommandInput,
|
|
32
|
+
DeleteScheduledActionCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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 { DeleteTagsType } from "../models/models_0";
|
|
14
|
+
export interface DeleteTagsCommandInput extends DeleteTagsType {}
|
|
15
|
+
export interface DeleteTagsCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteTagsCommand extends $Command<
|
|
18
|
+
DeleteTagsCommandInput,
|
|
19
|
+
DeleteTagsCommandOutput,
|
|
20
|
+
AutoScalingClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteTagsCommandInput;
|
|
23
|
+
constructor(input: DeleteTagsCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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 { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0";
|
|
14
|
+
export interface DeleteWarmPoolCommandInput extends DeleteWarmPoolType {}
|
|
15
|
+
export interface DeleteWarmPoolCommandOutput
|
|
16
|
+
extends DeleteWarmPoolAnswer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteWarmPoolCommand extends $Command<
|
|
20
|
+
DeleteWarmPoolCommandInput,
|
|
21
|
+
DeleteWarmPoolCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteWarmPoolCommandInput;
|
|
25
|
+
constructor(input: DeleteWarmPoolCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { DescribeAccountLimitsAnswer } from "../models/models_0";
|
|
14
|
+
export interface DescribeAccountLimitsCommandInput {}
|
|
15
|
+
export interface DescribeAccountLimitsCommandOutput
|
|
16
|
+
extends DescribeAccountLimitsAnswer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeAccountLimitsCommand extends $Command<
|
|
20
|
+
DescribeAccountLimitsCommandInput,
|
|
21
|
+
DescribeAccountLimitsCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeAccountLimitsCommandInput;
|
|
25
|
+
constructor(input: DescribeAccountLimitsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeAccountLimitsCommandInput,
|
|
33
|
+
DescribeAccountLimitsCommandOutput
|
|
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 { DescribeAdjustmentTypesAnswer } from "../models/models_0";
|
|
14
|
+
export interface DescribeAdjustmentTypesCommandInput {}
|
|
15
|
+
export interface DescribeAdjustmentTypesCommandOutput
|
|
16
|
+
extends DescribeAdjustmentTypesAnswer,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeAdjustmentTypesCommand extends $Command<
|
|
20
|
+
DescribeAdjustmentTypesCommandInput,
|
|
21
|
+
DescribeAdjustmentTypesCommandOutput,
|
|
22
|
+
AutoScalingClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeAdjustmentTypesCommandInput;
|
|
25
|
+
constructor(input: DescribeAdjustmentTypesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeAdjustmentTypesCommandInput,
|
|
33
|
+
DescribeAdjustmentTypesCommandOutput
|
|
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
|
+
AutoScalingGroupNamesType,
|
|
15
|
+
AutoScalingGroupsType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAutoScalingGroupsCommandInput
|
|
18
|
+
extends AutoScalingGroupNamesType {}
|
|
19
|
+
export interface DescribeAutoScalingGroupsCommandOutput
|
|
20
|
+
extends AutoScalingGroupsType,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAutoScalingGroupsCommand extends $Command<
|
|
24
|
+
DescribeAutoScalingGroupsCommandInput,
|
|
25
|
+
DescribeAutoScalingGroupsCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAutoScalingGroupsCommandInput;
|
|
29
|
+
constructor(input: DescribeAutoScalingGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAutoScalingGroupsCommandInput,
|
|
37
|
+
DescribeAutoScalingGroupsCommandOutput
|
|
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
|
+
AutoScalingInstancesType,
|
|
15
|
+
DescribeAutoScalingInstancesType,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAutoScalingInstancesCommandInput
|
|
18
|
+
extends DescribeAutoScalingInstancesType {}
|
|
19
|
+
export interface DescribeAutoScalingInstancesCommandOutput
|
|
20
|
+
extends AutoScalingInstancesType,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAutoScalingInstancesCommand extends $Command<
|
|
24
|
+
DescribeAutoScalingInstancesCommandInput,
|
|
25
|
+
DescribeAutoScalingInstancesCommandOutput,
|
|
26
|
+
AutoScalingClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAutoScalingInstancesCommandInput;
|
|
29
|
+
constructor(input: DescribeAutoScalingInstancesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AutoScalingClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAutoScalingInstancesCommandInput,
|
|
37
|
+
DescribeAutoScalingInstancesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|