@aws-sdk/client-application-auto-scaling 3.1077.0 → 3.1079.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 (50) hide show
  1. package/dist-cjs/index.js +22 -143
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/DeleteScalingPolicyCommand.js +2 -14
  4. package/dist-es/commands/DeleteScheduledActionCommand.js +2 -14
  5. package/dist-es/commands/DeregisterScalableTargetCommand.js +2 -14
  6. package/dist-es/commands/DescribeScalableTargetsCommand.js +2 -14
  7. package/dist-es/commands/DescribeScalingActivitiesCommand.js +2 -14
  8. package/dist-es/commands/DescribeScalingPoliciesCommand.js +2 -14
  9. package/dist-es/commands/DescribeScheduledActionsCommand.js +2 -14
  10. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +2 -14
  11. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  12. package/dist-es/commands/PutScalingPolicyCommand.js +2 -14
  13. package/dist-es/commands/PutScheduledActionCommand.js +2 -14
  14. package/dist-es/commands/RegisterScalableTargetCommand.js +2 -14
  15. package/dist-es/commands/TagResourceCommand.js +2 -14
  16. package/dist-es/commands/UntagResourceCommand.js +2 -14
  17. package/dist-es/index.js +1 -0
  18. package/dist-types/commandBuilder.d.ts +18 -0
  19. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +3 -8
  20. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -8
  21. package/dist-types/commands/DeregisterScalableTargetCommand.d.ts +3 -8
  22. package/dist-types/commands/DescribeScalableTargetsCommand.d.ts +3 -8
  23. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +3 -8
  24. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +3 -8
  25. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +3 -8
  26. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +3 -8
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  28. package/dist-types/commands/PutScalingPolicyCommand.d.ts +3 -8
  29. package/dist-types/commands/PutScheduledActionCommand.d.ts +3 -8
  30. package/dist-types/commands/RegisterScalableTargetCommand.d.ts +3 -8
  31. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  32. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  35. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +7 -16
  36. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +7 -16
  37. package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +7 -16
  38. package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +7 -16
  39. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/index.d.ts +1 -0
  50. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { DescribeScalableTargetsRequest, DescribeScalableTargetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeScalableTargetsCommandInput extends DescribeScalableTar
22
19
  export interface DescribeScalableTargetsCommandOutput extends DescribeScalableTargetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeScalableTargetsCommand_base: {
25
- new (input: DescribeScalableTargetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeScalableTargetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeScalableTargetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeScalableTargetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets information about the scalable targets in the specified namespace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { DescribeScalingActivitiesRequest, DescribeScalingActivitiesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeScalingActivitiesCommandInput extends DescribeScalingAc
22
19
  export interface DescribeScalingActivitiesCommandOutput extends DescribeScalingActivitiesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeScalingActivitiesCommand_base: {
25
- new (input: DescribeScalingActivitiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeScalingActivitiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeScalingActivitiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeScalingActivitiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides descriptive information about the scaling activities in the specified namespace
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { DescribeScalingPoliciesRequest, DescribeScalingPoliciesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeScalingPoliciesCommandInput extends DescribeScalingPoli
22
19
  export interface DescribeScalingPoliciesCommandOutput extends DescribeScalingPoliciesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeScalingPoliciesCommand_base: {
25
- new (input: DescribeScalingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeScalingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeScalingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeScalingPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the Application Auto Scaling scaling policies for the specified service namespace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { DescribeScheduledActionsRequest, DescribeScheduledActionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeScheduledActionsCommandInput extends DescribeScheduledA
22
19
  export interface DescribeScheduledActionsCommandOutput extends DescribeScheduledActionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeScheduledActionsCommand_base: {
25
- new (input: DescribeScheduledActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeScheduledActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeScheduledActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeScheduledActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the Application Auto Scaling scheduled actions for the specified service namespace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { GetPredictiveScalingForecastRequest, GetPredictiveScalingForecastResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPredictiveScalingForecastCommandInput extends GetPredictiveS
22
19
  export interface GetPredictiveScalingForecastCommandOutput extends GetPredictiveScalingForecastResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPredictiveScalingForecastCommand_base: {
25
- new (input: GetPredictiveScalingForecastCommandInput): import("@smithy/core/client").CommandImpl<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPredictiveScalingForecastCommandInput): import("@smithy/core/client").CommandImpl<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPredictiveScalingForecastCommandInput): import("@smithy/core/client").CommandImpl<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPredictiveScalingForecastCommandInput): import("@smithy/core/client").CommandImpl<GetPredictiveScalingForecastCommandInput, GetPredictiveScalingForecastCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the forecast data for a predictive scaling policy.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns all the tags on the specified Application Auto Scaling scalable target.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { PutScalingPolicyRequest, PutScalingPolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutScalingPolicyCommandInput extends PutScalingPolicyRequest {
22
19
  export interface PutScalingPolicyCommandOutput extends PutScalingPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutScalingPolicyCommand_base: {
25
- new (input: PutScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutScalingPolicyCommandInput, PutScalingPolicyCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates a scaling policy for an Application Auto Scaling scalable target.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { PutScheduledActionRequest, PutScheduledActionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutScheduledActionCommandInput extends PutScheduledActionReques
22
19
  export interface PutScheduledActionCommandOutput extends PutScheduledActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutScheduledActionCommand_base: {
25
- new (input: PutScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<PutScheduledActionCommandInput, PutScheduledActionCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<PutScheduledActionCommandInput, PutScheduledActionCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<PutScheduledActionCommandInput, PutScheduledActionCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutScheduledActionCommandInput): import("@smithy/core/client").CommandImpl<PutScheduledActionCommandInput, PutScheduledActionCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates a scheduled action for an Application Auto Scaling scalable target. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { RegisterScalableTargetRequest, RegisterScalableTargetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RegisterScalableTargetCommandInput extends RegisterScalableTarg
22
19
  export interface RegisterScalableTargetCommandOutput extends RegisterScalableTargetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RegisterScalableTargetCommand_base: {
25
- new (input: RegisterScalableTargetCommandInput): import("@smithy/core/client").CommandImpl<RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterScalableTargetCommandInput): import("@smithy/core/client").CommandImpl<RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterScalableTargetCommandInput): import("@smithy/core/client").CommandImpl<RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterScalableTargetCommandInput): import("@smithy/core/client").CommandImpl<RegisterScalableTargetCommandInput, RegisterScalableTargetCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Registers or updates a scalable target, which is the resource that you want to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds or edits tags on an Application Auto Scaling scalable target.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationAutoScalingClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ApplicationAutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes tags from an Application Auto Scaling scalable target. To delete a tag, specify the tag key and
@@ -88,6 +88,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
88
88
  export type { RuntimeExtension } from "./runtimeExtensions";
89
89
  export type { ApplicationAutoScalingExtensionConfiguration } from "./extensionConfiguration";
90
90
  export * from "./commands";
91
+ export { Command as $Command } from "@smithy/core/client";
91
92
  export * from "./schemas/schemas_0";
92
93
  export * from "./pagination";
93
94
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ApplicationAutoScalingClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ApplicationAutoScalingClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ApplicationAutoScalingClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ApplicationAutoScalingClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationAutoScalingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationAutoScalingClient";
8
2
  import {
9
3
  DeleteScalingPolicyRequest,
10
4
  DeleteScalingPolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteScalingPolicyCommandInput
15
8
  extends DeleteScalingPolicyRequest {}
16
9
  export interface DeleteScalingPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteScalingPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteScalingPolicyCommandInput,
24
17
  DeleteScalingPolicyCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteScalingPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteScalingPolicyCommandInput,
33
26
  DeleteScalingPolicyCommandOutput,
34
- ApplicationAutoScalingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationAutoScalingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteScalingPolicyCommand extends DeleteScalingPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationAutoScalingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationAutoScalingClient";
8
2
  import {
9
3
  DeleteScheduledActionRequest,
10
4
  DeleteScheduledActionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteScheduledActionCommandInput
15
8
  extends DeleteScheduledActionRequest {}
16
9
  export interface DeleteScheduledActionCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteScheduledActionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteScheduledActionCommandInput,
24
17
  DeleteScheduledActionCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteScheduledActionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteScheduledActionCommandInput,
33
26
  DeleteScheduledActionCommandOutput,
34
- ApplicationAutoScalingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationAutoScalingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteScheduledActionCommand extends DeleteScheduledActionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationAutoScalingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationAutoScalingClient";
8
2
  import {
9
3
  DeregisterScalableTargetRequest,
10
4
  DeregisterScalableTargetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeregisterScalableTargetCommandInput
15
8
  extends DeregisterScalableTargetRequest {}
16
9
  export interface DeregisterScalableTargetCommandOutput
@@ -22,22 +15,20 @@ declare const DeregisterScalableTargetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeregisterScalableTargetCommandInput,
24
17
  DeregisterScalableTargetCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeregisterScalableTargetCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeregisterScalableTargetCommandInput,
33
26
  DeregisterScalableTargetCommandOutput,
34
- ApplicationAutoScalingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationAutoScalingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeregisterScalableTargetCommand extends DeregisterScalableTargetCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationAutoScalingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationAutoScalingClient";
8
2
  import {
9
3
  DescribeScalableTargetsRequest,
10
4
  DescribeScalableTargetsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeScalableTargetsCommandInput
15
8
  extends DescribeScalableTargetsRequest {}
16
9
  export interface DescribeScalableTargetsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeScalableTargetsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeScalableTargetsCommandInput,
24
17
  DescribeScalableTargetsCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeScalableTargetsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeScalableTargetsCommandInput,
33
26
  DescribeScalableTargetsCommandOutput,
34
- ApplicationAutoScalingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationAutoScalingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeScalableTargetsCommand extends DescribeScalableTargetsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationAutoScalingClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationAutoScalingClient";
8
2
  import {
9
3
  DescribeScalingActivitiesRequest,
10
4
  DescribeScalingActivitiesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeScalingActivitiesCommandInput
15
8
  extends DescribeScalingActivitiesRequest {}
16
9
  export interface DescribeScalingActivitiesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeScalingActivitiesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeScalingActivitiesCommandInput,
24
17
  DescribeScalingActivitiesCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeScalingActivitiesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeScalingActivitiesCommandInput,
33
26
  DescribeScalingActivitiesCommandOutput,
34
- ApplicationAutoScalingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationAutoScalingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeScalingActivitiesCommand extends DescribeScalingActivitiesCommand_base {
43
34
  protected static __types: {