@aws-sdk/client-application-auto-scaling 3.1076.0 → 3.1078.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 (62) hide show
  1. package/dist-cjs/index.js +25 -145
  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-es/runtimeConfig.browser.js +0 -2
  19. package/dist-es/runtimeConfig.js +1 -2
  20. package/dist-es/runtimeConfig.native.js +0 -2
  21. package/dist-es/runtimeConfig.shared.js +2 -0
  22. package/dist-types/commandBuilder.d.ts +18 -0
  23. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +3 -8
  24. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +3 -8
  25. package/dist-types/commands/DeregisterScalableTargetCommand.d.ts +3 -8
  26. package/dist-types/commands/DescribeScalableTargetsCommand.d.ts +3 -8
  27. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +3 -8
  28. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +3 -8
  29. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +3 -8
  30. package/dist-types/commands/GetPredictiveScalingForecastCommand.d.ts +3 -8
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  32. package/dist-types/commands/PutScalingPolicyCommand.d.ts +3 -8
  33. package/dist-types/commands/PutScheduledActionCommand.d.ts +3 -8
  34. package/dist-types/commands/RegisterScalableTargetCommand.d.ts +3 -8
  35. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  36. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  37. package/dist-types/index.d.ts +1 -0
  38. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  39. package/dist-types/runtimeConfig.d.ts +1 -1
  40. package/dist-types/runtimeConfig.native.d.ts +1 -1
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  42. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  43. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/index.d.ts +1 -0
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  62. package/package.json +8 -10
@@ -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: {
@@ -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
  DescribeScalingPoliciesRequest,
10
4
  DescribeScalingPoliciesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeScalingPoliciesCommandInput
15
8
  extends DescribeScalingPoliciesRequest {}
16
9
  export interface DescribeScalingPoliciesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeScalingPoliciesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeScalingPoliciesCommandInput,
24
17
  DescribeScalingPoliciesCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeScalingPoliciesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeScalingPoliciesCommandInput,
33
26
  DescribeScalingPoliciesCommandOutput,
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 DescribeScalingPoliciesCommand extends DescribeScalingPoliciesCommand_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
  DescribeScheduledActionsRequest,
10
4
  DescribeScheduledActionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeScheduledActionsCommandInput
15
8
  extends DescribeScheduledActionsRequest {}
16
9
  export interface DescribeScheduledActionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeScheduledActionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeScheduledActionsCommandInput,
24
17
  DescribeScheduledActionsCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeScheduledActionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeScheduledActionsCommandInput,
33
26
  DescribeScheduledActionsCommandOutput,
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 DescribeScheduledActionsCommand extends DescribeScheduledActionsCommand_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
  GetPredictiveScalingForecastRequest,
10
4
  GetPredictiveScalingForecastResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetPredictiveScalingForecastCommandInput
15
8
  extends GetPredictiveScalingForecastRequest {}
16
9
  export interface GetPredictiveScalingForecastCommandOutput
@@ -22,22 +15,20 @@ declare const GetPredictiveScalingForecastCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetPredictiveScalingForecastCommandInput,
24
17
  GetPredictiveScalingForecastCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetPredictiveScalingForecastCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetPredictiveScalingForecastCommandInput,
33
26
  GetPredictiveScalingForecastCommandOutput,
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 GetPredictiveScalingForecastCommand extends GetPredictiveScalingForecastCommand_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
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
  PutScalingPolicyRequest,
10
4
  PutScalingPolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutScalingPolicyCommandInput extends PutScalingPolicyRequest {}
15
8
  export interface PutScalingPolicyCommandOutput
16
9
  extends PutScalingPolicyResponse,
@@ -21,22 +14,20 @@ declare const PutScalingPolicyCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  PutScalingPolicyCommandInput,
23
16
  PutScalingPolicyCommandOutput,
24
- ApplicationAutoScalingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ApplicationAutoScalingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: PutScalingPolicyCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  PutScalingPolicyCommandInput,
32
25
  PutScalingPolicyCommandOutput,
33
- ApplicationAutoScalingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ApplicationAutoScalingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class PutScalingPolicyCommand extends PutScalingPolicyCommand_base {
42
33
  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
  PutScheduledActionRequest,
10
4
  PutScheduledActionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutScheduledActionCommandInput
15
8
  extends PutScheduledActionRequest {}
16
9
  export interface PutScheduledActionCommandOutput
@@ -22,22 +15,20 @@ declare const PutScheduledActionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutScheduledActionCommandInput,
24
17
  PutScheduledActionCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutScheduledActionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutScheduledActionCommandInput,
33
26
  PutScheduledActionCommandOutput,
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 PutScheduledActionCommand extends PutScheduledActionCommand_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
  RegisterScalableTargetRequest,
10
4
  RegisterScalableTargetResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RegisterScalableTargetCommandInput
15
8
  extends RegisterScalableTargetRequest {}
16
9
  export interface RegisterScalableTargetCommandOutput
@@ -22,22 +15,20 @@ declare const RegisterScalableTargetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RegisterScalableTargetCommandInput,
24
17
  RegisterScalableTargetCommandOutput,
25
- ApplicationAutoScalingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationAutoScalingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RegisterScalableTargetCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RegisterScalableTargetCommandInput,
33
26
  RegisterScalableTargetCommandOutput,
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 RegisterScalableTargetCommand extends RegisterScalableTargetCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- ApplicationAutoScalingClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ApplicationAutoScalingClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- ApplicationAutoScalingClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ApplicationAutoScalingClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  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
  UntagResourceRequest,
10
4
  UntagResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
8
  export interface UntagResourceCommandOutput
16
9
  extends UntagResourceResponse,
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UntagResourceCommandInput,
23
16
  UntagResourceCommandOutput,
24
- ApplicationAutoScalingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ApplicationAutoScalingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UntagResourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UntagResourceCommandInput,
32
25
  UntagResourceCommandOutput,
33
- ApplicationAutoScalingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ApplicationAutoScalingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
42
33
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { ApplicationAutoScalingExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
@@ -22,7 +22,6 @@ export declare const getRuntimeConfig: (
22
22
  | import("@smithy/core/protocols").HttpHandler<any>
23
23
  | RequestHandler;
24
24
  retryMode: string | import("@smithy/types").Provider<string>;
25
- sha256: import("@smithy/types").HashConstructor;
26
25
  streamCollector: (
27
26
  stream:
28
27
  | import("stream").Readable
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
44
43
  [setting: string]: unknown;
45
44
  };
46
45
  apiVersion: string;
46
+ sha256: import("@smithy/types").HashConstructor;
47
47
  urlParser: import("@smithy/types").UrlParser;
48
48
  base64Decoder: import("@smithy/types").Decoder;
49
49
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -23,7 +23,6 @@ export declare const getRuntimeConfig: (
23
23
  | RequestHandler
24
24
  | import("@smithy/core/protocols").HttpHandler<any>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
26
- sha256: import("@smithy/types").HashConstructor;
27
26
  streamCollector: (
28
27
  stream:
29
28
  | import("stream").Readable
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
44
43
  [setting: string]: unknown;
45
44
  };
46
45
  apiVersion: string;
46
+ sha256: import("@smithy/types").HashConstructor;
47
47
  urlParser: import("@smithy/types").UrlParser;
48
48
  base64Decoder: import("@smithy/types").Decoder;
49
49
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -3,7 +3,6 @@ export declare const getRuntimeConfig: (
3
3
  config: ApplicationAutoScalingClientConfig
4
4
  ) => {
5
5
  runtime: string;
6
- sha256: import("@smithy/types").HashConstructor;
7
6
  requestHandler:
8
7
  | import("@smithy/types").NodeHttpHandlerOptions
9
8
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -20,6 +19,7 @@ export declare const getRuntimeConfig: (
20
19
  [setting: string]: unknown;
21
20
  };
22
21
  apiVersion: string;
22
+ sha256: import("@smithy/types").HashConstructor;
23
23
  urlParser: import("@smithy/types").UrlParser;
24
24
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
25
25
  streamCollector: (
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (
26
26
  defaultNamespace?: string;
27
27
  };
28
28
  serviceId: string;
29
+ sha256: import("@smithy/types").HashConstructor;
29
30
  urlParser: import("@smithy/types").UrlParser;
30
31
  utf8Decoder: import("@smithy/types").Decoder;
31
32
  utf8Encoder: (input: Uint8Array | string) => string;