@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 { ExecutePolicyType } from "../models/models_0";
5
- export interface ExecutePolicyCommandInput extends ExecutePolicyType {
6
- }
7
- export interface ExecutePolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class ExecutePolicyCommand extends $Command<ExecutePolicyCommandInput, ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: ExecutePolicyCommandInput;
12
- constructor(input: ExecutePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecutePolicyCommandInput, ExecutePolicyCommandOutput>;
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 { ExecutePolicyType } from "../models/models_0";
14
+ export interface ExecutePolicyCommandInput extends ExecutePolicyType {}
15
+ export interface ExecutePolicyCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class ExecutePolicyCommand extends $Command<
18
+ ExecutePolicyCommandInput,
19
+ ExecutePolicyCommandOutput,
20
+ AutoScalingClientResolvedConfig
21
+ > {
22
+ readonly input: ExecutePolicyCommandInput;
23
+ constructor(input: ExecutePolicyCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ExecutePolicyCommandInput, ExecutePolicyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,34 @@
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 { ExitStandbyAnswer, ExitStandbyQuery } from "../models/models_0";
5
- export interface ExitStandbyCommandInput extends ExitStandbyQuery {
6
- }
7
- export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class ExitStandbyCommand extends $Command<ExitStandbyCommandInput, ExitStandbyCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: ExitStandbyCommandInput;
12
- constructor(input: ExitStandbyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExitStandbyCommandInput, ExitStandbyCommandOutput>;
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 { ExitStandbyAnswer, ExitStandbyQuery } from "../models/models_0";
14
+ export interface ExitStandbyCommandInput extends ExitStandbyQuery {}
15
+ export interface ExitStandbyCommandOutput
16
+ extends ExitStandbyAnswer,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ExitStandbyCommand extends $Command<
20
+ ExitStandbyCommandInput,
21
+ ExitStandbyCommandOutput,
22
+ AutoScalingClientResolvedConfig
23
+ > {
24
+ readonly input: ExitStandbyCommandInput;
25
+ constructor(input: ExitStandbyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AutoScalingClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ExitStandbyCommandInput, ExitStandbyCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetPredictiveScalingForecastAnswer, GetPredictiveScalingForecastType } from "../models/models_0";
5
- export interface GetPredictiveScalingForecastCommandInput extends GetPredictiveScalingForecastType {
6
- }
7
- export interface GetPredictiveScalingForecastCommandOutput extends GetPredictiveScalingForecastAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPredictiveScalingForecastCommand extends $Command<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: GetPredictiveScalingForecastCommandInput;
12
- constructor(input: GetPredictiveScalingForecastCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput>;
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
+ GetPredictiveScalingForecastAnswer,
15
+ GetPredictiveScalingForecastType,
16
+ } from "../models/models_0";
17
+ export interface GetPredictiveScalingForecastCommandInput
18
+ extends GetPredictiveScalingForecastType {}
19
+ export interface GetPredictiveScalingForecastCommandOutput
20
+ extends GetPredictiveScalingForecastAnswer,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetPredictiveScalingForecastCommand extends $Command<
24
+ GetPredictiveScalingForecastCommandInput,
25
+ GetPredictiveScalingForecastCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: GetPredictiveScalingForecastCommandInput;
29
+ constructor(input: GetPredictiveScalingForecastCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetPredictiveScalingForecastCommandInput,
37
+ GetPredictiveScalingForecastCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { PutLifecycleHookAnswer, PutLifecycleHookType } from "../models/models_0";
5
- export interface PutLifecycleHookCommandInput extends PutLifecycleHookType {
6
- }
7
- export interface PutLifecycleHookCommandOutput extends PutLifecycleHookAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class PutLifecycleHookCommand extends $Command<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: PutLifecycleHookCommandInput;
12
- constructor(input: PutLifecycleHookCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput>;
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
+ PutLifecycleHookAnswer,
15
+ PutLifecycleHookType,
16
+ } from "../models/models_0";
17
+ export interface PutLifecycleHookCommandInput extends PutLifecycleHookType {}
18
+ export interface PutLifecycleHookCommandOutput
19
+ extends PutLifecycleHookAnswer,
20
+ __MetadataBearer {}
21
+
22
+ export declare class PutLifecycleHookCommand extends $Command<
23
+ PutLifecycleHookCommandInput,
24
+ PutLifecycleHookCommandOutput,
25
+ AutoScalingClientResolvedConfig
26
+ > {
27
+ readonly input: PutLifecycleHookCommandInput;
28
+ constructor(input: PutLifecycleHookCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AutoScalingClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PutLifecycleHookCommandInput, PutLifecycleHookCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { PutNotificationConfigurationType } from "../models/models_0";
5
- export interface PutNotificationConfigurationCommandInput extends PutNotificationConfigurationType {
6
- }
7
- export interface PutNotificationConfigurationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutNotificationConfigurationCommand extends $Command<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: PutNotificationConfigurationCommandInput;
12
- constructor(input: PutNotificationConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutNotificationConfigurationCommandInput, PutNotificationConfigurationCommandOutput>;
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 { PutNotificationConfigurationType } from "../models/models_0";
14
+ export interface PutNotificationConfigurationCommandInput
15
+ extends PutNotificationConfigurationType {}
16
+ export interface PutNotificationConfigurationCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class PutNotificationConfigurationCommand extends $Command<
20
+ PutNotificationConfigurationCommandInput,
21
+ PutNotificationConfigurationCommandOutput,
22
+ AutoScalingClientResolvedConfig
23
+ > {
24
+ readonly input: PutNotificationConfigurationCommandInput;
25
+ constructor(input: PutNotificationConfigurationCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AutoScalingClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ PutNotificationConfigurationCommandInput,
33
+ PutNotificationConfigurationCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { PolicyARNType, PutScalingPolicyType } from "../models/models_0";
5
- export interface PutScalingPolicyCommandInput extends PutScalingPolicyType {
6
- }
7
- export interface PutScalingPolicyCommandOutput extends PolicyARNType, __MetadataBearer {
8
- }
9
-
10
- export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: PutScalingPolicyCommandInput;
12
- constructor(input: PutScalingPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput>;
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 { PolicyARNType, PutScalingPolicyType } from "../models/models_0";
14
+ export interface PutScalingPolicyCommandInput extends PutScalingPolicyType {}
15
+ export interface PutScalingPolicyCommandOutput
16
+ extends PolicyARNType,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutScalingPolicyCommand extends $Command<
20
+ PutScalingPolicyCommandInput,
21
+ PutScalingPolicyCommandOutput,
22
+ AutoScalingClientResolvedConfig
23
+ > {
24
+ readonly input: PutScalingPolicyCommandInput;
25
+ constructor(input: PutScalingPolicyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AutoScalingClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { PutScheduledUpdateGroupActionType } from "../models/models_0";
5
- export interface PutScheduledUpdateGroupActionCommandInput extends PutScheduledUpdateGroupActionType {
6
- }
7
- export interface PutScheduledUpdateGroupActionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutScheduledUpdateGroupActionCommand extends $Command<PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: PutScheduledUpdateGroupActionCommandInput;
12
- constructor(input: PutScheduledUpdateGroupActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutScheduledUpdateGroupActionCommandInput, PutScheduledUpdateGroupActionCommandOutput>;
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 { PutScheduledUpdateGroupActionType } from "../models/models_0";
14
+ export interface PutScheduledUpdateGroupActionCommandInput
15
+ extends PutScheduledUpdateGroupActionType {}
16
+ export interface PutScheduledUpdateGroupActionCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class PutScheduledUpdateGroupActionCommand extends $Command<
20
+ PutScheduledUpdateGroupActionCommandInput,
21
+ PutScheduledUpdateGroupActionCommandOutput,
22
+ AutoScalingClientResolvedConfig
23
+ > {
24
+ readonly input: PutScheduledUpdateGroupActionCommandInput;
25
+ constructor(input: PutScheduledUpdateGroupActionCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AutoScalingClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ PutScheduledUpdateGroupActionCommandInput,
33
+ PutScheduledUpdateGroupActionCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { PutWarmPoolAnswer, PutWarmPoolType } from "../models/models_0";
5
- export interface PutWarmPoolCommandInput extends PutWarmPoolType {
6
- }
7
- export interface PutWarmPoolCommandOutput extends PutWarmPoolAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class PutWarmPoolCommand extends $Command<PutWarmPoolCommandInput, PutWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: PutWarmPoolCommandInput;
12
- constructor(input: PutWarmPoolCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutWarmPoolCommandInput, PutWarmPoolCommandOutput>;
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 { PutWarmPoolAnswer, PutWarmPoolType } from "../models/models_0";
14
+ export interface PutWarmPoolCommandInput extends PutWarmPoolType {}
15
+ export interface PutWarmPoolCommandOutput
16
+ extends PutWarmPoolAnswer,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutWarmPoolCommand extends $Command<
20
+ PutWarmPoolCommandInput,
21
+ PutWarmPoolCommandOutput,
22
+ AutoScalingClientResolvedConfig
23
+ > {
24
+ readonly input: PutWarmPoolCommandInput;
25
+ constructor(input: PutWarmPoolCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AutoScalingClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutWarmPoolCommandInput, PutWarmPoolCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { RecordLifecycleActionHeartbeatAnswer, RecordLifecycleActionHeartbeatType } from "../models/models_0";
5
- export interface RecordLifecycleActionHeartbeatCommandInput extends RecordLifecycleActionHeartbeatType {
6
- }
7
- export interface RecordLifecycleActionHeartbeatCommandOutput extends RecordLifecycleActionHeartbeatAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class RecordLifecycleActionHeartbeatCommand extends $Command<RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: RecordLifecycleActionHeartbeatCommandInput;
12
- constructor(input: RecordLifecycleActionHeartbeatCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RecordLifecycleActionHeartbeatCommandInput, RecordLifecycleActionHeartbeatCommandOutput>;
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
+ RecordLifecycleActionHeartbeatAnswer,
15
+ RecordLifecycleActionHeartbeatType,
16
+ } from "../models/models_0";
17
+ export interface RecordLifecycleActionHeartbeatCommandInput
18
+ extends RecordLifecycleActionHeartbeatType {}
19
+ export interface RecordLifecycleActionHeartbeatCommandOutput
20
+ extends RecordLifecycleActionHeartbeatAnswer,
21
+ __MetadataBearer {}
22
+
23
+ export declare class RecordLifecycleActionHeartbeatCommand extends $Command<
24
+ RecordLifecycleActionHeartbeatCommandInput,
25
+ RecordLifecycleActionHeartbeatCommandOutput,
26
+ AutoScalingClientResolvedConfig
27
+ > {
28
+ readonly input: RecordLifecycleActionHeartbeatCommandInput;
29
+ constructor(input: RecordLifecycleActionHeartbeatCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AutoScalingClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ RecordLifecycleActionHeartbeatCommandInput,
37
+ RecordLifecycleActionHeartbeatCommandOutput
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 ResumeProcessesCommandInput extends ScalingProcessQuery {
6
- }
7
- export interface ResumeProcessesCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class ResumeProcessesCommand extends $Command<ResumeProcessesCommandInput, ResumeProcessesCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: ResumeProcessesCommandInput;
12
- constructor(input: ResumeProcessesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResumeProcessesCommandInput, ResumeProcessesCommandOutput>;
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 ResumeProcessesCommandInput extends ScalingProcessQuery {}
15
+ export interface ResumeProcessesCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class ResumeProcessesCommand extends $Command<
18
+ ResumeProcessesCommandInput,
19
+ ResumeProcessesCommandOutput,
20
+ AutoScalingClientResolvedConfig
21
+ > {
22
+ readonly input: ResumeProcessesCommandInput;
23
+ constructor(input: ResumeProcessesCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ResumeProcessesCommandInput, ResumeProcessesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { SetDesiredCapacityType } from "../models/models_0";
5
- export interface SetDesiredCapacityCommandInput extends SetDesiredCapacityType {
6
- }
7
- export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SetDesiredCapacityCommand extends $Command<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: SetDesiredCapacityCommandInput;
12
- constructor(input: SetDesiredCapacityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput>;
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 { SetDesiredCapacityType } from "../models/models_0";
14
+ export interface SetDesiredCapacityCommandInput
15
+ extends SetDesiredCapacityType {}
16
+ export interface SetDesiredCapacityCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class SetDesiredCapacityCommand extends $Command<
19
+ SetDesiredCapacityCommandInput,
20
+ SetDesiredCapacityCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: SetDesiredCapacityCommandInput;
24
+ constructor(input: SetDesiredCapacityCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: AutoScalingClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<SetDesiredCapacityCommandInput, SetDesiredCapacityCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }