@aws-sdk/client-auto-scaling 3.295.0 → 3.297.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 (81) hide show
  1. package/dist-cjs/protocols/Aws_query.js +112 -610
  2. package/dist-es/protocols/Aws_query.js +112 -610
  3. package/dist-types/AutoScaling.d.ts +66 -0
  4. package/dist-types/AutoScalingClient.d.ts +24 -4
  5. package/dist-types/commands/AttachInstancesCommand.d.ts +16 -0
  6. package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +16 -0
  7. package/dist-types/commands/AttachLoadBalancersCommand.d.ts +16 -0
  8. package/dist-types/commands/AttachTrafficSourcesCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchDeleteScheduledActionCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +16 -0
  11. package/dist-types/commands/CancelInstanceRefreshCommand.d.ts +16 -0
  12. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteAutoScalingGroupCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteLaunchConfigurationCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteLifecycleHookCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteWarmPoolCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeAdjustmentTypesCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeAutoScalingGroupsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeAutoScalingInstancesCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeInstanceRefreshesCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeLaunchConfigurationsCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeLifecycleHookTypesCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeLifecycleHooksCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeNotificationConfigurationsCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribePoliciesCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeScalingProcessTypesCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeTrafficSourcesCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +16 -0
  45. package/dist-types/commands/DetachInstancesCommand.d.ts +16 -0
  46. package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +16 -0
  47. package/dist-types/commands/DetachLoadBalancersCommand.d.ts +16 -0
  48. package/dist-types/commands/DetachTrafficSourcesCommand.d.ts +16 -0
  49. package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +16 -0
  50. package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +16 -0
  51. package/dist-types/commands/EnterStandbyCommand.d.ts +16 -0
  52. package/dist-types/commands/ExecutePolicyCommand.d.ts +16 -0
  53. package/dist-types/commands/ExitStandbyCommand.d.ts +16 -0
  54. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +16 -0
  55. package/dist-types/commands/PutLifecycleHookCommand.d.ts +16 -0
  56. package/dist-types/commands/PutNotificationConfigurationCommand.d.ts +16 -0
  57. package/dist-types/commands/PutScalingPolicyCommand.d.ts +16 -0
  58. package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +16 -0
  59. package/dist-types/commands/PutWarmPoolCommand.d.ts +16 -0
  60. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +16 -0
  61. package/dist-types/commands/ResumeProcessesCommand.d.ts +16 -0
  62. package/dist-types/commands/RollbackInstanceRefreshCommand.d.ts +16 -0
  63. package/dist-types/commands/SetDesiredCapacityCommand.d.ts +16 -0
  64. package/dist-types/commands/SetInstanceHealthCommand.d.ts +16 -0
  65. package/dist-types/commands/SetInstanceProtectionCommand.d.ts +16 -0
  66. package/dist-types/commands/StartInstanceRefreshCommand.d.ts +16 -0
  67. package/dist-types/commands/SuspendProcessesCommand.d.ts +16 -0
  68. package/dist-types/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +16 -0
  70. package/dist-types/models/AutoScalingServiceException.d.ts +2 -0
  71. package/dist-types/models/models_0.d.ts +466 -0
  72. package/dist-types/pagination/DescribeAutoScalingGroupsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/DescribeAutoScalingInstancesPaginator.d.ts +3 -0
  74. package/dist-types/pagination/DescribeLaunchConfigurationsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeNotificationConfigurationsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribePoliciesPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/DescribeTagsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/Interfaces.d.ts +3 -0
  81. package/package.json +30 -30
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { DescribeTerminationPolicyTypesAnswer } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTerminationPolicyTypesCommand}.
8
10
  */
9
11
  export interface DescribeTerminationPolicyTypesCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTerminationPolicyTypesCommand}.
13
17
  */
14
18
  export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTerminationPolicyTypesAnswer, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the termination policies supported by Amazon EC2 Auto Scaling.</p>
18
23
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-termination-policies.html">Work with
19
24
  * Amazon EC2 Auto Scaling termination policies</a> in the
@@ -28,6 +33,8 @@ export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTer
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeTerminationPolicyTypesCommandInput - {@link DescribeTerminationPolicyTypesCommandInput}
37
+ * @returns {@link DescribeTerminationPolicyTypesCommandOutput}
31
38
  * @see {@link DescribeTerminationPolicyTypesCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeTerminationPolicyTypesCommandOutput} for command's `response` shape.
33
40
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -61,11 +68,20 @@ export interface DescribeTerminationPolicyTypesCommandOutput extends DescribeTer
61
68
  export declare class DescribeTerminationPolicyTypesCommand extends $Command<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig> {
62
69
  readonly input: DescribeTerminationPolicyTypesCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DescribeTerminationPolicyTypesCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTerminationPolicyTypesCommandInput, DescribeTerminationPolicyTypesCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { DescribeTrafficSourcesRequest, DescribeTrafficSourcesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeTrafficSourcesCommand}.
8
10
  */
9
11
  export interface DescribeTrafficSourcesCommandInput extends DescribeTrafficSourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeTrafficSourcesCommand}.
13
17
  */
14
18
  export interface DescribeTrafficSourcesCommandOutput extends DescribeTrafficSourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * <b>Reserved for use with Amazon VPC Lattice, which is in preview and subject to change.
19
24
  * Do not use this API for production workloads. This API is also subject to change.</b>
@@ -29,6 +34,8 @@ export interface DescribeTrafficSourcesCommandOutput extends DescribeTrafficSour
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeTrafficSourcesCommandInput - {@link DescribeTrafficSourcesCommandInput}
38
+ * @returns {@link DescribeTrafficSourcesCommandOutput}
32
39
  * @see {@link DescribeTrafficSourcesCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeTrafficSourcesCommandOutput} for command's `response` shape.
34
41
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DescribeTrafficSourcesCommandOutput extends DescribeTrafficSour
45
52
  export declare class DescribeTrafficSourcesCommand extends $Command<DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig> {
46
53
  readonly input: DescribeTrafficSourcesCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DescribeTrafficSourcesCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrafficSourcesCommandInput, DescribeTrafficSourcesCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { DescribeWarmPoolAnswer, DescribeWarmPoolType } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeWarmPoolCommand}.
8
10
  */
9
11
  export interface DescribeWarmPoolCommandInput extends DescribeWarmPoolType {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeWarmPoolCommand}.
13
17
  */
14
18
  export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a warm pool and its instances.</p>
18
23
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html">Warm pools for
19
24
  * Amazon EC2 Auto Scaling</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
@@ -27,6 +32,8 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeWarmPoolCommandInput - {@link DescribeWarmPoolCommandInput}
36
+ * @returns {@link DescribeWarmPoolCommandOutput}
30
37
  * @see {@link DescribeWarmPoolCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeWarmPoolCommandOutput} for command's `response` shape.
32
39
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DescribeWarmPoolCommandOutput extends DescribeWarmPoolAnswer, _
49
56
  export declare class DescribeWarmPoolCommand extends $Command<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig> {
50
57
  readonly input: DescribeWarmPoolCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DescribeWarmPoolCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWarmPoolCommandInput, DescribeWarmPoolCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { DetachInstancesAnswer, DetachInstancesQuery } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DetachInstancesCommand}.
8
10
  */
9
11
  export interface DetachInstancesCommandInput extends DetachInstancesQuery {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DetachInstancesCommand}.
13
17
  */
14
18
  export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes one or more instances from the specified Auto Scaling group.</p>
18
23
  * <p>After the instances are detached, you can manage them independent of the Auto Scaling
19
24
  * group.</p>
@@ -34,6 +39,8 @@ export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __M
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param DetachInstancesCommandInput - {@link DetachInstancesCommandInput}
43
+ * @returns {@link DetachInstancesCommandOutput}
37
44
  * @see {@link DetachInstancesCommandInput} for command's `input` shape.
38
45
  * @see {@link DetachInstancesCommandOutput} for command's `response` shape.
39
46
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -78,11 +85,20 @@ export interface DetachInstancesCommandOutput extends DetachInstancesAnswer, __M
78
85
  export declare class DetachInstancesCommand extends $Command<DetachInstancesCommandInput, DetachInstancesCommandOutput, AutoScalingClientResolvedConfig> {
79
86
  readonly input: DetachInstancesCommandInput;
80
87
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
81
91
  constructor(input: DetachInstancesCommandInput);
82
92
  /**
83
93
  * @internal
84
94
  */
85
95
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachInstancesCommandInput, DetachInstancesCommandOutput>;
96
+ /**
97
+ * @internal
98
+ */
86
99
  private serialize;
100
+ /**
101
+ * @internal
102
+ */
87
103
  private deserialize;
88
104
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { DetachLoadBalancerTargetGroupsResultType, DetachLoadBalancerTargetGroupsType } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DetachLoadBalancerTargetGroupsCommand}.
8
10
  */
9
11
  export interface DetachLoadBalancerTargetGroupsCommandInput extends DetachLoadBalancerTargetGroupsType {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DetachLoadBalancerTargetGroupsCommand}.
13
17
  */
14
18
  export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadBalancerTargetGroupsResultType, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Detaches one or more target groups from the specified Auto Scaling group.</p>
18
23
  * <p>When you detach a target group, it enters the <code>Removing</code> state while
19
24
  * deregistering the instances in the group. When all instances are deregistered, then you
@@ -34,6 +39,8 @@ export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadB
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param DetachLoadBalancerTargetGroupsCommandInput - {@link DetachLoadBalancerTargetGroupsCommandInput}
43
+ * @returns {@link DetachLoadBalancerTargetGroupsCommandOutput}
37
44
  * @see {@link DetachLoadBalancerTargetGroupsCommandInput} for command's `input` shape.
38
45
  * @see {@link DetachLoadBalancerTargetGroupsCommandOutput} for command's `response` shape.
39
46
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -61,11 +68,20 @@ export interface DetachLoadBalancerTargetGroupsCommandOutput extends DetachLoadB
61
68
  export declare class DetachLoadBalancerTargetGroupsCommand extends $Command<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig> {
62
69
  readonly input: DetachLoadBalancerTargetGroupsCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DetachLoadBalancerTargetGroupsCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancerTargetGroupsCommandInput, DetachLoadBalancerTargetGroupsCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { DetachLoadBalancersResultType, DetachLoadBalancersType } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DetachLoadBalancersCommand}.
8
10
  */
9
11
  export interface DetachLoadBalancersCommandInput extends DetachLoadBalancersType {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DetachLoadBalancersCommand}.
13
17
  */
14
18
  export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersResultType, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Detaches one or more Classic Load Balancers from the specified Auto Scaling group.</p>
18
23
  * <p>This operation detaches only Classic Load Balancers. If you have Application Load Balancers, Network Load Balancers, or
19
24
  * Gateway Load Balancer, use the <a>DetachLoadBalancerTargetGroups</a> API instead.</p>
@@ -30,6 +35,8 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DetachLoadBalancersCommandInput - {@link DetachLoadBalancersCommandInput}
39
+ * @returns {@link DetachLoadBalancersCommandOutput}
33
40
  * @see {@link DetachLoadBalancersCommandInput} for command's `input` shape.
34
41
  * @see {@link DetachLoadBalancersCommandOutput} for command's `response` shape.
35
42
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DetachLoadBalancersCommandOutput extends DetachLoadBalancersRes
57
64
  export declare class DetachLoadBalancersCommand extends $Command<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig> {
58
65
  readonly input: DetachLoadBalancersCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DetachLoadBalancersCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachLoadBalancersCommandInput, DetachLoadBalancersCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { DetachTrafficSourcesResultType, DetachTrafficSourcesType } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DetachTrafficSourcesCommand}.
8
10
  */
9
11
  export interface DetachTrafficSourcesCommandInput extends DetachTrafficSourcesType {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DetachTrafficSourcesCommand}.
13
17
  */
14
18
  export interface DetachTrafficSourcesCommandOutput extends DetachTrafficSourcesResultType, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>
18
23
  * <b>Reserved for use with Amazon VPC Lattice, which is in preview and subject to change.
19
24
  * Do not use this API for production workloads. This API is also subject to change.</b>
@@ -29,6 +34,8 @@ export interface DetachTrafficSourcesCommandOutput extends DetachTrafficSourcesR
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DetachTrafficSourcesCommandInput - {@link DetachTrafficSourcesCommandInput}
38
+ * @returns {@link DetachTrafficSourcesCommandOutput}
32
39
  * @see {@link DetachTrafficSourcesCommandInput} for command's `input` shape.
33
40
  * @see {@link DetachTrafficSourcesCommandOutput} for command's `response` shape.
34
41
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DetachTrafficSourcesCommandOutput extends DetachTrafficSourcesR
42
49
  export declare class DetachTrafficSourcesCommand extends $Command<DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig> {
43
50
  readonly input: DetachTrafficSourcesCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DetachTrafficSourcesCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetachTrafficSourcesCommandInput, DetachTrafficSourcesCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { DisableMetricsCollectionQuery } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisableMetricsCollectionCommand}.
8
10
  */
9
11
  export interface DisableMetricsCollectionCommandInput extends DisableMetricsCollectionQuery {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisableMetricsCollectionCommand}.
13
17
  */
14
18
  export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disables group metrics collection for the specified Auto Scaling group.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisableMetricsCollectionCommandInput - {@link DisableMetricsCollectionCommandInput}
34
+ * @returns {@link DisableMetricsCollectionCommandOutput}
28
35
  * @see {@link DisableMetricsCollectionCommandInput} for command's `input` shape.
29
36
  * @see {@link DisableMetricsCollectionCommandOutput} for command's `response` shape.
30
37
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DisableMetricsCollectionCommandOutput extends __MetadataBearer
52
59
  export declare class DisableMetricsCollectionCommand extends $Command<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
53
60
  readonly input: DisableMetricsCollectionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DisableMetricsCollectionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableMetricsCollectionCommandInput, DisableMetricsCollectionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { EnableMetricsCollectionQuery } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnableMetricsCollectionCommand}.
8
10
  */
9
11
  export interface EnableMetricsCollectionCommandInput extends EnableMetricsCollectionQuery {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnableMetricsCollectionCommand}.
13
17
  */
14
18
  export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables group metrics collection for the specified Auto Scaling group.</p>
18
23
  * <p>You can use these metrics to track changes in an Auto Scaling group and to set alarms on
19
24
  * threshold values. You can view group metrics using the Amazon EC2 Auto Scaling console or the CloudWatch
@@ -30,6 +35,8 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param EnableMetricsCollectionCommandInput - {@link EnableMetricsCollectionCommandInput}
39
+ * @returns {@link EnableMetricsCollectionCommandOutput}
33
40
  * @see {@link EnableMetricsCollectionCommandInput} for command's `input` shape.
34
41
  * @see {@link EnableMetricsCollectionCommandOutput} for command's `response` shape.
35
42
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -55,11 +62,20 @@ export interface EnableMetricsCollectionCommandOutput extends __MetadataBearer {
55
62
  export declare class EnableMetricsCollectionCommand extends $Command<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig> {
56
63
  readonly input: EnableMetricsCollectionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: EnableMetricsCollectionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableMetricsCollectionCommandInput, EnableMetricsCollectionCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { EnterStandbyAnswer, EnterStandbyQuery } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link EnterStandbyCommand}.
8
10
  */
9
11
  export interface EnterStandbyCommandInput extends EnterStandbyQuery {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link EnterStandbyCommand}.
13
17
  */
14
18
  export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Moves the specified instances into the standby state.</p>
18
23
  * <p>If you choose to decrement the desired capacity of the Auto Scaling group, the instances can
19
24
  * enter standby as long as the desired capacity of the Auto Scaling group after the instances are
@@ -34,6 +39,8 @@ export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __Metadat
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param EnterStandbyCommandInput - {@link EnterStandbyCommandInput}
43
+ * @returns {@link EnterStandbyCommandOutput}
37
44
  * @see {@link EnterStandbyCommandInput} for command's `input` shape.
38
45
  * @see {@link EnterStandbyCommandOutput} for command's `response` shape.
39
46
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -78,11 +85,20 @@ export interface EnterStandbyCommandOutput extends EnterStandbyAnswer, __Metadat
78
85
  export declare class EnterStandbyCommand extends $Command<EnterStandbyCommandInput, EnterStandbyCommandOutput, AutoScalingClientResolvedConfig> {
79
86
  readonly input: EnterStandbyCommandInput;
80
87
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
81
91
  constructor(input: EnterStandbyCommandInput);
82
92
  /**
83
93
  * @internal
84
94
  */
85
95
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnterStandbyCommandInput, EnterStandbyCommandOutput>;
96
+ /**
97
+ * @internal
98
+ */
86
99
  private serialize;
100
+ /**
101
+ * @internal
102
+ */
87
103
  private deserialize;
88
104
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { ExecutePolicyType } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExecutePolicyCommand}.
8
10
  */
9
11
  export interface ExecutePolicyCommandInput extends ExecutePolicyType {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExecutePolicyCommand}.
13
17
  */
14
18
  export interface ExecutePolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Executes the specified policy. This can be useful for testing the design of your
18
23
  * scaling policy.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ExecutePolicyCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ExecutePolicyCommandInput - {@link ExecutePolicyCommandInput}
35
+ * @returns {@link ExecutePolicyCommandOutput}
29
36
  * @see {@link ExecutePolicyCommandInput} for command's `input` shape.
30
37
  * @see {@link ExecutePolicyCommandOutput} for command's `response` shape.
31
38
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ExecutePolicyCommandOutput extends __MetadataBearer {
57
64
  export declare class ExecutePolicyCommand extends $Command<ExecutePolicyCommandInput, ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig> {
58
65
  readonly input: ExecutePolicyCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ExecutePolicyCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecutePolicyCommandInput, ExecutePolicyCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AutoScalingClient";
5
5
  import { ExitStandbyAnswer, ExitStandbyQuery } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExitStandbyCommand}.
8
10
  */
9
11
  export interface ExitStandbyCommandInput extends ExitStandbyQuery {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExitStandbyCommand}.
13
17
  */
14
18
  export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Moves the specified instances out of the standby state.</p>
18
23
  * <p>After you put the instances back in service, the desired capacity is
19
24
  * incremented.</p>
@@ -30,6 +35,8 @@ export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataB
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ExitStandbyCommandInput - {@link ExitStandbyCommandInput}
39
+ * @returns {@link ExitStandbyCommandOutput}
33
40
  * @see {@link ExitStandbyCommandInput} for command's `input` shape.
34
41
  * @see {@link ExitStandbyCommandOutput} for command's `response` shape.
35
42
  * @see {@link AutoScalingClientResolvedConfig | config} for AutoScalingClient's `config` shape.
@@ -73,11 +80,20 @@ export interface ExitStandbyCommandOutput extends ExitStandbyAnswer, __MetadataB
73
80
  export declare class ExitStandbyCommand extends $Command<ExitStandbyCommandInput, ExitStandbyCommandOutput, AutoScalingClientResolvedConfig> {
74
81
  readonly input: ExitStandbyCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: ExitStandbyCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExitStandbyCommandInput, ExitStandbyCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }