@aws-sdk/client-auto-scaling 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AutoScaling.d.ts +1065 -310
  3. package/dist-types/ts3.4/AutoScalingClient.d.ts +470 -134
  4. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +31 -17
  14. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
  21. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +30 -17
  58. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +31 -17
  59. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/index.d.ts +61 -61
  66. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  67. package/dist-types/ts3.4/index.d.ts +7 -7
  68. package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +7 -6
  69. package/dist-types/ts3.4/models/index.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_0.d.ts +1588 -2135
  71. package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  80. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  81. package/dist-types/ts3.4/protocols/Aws_query.d.ts +737 -185
  82. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  83. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  84. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  85. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  86. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  87. package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +11 -7
  88. package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +11 -7
  89. package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +11 -7
  90. package/package.json +35 -35
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { LaunchConfigurationNameType } from "../models/models_0";
5
- export interface DeleteLaunchConfigurationCommandInput extends LaunchConfigurationNameType {
6
- }
7
- export interface DeleteLaunchConfigurationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLaunchConfigurationCommand extends $Command<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DeleteLaunchConfigurationCommandInput;
12
- constructor(input: DeleteLaunchConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLaunchConfigurationCommandInput, DeleteLaunchConfigurationCommandOutput>;
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 { LaunchConfigurationNameType } from "../models/models_0";
14
+ export interface DeleteLaunchConfigurationCommandInput
15
+ extends LaunchConfigurationNameType {}
16
+ export interface DeleteLaunchConfigurationCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteLaunchConfigurationCommand extends $Command<
19
+ DeleteLaunchConfigurationCommandInput,
20
+ DeleteLaunchConfigurationCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteLaunchConfigurationCommandInput;
24
+ constructor(input: DeleteLaunchConfigurationCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteLaunchConfigurationCommandInput,
31
+ DeleteLaunchConfigurationCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0";
5
- export interface DeleteLifecycleHookCommandInput extends DeleteLifecycleHookType {
6
- }
7
- export interface DeleteLifecycleHookCommandOutput extends DeleteLifecycleHookAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLifecycleHookCommand extends $Command<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DeleteLifecycleHookCommandInput;
12
- constructor(input: DeleteLifecycleHookCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput>;
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
+ DeleteLifecycleHookAnswer,
15
+ DeleteLifecycleHookType,
16
+ } from "../models/models_0";
17
+ export interface DeleteLifecycleHookCommandInput
18
+ extends DeleteLifecycleHookType {}
19
+ export interface DeleteLifecycleHookCommandOutput
20
+ extends DeleteLifecycleHookAnswer,
21
+ __MetadataBearer {}
22
+ export declare class DeleteLifecycleHookCommand extends $Command<
23
+ DeleteLifecycleHookCommandInput,
24
+ DeleteLifecycleHookCommandOutput,
25
+ AutoScalingClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteLifecycleHookCommandInput;
28
+ constructor(input: DeleteLifecycleHookCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AutoScalingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteLifecycleHookCommandInput, DeleteLifecycleHookCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DeleteNotificationConfigurationType } from "../models/models_0";
5
- export interface DeleteNotificationConfigurationCommandInput extends DeleteNotificationConfigurationType {
6
- }
7
- export interface DeleteNotificationConfigurationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteNotificationConfigurationCommand extends $Command<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DeleteNotificationConfigurationCommandInput;
12
- constructor(input: DeleteNotificationConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput>;
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 { DeleteNotificationConfigurationType } from "../models/models_0";
14
+ export interface DeleteNotificationConfigurationCommandInput
15
+ extends DeleteNotificationConfigurationType {}
16
+ export interface DeleteNotificationConfigurationCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class DeleteNotificationConfigurationCommand extends $Command<
19
+ DeleteNotificationConfigurationCommandInput,
20
+ DeleteNotificationConfigurationCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteNotificationConfigurationCommandInput;
24
+ constructor(input: DeleteNotificationConfigurationCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DeleteNotificationConfigurationCommandInput,
31
+ DeleteNotificationConfigurationCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DeletePolicyType } from "../models/models_0";
5
- export interface DeletePolicyCommandInput extends DeletePolicyType {
6
- }
7
- export interface DeletePolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DeletePolicyCommandInput;
12
- constructor(input: DeletePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
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 { DeletePolicyType } from "../models/models_0";
14
+ export interface DeletePolicyCommandInput extends DeletePolicyType {}
15
+ export interface DeletePolicyCommandOutput extends __MetadataBearer {}
16
+ export declare class DeletePolicyCommand extends $Command<
17
+ DeletePolicyCommandInput,
18
+ DeletePolicyCommandOutput,
19
+ AutoScalingClientResolvedConfig
20
+ > {
21
+ readonly input: DeletePolicyCommandInput;
22
+ constructor(input: DeletePolicyCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: AutoScalingClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DeleteScheduledActionType } from "../models/models_0";
5
- export interface DeleteScheduledActionCommandInput extends DeleteScheduledActionType {
6
- }
7
- export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DeleteScheduledActionCommandInput;
12
- constructor(input: DeleteScheduledActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput>;
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 { DeleteScheduledActionType } from "../models/models_0";
14
+ export interface DeleteScheduledActionCommandInput
15
+ extends DeleteScheduledActionType {}
16
+ export interface DeleteScheduledActionCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteScheduledActionCommand extends $Command<
18
+ DeleteScheduledActionCommandInput,
19
+ DeleteScheduledActionCommandOutput,
20
+ AutoScalingClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteScheduledActionCommandInput;
23
+ constructor(input: DeleteScheduledActionCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: AutoScalingClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ DeleteScheduledActionCommandInput,
30
+ DeleteScheduledActionCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DeleteTagsType } from "../models/models_0";
5
- export interface DeleteTagsCommandInput extends DeleteTagsType {
6
- }
7
- export interface DeleteTagsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DeleteTagsCommandInput;
12
- constructor(input: DeleteTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
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 { DeleteTagsType } from "../models/models_0";
14
+ export interface DeleteTagsCommandInput extends DeleteTagsType {}
15
+ export interface DeleteTagsCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteTagsCommand extends $Command<
17
+ DeleteTagsCommandInput,
18
+ DeleteTagsCommandOutput,
19
+ AutoScalingClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteTagsCommandInput;
22
+ constructor(input: DeleteTagsCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: AutoScalingClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0";
5
- export interface DeleteWarmPoolCommandInput extends DeleteWarmPoolType {
6
- }
7
- export interface DeleteWarmPoolCommandOutput extends DeleteWarmPoolAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteWarmPoolCommand extends $Command<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DeleteWarmPoolCommandInput;
12
- constructor(input: DeleteWarmPoolCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput>;
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 { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0";
14
+ export interface DeleteWarmPoolCommandInput extends DeleteWarmPoolType {}
15
+ export interface DeleteWarmPoolCommandOutput
16
+ extends DeleteWarmPoolAnswer,
17
+ __MetadataBearer {}
18
+ export declare class DeleteWarmPoolCommand extends $Command<
19
+ DeleteWarmPoolCommandInput,
20
+ DeleteWarmPoolCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteWarmPoolCommandInput;
24
+ constructor(input: DeleteWarmPoolCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteWarmPoolCommandInput, DeleteWarmPoolCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DescribeAccountLimitsAnswer } from "../models/models_0";
5
- export interface DescribeAccountLimitsCommandInput {
6
- }
7
- export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeAccountLimitsCommandInput;
12
- constructor(input: DescribeAccountLimitsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
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 { DescribeAccountLimitsAnswer } from "../models/models_0";
14
+ export interface DescribeAccountLimitsCommandInput {}
15
+ export interface DescribeAccountLimitsCommandOutput
16
+ extends DescribeAccountLimitsAnswer,
17
+ __MetadataBearer {}
18
+ export declare class DescribeAccountLimitsCommand extends $Command<
19
+ DescribeAccountLimitsCommandInput,
20
+ DescribeAccountLimitsCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeAccountLimitsCommandInput;
24
+ constructor(input: DescribeAccountLimitsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DescribeAccountLimitsCommandInput,
31
+ DescribeAccountLimitsCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { DescribeAdjustmentTypesAnswer } from "../models/models_0";
5
- export interface DescribeAdjustmentTypesCommandInput {
6
- }
7
- export interface DescribeAdjustmentTypesCommandOutput extends DescribeAdjustmentTypesAnswer, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAdjustmentTypesCommand extends $Command<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeAdjustmentTypesCommandInput;
12
- constructor(input: DescribeAdjustmentTypesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAdjustmentTypesCommandInput, DescribeAdjustmentTypesCommandOutput>;
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 { DescribeAdjustmentTypesAnswer } from "../models/models_0";
14
+ export interface DescribeAdjustmentTypesCommandInput {}
15
+ export interface DescribeAdjustmentTypesCommandOutput
16
+ extends DescribeAdjustmentTypesAnswer,
17
+ __MetadataBearer {}
18
+ export declare class DescribeAdjustmentTypesCommand extends $Command<
19
+ DescribeAdjustmentTypesCommandInput,
20
+ DescribeAdjustmentTypesCommandOutput,
21
+ AutoScalingClientResolvedConfig
22
+ > {
23
+ readonly input: DescribeAdjustmentTypesCommandInput;
24
+ constructor(input: DescribeAdjustmentTypesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AutoScalingClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ DescribeAdjustmentTypesCommandInput,
31
+ DescribeAdjustmentTypesCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { AutoScalingGroupNamesType, AutoScalingGroupsType } from "../models/models_0";
5
- export interface DescribeAutoScalingGroupsCommandInput extends AutoScalingGroupNamesType {
6
- }
7
- export interface DescribeAutoScalingGroupsCommandOutput extends AutoScalingGroupsType, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAutoScalingGroupsCommand extends $Command<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeAutoScalingGroupsCommandInput;
12
- constructor(input: DescribeAutoScalingGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingGroupsCommandInput, DescribeAutoScalingGroupsCommandOutput>;
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
+ AutoScalingGroupNamesType,
15
+ AutoScalingGroupsType,
16
+ } from "../models/models_0";
17
+ export interface DescribeAutoScalingGroupsCommandInput
18
+ extends AutoScalingGroupNamesType {}
19
+ export interface DescribeAutoScalingGroupsCommandOutput
20
+ extends AutoScalingGroupsType,
21
+ __MetadataBearer {}
22
+ export declare class DescribeAutoScalingGroupsCommand extends $Command<
23
+ DescribeAutoScalingGroupsCommandInput,
24
+ DescribeAutoScalingGroupsCommandOutput,
25
+ AutoScalingClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAutoScalingGroupsCommandInput;
28
+ constructor(input: DescribeAutoScalingGroupsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AutoScalingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeAutoScalingGroupsCommandInput,
35
+ DescribeAutoScalingGroupsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
4
- import { AutoScalingInstancesType, DescribeAutoScalingInstancesType } from "../models/models_0";
5
- export interface DescribeAutoScalingInstancesCommandInput extends DescribeAutoScalingInstancesType {
6
- }
7
- export interface DescribeAutoScalingInstancesCommandOutput extends AutoScalingInstancesType, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAutoScalingInstancesCommand extends $Command<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput, AutoScalingClientResolvedConfig> {
11
- readonly input: DescribeAutoScalingInstancesCommandInput;
12
- constructor(input: DescribeAutoScalingInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAutoScalingInstancesCommandInput, DescribeAutoScalingInstancesCommandOutput>;
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
+ AutoScalingInstancesType,
15
+ DescribeAutoScalingInstancesType,
16
+ } from "../models/models_0";
17
+ export interface DescribeAutoScalingInstancesCommandInput
18
+ extends DescribeAutoScalingInstancesType {}
19
+ export interface DescribeAutoScalingInstancesCommandOutput
20
+ extends AutoScalingInstancesType,
21
+ __MetadataBearer {}
22
+ export declare class DescribeAutoScalingInstancesCommand extends $Command<
23
+ DescribeAutoScalingInstancesCommandInput,
24
+ DescribeAutoScalingInstancesCommandOutput,
25
+ AutoScalingClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAutoScalingInstancesCommandInput;
28
+ constructor(input: DescribeAutoScalingInstancesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: AutoScalingClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeAutoScalingInstancesCommandInput,
35
+ DescribeAutoScalingInstancesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }