@aws-sdk/client-application-auto-scaling 3.294.0 → 3.295.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.
- package/README.md +24 -0
- package/dist-cjs/ApplicationAutoScaling.js +45 -0
- package/dist-cjs/commands/DeleteScalingPolicyCommand.js +4 -4
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +4 -4
- package/dist-cjs/commands/DeregisterScalableTargetCommand.js +4 -4
- package/dist-cjs/commands/DescribeScalableTargetsCommand.js +4 -4
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +4 -4
- package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +4 -4
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/PutScalingPolicyCommand.js +4 -4
- package/dist-cjs/commands/PutScheduledActionCommand.js +4 -4
- package/dist-cjs/commands/RegisterScalableTargetCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +56 -2
- package/dist-cjs/protocols/Aws_json1_1.js +230 -2
- package/dist-es/ApplicationAutoScaling.js +45 -0
- package/dist-es/commands/DeleteScalingPolicyCommand.js +4 -4
- package/dist-es/commands/DeleteScheduledActionCommand.js +4 -4
- package/dist-es/commands/DeregisterScalableTargetCommand.js +4 -4
- package/dist-es/commands/DescribeScalableTargetsCommand.js +4 -4
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +4 -4
- package/dist-es/commands/DescribeScalingPoliciesCommand.js +4 -4
- package/dist-es/commands/DescribeScheduledActionsCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/PutScalingPolicyCommand.js +4 -4
- package/dist-es/commands/PutScheduledActionCommand.js +4 -4
- package/dist-es/commands/RegisterScalableTargetCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +46 -0
- package/dist-es/protocols/Aws_json1_1.js +224 -2
- package/dist-types/ApplicationAutoScaling.d.ts +54 -12
- package/dist-types/ApplicationAutoScalingClient.d.ts +7 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +49 -0
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutScheduledActionCommand.d.ts +1 -1
- package/dist-types/commands/RegisterScalableTargetCommand.d.ts +16 -9
- package/dist-types/commands/TagResourceCommand.d.ts +65 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +52 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +141 -10
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/ApplicationAutoScaling.d.ts +51 -0
- package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +24 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +57 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +36 -36
|
@@ -14,12 +14,15 @@ import { DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutp
|
|
|
14
14
|
import { DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput } from "./commands/DescribeScalingActivitiesCommand";
|
|
15
15
|
import { DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput } from "./commands/DescribeScalingPoliciesCommand";
|
|
16
16
|
import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "./commands/DescribeScheduledActionsCommand";
|
|
17
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
17
18
|
import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "./commands/PutScalingPolicyCommand";
|
|
18
19
|
import { PutScheduledActionCommandInput, PutScheduledActionCommandOutput } from "./commands/PutScheduledActionCommand";
|
|
19
20
|
import { RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput } from "./commands/RegisterScalableTargetCommand";
|
|
21
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
22
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
20
23
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
21
|
-
export
|
|
22
|
-
export
|
|
24
|
+
export type ServiceInputTypes = DeleteScalingPolicyCommandInput | DeleteScheduledActionCommandInput | DeregisterScalableTargetCommandInput | DescribeScalableTargetsCommandInput | DescribeScalingActivitiesCommandInput | DescribeScalingPoliciesCommandInput | DescribeScheduledActionsCommandInput | ListTagsForResourceCommandInput | PutScalingPolicyCommandInput | PutScheduledActionCommandInput | RegisterScalableTargetCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
|
|
25
|
+
export type ServiceOutputTypes = DeleteScalingPolicyCommandOutput | DeleteScheduledActionCommandOutput | DeregisterScalableTargetCommandOutput | DescribeScalableTargetsCommandOutput | DescribeScalingActivitiesCommandOutput | DescribeScalingPoliciesCommandOutput | DescribeScheduledActionsCommandOutput | ListTagsForResourceCommandOutput | PutScalingPolicyCommandOutput | PutScheduledActionCommandOutput | RegisterScalableTargetCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
|
|
23
26
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
24
27
|
/**
|
|
25
28
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -120,13 +123,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
120
123
|
*/
|
|
121
124
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
122
125
|
}
|
|
123
|
-
|
|
126
|
+
type ApplicationAutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
124
127
|
/**
|
|
125
128
|
* The configuration interface of ApplicationAutoScalingClient class constructor that set the region, credentials and other options.
|
|
126
129
|
*/
|
|
127
130
|
export interface ApplicationAutoScalingClientConfig extends ApplicationAutoScalingClientConfigType {
|
|
128
131
|
}
|
|
129
|
-
|
|
132
|
+
type ApplicationAutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
130
133
|
/**
|
|
131
134
|
* The resolved configuration interface of ApplicationAutoScalingClient class. This is resolved and normalized from the {@link ApplicationAutoScalingClientConfig | constructor configuration interface}.
|
|
132
135
|
*/
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
|
|
5
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Returns all the tags on the specified Application Auto Scaling scalable target.</p>
|
|
18
|
+
* <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
|
+
* resources</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
20
|
+
* @example
|
|
21
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
+
* ```javascript
|
|
23
|
+
* import { ApplicationAutoScalingClient, ListTagsForResourceCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
24
|
+
* // const { ApplicationAutoScalingClient, ListTagsForResourceCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
25
|
+
* const client = new ApplicationAutoScalingClient(config);
|
|
26
|
+
* const command = new ListTagsForResourceCommand(input);
|
|
27
|
+
* const response = await client.send(command);
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
31
|
+
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
32
|
+
* @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
|
|
33
|
+
*
|
|
34
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
35
|
+
* <p>The specified resource doesn't exist.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
|
|
40
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
41
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
43
|
+
/**
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
47
|
+
private serialize;
|
|
48
|
+
private deserialize;
|
|
49
|
+
}
|
|
@@ -36,8 +36,8 @@ export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse,
|
|
|
36
36
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target tracking scaling policies</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step scaling policies</a> in the <i>Application Auto Scaling User Guide</i>.</p>
|
|
37
37
|
* <note>
|
|
38
38
|
* <p>If a scalable target is deregistered, the scalable target is no longer available to
|
|
39
|
-
*
|
|
40
|
-
*
|
|
39
|
+
* use scaling policies. Any scaling policies that were specified for the scalable target
|
|
40
|
+
* are deleted.</p>
|
|
41
41
|
* </note>
|
|
42
42
|
* @example
|
|
43
43
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -19,7 +19,7 @@ export interface PutScheduledActionCommandOutput extends PutScheduledActionRespo
|
|
|
19
19
|
* dimension. A scheduled action applies to the scalable target identified by those three
|
|
20
20
|
* attributes. You cannot create a scheduled action until you have registered the resource as
|
|
21
21
|
* a scalable target.</p>
|
|
22
|
-
* <p>When start and end times
|
|
22
|
+
* <p>When you specify start and end times with a recurring schedule using a cron expression
|
|
23
23
|
* or rates, they form the boundaries for when the recurring action starts and stops.</p>
|
|
24
24
|
* <p>To update a scheduled action, specify the parameters that you want to change. If you
|
|
25
25
|
* don't specify start and end times, the old values are deleted.</p>
|
|
@@ -14,7 +14,8 @@ export interface RegisterScalableTargetCommandInput extends RegisterScalableTarg
|
|
|
14
14
|
export interface RegisterScalableTargetCommandOutput extends RegisterScalableTargetResponse, __MetadataBearer {
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* <p>Registers or updates a scalable target, the resource that you want to
|
|
17
|
+
* <p>Registers or updates a scalable target, which is the resource that you want to
|
|
18
|
+
* scale.</p>
|
|
18
19
|
* <p>Scalable targets are uniquely identified by the combination of resource ID, scalable
|
|
19
20
|
* dimension, and namespace, which represents some capacity dimension of the underlying
|
|
20
21
|
* service.</p>
|
|
@@ -22,9 +23,9 @@ export interface RegisterScalableTargetCommandOutput extends RegisterScalableTar
|
|
|
22
23
|
* maximum capacity. If the specified resource is not active in the target service, this
|
|
23
24
|
* operation does not change the resource's current capacity. Otherwise, it changes the
|
|
24
25
|
* resource's current capacity to a value that is inside of this range.</p>
|
|
25
|
-
* <p>If you
|
|
26
|
-
*
|
|
27
|
-
*
|
|
26
|
+
* <p>If you add a scaling policy, current capacity is adjustable within the specified range
|
|
27
|
+
* when scaling starts. Application Auto Scaling scaling policies will not scale capacity to values that are
|
|
28
|
+
* outside of the minimum and maximum range.</p>
|
|
28
29
|
* <p>After you register a scalable target, you do not need to register it again to use other
|
|
29
30
|
* Application Auto Scaling operations. To see which resources have been registered, use <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DescribeScalableTargets.html">DescribeScalableTargets</a>. You can also view the scaling policies for a service
|
|
30
31
|
* namespace by using <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DescribeScalableTargets.html">DescribeScalableTargets</a>. If you no longer need a scalable target, you can
|
|
@@ -33,11 +34,17 @@ export interface RegisterScalableTargetCommandOutput extends RegisterScalableTar
|
|
|
33
34
|
* parameters that identify the scalable target: resource ID, scalable dimension, and
|
|
34
35
|
* namespace. Any parameters that you don't specify are not changed by this update request. </p>
|
|
35
36
|
* <note>
|
|
36
|
-
* <p>If you call the <code>RegisterScalableTarget</code> API to
|
|
37
|
-
* scalable target,
|
|
38
|
-
*
|
|
39
|
-
*
|
|
40
|
-
*
|
|
37
|
+
* <p>If you call the <code>RegisterScalableTarget</code> API operation to create a
|
|
38
|
+
* scalable target, there might be a brief delay until the operation achieves <a href="https://en.wikipedia.org/wiki/Eventual_consistency">eventual
|
|
39
|
+
* consistency</a>. You might become aware of this brief delay if you get unexpected
|
|
40
|
+
* errors when performing sequential operations. The typical strategy is to retry the
|
|
41
|
+
* request, and some Amazon Web Services SDKs include automatic backoff and retry logic.</p>
|
|
42
|
+
* <p>If you call the <code>RegisterScalableTarget</code> API operation to update an
|
|
43
|
+
* existing scalable target, Application Auto Scaling retrieves the current capacity of the resource. If
|
|
44
|
+
* it's below the minimum capacity or above the maximum capacity, Application Auto Scaling adjusts the
|
|
45
|
+
* capacity of the scalable target to place it within these bounds, even if you don't
|
|
46
|
+
* include the <code>MinCapacity</code> or <code>MaxCapacity</code> request
|
|
47
|
+
* parameters.</p>
|
|
41
48
|
* </note>
|
|
42
49
|
* @example
|
|
43
50
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
|
|
5
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Adds or edits tags on an Application Auto Scaling scalable target.</p>
|
|
18
|
+
* <p>Each tag consists of a tag key and a tag value, which are both case-sensitive strings.
|
|
19
|
+
* To add a tag, specify a new tag key and a tag value. To edit a tag, specify an existing tag
|
|
20
|
+
* key and a new tag value.</p>
|
|
21
|
+
* <p>You can use this operation to tag an Application Auto Scaling scalable target, but you cannot tag a
|
|
22
|
+
* scaling policy or scheduled action.</p>
|
|
23
|
+
* <p>You can also add tags to an Application Auto Scaling scalable target while creating it
|
|
24
|
+
* (<code>RegisterScalableTarget</code>).</p>
|
|
25
|
+
* <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
|
|
26
|
+
* resources</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
27
|
+
* <p>Use tags to control access to a scalable target. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/resource-tagging-support.html">Tagging support
|
|
28
|
+
* for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>.</p>
|
|
29
|
+
* @example
|
|
30
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
+
* ```javascript
|
|
32
|
+
* import { ApplicationAutoScalingClient, TagResourceCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
33
|
+
* // const { ApplicationAutoScalingClient, TagResourceCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
34
|
+
* const client = new ApplicationAutoScalingClient(config);
|
|
35
|
+
* const command = new TagResourceCommand(input);
|
|
36
|
+
* const response = await client.send(command);
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>The specified resource doesn't exist.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyTagsException} (client fault)
|
|
47
|
+
* <p>The request contains too many tags. Try the request again with fewer tags.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>An exception was thrown for a validation issue. Review the available parameters for the
|
|
51
|
+
* API request.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
|
|
56
|
+
readonly input: TagResourceCommandInput;
|
|
57
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
constructor(input: TagResourceCommandInput);
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
62
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
63
|
+
private serialize;
|
|
64
|
+
private deserialize;
|
|
65
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
|
|
5
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Deletes tags from an Application Auto Scaling scalable target. To delete a tag, specify the tag key and
|
|
18
|
+
* the Application Auto Scaling scalable target.</p>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { ApplicationAutoScalingClient, UntagResourceCommand } from "@aws-sdk/client-application-auto-scaling"; // ES Modules import
|
|
23
|
+
* // const { ApplicationAutoScalingClient, UntagResourceCommand } = require("@aws-sdk/client-application-auto-scaling"); // CommonJS import
|
|
24
|
+
* const client = new ApplicationAutoScalingClient(config);
|
|
25
|
+
* const command = new UntagResourceCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link ApplicationAutoScalingClientResolvedConfig | config} for ApplicationAutoScalingClient's `config` shape.
|
|
32
|
+
*
|
|
33
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
34
|
+
* <p>The specified resource doesn't exist.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ValidationException} (client fault)
|
|
37
|
+
* <p>An exception was thrown for a validation issue. Review the available parameters for the
|
|
38
|
+
* API request.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig> {
|
|
43
|
+
readonly input: UntagResourceCommandInput;
|
|
44
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
|
+
constructor(input: UntagResourceCommandInput);
|
|
46
|
+
/**
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
49
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationAutoScalingClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
50
|
+
private serialize;
|
|
51
|
+
private deserialize;
|
|
52
|
+
}
|
|
@@ -5,6 +5,9 @@ export * from "./DescribeScalableTargetsCommand";
|
|
|
5
5
|
export * from "./DescribeScalingActivitiesCommand";
|
|
6
6
|
export * from "./DescribeScalingPoliciesCommand";
|
|
7
7
|
export * from "./DescribeScheduledActionsCommand";
|
|
8
|
+
export * from "./ListTagsForResourceCommand";
|
|
8
9
|
export * from "./PutScalingPolicyCommand";
|
|
9
10
|
export * from "./PutScheduledActionCommand";
|
|
10
11
|
export * from "./RegisterScalableTargetCommand";
|
|
12
|
+
export * from "./TagResourceCommand";
|
|
13
|
+
export * from "./UntagResourceCommand";
|
|
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -999,6 +999,10 @@ export interface ScalableTarget {
|
|
|
999
999
|
* state.</p>
|
|
1000
1000
|
*/
|
|
1001
1001
|
SuspendedState?: SuspendedState;
|
|
1002
|
+
/**
|
|
1003
|
+
* <p>The ARN of the scalable target.</p>
|
|
1004
|
+
*/
|
|
1005
|
+
ScalableTargetARN?: string;
|
|
1002
1006
|
}
|
|
1003
1007
|
export interface DescribeScalableTargetsResponse {
|
|
1004
1008
|
/**
|
|
@@ -1667,12 +1671,14 @@ export declare enum MetricAggregationType {
|
|
|
1667
1671
|
* 50:</p>
|
|
1668
1672
|
* <ul>
|
|
1669
1673
|
* <li>
|
|
1670
|
-
* <p>To
|
|
1671
|
-
* than 60, specify a lower bound of 0 and an upper bound of
|
|
1674
|
+
* <p>To initiate the adjustment when the metric is greater than or equal to 50 and less
|
|
1675
|
+
* than 60, specify a lower bound of <code>0</code> and an upper bound of
|
|
1676
|
+
* <code>10</code>.</p>
|
|
1672
1677
|
* </li>
|
|
1673
1678
|
* <li>
|
|
1674
|
-
* <p>To
|
|
1675
|
-
* equal to 50, specify a lower bound of
|
|
1679
|
+
* <p>To initiate the adjustment when the metric is greater than 40 and less than or
|
|
1680
|
+
* equal to 50, specify a lower bound of <code>-10</code> and an upper bound of
|
|
1681
|
+
* <code>0</code>.</p>
|
|
1676
1682
|
* </li>
|
|
1677
1683
|
* </ul>
|
|
1678
1684
|
* <p>There are a few rules for the step adjustments for your step policy:</p>
|
|
@@ -1699,7 +1705,7 @@ export interface StepAdjustment {
|
|
|
1699
1705
|
/**
|
|
1700
1706
|
* <p>The lower bound for the difference between the alarm threshold and the CloudWatch metric. If
|
|
1701
1707
|
* the metric value is above the breach threshold, the lower bound is inclusive (the metric
|
|
1702
|
-
* must be greater than or equal to the threshold plus the lower bound). Otherwise, it
|
|
1708
|
+
* must be greater than or equal to the threshold plus the lower bound). Otherwise, it's
|
|
1703
1709
|
* exclusive (the metric must be greater than the threshold plus the lower bound). A null
|
|
1704
1710
|
* value indicates negative infinity.</p>
|
|
1705
1711
|
*/
|
|
@@ -1707,7 +1713,7 @@ export interface StepAdjustment {
|
|
|
1707
1713
|
/**
|
|
1708
1714
|
* <p>The upper bound for the difference between the alarm threshold and the CloudWatch metric. If
|
|
1709
1715
|
* the metric value is above the breach threshold, the upper bound is exclusive (the metric
|
|
1710
|
-
* must be less than the threshold plus the upper bound). Otherwise, it
|
|
1716
|
+
* must be less than the threshold plus the upper bound). Otherwise, it's inclusive (the
|
|
1711
1717
|
* metric must be less than or equal to the threshold plus the upper bound). A null value
|
|
1712
1718
|
* indicates positive infinity.</p>
|
|
1713
1719
|
* <p>The upper bound must be greater than the lower bound.</p>
|
|
@@ -1889,8 +1895,7 @@ export interface TargetTrackingMetricStat {
|
|
|
1889
1895
|
/**
|
|
1890
1896
|
* <p>The statistic to return. It can include any CloudWatch statistic or extended statistic. For a
|
|
1891
1897
|
* list of valid values, see the table in <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic">Statistics</a> in the <i>Amazon CloudWatch User Guide</i>.</p>
|
|
1892
|
-
* <p>The most commonly used
|
|
1893
|
-
* </p>
|
|
1898
|
+
* <p>The most commonly used metric for scaling is <code>Average</code>.</p>
|
|
1894
1899
|
*/
|
|
1895
1900
|
Stat: string | undefined;
|
|
1896
1901
|
/**
|
|
@@ -1984,7 +1989,7 @@ export declare enum MetricStatistic {
|
|
|
1984
1989
|
export interface CustomizedMetricSpecification {
|
|
1985
1990
|
/**
|
|
1986
1991
|
* <p>The name of the metric. To get the exact metric name, namespace, and dimensions, inspect
|
|
1987
|
-
* the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html">Metric</a> object that
|
|
1992
|
+
* the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html">Metric</a> object that's returned by a call to <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html">ListMetrics</a>.</p>
|
|
1988
1993
|
*/
|
|
1989
1994
|
MetricName?: string;
|
|
1990
1995
|
/**
|
|
@@ -2890,6 +2895,38 @@ export interface DescribeScheduledActionsResponse {
|
|
|
2890
2895
|
*/
|
|
2891
2896
|
NextToken?: string;
|
|
2892
2897
|
}
|
|
2898
|
+
export interface ListTagsForResourceRequest {
|
|
2899
|
+
/**
|
|
2900
|
+
* <p>Specify the ARN of the scalable target.</p>
|
|
2901
|
+
* <p>For example:
|
|
2902
|
+
* <code>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</code>
|
|
2903
|
+
* </p>
|
|
2904
|
+
* <p>To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>.</p>
|
|
2905
|
+
*/
|
|
2906
|
+
ResourceARN: string | undefined;
|
|
2907
|
+
}
|
|
2908
|
+
export interface ListTagsForResourceResponse {
|
|
2909
|
+
/**
|
|
2910
|
+
* <p>A list of tags. Each tag consists of a tag key and a tag value.</p>
|
|
2911
|
+
*/
|
|
2912
|
+
Tags?: Record<string, string>;
|
|
2913
|
+
}
|
|
2914
|
+
/**
|
|
2915
|
+
* <p>The specified resource doesn't exist.</p>
|
|
2916
|
+
*/
|
|
2917
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
2918
|
+
readonly name: "ResourceNotFoundException";
|
|
2919
|
+
readonly $fault: "client";
|
|
2920
|
+
Message?: string;
|
|
2921
|
+
/**
|
|
2922
|
+
* <p>The name of the Application Auto Scaling resource. This value is an Amazon Resource Name (ARN).</p>
|
|
2923
|
+
*/
|
|
2924
|
+
ResourceName?: string;
|
|
2925
|
+
/**
|
|
2926
|
+
* @internal
|
|
2927
|
+
*/
|
|
2928
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
2929
|
+
}
|
|
2893
2930
|
/**
|
|
2894
2931
|
* <p>A per-account resource limit is exceeded. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-limits.html">Application Auto Scaling service quotas</a>.</p>
|
|
2895
2932
|
*/
|
|
@@ -3528,7 +3565,7 @@ export interface RegisterScalableTargetRequest {
|
|
|
3528
3565
|
* <p>The maximum value that you plan to scale out to. When a scaling policy is in effect,
|
|
3529
3566
|
* Application Auto Scaling can scale out (expand) as needed to the maximum capacity limit in response to
|
|
3530
3567
|
* changing demand. This property is required when registering a new scalable target.</p>
|
|
3531
|
-
* <p>Although you can specify a large maximum capacity, note that service quotas
|
|
3568
|
+
* <p>Although you can specify a large maximum capacity, note that service quotas might impose
|
|
3532
3569
|
* lower limits. Each service has its own default quotas for the maximum capacity of the
|
|
3533
3570
|
* resource. If you want to specify a higher limit, you can request an increase. For more
|
|
3534
3571
|
* information, consult the documentation for that service. For information about the default
|
|
@@ -3570,8 +3607,78 @@ export interface RegisterScalableTargetRequest {
|
|
|
3570
3607
|
* Guide</i>.</p>
|
|
3571
3608
|
*/
|
|
3572
3609
|
SuspendedState?: SuspendedState;
|
|
3610
|
+
/**
|
|
3611
|
+
* <p>Assigns one or more tags to the scalable target. Use this parameter to tag the scalable
|
|
3612
|
+
* target when it is created. To tag an existing scalable target, use the <a>TagResource</a> operation.</p>
|
|
3613
|
+
* <p>Each tag consists of a tag key and a tag value. Both the tag key and the tag value are
|
|
3614
|
+
* required. You cannot have more than one tag on a scalable target with the same tag
|
|
3615
|
+
* key.</p>
|
|
3616
|
+
* <p>Use tags to control access to a scalable target. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/resource-tagging-support.html">Tagging support
|
|
3617
|
+
* for Application Auto Scaling</a> in the <i>Application Auto Scaling User Guide</i>.</p>
|
|
3618
|
+
*/
|
|
3619
|
+
Tags?: Record<string, string>;
|
|
3573
3620
|
}
|
|
3574
3621
|
export interface RegisterScalableTargetResponse {
|
|
3622
|
+
/**
|
|
3623
|
+
* <p>The ARN of the scalable target.</p>
|
|
3624
|
+
*/
|
|
3625
|
+
ScalableTargetARN?: string;
|
|
3626
|
+
}
|
|
3627
|
+
export interface TagResourceRequest {
|
|
3628
|
+
/**
|
|
3629
|
+
* <p>Identifies the Application Auto Scaling scalable target that you want to apply tags to.</p>
|
|
3630
|
+
* <p>For example:
|
|
3631
|
+
* <code>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</code>
|
|
3632
|
+
* </p>
|
|
3633
|
+
* <p>To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>.</p>
|
|
3634
|
+
*/
|
|
3635
|
+
ResourceARN: string | undefined;
|
|
3636
|
+
/**
|
|
3637
|
+
* <p>The tags assigned to the resource. A tag is a label that you assign to an AWS
|
|
3638
|
+
* resource.</p>
|
|
3639
|
+
* <p>Each tag consists of a tag key and a tag value.</p>
|
|
3640
|
+
* <p>You cannot have more than one tag on an Application Auto Scaling scalable target with the same tag key.
|
|
3641
|
+
* If you specify an existing tag key with a different tag value, Application Auto Scaling replaces the
|
|
3642
|
+
* current tag value with the specified one.</p>
|
|
3643
|
+
* <p>For information about the rules that apply to tag keys and tag values, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">User-defined tag
|
|
3644
|
+
* restrictions</a> in the <i>Amazon Web Services Billing and Cost Management User
|
|
3645
|
+
* Guide</i>.</p>
|
|
3646
|
+
*/
|
|
3647
|
+
Tags: Record<string, string> | undefined;
|
|
3648
|
+
}
|
|
3649
|
+
export interface TagResourceResponse {
|
|
3650
|
+
}
|
|
3651
|
+
/**
|
|
3652
|
+
* <p>The request contains too many tags. Try the request again with fewer tags.</p>
|
|
3653
|
+
*/
|
|
3654
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
3655
|
+
readonly name: "TooManyTagsException";
|
|
3656
|
+
readonly $fault: "client";
|
|
3657
|
+
Message?: string;
|
|
3658
|
+
/**
|
|
3659
|
+
* <p>The name of the Application Auto Scaling resource. This value is an Amazon Resource Name (ARN).</p>
|
|
3660
|
+
*/
|
|
3661
|
+
ResourceName?: string;
|
|
3662
|
+
/**
|
|
3663
|
+
* @internal
|
|
3664
|
+
*/
|
|
3665
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
3666
|
+
}
|
|
3667
|
+
export interface UntagResourceRequest {
|
|
3668
|
+
/**
|
|
3669
|
+
* <p>Identifies the Application Auto Scaling scalable target from which to remove tags.</p>
|
|
3670
|
+
* <p>For example:
|
|
3671
|
+
* <code>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</code>
|
|
3672
|
+
* </p>
|
|
3673
|
+
* <p>To get the ARN for a scalable target, use <a>DescribeScalableTargets</a>.</p>
|
|
3674
|
+
*/
|
|
3675
|
+
ResourceARN: string | undefined;
|
|
3676
|
+
/**
|
|
3677
|
+
* <p>One or more tag keys. Specify only the tag keys, not the tag values.</p>
|
|
3678
|
+
*/
|
|
3679
|
+
TagKeys: string[] | undefined;
|
|
3680
|
+
}
|
|
3681
|
+
export interface UntagResourceResponse {
|
|
3575
3682
|
}
|
|
3576
3683
|
/**
|
|
3577
3684
|
* @internal
|
|
@@ -3701,6 +3808,14 @@ export declare const ScheduledActionFilterSensitiveLog: (obj: ScheduledAction) =
|
|
|
3701
3808
|
* @internal
|
|
3702
3809
|
*/
|
|
3703
3810
|
export declare const DescribeScheduledActionsResponseFilterSensitiveLog: (obj: DescribeScheduledActionsResponse) => any;
|
|
3811
|
+
/**
|
|
3812
|
+
* @internal
|
|
3813
|
+
*/
|
|
3814
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3815
|
+
/**
|
|
3816
|
+
* @internal
|
|
3817
|
+
*/
|
|
3818
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3704
3819
|
/**
|
|
3705
3820
|
* @internal
|
|
3706
3821
|
*/
|
|
@@ -3725,3 +3840,19 @@ export declare const RegisterScalableTargetRequestFilterSensitiveLog: (obj: Regi
|
|
|
3725
3840
|
* @internal
|
|
3726
3841
|
*/
|
|
3727
3842
|
export declare const RegisterScalableTargetResponseFilterSensitiveLog: (obj: RegisterScalableTargetResponse) => any;
|
|
3843
|
+
/**
|
|
3844
|
+
* @internal
|
|
3845
|
+
*/
|
|
3846
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3847
|
+
/**
|
|
3848
|
+
* @internal
|
|
3849
|
+
*/
|
|
3850
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3851
|
+
/**
|
|
3852
|
+
* @internal
|
|
3853
|
+
*/
|
|
3854
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3855
|
+
/**
|
|
3856
|
+
* @internal
|
|
3857
|
+
*/
|
|
3858
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
@@ -7,9 +7,12 @@ import { DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutp
|
|
|
7
7
|
import { DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput } from "../commands/DescribeScalingActivitiesCommand";
|
|
8
8
|
import { DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput } from "../commands/DescribeScalingPoliciesCommand";
|
|
9
9
|
import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "../commands/DescribeScheduledActionsCommand";
|
|
10
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
10
11
|
import { PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput } from "../commands/PutScalingPolicyCommand";
|
|
11
12
|
import { PutScheduledActionCommandInput, PutScheduledActionCommandOutput } from "../commands/PutScheduledActionCommand";
|
|
12
13
|
import { RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput } from "../commands/RegisterScalableTargetCommand";
|
|
14
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
15
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
13
16
|
export declare const serializeAws_json1_1DeleteScalingPolicyCommand: (input: DeleteScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
17
|
export declare const serializeAws_json1_1DeleteScheduledActionCommand: (input: DeleteScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
15
18
|
export declare const serializeAws_json1_1DeregisterScalableTargetCommand: (input: DeregisterScalableTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -17,9 +20,12 @@ export declare const serializeAws_json1_1DescribeScalableTargetsCommand: (input:
|
|
|
17
20
|
export declare const serializeAws_json1_1DescribeScalingActivitiesCommand: (input: DescribeScalingActivitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
21
|
export declare const serializeAws_json1_1DescribeScalingPoliciesCommand: (input: DescribeScalingPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
22
|
export declare const serializeAws_json1_1DescribeScheduledActionsCommand: (input: DescribeScheduledActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
24
|
export declare const serializeAws_json1_1PutScalingPolicyCommand: (input: PutScalingPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
25
|
export declare const serializeAws_json1_1PutScheduledActionCommand: (input: PutScheduledActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
22
26
|
export declare const serializeAws_json1_1RegisterScalableTargetCommand: (input: RegisterScalableTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
+
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
29
|
export declare const deserializeAws_json1_1DeleteScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScalingPolicyCommandOutput>;
|
|
24
30
|
export declare const deserializeAws_json1_1DeleteScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduledActionCommandOutput>;
|
|
25
31
|
export declare const deserializeAws_json1_1DeregisterScalableTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterScalableTargetCommandOutput>;
|
|
@@ -27,6 +33,9 @@ export declare const deserializeAws_json1_1DescribeScalableTargetsCommand: (outp
|
|
|
27
33
|
export declare const deserializeAws_json1_1DescribeScalingActivitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingActivitiesCommandOutput>;
|
|
28
34
|
export declare const deserializeAws_json1_1DescribeScalingPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScalingPoliciesCommandOutput>;
|
|
29
35
|
export declare const deserializeAws_json1_1DescribeScheduledActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduledActionsCommandOutput>;
|
|
36
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
30
37
|
export declare const deserializeAws_json1_1PutScalingPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScalingPolicyCommandOutput>;
|
|
31
38
|
export declare const deserializeAws_json1_1PutScheduledActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutScheduledActionCommandOutput>;
|
|
32
39
|
export declare const deserializeAws_json1_1RegisterScalableTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterScalableTargetCommandOutput>;
|
|
40
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
41
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|