@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.
Files changed (90) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AutoScaling.d.ts +1065 -310
  3. package/dist-types/ts3.4/AutoScalingClient.d.ts +470 -134
  4. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +31 -17
  14. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +30 -17
  58. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +31 -17
  59. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/index.d.ts +61 -61
  66. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  67. package/dist-types/ts3.4/index.d.ts +7 -7
  68. package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +7 -6
  69. package/dist-types/ts3.4/models/index.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_0.d.ts +1588 -2135
  71. package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  80. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  81. package/dist-types/ts3.4/protocols/Aws_query.d.ts +737 -185
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  86. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  87. package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +11 -7
  88. package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +11 -7
  89. package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +11 -7
  90. package/package.json +35 -35
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { ProcessesType } from "../models/models_0";
5
- export interface DescribeScalingProcessTypesCommandInput {
6
- }
7
- export interface DescribeScalingProcessTypesCommandOutput extends ProcessesType, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeScalingProcessTypesCommand extends $Command<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeScalingProcessTypesCommandInput;
12
- constructor(input: DescribeScalingProcessTypesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingProcessTypesCommandInput, DescribeScalingProcessTypesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DescribeScalingProcessTypesCommand extends $Command<
19
+ DescribeScalingProcessTypesCommandInput,
20
+ DescribeScalingProcessTypesCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeScalingProcessTypesCommandInput;
24
+ constructor(input: DescribeScalingProcessTypesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DescribeScalingProcessTypesCommandInput,
31
+ DescribeScalingProcessTypesCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DescribeScheduledActionsType, ScheduledActionsType } from "../models/models_0";
5
- export interface DescribeScheduledActionsCommandInput extends DescribeScheduledActionsType {
6
- }
7
- export interface DescribeScheduledActionsCommandOutput extends ScheduledActionsType, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeScheduledActionsCommandInput;
12
- constructor(input: DescribeScheduledActionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DescribeScheduledActionsCommand extends $Command<
23
+ DescribeScheduledActionsCommandInput,
24
+ DescribeScheduledActionsCommandOutput,
25
+ AutoScalingClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeScheduledActionsCommandInput;
28
+ constructor(input: DescribeScheduledActionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AutoScalingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeScheduledActionsCommandInput,
35
+ DescribeScheduledActionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DescribeTagsType, TagsType } from "../models/models_0";
5
- export interface DescribeTagsCommandInput extends DescribeTagsType {
6
- }
7
- export interface DescribeTagsCommandOutput extends TagsType, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeTagsCommandInput;
12
- constructor(input: DescribeTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DescribeTagsCommand extends $Command<
17
+ DescribeTagsCommandInput,
18
+ DescribeTagsCommandOutput,
19
+ AutoScalingClientResolvedConfig
20
+ > {
21
+ readonly input: DescribeTagsCommandInput;
22
+ constructor(input: DescribeTagsCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: AutoScalingClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DescribeTerminationPolicyTypesAnswer } from "../models/models_0";
5
- export interface DescribeTerminationPolicyTypesCommandInput {
6
- }
7
- export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTerminationPolicyTypesAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeTerminationPolicyTypesCommand extends $Command<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeTerminationPolicyTypesCommandInput;
12
- constructor(input: DescribeTerminationPolicyTypesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DescribeTerminationPolicyTypesCommand extends $Command<
19
+ DescribeTerminationPolicyTypesCommandInput,
20
+ DescribeTerminationPolicyTypesCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeTerminationPolicyTypesCommandInput;
24
+ constructor(input: DescribeTerminationPolicyTypesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DescribeTerminationPolicyTypesCommandInput,
31
+ DescribeTerminationPolicyTypesCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DescribeWarmPoolAnswer, DescribeWarmPoolType } from "../models/models_0";
5
- export interface DescribeWarmPoolCommandInput extends DescribeWarmPoolType {
6
- }
7
- export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeWarmPoolCommand extends $Command<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeWarmPoolCommandInput;
12
- constructor(input: DescribeWarmPoolCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DescribeWarmPoolCommand extends $Command<
22
+ DescribeWarmPoolCommandInput,
23
+ DescribeWarmPoolCommandOutput,
24
+ AutoScalingClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeWarmPoolCommandInput;
27
+ constructor(input: DescribeWarmPoolCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AutoScalingClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DetachInstancesAnswer, DetachInstancesQuery } from "../models/models_0";
5
- export interface DetachInstancesCommandInput extends DetachInstancesQuery {
6
- }
7
- export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachInstancesCommand extends $Command<DetachInstancesCommandInput, DetachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DetachInstancesCommandInput;
12
- constructor(input: DetachInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachInstancesCommandInput, DetachInstancesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DetachInstancesCommand extends $Command<
22
+ DetachInstancesCommandInput,
23
+ DetachInstancesCommandOutput,
24
+ AutoScalingClientResolvedConfig
25
+ > {
26
+ readonly input: DetachInstancesCommandInput;
27
+ constructor(input: DetachInstancesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AutoScalingClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DetachInstancesCommandInput, DetachInstancesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DetachLoadBalancerTargetGroupsResultType, DetachLoadBalancerTargetGroupsType } from "../models/models_0";
5
- export interface DetachLoadBalancerTargetGroupsCommandInput extends DetachLoadBalancerTargetGroupsType {
6
- }
7
- export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadBalancerTargetGroupsResultType, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DetachLoadBalancerTargetGroupsCommandInput;
12
- constructor(input: DetachLoadBalancerTargetGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<
23
+ DetachLoadBalancerTargetGroupsCommandInput,
24
+ DetachLoadBalancerTargetGroupsCommandOutput,
25
+ AutoScalingClientResolvedConfig
26
+ > {
27
+ readonly input: DetachLoadBalancerTargetGroupsCommandInput;
28
+ constructor(input: DetachLoadBalancerTargetGroupsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AutoScalingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DetachLoadBalancerTargetGroupsCommandInput,
35
+ DetachLoadBalancerTargetGroupsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DetachLoadBalancersResultType, DetachLoadBalancersType } from "../models/models_0";
5
- export interface DetachLoadBalancersCommandInput extends DetachLoadBalancersType {
6
- }
7
- export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersResultType, __MetadataBearer {
8
- }
9
-
10
- export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DetachLoadBalancersCommandInput;
12
- constructor(input: DetachLoadBalancersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DetachLoadBalancersCommand extends $Command<
23
+ DetachLoadBalancersCommandInput,
24
+ DetachLoadBalancersCommandOutput,
25
+ AutoScalingClientResolvedConfig
26
+ > {
27
+ readonly input: DetachLoadBalancersCommandInput;
28
+ constructor(input: DetachLoadBalancersCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AutoScalingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DisableMetricsCollectionQuery } from "../models/models_0";
5
- export interface DisableMetricsCollectionCommandInput extends DisableMetricsCollectionQuery {
6
- }
7
- export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DisableMetricsCollectionCommandInput;
12
- constructor(input: DisableMetricsCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class DisableMetricsCollectionCommand extends $Command<
19
+ DisableMetricsCollectionCommandInput,
20
+ DisableMetricsCollectionCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DisableMetricsCollectionCommandInput;
24
+ constructor(input: DisableMetricsCollectionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DisableMetricsCollectionCommandInput,
31
+ DisableMetricsCollectionCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { EnableMetricsCollectionQuery } from "../models/models_0";
5
- export interface EnableMetricsCollectionCommandInput extends EnableMetricsCollectionQuery {
6
- }
7
- export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: EnableMetricsCollectionCommandInput;
12
- constructor(input: EnableMetricsCollectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class EnableMetricsCollectionCommand extends $Command<
19
+ EnableMetricsCollectionCommandInput,
20
+ EnableMetricsCollectionCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: EnableMetricsCollectionCommandInput;
24
+ constructor(input: EnableMetricsCollectionCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ EnableMetricsCollectionCommandInput,
31
+ EnableMetricsCollectionCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { EnterStandbyAnswer, EnterStandbyQuery } from "../models/models_0";
5
- export interface EnterStandbyCommandInput extends EnterStandbyQuery {
6
- }
7
- export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class EnterStandbyCommand extends $Command<EnterStandbyCommandInput, EnterStandbyCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: EnterStandbyCommandInput;
12
- constructor(input: EnterStandbyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnterStandbyCommandInput, EnterStandbyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ export declare class EnterStandbyCommand extends $Command<
19
+ EnterStandbyCommandInput,
20
+ EnterStandbyCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: EnterStandbyCommandInput;
24
+ constructor(input: EnterStandbyCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<EnterStandbyCommandInput, EnterStandbyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }