@aws-sdk/client-application-auto-scaling 3.296.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 (23) hide show
  1. package/dist-types/ApplicationAutoScaling.d.ts +14 -0
  2. package/dist-types/ApplicationAutoScalingClient.d.ts +24 -4
  3. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +16 -0
  4. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +16 -0
  5. package/dist-types/commands/DeregisterScalableTargetCommand.d.ts +16 -0
  6. package/dist-types/commands/DescribeScalableTargetsCommand.d.ts +16 -0
  7. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +16 -0
  8. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +16 -0
  9. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +16 -0
  10. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  11. package/dist-types/commands/PutScalingPolicyCommand.d.ts +16 -0
  12. package/dist-types/commands/PutScheduledActionCommand.d.ts +16 -0
  13. package/dist-types/commands/RegisterScalableTargetCommand.d.ts +16 -0
  14. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  15. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  16. package/dist-types/models/ApplicationAutoScalingServiceException.d.ts +2 -0
  17. package/dist-types/models/models_0.d.ts +129 -0
  18. package/dist-types/pagination/DescribeScalableTargetsPaginator.d.ts +3 -0
  19. package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +3 -0
  20. package/dist-types/pagination/DescribeScalingPoliciesPaginator.d.ts +3 -0
  21. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +3 -0
  22. package/dist-types/pagination/Interfaces.d.ts +3 -0
  23. package/package.json +3 -3
@@ -14,6 +14,7 @@ import { RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput
14
14
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
15
15
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
16
16
  /**
17
+ * @public
17
18
  * <p>With Application Auto Scaling, you can configure automatic scaling for the following
18
19
  * resources:</p>
19
20
  * <ul>
@@ -88,6 +89,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
88
89
  */
89
90
  export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient {
90
91
  /**
92
+ * @public
91
93
  * <p>Deletes the specified scaling policy for an Application Auto Scaling scalable target.</p>
92
94
  * <p>Deleting a step scaling policy deletes the underlying alarm action, but does not delete
93
95
  * the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated
@@ -99,6 +101,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
99
101
  deleteScalingPolicy(args: DeleteScalingPolicyCommandInput, cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void): void;
100
102
  deleteScalingPolicy(args: DeleteScalingPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScalingPolicyCommandOutput) => void): void;
101
103
  /**
104
+ * @public
102
105
  * <p>Deletes the specified scheduled action for an Application Auto Scaling scalable target.</p>
103
106
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/scheduled-scaling-additional-cli-commands.html#delete-scheduled-action">Delete a scheduled action</a> in the <i>Application Auto Scaling User Guide</i>.</p>
104
107
  */
@@ -106,6 +109,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
106
109
  deleteScheduledAction(args: DeleteScheduledActionCommandInput, cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void): void;
107
110
  deleteScheduledAction(args: DeleteScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteScheduledActionCommandOutput) => void): void;
108
111
  /**
112
+ * @public
109
113
  * <p>Deregisters an Application Auto Scaling scalable target when you have finished using it. To see which
110
114
  * resources have been registered, use <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DescribeScalableTargets.html">DescribeScalableTargets</a>. </p>
111
115
  * <note>
@@ -117,6 +121,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
117
121
  deregisterScalableTarget(args: DeregisterScalableTargetCommandInput, cb: (err: any, data?: DeregisterScalableTargetCommandOutput) => void): void;
118
122
  deregisterScalableTarget(args: DeregisterScalableTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterScalableTargetCommandOutput) => void): void;
119
123
  /**
124
+ * @public
120
125
  * <p>Gets information about the scalable targets in the specified namespace.</p>
121
126
  * <p>You can filter the results using <code>ResourceIds</code> and
122
127
  * <code>ScalableDimension</code>.</p>
@@ -125,6 +130,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
125
130
  describeScalableTargets(args: DescribeScalableTargetsCommandInput, cb: (err: any, data?: DescribeScalableTargetsCommandOutput) => void): void;
126
131
  describeScalableTargets(args: DescribeScalableTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalableTargetsCommandOutput) => void): void;
127
132
  /**
133
+ * @public
128
134
  * <p>Provides descriptive information about the scaling activities in the specified namespace
129
135
  * from the previous six weeks.</p>
130
136
  * <p>You can filter the results using <code>ResourceId</code> and
@@ -135,6 +141,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
135
141
  describeScalingActivities(args: DescribeScalingActivitiesCommandInput, cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void): void;
136
142
  describeScalingActivities(args: DescribeScalingActivitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingActivitiesCommandOutput) => void): void;
137
143
  /**
144
+ * @public
138
145
  * <p>Describes the Application Auto Scaling scaling policies for the specified service namespace.</p>
139
146
  * <p>You can filter the results using <code>ResourceId</code>,
140
147
  * <code>ScalableDimension</code>, and <code>PolicyNames</code>.</p>
@@ -144,6 +151,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
144
151
  describeScalingPolicies(args: DescribeScalingPoliciesCommandInput, cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void): void;
145
152
  describeScalingPolicies(args: DescribeScalingPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingPoliciesCommandOutput) => void): void;
146
153
  /**
154
+ * @public
147
155
  * <p>Describes the Application Auto Scaling scheduled actions for the specified service namespace.</p>
148
156
  * <p>You can filter the results using the <code>ResourceId</code>,
149
157
  * <code>ScalableDimension</code>, and <code>ScheduledActionNames</code> parameters.</p>
@@ -154,6 +162,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
154
162
  describeScheduledActions(args: DescribeScheduledActionsCommandInput, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
155
163
  describeScheduledActions(args: DescribeScheduledActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScheduledActionsCommandOutput) => void): void;
156
164
  /**
165
+ * @public
157
166
  * <p>Returns all the tags on the specified Application Auto Scaling scalable target.</p>
158
167
  * <p>For general information about tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
159
168
  * resources</a> in the <i>Amazon Web Services General Reference</i>.</p>
@@ -162,6 +171,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
162
171
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
163
172
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
164
173
  /**
174
+ * @public
165
175
  * <p>Creates or updates a scaling policy for an Application Auto Scaling scalable target.</p>
166
176
  * <p>Each scalable target is identified by a service namespace, resource ID, and scalable
167
177
  * dimension. A scaling policy applies to the scalable target identified by those three
@@ -192,6 +202,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
192
202
  putScalingPolicy(args: PutScalingPolicyCommandInput, cb: (err: any, data?: PutScalingPolicyCommandOutput) => void): void;
193
203
  putScalingPolicy(args: PutScalingPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutScalingPolicyCommandOutput) => void): void;
194
204
  /**
205
+ * @public
195
206
  * <p>Creates or updates a scheduled action for an Application Auto Scaling scalable target. </p>
196
207
  * <p>Each scalable target is identified by a service namespace, resource ID, and scalable
197
208
  * dimension. A scheduled action applies to the scalable target identified by those three
@@ -212,6 +223,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
212
223
  putScheduledAction(args: PutScheduledActionCommandInput, cb: (err: any, data?: PutScheduledActionCommandOutput) => void): void;
213
224
  putScheduledAction(args: PutScheduledActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutScheduledActionCommandOutput) => void): void;
214
225
  /**
226
+ * @public
215
227
  * <p>Registers or updates a scalable target, which is the resource that you want to
216
228
  * scale.</p>
217
229
  * <p>Scalable targets are uniquely identified by the combination of resource ID, scalable
@@ -249,6 +261,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
249
261
  registerScalableTarget(args: RegisterScalableTargetCommandInput, cb: (err: any, data?: RegisterScalableTargetCommandOutput) => void): void;
250
262
  registerScalableTarget(args: RegisterScalableTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterScalableTargetCommandOutput) => void): void;
251
263
  /**
264
+ * @public
252
265
  * <p>Adds or edits tags on an Application Auto Scaling scalable target.</p>
253
266
  * <p>Each tag consists of a tag key and a tag value, which are both case-sensitive strings.
254
267
  * To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag
@@ -266,6 +279,7 @@ export declare class ApplicationAutoScaling extends ApplicationAutoScalingClient
266
279
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
267
280
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
268
281
  /**
282
+ * @public
269
283
  * <p>Deletes tags from an Application Auto Scaling scalable target. To delete a tag, specify the tag key and
270
284
  * the Application Auto Scaling scalable target.</p>
271
285
  */
@@ -21,15 +21,24 @@ import { RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput
21
21
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
22
22
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
23
23
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
24
+ /**
25
+ * @public
26
+ */
24
27
  export type ServiceInputTypes = DeleteScalingPolicyCommandInput | DeleteScheduledActionCommandInput | DeregisterScalableTargetCommandInput | DescribeScalableTargetsCommandInput | DescribeScalingActivitiesCommandInput | DescribeScalingPoliciesCommandInput | DescribeScheduledActionsCommandInput | ListTagsForResourceCommandInput | PutScalingPolicyCommandInput | PutScheduledActionCommandInput | RegisterScalableTargetCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
28
+ /**
29
+ * @public
30
+ */
25
31
  export type ServiceOutputTypes = DeleteScalingPolicyCommandOutput | DeleteScheduledActionCommandOutput | DeregisterScalableTargetCommandOutput | DescribeScalableTargetsCommandOutput | DescribeScalingActivitiesCommandOutput | DescribeScalingPoliciesCommandOutput | DescribeScheduledActionsCommandOutput | ListTagsForResourceCommandOutput | PutScalingPolicyCommandOutput | PutScheduledActionCommandOutput | RegisterScalableTargetCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
32
+ /**
33
+ * @public
34
+ */
26
35
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
27
36
  /**
28
37
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
29
38
  */
30
39
  requestHandler?: __HttpHandler;
31
40
  /**
32
- * A constructor for a class implementing the {@link __Checksum} interface
41
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
33
42
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
34
43
  * @internal
35
44
  */
@@ -119,23 +128,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
119
128
  */
120
129
  logger?: __Logger;
121
130
  /**
122
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
131
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
123
132
  */
124
133
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
125
134
  }
135
+ /**
136
+ * @public
137
+ */
126
138
  type ApplicationAutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
127
139
  /**
128
- * The configuration interface of ApplicationAutoScalingClient class constructor that set the region, credentials and other options.
140
+ * @public
141
+ *
142
+ * The configuration interface of ApplicationAutoScalingClient class constructor that set the region, credentials and other options.
129
143
  */
130
144
  export interface ApplicationAutoScalingClientConfig extends ApplicationAutoScalingClientConfigType {
131
145
  }
146
+ /**
147
+ * @public
148
+ */
132
149
  type ApplicationAutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
133
150
  /**
134
- * The resolved configuration interface of ApplicationAutoScalingClient class. This is resolved and normalized from the {@link ApplicationAutoScalingClientConfig | constructor configuration interface}.
151
+ * @public
152
+ *
153
+ * The resolved configuration interface of ApplicationAutoScalingClient class. This is resolved and normalized from the {@link ApplicationAutoScalingClientConfig | constructor configuration interface}.
135
154
  */
136
155
  export interface ApplicationAutoScalingClientResolvedConfig extends ApplicationAutoScalingClientResolvedConfigType {
137
156
  }
138
157
  /**
158
+ * @public
139
159
  * <p>With Application Auto Scaling, you can configure automatic scaling for the following
140
160
  * resources:</p>
141
161
  * <ul>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DeleteScalingPolicyRequest, DeleteScalingPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteScalingPolicyCommand}.
8
10
  */
9
11
  export interface DeleteScalingPolicyCommandInput extends DeleteScalingPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteScalingPolicyCommand}.
13
17
  */
14
18
  export interface DeleteScalingPolicyCommandOutput extends DeleteScalingPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified scaling policy for an Application Auto Scaling scalable target.</p>
18
23
  * <p>Deleting a step scaling policy deletes the underlying alarm action, but does not delete
19
24
  * the CloudWatch alarm associated with the scaling policy, even if it no longer has an associated
@@ -30,6 +35,8 @@ export interface DeleteScalingPolicyCommandOutput extends DeleteScalingPolicyRes
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteScalingPolicyCommandInput - {@link DeleteScalingPolicyCommandInput}
39
+ * @returns {@link DeleteScalingPolicyCommandOutput}
33
40
  * @see {@link DeleteScalingPolicyCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteScalingPolicyCommandOutput} for command's `response` shape.
35
42
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -71,11 +78,20 @@ export interface DeleteScalingPolicyCommandOutput extends DeleteScalingPolicyRes
71
78
  export declare class DeleteScalingPolicyCommand extends $Command<DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
72
79
  readonly input: DeleteScalingPolicyCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: DeleteScalingPolicyCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScalingPolicyCommandInput, DeleteScalingPolicyCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DeleteScheduledActionRequest, DeleteScheduledActionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteScheduledActionCommand}.
8
10
  */
9
11
  export interface DeleteScheduledActionCommandInput extends DeleteScheduledActionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteScheduledActionCommand}.
13
17
  */
14
18
  export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified scheduled action for an Application Auto Scaling scalable target.</p>
18
23
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/scheduled-scaling-additional-cli-commands.html#delete-scheduled-action">Delete a scheduled action</a> in the <i>Application Auto Scaling User Guide</i>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteScheduledActionCommandInput - {@link DeleteScheduledActionCommandInput}
35
+ * @returns {@link DeleteScheduledActionCommandOutput}
29
36
  * @see {@link DeleteScheduledActionCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteScheduledActionCommandOutput} for command's `response` shape.
31
38
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -67,11 +74,20 @@ export interface DeleteScheduledActionCommandOutput extends DeleteScheduledActio
67
74
  export declare class DeleteScheduledActionCommand extends $Command<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
68
75
  readonly input: DeleteScheduledActionCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: DeleteScheduledActionCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduledActionCommandInput, DeleteScheduledActionCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DeregisterScalableTargetRequest, DeregisterScalableTargetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeregisterScalableTargetCommand}.
8
10
  */
9
11
  export interface DeregisterScalableTargetCommandInput extends DeregisterScalableTargetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeregisterScalableTargetCommand}.
13
17
  */
14
18
  export interface DeregisterScalableTargetCommandOutput extends DeregisterScalableTargetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deregisters an Application Auto Scaling scalable target when you have finished using it. To see which
18
23
  * resources have been registered, use <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DescribeScalableTargets.html">DescribeScalableTargets</a>. </p>
19
24
  * <note>
@@ -30,6 +35,8 @@ export interface DeregisterScalableTargetCommandOutput extends DeregisterScalabl
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeregisterScalableTargetCommandInput - {@link DeregisterScalableTargetCommandInput}
39
+ * @returns {@link DeregisterScalableTargetCommandOutput}
33
40
  * @see {@link DeregisterScalableTargetCommandInput} for command's `input` shape.
34
41
  * @see {@link DeregisterScalableTargetCommandOutput} for command's `response` shape.
35
42
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -70,11 +77,20 @@ export interface DeregisterScalableTargetCommandOutput extends DeregisterScalabl
70
77
  export declare class DeregisterScalableTargetCommand extends $Command<DeregisterScalableTargetCommandInput, DeregisterScalableTargetCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
71
78
  readonly input: DeregisterScalableTargetCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: DeregisterScalableTargetCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterScalableTargetCommandInput, DeregisterScalableTargetCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DescribeScalableTargetsRequest, DescribeScalableTargetsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeScalableTargetsCommand}.
8
10
  */
9
11
  export interface DescribeScalableTargetsCommandInput extends DescribeScalableTargetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeScalableTargetsCommand}.
13
17
  */
14
18
  export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTargetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about the scalable targets in the specified namespace.</p>
18
23
  * <p>You can filter the results using <code>ResourceIds</code> and
19
24
  * <code>ScalableDimension</code>.</p>
@@ -27,6 +32,8 @@ export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTa
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeScalableTargetsCommandInput - {@link DescribeScalableTargetsCommandInput}
36
+ * @returns {@link DescribeScalableTargetsCommandOutput}
30
37
  * @see {@link DescribeScalableTargetsCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeScalableTargetsCommandOutput} for command's `response` shape.
32
39
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -81,11 +88,20 @@ export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTa
81
88
  export declare class DescribeScalableTargetsCommand extends $Command<DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
82
89
  readonly input: DescribeScalableTargetsCommandInput;
83
90
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
+ /**
92
+ * @public
93
+ */
84
94
  constructor(input: DescribeScalableTargetsCommandInput);
85
95
  /**
86
96
  * @internal
87
97
  */
88
98
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutput>;
99
+ /**
100
+ * @internal
101
+ */
89
102
  private serialize;
103
+ /**
104
+ * @internal
105
+ */
90
106
  private deserialize;
91
107
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DescribeScalingActivitiesRequest, DescribeScalingActivitiesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeScalingActivitiesCommand}.
8
10
  */
9
11
  export interface DescribeScalingActivitiesCommandInput extends DescribeScalingActivitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeScalingActivitiesCommand}.
13
17
  */
14
18
  export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingActivitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides descriptive information about the scaling activities in the specified namespace
18
23
  * from the previous six weeks.</p>
19
24
  * <p>You can filter the results using <code>ResourceId</code> and
@@ -29,6 +34,8 @@ export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingA
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeScalingActivitiesCommandInput - {@link DescribeScalingActivitiesCommandInput}
38
+ * @returns {@link DescribeScalingActivitiesCommandOutput}
32
39
  * @see {@link DescribeScalingActivitiesCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeScalingActivitiesCommandOutput} for command's `response` shape.
34
41
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -83,11 +90,20 @@ export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingA
83
90
  export declare class DescribeScalingActivitiesCommand extends $Command<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
84
91
  readonly input: DescribeScalingActivitiesCommandInput;
85
92
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
+ /**
94
+ * @public
95
+ */
86
96
  constructor(input: DescribeScalingActivitiesCommandInput);
87
97
  /**
88
98
  * @internal
89
99
  */
90
100
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput>;
101
+ /**
102
+ * @internal
103
+ */
91
104
  private serialize;
105
+ /**
106
+ * @internal
107
+ */
92
108
  private deserialize;
93
109
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DescribeScalingPoliciesRequest, DescribeScalingPoliciesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeScalingPoliciesCommand}.
8
10
  */
9
11
  export interface DescribeScalingPoliciesCommandInput extends DescribeScalingPoliciesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeScalingPoliciesCommand}.
13
17
  */
14
18
  export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPoliciesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the Application Auto Scaling scaling policies for the specified service namespace.</p>
18
23
  * <p>You can filter the results using <code>ResourceId</code>,
19
24
  * <code>ScalableDimension</code>, and <code>PolicyNames</code>.</p>
@@ -28,6 +33,8 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeScalingPoliciesCommandInput - {@link DescribeScalingPoliciesCommandInput}
37
+ * @returns {@link DescribeScalingPoliciesCommandOutput}
31
38
  * @see {@link DescribeScalingPoliciesCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeScalingPoliciesCommandOutput} for command's `response` shape.
33
40
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -100,11 +107,20 @@ export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPol
100
107
  export declare class DescribeScalingPoliciesCommand extends $Command<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
101
108
  readonly input: DescribeScalingPoliciesCommandInput;
102
109
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
+ /**
111
+ * @public
112
+ */
103
113
  constructor(input: DescribeScalingPoliciesCommandInput);
104
114
  /**
105
115
  * @internal
106
116
  */
107
117
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput>;
118
+ /**
119
+ * @internal
120
+ */
108
121
  private serialize;
122
+ /**
123
+ * @internal
124
+ */
109
125
  private deserialize;
110
126
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { DescribeScheduledActionsRequest, DescribeScheduledActionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeScheduledActionsCommand}.
8
10
  */
9
11
  export interface DescribeScheduledActionsCommandInput extends DescribeScheduledActionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeScheduledActionsCommand}.
13
17
  */
14
18
  export interface DescribeScheduledActionsCommandOutput extends DescribeScheduledActionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes the Application Auto Scaling scheduled actions for the specified service namespace.</p>
18
23
  * <p>You can filter the results using the <code>ResourceId</code>,
19
24
  * <code>ScalableDimension</code>, and <code>ScheduledActionNames</code> parameters.</p>
@@ -29,6 +34,8 @@ export interface DescribeScheduledActionsCommandOutput extends DescribeScheduled
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeScheduledActionsCommandInput - {@link DescribeScheduledActionsCommandInput}
38
+ * @returns {@link DescribeScheduledActionsCommandOutput}
32
39
  * @see {@link DescribeScheduledActionsCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeScheduledActionsCommandOutput} for command's `response` shape.
34
41
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -95,11 +102,20 @@ export interface DescribeScheduledActionsCommandOutput extends DescribeScheduled
95
102
  export declare class DescribeScheduledActionsCommand extends $Command<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
96
103
  readonly input: DescribeScheduledActionsCommandInput;
97
104
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
+ /**
106
+ * @public
107
+ */
98
108
  constructor(input: DescribeScheduledActionsCommandInput);
99
109
  /**
100
110
  * @internal
101
111
  */
102
112
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput>;
113
+ /**
114
+ * @internal
115
+ */
103
116
  private serialize;
117
+ /**
118
+ * @internal
119
+ */
104
120
  private deserialize;
105
121
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns all the tags on the specified Application Auto Scaling scalable target.</p>
18
23
  * <p>For general information about tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
19
24
  * resources</a> in the <i>Amazon Web Services General Reference</i>.</p>
@@ -27,6 +32,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
36
+ * @returns {@link ListTagsForResourceCommandOutput}
30
37
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -57,11 +64,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
57
64
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
58
65
  readonly input: ListTagsForResourceCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: ListTagsForResourceCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
5
5
  import { PutScalingPolicyRequest, PutScalingPolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutScalingPolicyCommand}.
8
10
  */
9
11
  export interface PutScalingPolicyCommandInput extends PutScalingPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutScalingPolicyCommand}.
13
17
  */
14
18
  export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates a scaling policy for an Application Auto Scaling scalable target.</p>
18
23
  * <p>Each scalable target is identified by a service namespace, resource ID, and scalable
19
24
  * dimension. A scaling policy applies to the scalable target identified by those three
@@ -49,6 +54,8 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
49
54
  * const response = await client.send(command);
50
55
  * ```
51
56
  *
57
+ * @param PutScalingPolicyCommandInput - {@link PutScalingPolicyCommandInput}
58
+ * @returns {@link PutScalingPolicyCommandOutput}
52
59
  * @see {@link PutScalingPolicyCommandInput} for command's `input` shape.
53
60
  * @see {@link PutScalingPolicyCommandOutput} for command's `response` shape.
54
61
  * @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
@@ -123,11 +130,20 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
123
130
  export declare class PutScalingPolicyCommand extends $Command<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
124
131
  readonly input: PutScalingPolicyCommandInput;
125
132
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
+ /**
134
+ * @public
135
+ */
126
136
  constructor(input: PutScalingPolicyCommandInput);
127
137
  /**
128
138
  * @internal
129
139
  */
130
140
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput>;
141
+ /**
142
+ * @internal
143
+ */
131
144
  private serialize;
145
+ /**
146
+ * @internal
147
+ */
132
148
  private deserialize;
133
149
  }