@aws-sdk/client-arc-region-switch 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 (83) hide show
  1. package/dist-cjs/index.js +35 -242
  2. package/dist-es/commandBuilder.js +9 -0
  3. package/dist-es/commands/ApprovePlanExecutionStepCommand.js +2 -14
  4. package/dist-es/commands/CancelPlanExecutionCommand.js +2 -14
  5. package/dist-es/commands/CreatePlanCommand.js +2 -17
  6. package/dist-es/commands/DeletePlanCommand.js +2 -17
  7. package/dist-es/commands/GetPlanCommand.js +2 -17
  8. package/dist-es/commands/GetPlanEvaluationStatusCommand.js +2 -14
  9. package/dist-es/commands/GetPlanExecutionCommand.js +2 -14
  10. package/dist-es/commands/GetPlanInRegionCommand.js +2 -14
  11. package/dist-es/commands/ListPlanExecutionEventsCommand.js +2 -14
  12. package/dist-es/commands/ListPlanExecutionsCommand.js +2 -14
  13. package/dist-es/commands/ListPlansCommand.js +2 -17
  14. package/dist-es/commands/ListPlansInRegionCommand.js +2 -14
  15. package/dist-es/commands/ListRoute53HealthChecksCommand.js +2 -17
  16. package/dist-es/commands/ListRoute53HealthChecksInRegionCommand.js +2 -14
  17. package/dist-es/commands/ListTagsForResourceCommand.js +2 -17
  18. package/dist-es/commands/StartPlanExecutionCommand.js +2 -14
  19. package/dist-es/commands/TagResourceCommand.js +2 -17
  20. package/dist-es/commands/UntagResourceCommand.js +2 -17
  21. package/dist-es/commands/UpdatePlanCommand.js +2 -17
  22. package/dist-es/commands/UpdatePlanExecutionCommand.js +2 -14
  23. package/dist-es/commands/UpdatePlanExecutionStepCommand.js +2 -14
  24. package/dist-es/index.js +1 -0
  25. package/dist-es/runtimeConfig.browser.js +0 -2
  26. package/dist-es/runtimeConfig.js +1 -2
  27. package/dist-es/runtimeConfig.native.js +0 -2
  28. package/dist-es/runtimeConfig.shared.js +2 -0
  29. package/dist-types/commandBuilder.d.ts +22 -0
  30. package/dist-types/commands/ApprovePlanExecutionStepCommand.d.ts +3 -8
  31. package/dist-types/commands/CancelPlanExecutionCommand.d.ts +3 -8
  32. package/dist-types/commands/CreatePlanCommand.d.ts +3 -8
  33. package/dist-types/commands/DeletePlanCommand.d.ts +3 -8
  34. package/dist-types/commands/GetPlanCommand.d.ts +3 -8
  35. package/dist-types/commands/GetPlanEvaluationStatusCommand.d.ts +3 -8
  36. package/dist-types/commands/GetPlanExecutionCommand.d.ts +3 -8
  37. package/dist-types/commands/GetPlanInRegionCommand.d.ts +3 -8
  38. package/dist-types/commands/ListPlanExecutionEventsCommand.d.ts +3 -8
  39. package/dist-types/commands/ListPlanExecutionsCommand.d.ts +3 -8
  40. package/dist-types/commands/ListPlansCommand.d.ts +3 -8
  41. package/dist-types/commands/ListPlansInRegionCommand.d.ts +3 -8
  42. package/dist-types/commands/ListRoute53HealthChecksCommand.d.ts +3 -8
  43. package/dist-types/commands/ListRoute53HealthChecksInRegionCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/StartPlanExecutionCommand.d.ts +3 -8
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/UpdatePlanCommand.d.ts +3 -8
  49. package/dist-types/commands/UpdatePlanExecutionCommand.d.ts +3 -8
  50. package/dist-types/commands/UpdatePlanExecutionStepCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  53. package/dist-types/runtimeConfig.d.ts +1 -1
  54. package/dist-types/runtimeConfig.native.d.ts +1 -1
  55. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  56. package/dist-types/ts3.4/commandBuilder.d.ts +47 -0
  57. package/dist-types/ts3.4/commands/ApprovePlanExecutionStepCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CancelPlanExecutionCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/CreatePlanCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DeletePlanCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GetPlanEvaluationStatusCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetPlanExecutionCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetPlanInRegionCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListPlanExecutionEventsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListPlanExecutionsCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListPlansCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListPlansInRegionCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListRoute53HealthChecksCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListRoute53HealthChecksInRegionCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/StartPlanExecutionCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UpdatePlanCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/UpdatePlanExecutionCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/UpdatePlanExecutionStepCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/index.d.ts +1 -0
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  83. 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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  GetPlanEvaluationStatusRequest,
10
4
  GetPlanEvaluationStatusResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetPlanEvaluationStatusCommandInput
15
8
  extends GetPlanEvaluationStatusRequest {}
16
9
  export interface GetPlanEvaluationStatusCommandOutput
@@ -22,22 +15,20 @@ declare const GetPlanEvaluationStatusCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetPlanEvaluationStatusCommandInput,
24
17
  GetPlanEvaluationStatusCommandOutput,
25
- ARCRegionSwitchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ARCRegionSwitchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetPlanEvaluationStatusCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetPlanEvaluationStatusCommandInput,
33
26
  GetPlanEvaluationStatusCommandOutput,
34
- ARCRegionSwitchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 GetPlanEvaluationStatusCommand extends GetPlanEvaluationStatusCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  GetPlanExecutionRequest,
10
4
  GetPlanExecutionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetPlanExecutionCommandInput extends GetPlanExecutionRequest {}
15
8
  export interface GetPlanExecutionCommandOutput
16
9
  extends GetPlanExecutionResponse,
@@ -21,22 +14,20 @@ declare const GetPlanExecutionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetPlanExecutionCommandInput,
23
16
  GetPlanExecutionCommandOutput,
24
- ARCRegionSwitchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ARCRegionSwitchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetPlanExecutionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetPlanExecutionCommandInput,
32
25
  GetPlanExecutionCommandOutput,
33
- ARCRegionSwitchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 GetPlanExecutionCommand extends GetPlanExecutionCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  GetPlanInRegionRequest,
10
4
  GetPlanInRegionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetPlanInRegionCommandInput extends GetPlanInRegionRequest {}
15
8
  export interface GetPlanInRegionCommandOutput
16
9
  extends GetPlanInRegionResponse,
@@ -21,22 +14,20 @@ declare const GetPlanInRegionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetPlanInRegionCommandInput,
23
16
  GetPlanInRegionCommandOutput,
24
- ARCRegionSwitchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ARCRegionSwitchClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetPlanInRegionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetPlanInRegionCommandInput,
32
25
  GetPlanInRegionCommandOutput,
33
- ARCRegionSwitchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 GetPlanInRegionCommand extends GetPlanInRegionCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  ListPlanExecutionEventsRequest,
10
4
  ListPlanExecutionEventsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPlanExecutionEventsCommandInput
15
8
  extends ListPlanExecutionEventsRequest {}
16
9
  export interface ListPlanExecutionEventsCommandOutput
@@ -22,22 +15,20 @@ declare const ListPlanExecutionEventsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPlanExecutionEventsCommandInput,
24
17
  ListPlanExecutionEventsCommandOutput,
25
- ARCRegionSwitchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ARCRegionSwitchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListPlanExecutionEventsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPlanExecutionEventsCommandInput,
33
26
  ListPlanExecutionEventsCommandOutput,
34
- ARCRegionSwitchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 ListPlanExecutionEventsCommand extends ListPlanExecutionEventsCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  ListPlanExecutionsRequest,
10
4
  ListPlanExecutionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPlanExecutionsCommandInput
15
8
  extends ListPlanExecutionsRequest {}
16
9
  export interface ListPlanExecutionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListPlanExecutionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPlanExecutionsCommandInput,
24
17
  ListPlanExecutionsCommandOutput,
25
- ARCRegionSwitchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ARCRegionSwitchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListPlanExecutionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPlanExecutionsCommandInput,
33
26
  ListPlanExecutionsCommandOutput,
34
- ARCRegionSwitchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 ListPlanExecutionsCommand extends ListPlanExecutionsCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import { ListPlansRequest, ListPlansResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListPlansCommandInput extends ListPlansRequest {}
12
5
  export interface ListPlansCommandOutput
13
6
  extends ListPlansResponse,
@@ -16,22 +9,20 @@ declare const ListPlansCommand_base: {
16
9
  new (input: ListPlansCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  ListPlansCommandInput,
18
11
  ListPlansCommandOutput,
19
- ARCRegionSwitchClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ARCRegionSwitchClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  ...[input]: [] | [ListPlansCommandInput]
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  ListPlansCommandInput,
27
20
  ListPlansCommandOutput,
28
- ARCRegionSwitchClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").ARCRegionSwitchClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class ListPlansCommand extends ListPlansCommand_base {
37
28
  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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  ListPlansInRegionRequest,
10
4
  ListPlansInRegionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListPlansInRegionCommandInput
15
8
  extends ListPlansInRegionRequest {}
16
9
  export interface ListPlansInRegionCommandOutput
@@ -22,22 +15,20 @@ declare const ListPlansInRegionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListPlansInRegionCommandInput,
24
17
  ListPlansInRegionCommandOutput,
25
- ARCRegionSwitchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ARCRegionSwitchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListPlansInRegionCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListPlansInRegionCommandInput,
33
26
  ListPlansInRegionCommandOutput,
34
- ARCRegionSwitchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 ListPlansInRegionCommand extends ListPlansInRegionCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  ListRoute53HealthChecksRequest,
10
4
  ListRoute53HealthChecksResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListRoute53HealthChecksCommandInput
15
8
  extends ListRoute53HealthChecksRequest {}
16
9
  export interface ListRoute53HealthChecksCommandOutput
@@ -22,22 +15,20 @@ declare const ListRoute53HealthChecksCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListRoute53HealthChecksCommandInput,
24
17
  ListRoute53HealthChecksCommandOutput,
25
- ARCRegionSwitchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ARCRegionSwitchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListRoute53HealthChecksCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListRoute53HealthChecksCommandInput,
33
26
  ListRoute53HealthChecksCommandOutput,
34
- ARCRegionSwitchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 ListRoute53HealthChecksCommand extends ListRoute53HealthChecksCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  ListRoute53HealthChecksInRegionRequest,
10
4
  ListRoute53HealthChecksInRegionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListRoute53HealthChecksInRegionCommandInput
15
8
  extends ListRoute53HealthChecksInRegionRequest {}
16
9
  export interface ListRoute53HealthChecksInRegionCommandOutput
@@ -22,22 +15,20 @@ declare const ListRoute53HealthChecksInRegionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListRoute53HealthChecksInRegionCommandInput,
24
17
  ListRoute53HealthChecksInRegionCommandOutput,
25
- ARCRegionSwitchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ARCRegionSwitchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListRoute53HealthChecksInRegionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListRoute53HealthChecksInRegionCommandInput,
33
26
  ListRoute53HealthChecksInRegionCommandOutput,
34
- ARCRegionSwitchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 ListRoute53HealthChecksInRegionCommand extends ListRoute53HealthChecksInRegionCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
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
- ARCRegionSwitchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ARCRegionSwitchClientResolvedConfig,
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
- ARCRegionSwitchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ARCRegionSwitchClientResolvedConfig,
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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import {
9
3
  StartPlanExecutionRequest,
10
4
  StartPlanExecutionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartPlanExecutionCommandInput
15
8
  extends StartPlanExecutionRequest {}
16
9
  export interface StartPlanExecutionCommandOutput
@@ -22,22 +15,20 @@ declare const StartPlanExecutionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StartPlanExecutionCommandInput,
24
17
  StartPlanExecutionCommandOutput,
25
- ARCRegionSwitchClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ARCRegionSwitchClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StartPlanExecutionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StartPlanExecutionCommandInput,
33
26
  StartPlanExecutionCommandOutput,
34
- ARCRegionSwitchClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 StartPlanExecutionCommand extends StartPlanExecutionCommand_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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
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
- ARCRegionSwitchClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ARCRegionSwitchClientResolvedConfig,
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
- ARCRegionSwitchClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ARCRegionSwitchClientResolvedConfig,
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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
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
- ARCRegionSwitchClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ARCRegionSwitchClientResolvedConfig,
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
- ARCRegionSwitchClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ARCRegionSwitchClientResolvedConfig,
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: {
@@ -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
- ARCRegionSwitchClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ARCRegionSwitchClient";
8
2
  import { UpdatePlanRequest, UpdatePlanResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdatePlanCommandInput extends UpdatePlanRequest {}
12
5
  export interface UpdatePlanCommandOutput
13
6
  extends UpdatePlanResponse,
@@ -18,22 +11,20 @@ declare const UpdatePlanCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdatePlanCommandInput,
20
13
  UpdatePlanCommandOutput,
21
- ARCRegionSwitchClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ARCRegionSwitchClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdatePlanCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdatePlanCommandInput,
29
22
  UpdatePlanCommandOutput,
30
- ARCRegionSwitchClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ARCRegionSwitchClientResolvedConfig,
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 UpdatePlanCommand extends UpdatePlanCommand_base {
39
30
  protected static __types: {