@aws-sdk/client-auto-scaling 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/CHANGELOG.md +16 -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 { SetInstanceHealthQuery } from "../models/models_0";
5
- export interface SetInstanceHealthCommandInput extends SetInstanceHealthQuery {
6
- }
7
- export interface SetInstanceHealthCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetInstanceHealthCommand extends $Command<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: SetInstanceHealthCommandInput;
12
- constructor(input: SetInstanceHealthCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput>;
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 { SetInstanceHealthQuery } from "../models/models_0";
14
+ export interface SetInstanceHealthCommandInput extends SetInstanceHealthQuery {}
15
+ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class SetInstanceHealthCommand extends $Command<
18
+ SetInstanceHealthCommandInput,
19
+ SetInstanceHealthCommandOutput,
20
+ AutoScalingClientResolvedConfig
21
+ > {
22
+ readonly input: SetInstanceHealthCommandInput;
23
+ constructor(input: SetInstanceHealthCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<SetInstanceHealthCommandInput, SetInstanceHealthCommandOutput>;
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 { SetInstanceProtectionAnswer, SetInstanceProtectionQuery } from "../models/models_0";
5
- export interface SetInstanceProtectionCommandInput extends SetInstanceProtectionQuery {
6
- }
7
- export interface SetInstanceProtectionCommandOutput extends SetInstanceProtectionAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class SetInstanceProtectionCommand extends $Command<SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: SetInstanceProtectionCommandInput;
12
- constructor(input: SetInstanceProtectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetInstanceProtectionCommandInput, SetInstanceProtectionCommandOutput>;
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
+ SetInstanceProtectionAnswer,
15
+ SetInstanceProtectionQuery,
16
+ } from "../models/models_0";
17
+ export interface SetInstanceProtectionCommandInput
18
+ extends SetInstanceProtectionQuery {}
19
+ export interface SetInstanceProtectionCommandOutput
20
+ extends SetInstanceProtectionAnswer,
21
+ __MetadataBearer {}
22
+
23
+ export declare class SetInstanceProtectionCommand extends $Command<
24
+ SetInstanceProtectionCommandInput,
25
+ SetInstanceProtectionCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: SetInstanceProtectionCommandInput;
29
+ constructor(input: SetInstanceProtectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ SetInstanceProtectionCommandInput,
37
+ SetInstanceProtectionCommandOutput
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 { StartInstanceRefreshAnswer, StartInstanceRefreshType } from "../models/models_0";
5
- export interface StartInstanceRefreshCommandInput extends StartInstanceRefreshType {
6
- }
7
- export interface StartInstanceRefreshCommandOutput extends StartInstanceRefreshAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class StartInstanceRefreshCommand extends $Command<StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: StartInstanceRefreshCommandInput;
12
- constructor(input: StartInstanceRefreshCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartInstanceRefreshCommandInput, StartInstanceRefreshCommandOutput>;
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
+ StartInstanceRefreshAnswer,
15
+ StartInstanceRefreshType,
16
+ } from "../models/models_0";
17
+ export interface StartInstanceRefreshCommandInput
18
+ extends StartInstanceRefreshType {}
19
+ export interface StartInstanceRefreshCommandOutput
20
+ extends StartInstanceRefreshAnswer,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartInstanceRefreshCommand extends $Command<
24
+ StartInstanceRefreshCommandInput,
25
+ StartInstanceRefreshCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: StartInstanceRefreshCommandInput;
29
+ constructor(input: StartInstanceRefreshCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartInstanceRefreshCommandInput,
37
+ StartInstanceRefreshCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { ScalingProcessQuery } from "../models/models_0";
5
- export interface SuspendProcessesCommandInput extends ScalingProcessQuery {
6
- }
7
- export interface SuspendProcessesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SuspendProcessesCommand extends $Command<SuspendProcessesCommandInput, SuspendProcessesCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: SuspendProcessesCommandInput;
12
- constructor(input: SuspendProcessesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SuspendProcessesCommandInput, SuspendProcessesCommandOutput>;
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 { ScalingProcessQuery } from "../models/models_0";
14
+ export interface SuspendProcessesCommandInput extends ScalingProcessQuery {}
15
+ export interface SuspendProcessesCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class SuspendProcessesCommand extends $Command<
18
+ SuspendProcessesCommandInput,
19
+ SuspendProcessesCommandOutput,
20
+ AutoScalingClientResolvedConfig
21
+ > {
22
+ readonly input: SuspendProcessesCommandInput;
23
+ constructor(input: SuspendProcessesCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<SuspendProcessesCommandInput, SuspendProcessesCommandOutput>;
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 { ActivityType, TerminateInstanceInAutoScalingGroupType } from "../models/models_0";
5
- export interface TerminateInstanceInAutoScalingGroupCommandInput extends TerminateInstanceInAutoScalingGroupType {
6
- }
7
- export interface TerminateInstanceInAutoScalingGroupCommandOutput extends ActivityType, __MetadataBearer {
8
- }
9
-
10
- export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: TerminateInstanceInAutoScalingGroupCommandInput;
12
- constructor(input: TerminateInstanceInAutoScalingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateInstanceInAutoScalingGroupCommandInput, TerminateInstanceInAutoScalingGroupCommandOutput>;
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
+ ActivityType,
15
+ TerminateInstanceInAutoScalingGroupType,
16
+ } from "../models/models_0";
17
+ export interface TerminateInstanceInAutoScalingGroupCommandInput
18
+ extends TerminateInstanceInAutoScalingGroupType {}
19
+ export interface TerminateInstanceInAutoScalingGroupCommandOutput
20
+ extends ActivityType,
21
+ __MetadataBearer {}
22
+
23
+ export declare class TerminateInstanceInAutoScalingGroupCommand extends $Command<
24
+ TerminateInstanceInAutoScalingGroupCommandInput,
25
+ TerminateInstanceInAutoScalingGroupCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: TerminateInstanceInAutoScalingGroupCommandInput;
29
+ constructor(input: TerminateInstanceInAutoScalingGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ TerminateInstanceInAutoScalingGroupCommandInput,
37
+ TerminateInstanceInAutoScalingGroupCommandOutput
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 { UpdateAutoScalingGroupType } from "../models/models_0";
5
- export interface UpdateAutoScalingGroupCommandInput extends UpdateAutoScalingGroupType {
6
- }
7
- export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAutoScalingGroupCommand extends $Command<UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: UpdateAutoScalingGroupCommandInput;
12
- constructor(input: UpdateAutoScalingGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAutoScalingGroupCommandInput, UpdateAutoScalingGroupCommandOutput>;
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 { UpdateAutoScalingGroupType } from "../models/models_0";
14
+ export interface UpdateAutoScalingGroupCommandInput
15
+ extends UpdateAutoScalingGroupType {}
16
+ export interface UpdateAutoScalingGroupCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class UpdateAutoScalingGroupCommand extends $Command<
19
+ UpdateAutoScalingGroupCommandInput,
20
+ UpdateAutoScalingGroupCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateAutoScalingGroupCommandInput;
24
+ constructor(input: UpdateAutoScalingGroupCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: AutoScalingClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ UpdateAutoScalingGroupCommandInput,
32
+ UpdateAutoScalingGroupCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,61 +1,61 @@
1
- export * from "./AttachInstancesCommand";
2
- export * from "./AttachLoadBalancerTargetGroupsCommand";
3
- export * from "./AttachLoadBalancersCommand";
4
- export * from "./BatchDeleteScheduledActionCommand";
5
- export * from "./BatchPutScheduledUpdateGroupActionCommand";
6
- export * from "./CancelInstanceRefreshCommand";
7
- export * from "./CompleteLifecycleActionCommand";
8
- export * from "./CreateAutoScalingGroupCommand";
9
- export * from "./CreateLaunchConfigurationCommand";
10
- export * from "./CreateOrUpdateTagsCommand";
11
- export * from "./DeleteAutoScalingGroupCommand";
12
- export * from "./DeleteLaunchConfigurationCommand";
13
- export * from "./DeleteLifecycleHookCommand";
14
- export * from "./DeleteNotificationConfigurationCommand";
15
- export * from "./DeletePolicyCommand";
16
- export * from "./DeleteScheduledActionCommand";
17
- export * from "./DeleteTagsCommand";
18
- export * from "./DeleteWarmPoolCommand";
19
- export * from "./DescribeAccountLimitsCommand";
20
- export * from "./DescribeAdjustmentTypesCommand";
21
- export * from "./DescribeAutoScalingGroupsCommand";
22
- export * from "./DescribeAutoScalingInstancesCommand";
23
- export * from "./DescribeAutoScalingNotificationTypesCommand";
24
- export * from "./DescribeInstanceRefreshesCommand";
25
- export * from "./DescribeLaunchConfigurationsCommand";
26
- export * from "./DescribeLifecycleHookTypesCommand";
27
- export * from "./DescribeLifecycleHooksCommand";
28
- export * from "./DescribeLoadBalancerTargetGroupsCommand";
29
- export * from "./DescribeLoadBalancersCommand";
30
- export * from "./DescribeMetricCollectionTypesCommand";
31
- export * from "./DescribeNotificationConfigurationsCommand";
32
- export * from "./DescribePoliciesCommand";
33
- export * from "./DescribeScalingActivitiesCommand";
34
- export * from "./DescribeScalingProcessTypesCommand";
35
- export * from "./DescribeScheduledActionsCommand";
36
- export * from "./DescribeTagsCommand";
37
- export * from "./DescribeTerminationPolicyTypesCommand";
38
- export * from "./DescribeWarmPoolCommand";
39
- export * from "./DetachInstancesCommand";
40
- export * from "./DetachLoadBalancerTargetGroupsCommand";
41
- export * from "./DetachLoadBalancersCommand";
42
- export * from "./DisableMetricsCollectionCommand";
43
- export * from "./EnableMetricsCollectionCommand";
44
- export * from "./EnterStandbyCommand";
45
- export * from "./ExecutePolicyCommand";
46
- export * from "./ExitStandbyCommand";
47
- export * from "./GetPredictiveScalingForecastCommand";
48
- export * from "./PutLifecycleHookCommand";
49
- export * from "./PutNotificationConfigurationCommand";
50
- export * from "./PutScalingPolicyCommand";
51
- export * from "./PutScheduledUpdateGroupActionCommand";
52
- export * from "./PutWarmPoolCommand";
53
- export * from "./RecordLifecycleActionHeartbeatCommand";
54
- export * from "./ResumeProcessesCommand";
55
- export * from "./SetDesiredCapacityCommand";
56
- export * from "./SetInstanceHealthCommand";
57
- export * from "./SetInstanceProtectionCommand";
58
- export * from "./StartInstanceRefreshCommand";
59
- export * from "./SuspendProcessesCommand";
60
- export * from "./TerminateInstanceInAutoScalingGroupCommand";
61
- export * from "./UpdateAutoScalingGroupCommand";
1
+ export * from "./AttachInstancesCommand";
2
+ export * from "./AttachLoadBalancerTargetGroupsCommand";
3
+ export * from "./AttachLoadBalancersCommand";
4
+ export * from "./BatchDeleteScheduledActionCommand";
5
+ export * from "./BatchPutScheduledUpdateGroupActionCommand";
6
+ export * from "./CancelInstanceRefreshCommand";
7
+ export * from "./CompleteLifecycleActionCommand";
8
+ export * from "./CreateAutoScalingGroupCommand";
9
+ export * from "./CreateLaunchConfigurationCommand";
10
+ export * from "./CreateOrUpdateTagsCommand";
11
+ export * from "./DeleteAutoScalingGroupCommand";
12
+ export * from "./DeleteLaunchConfigurationCommand";
13
+ export * from "./DeleteLifecycleHookCommand";
14
+ export * from "./DeleteNotificationConfigurationCommand";
15
+ export * from "./DeletePolicyCommand";
16
+ export * from "./DeleteScheduledActionCommand";
17
+ export * from "./DeleteTagsCommand";
18
+ export * from "./DeleteWarmPoolCommand";
19
+ export * from "./DescribeAccountLimitsCommand";
20
+ export * from "./DescribeAdjustmentTypesCommand";
21
+ export * from "./DescribeAutoScalingGroupsCommand";
22
+ export * from "./DescribeAutoScalingInstancesCommand";
23
+ export * from "./DescribeAutoScalingNotificationTypesCommand";
24
+ export * from "./DescribeInstanceRefreshesCommand";
25
+ export * from "./DescribeLaunchConfigurationsCommand";
26
+ export * from "./DescribeLifecycleHookTypesCommand";
27
+ export * from "./DescribeLifecycleHooksCommand";
28
+ export * from "./DescribeLoadBalancerTargetGroupsCommand";
29
+ export * from "./DescribeLoadBalancersCommand";
30
+ export * from "./DescribeMetricCollectionTypesCommand";
31
+ export * from "./DescribeNotificationConfigurationsCommand";
32
+ export * from "./DescribePoliciesCommand";
33
+ export * from "./DescribeScalingActivitiesCommand";
34
+ export * from "./DescribeScalingProcessTypesCommand";
35
+ export * from "./DescribeScheduledActionsCommand";
36
+ export * from "./DescribeTagsCommand";
37
+ export * from "./DescribeTerminationPolicyTypesCommand";
38
+ export * from "./DescribeWarmPoolCommand";
39
+ export * from "./DetachInstancesCommand";
40
+ export * from "./DetachLoadBalancerTargetGroupsCommand";
41
+ export * from "./DetachLoadBalancersCommand";
42
+ export * from "./DisableMetricsCollectionCommand";
43
+ export * from "./EnableMetricsCollectionCommand";
44
+ export * from "./EnterStandbyCommand";
45
+ export * from "./ExecutePolicyCommand";
46
+ export * from "./ExitStandbyCommand";
47
+ export * from "./GetPredictiveScalingForecastCommand";
48
+ export * from "./PutLifecycleHookCommand";
49
+ export * from "./PutNotificationConfigurationCommand";
50
+ export * from "./PutScalingPolicyCommand";
51
+ export * from "./PutScheduledUpdateGroupActionCommand";
52
+ export * from "./PutWarmPoolCommand";
53
+ export * from "./RecordLifecycleActionHeartbeatCommand";
54
+ export * from "./ResumeProcessesCommand";
55
+ export * from "./SetDesiredCapacityCommand";
56
+ export * from "./SetInstanceHealthCommand";
57
+ export * from "./SetInstanceProtectionCommand";
58
+ export * from "./StartInstanceRefreshCommand";
59
+ export * from "./SuspendProcessesCommand";
60
+ export * from "./TerminateInstanceInAutoScalingGroupCommand";
61
+ export * from "./UpdateAutoScalingGroupCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./AutoScaling";
2
- export * from "./AutoScalingClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
1
+ export * from "./AutoScaling";
2
+ export * from "./AutoScalingClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { AutoScalingServiceException } from "./models/AutoScalingServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class AutoScalingServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class AutoScalingServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";