@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.
Files changed (90) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/AutoScaling.d.ts +1126 -310
  3. package/dist-types/ts3.4/AutoScalingClient.d.ts +495 -134
  4. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +33 -17
  59. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +36 -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 +8 -6
  69. package/dist-types/ts3.4/models/index.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_0.d.ts +2286 -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 +66 -38
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  86. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  87. package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +13 -7
  88. package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +13 -7
  89. package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +13 -7
  90. package/package.json +35 -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 { AttachInstancesQuery } from "../models/models_0";
5
- export interface AttachInstancesCommandInput extends AttachInstancesQuery {
6
- }
7
- export interface AttachInstancesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AttachInstancesCommand extends $Command<AttachInstancesCommandInput, AttachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: AttachInstancesCommandInput;
12
- constructor(input: AttachInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachInstancesCommandInput, AttachInstancesCommandOutput>;
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 { AttachInstancesQuery } from "../models/models_0";
14
+ export interface AttachInstancesCommandInput extends AttachInstancesQuery {}
15
+ export interface AttachInstancesCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class AttachInstancesCommand extends $Command<
18
+ AttachInstancesCommandInput,
19
+ AttachInstancesCommandOutput,
20
+ AutoScalingClientResolvedConfig
21
+ > {
22
+ readonly input: AttachInstancesCommandInput;
23
+ constructor(input: AttachInstancesCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AttachInstancesCommandInput, AttachInstancesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,41 @@
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 { AttachLoadBalancerTargetGroupsResultType, AttachLoadBalancerTargetGroupsType } from "../models/models_0";
5
- export interface AttachLoadBalancerTargetGroupsCommandInput extends AttachLoadBalancerTargetGroupsType {
6
- }
7
- export interface AttachLoadBalancerTargetGroupsCommandOutput extends AttachLoadBalancerTargetGroupsResultType, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachLoadBalancerTargetGroupsCommand extends $Command<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: AttachLoadBalancerTargetGroupsCommandInput;
12
- constructor(input: AttachLoadBalancerTargetGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput>;
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
+ AttachLoadBalancerTargetGroupsResultType,
15
+ AttachLoadBalancerTargetGroupsType,
16
+ } from "../models/models_0";
17
+ export interface AttachLoadBalancerTargetGroupsCommandInput
18
+ extends AttachLoadBalancerTargetGroupsType {}
19
+ export interface AttachLoadBalancerTargetGroupsCommandOutput
20
+ extends AttachLoadBalancerTargetGroupsResultType,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AttachLoadBalancerTargetGroupsCommand extends $Command<
24
+ AttachLoadBalancerTargetGroupsCommandInput,
25
+ AttachLoadBalancerTargetGroupsCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: AttachLoadBalancerTargetGroupsCommandInput;
29
+ constructor(input: AttachLoadBalancerTargetGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AttachLoadBalancerTargetGroupsCommandInput,
37
+ AttachLoadBalancerTargetGroupsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { AttachLoadBalancersResultType, AttachLoadBalancersType } from "../models/models_0";
5
- export interface AttachLoadBalancersCommandInput extends AttachLoadBalancersType {
6
- }
7
- export interface AttachLoadBalancersCommandOutput extends AttachLoadBalancersResultType, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachLoadBalancersCommand extends $Command<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: AttachLoadBalancersCommandInput;
12
- constructor(input: AttachLoadBalancersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput>;
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
+ AttachLoadBalancersResultType,
15
+ AttachLoadBalancersType,
16
+ } from "../models/models_0";
17
+ export interface AttachLoadBalancersCommandInput
18
+ extends AttachLoadBalancersType {}
19
+ export interface AttachLoadBalancersCommandOutput
20
+ extends AttachLoadBalancersResultType,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AttachLoadBalancersCommand extends $Command<
24
+ AttachLoadBalancersCommandInput,
25
+ AttachLoadBalancersCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: AttachLoadBalancersCommandInput;
29
+ constructor(input: AttachLoadBalancersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { BatchDeleteScheduledActionAnswer, BatchDeleteScheduledActionType } from "../models/models_0";
5
- export interface BatchDeleteScheduledActionCommandInput extends BatchDeleteScheduledActionType {
6
- }
7
- export interface BatchDeleteScheduledActionCommandOutput extends BatchDeleteScheduledActionAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeleteScheduledActionCommand extends $Command<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: BatchDeleteScheduledActionCommandInput;
12
- constructor(input: BatchDeleteScheduledActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteScheduledActionCommandInput, BatchDeleteScheduledActionCommandOutput>;
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
+ BatchDeleteScheduledActionAnswer,
15
+ BatchDeleteScheduledActionType,
16
+ } from "../models/models_0";
17
+ export interface BatchDeleteScheduledActionCommandInput
18
+ extends BatchDeleteScheduledActionType {}
19
+ export interface BatchDeleteScheduledActionCommandOutput
20
+ extends BatchDeleteScheduledActionAnswer,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchDeleteScheduledActionCommand extends $Command<
24
+ BatchDeleteScheduledActionCommandInput,
25
+ BatchDeleteScheduledActionCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: BatchDeleteScheduledActionCommandInput;
29
+ constructor(input: BatchDeleteScheduledActionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchDeleteScheduledActionCommandInput,
37
+ BatchDeleteScheduledActionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { BatchPutScheduledUpdateGroupActionAnswer, BatchPutScheduledUpdateGroupActionType } from "../models/models_0";
5
- export interface BatchPutScheduledUpdateGroupActionCommandInput extends BatchPutScheduledUpdateGroupActionType {
6
- }
7
- export interface BatchPutScheduledUpdateGroupActionCommandOutput extends BatchPutScheduledUpdateGroupActionAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchPutScheduledUpdateGroupActionCommand extends $Command<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: BatchPutScheduledUpdateGroupActionCommandInput;
12
- constructor(input: BatchPutScheduledUpdateGroupActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutScheduledUpdateGroupActionCommandInput, BatchPutScheduledUpdateGroupActionCommandOutput>;
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
+ BatchPutScheduledUpdateGroupActionAnswer,
15
+ BatchPutScheduledUpdateGroupActionType,
16
+ } from "../models/models_0";
17
+ export interface BatchPutScheduledUpdateGroupActionCommandInput
18
+ extends BatchPutScheduledUpdateGroupActionType {}
19
+ export interface BatchPutScheduledUpdateGroupActionCommandOutput
20
+ extends BatchPutScheduledUpdateGroupActionAnswer,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchPutScheduledUpdateGroupActionCommand extends $Command<
24
+ BatchPutScheduledUpdateGroupActionCommandInput,
25
+ BatchPutScheduledUpdateGroupActionCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: BatchPutScheduledUpdateGroupActionCommandInput;
29
+ constructor(input: BatchPutScheduledUpdateGroupActionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchPutScheduledUpdateGroupActionCommandInput,
37
+ BatchPutScheduledUpdateGroupActionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { CancelInstanceRefreshAnswer, CancelInstanceRefreshType } from "../models/models_0";
5
- export interface CancelInstanceRefreshCommandInput extends CancelInstanceRefreshType {
6
- }
7
- export interface CancelInstanceRefreshCommandOutput extends CancelInstanceRefreshAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelInstanceRefreshCommand extends $Command<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: CancelInstanceRefreshCommandInput;
12
- constructor(input: CancelInstanceRefreshCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelInstanceRefreshCommandInput, CancelInstanceRefreshCommandOutput>;
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
+ CancelInstanceRefreshAnswer,
15
+ CancelInstanceRefreshType,
16
+ } from "../models/models_0";
17
+ export interface CancelInstanceRefreshCommandInput
18
+ extends CancelInstanceRefreshType {}
19
+ export interface CancelInstanceRefreshCommandOutput
20
+ extends CancelInstanceRefreshAnswer,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CancelInstanceRefreshCommand extends $Command<
24
+ CancelInstanceRefreshCommandInput,
25
+ CancelInstanceRefreshCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: CancelInstanceRefreshCommandInput;
29
+ constructor(input: CancelInstanceRefreshCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelInstanceRefreshCommandInput,
37
+ CancelInstanceRefreshCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { CompleteLifecycleActionAnswer, CompleteLifecycleActionType } from "../models/models_0";
5
- export interface CompleteLifecycleActionCommandInput extends CompleteLifecycleActionType {
6
- }
7
- export interface CompleteLifecycleActionCommandOutput extends CompleteLifecycleActionAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class CompleteLifecycleActionCommand extends $Command<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: CompleteLifecycleActionCommandInput;
12
- constructor(input: CompleteLifecycleActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteLifecycleActionCommandInput, CompleteLifecycleActionCommandOutput>;
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
+ CompleteLifecycleActionAnswer,
15
+ CompleteLifecycleActionType,
16
+ } from "../models/models_0";
17
+ export interface CompleteLifecycleActionCommandInput
18
+ extends CompleteLifecycleActionType {}
19
+ export interface CompleteLifecycleActionCommandOutput
20
+ extends CompleteLifecycleActionAnswer,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CompleteLifecycleActionCommand extends $Command<
24
+ CompleteLifecycleActionCommandInput,
25
+ CompleteLifecycleActionCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: CompleteLifecycleActionCommandInput;
29
+ constructor(input: CompleteLifecycleActionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CompleteLifecycleActionCommandInput,
37
+ CompleteLifecycleActionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { CreateAutoScalingGroupType } from "../models/models_0";
5
- export interface CreateAutoScalingGroupCommandInput extends CreateAutoScalingGroupType {
6
- }
7
- export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAutoScalingGroupCommand extends $Command<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: CreateAutoScalingGroupCommandInput;
12
- constructor(input: CreateAutoScalingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAutoScalingGroupCommandInput, CreateAutoScalingGroupCommandOutput>;
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 { CreateAutoScalingGroupType } from "../models/models_0";
14
+ export interface CreateAutoScalingGroupCommandInput
15
+ extends CreateAutoScalingGroupType {}
16
+ export interface CreateAutoScalingGroupCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class CreateAutoScalingGroupCommand extends $Command<
19
+ CreateAutoScalingGroupCommandInput,
20
+ CreateAutoScalingGroupCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: CreateAutoScalingGroupCommandInput;
24
+ constructor(input: CreateAutoScalingGroupCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: AutoScalingClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ CreateAutoScalingGroupCommandInput,
32
+ CreateAutoScalingGroupCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,37 @@
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 { CreateLaunchConfigurationType } from "../models/models_0";
5
- export interface CreateLaunchConfigurationCommandInput extends CreateLaunchConfigurationType {
6
- }
7
- export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLaunchConfigurationCommand extends $Command<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: CreateLaunchConfigurationCommandInput;
12
- constructor(input: CreateLaunchConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput>;
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 { CreateLaunchConfigurationType } from "../models/models_0";
14
+ export interface CreateLaunchConfigurationCommandInput
15
+ extends CreateLaunchConfigurationType {}
16
+ export interface CreateLaunchConfigurationCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class CreateLaunchConfigurationCommand extends $Command<
20
+ CreateLaunchConfigurationCommandInput,
21
+ CreateLaunchConfigurationCommandOutput,
22
+ AutoScalingClientResolvedConfig
23
+ > {
24
+ readonly input: CreateLaunchConfigurationCommandInput;
25
+ constructor(input: CreateLaunchConfigurationCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AutoScalingClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ CreateLaunchConfigurationCommandInput,
33
+ CreateLaunchConfigurationCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,33 @@
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 { CreateOrUpdateTagsType } from "../models/models_0";
5
- export interface CreateOrUpdateTagsCommandInput extends CreateOrUpdateTagsType {
6
- }
7
- export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CreateOrUpdateTagsCommand extends $Command<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: CreateOrUpdateTagsCommandInput;
12
- constructor(input: CreateOrUpdateTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput>;
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 { CreateOrUpdateTagsType } from "../models/models_0";
14
+ export interface CreateOrUpdateTagsCommandInput
15
+ extends CreateOrUpdateTagsType {}
16
+ export interface CreateOrUpdateTagsCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class CreateOrUpdateTagsCommand extends $Command<
19
+ CreateOrUpdateTagsCommandInput,
20
+ CreateOrUpdateTagsCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: CreateOrUpdateTagsCommandInput;
24
+ constructor(input: CreateOrUpdateTagsCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: AutoScalingClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<CreateOrUpdateTagsCommandInput, CreateOrUpdateTagsCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -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 { DeleteAutoScalingGroupType } from "../models/models_0";
5
- export interface DeleteAutoScalingGroupCommandInput extends DeleteAutoScalingGroupType {
6
- }
7
- export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAutoScalingGroupCommand extends $Command<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DeleteAutoScalingGroupCommandInput;
12
- constructor(input: DeleteAutoScalingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAutoScalingGroupCommandInput, DeleteAutoScalingGroupCommandOutput>;
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 { DeleteAutoScalingGroupType } from "../models/models_0";
14
+ export interface DeleteAutoScalingGroupCommandInput
15
+ extends DeleteAutoScalingGroupType {}
16
+ export interface DeleteAutoScalingGroupCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteAutoScalingGroupCommand extends $Command<
19
+ DeleteAutoScalingGroupCommandInput,
20
+ DeleteAutoScalingGroupCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteAutoScalingGroupCommandInput;
24
+ constructor(input: DeleteAutoScalingGroupCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: AutoScalingClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteAutoScalingGroupCommandInput,
32
+ DeleteAutoScalingGroupCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }