@aws-sdk/client-arc-region-switch 3.1077.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 (71) hide show
  1. package/dist-cjs/index.js +32 -240
  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-types/commandBuilder.d.ts +22 -0
  26. package/dist-types/commands/ApprovePlanExecutionStepCommand.d.ts +3 -8
  27. package/dist-types/commands/CancelPlanExecutionCommand.d.ts +3 -8
  28. package/dist-types/commands/CreatePlanCommand.d.ts +3 -8
  29. package/dist-types/commands/DeletePlanCommand.d.ts +3 -8
  30. package/dist-types/commands/GetPlanCommand.d.ts +3 -8
  31. package/dist-types/commands/GetPlanEvaluationStatusCommand.d.ts +3 -8
  32. package/dist-types/commands/GetPlanExecutionCommand.d.ts +3 -8
  33. package/dist-types/commands/GetPlanInRegionCommand.d.ts +3 -8
  34. package/dist-types/commands/ListPlanExecutionEventsCommand.d.ts +3 -8
  35. package/dist-types/commands/ListPlanExecutionsCommand.d.ts +3 -8
  36. package/dist-types/commands/ListPlansCommand.d.ts +3 -8
  37. package/dist-types/commands/ListPlansInRegionCommand.d.ts +3 -8
  38. package/dist-types/commands/ListRoute53HealthChecksCommand.d.ts +3 -8
  39. package/dist-types/commands/ListRoute53HealthChecksInRegionCommand.d.ts +3 -8
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  41. package/dist-types/commands/StartPlanExecutionCommand.d.ts +3 -8
  42. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  43. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  44. package/dist-types/commands/UpdatePlanCommand.d.ts +3 -8
  45. package/dist-types/commands/UpdatePlanExecutionCommand.d.ts +3 -8
  46. package/dist-types/commands/UpdatePlanExecutionStepCommand.d.ts +3 -8
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/ts3.4/commandBuilder.d.ts +47 -0
  49. package/dist-types/ts3.4/commands/ApprovePlanExecutionStepCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/CancelPlanExecutionCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/CreatePlanCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/DeletePlanCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/GetPlanEvaluationStatusCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/GetPlanExecutionCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetPlanInRegionCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/ListPlanExecutionEventsCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/ListPlanExecutionsCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/ListPlansCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/ListPlansInRegionCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/ListRoute53HealthChecksCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListRoute53HealthChecksInRegionCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/StartPlanExecutionCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/UpdatePlanCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/UpdatePlanExecutionCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/UpdatePlanExecutionStepCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/index.d.ts +1 -0
  71. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartPlanExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartPlanExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ArcRegionSwitch", "StartPlanExecution", {})
13
- .n("ARCRegionSwitchClient", "StartPlanExecutionCommand")
14
- .sc(StartPlanExecution$)
15
- .build() {
3
+ export class StartPlanExecutionCommand extends command(_ep0, _mw0, "StartPlanExecution", StartPlanExecution$) {
16
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- UseControlPlaneEndpoint: { type: "staticContextParams", value: true },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("ArcRegionSwitch", "TagResource", {})
16
- .n("ARCRegionSwitchClient", "TagResourceCommand")
17
- .sc(TagResource$)
18
- .build() {
3
+ export class TagResourceCommand extends command(_ep1, _mw0, "TagResource", TagResource$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- UseControlPlaneEndpoint: { type: "staticContextParams", value: true },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("ArcRegionSwitch", "UntagResource", {})
16
- .n("ARCRegionSwitchClient", "UntagResourceCommand")
17
- .sc(UntagResource$)
18
- .build() {
3
+ export class UntagResourceCommand extends command(_ep1, _mw0, "UntagResource", UntagResource$) {
19
4
  }
@@ -1,19 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep1, _mw0, command } from "../commandBuilder";
4
2
  import { UpdatePlan$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdatePlanCommand extends $Command
7
- .classBuilder()
8
- .ep({
9
- ...commonParams,
10
- UseControlPlaneEndpoint: { type: "staticContextParams", value: true },
11
- })
12
- .m(function (Command, cs, config, o) {
13
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
14
- })
15
- .s("ArcRegionSwitch", "UpdatePlan", {})
16
- .n("ARCRegionSwitchClient", "UpdatePlanCommand")
17
- .sc(UpdatePlan$)
18
- .build() {
3
+ export class UpdatePlanCommand extends command(_ep1, _mw0, "UpdatePlan", UpdatePlan$) {
19
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdatePlanExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdatePlanExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ArcRegionSwitch", "UpdatePlanExecution", {})
13
- .n("ARCRegionSwitchClient", "UpdatePlanExecutionCommand")
14
- .sc(UpdatePlanExecution$)
15
- .build() {
3
+ export class UpdatePlanExecutionCommand extends command(_ep0, _mw0, "UpdatePlanExecution", UpdatePlanExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdatePlanExecutionStep$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdatePlanExecutionStepCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ArcRegionSwitch", "UpdatePlanExecutionStep", {})
13
- .n("ARCRegionSwitchClient", "UpdatePlanExecutionStepCommand")
14
- .sc(UpdatePlanExecutionStep$)
15
- .build() {
3
+ export class UpdatePlanExecutionStepCommand extends command(_ep0, _mw0, "UpdatePlanExecutionStep", UpdatePlanExecutionStep$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ARCRegionSwitchClient";
2
2
  export * from "./ARCRegionSwitch";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -0,0 +1,22 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ARCRegionSwitchClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _ep1: EndpointParameterInstructions;
19
+ /**
20
+ * @internal
21
+ */
22
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { ApprovePlanExecutionStepRequest, ApprovePlanExecutionStepResponse } 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 ApprovePlanExecutionStepCommandInput extends ApprovePlanExecuti
22
19
  export interface ApprovePlanExecutionStepCommandOutput extends ApprovePlanExecutionStepResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ApprovePlanExecutionStepCommand_base: {
25
- new (input: ApprovePlanExecutionStepCommandInput): import("@smithy/core/client").CommandImpl<ApprovePlanExecutionStepCommandInput, ApprovePlanExecutionStepCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ApprovePlanExecutionStepCommandInput): import("@smithy/core/client").CommandImpl<ApprovePlanExecutionStepCommandInput, ApprovePlanExecutionStepCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ApprovePlanExecutionStepCommandInput): import("@smithy/core/client").CommandImpl<ApprovePlanExecutionStepCommandInput, ApprovePlanExecutionStepCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ApprovePlanExecutionStepCommandInput): import("@smithy/core/client").CommandImpl<ApprovePlanExecutionStepCommandInput, ApprovePlanExecutionStepCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Approves a step in a plan execution that requires manual approval. When you create a plan, you can include approval steps that require manual intervention before the execution can proceed. This operation allows you to provide that approval.</p> <p>You must specify the plan ARN, execution ID, step name, and approval status. You can also provide an optional comment explaining the approval decision.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { CancelPlanExecutionRequest, CancelPlanExecutionResponse } 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 CancelPlanExecutionCommandInput extends CancelPlanExecutionRequ
22
19
  export interface CancelPlanExecutionCommandOutput extends CancelPlanExecutionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CancelPlanExecutionCommand_base: {
25
- new (input: CancelPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelPlanExecutionCommandInput, CancelPlanExecutionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelPlanExecutionCommandInput, CancelPlanExecutionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelPlanExecutionCommandInput, CancelPlanExecutionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<CancelPlanExecutionCommandInput, CancelPlanExecutionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels an in-progress plan execution. This operation stops the execution of the plan and prevents any further steps from being processed.</p> <p>You must specify the plan ARN and execution ID. You can also provide an optional comment explaining why the execution was canceled.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { CreatePlanRequest, CreatePlanResponse } 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 CreatePlanCommandInput extends CreatePlanRequest {
22
19
  export interface CreatePlanCommandOutput extends CreatePlanResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreatePlanCommand_base: {
25
- new (input: CreatePlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePlanCommandInput, CreatePlanCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePlanCommandInput, CreatePlanCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreatePlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePlanCommandInput, CreatePlanCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreatePlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePlanCommandInput, CreatePlanCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new Region switch plan. A plan defines the steps required to shift traffic from one Amazon Web Services Region to another.</p> <p>You must specify a name for the plan, the primary Region, and at least one additional Region. You can also provide a description, execution role, recovery time objective, associated alarms, triggers, and workflows that define the steps to execute during a Region switch.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { DeletePlanRequest, DeletePlanResponse } 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 DeletePlanCommandInput extends DeletePlanRequest {
22
19
  export interface DeletePlanCommandOutput extends DeletePlanResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeletePlanCommand_base: {
25
- new (input: DeletePlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePlanCommandInput, DeletePlanCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePlanCommandInput, DeletePlanCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePlanCommandInput, DeletePlanCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeletePlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePlanCommandInput, DeletePlanCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Region switch plan. You must specify the ARN of the plan to delete.</p> <p>You cannot delete a plan that has an active execution in progress.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { GetPlanRequest, GetPlanResponse } 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 GetPlanCommandInput extends GetPlanRequest {
22
19
  export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPlanCommand_base: {
25
- new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<GetPlanCommandInput, GetPlanCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<GetPlanCommandInput, GetPlanCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<GetPlanCommandInput, GetPlanCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<GetPlanCommandInput, GetPlanCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves detailed information about a Region switch plan. You must specify the ARN of the plan.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { GetPlanEvaluationStatusRequest, GetPlanEvaluationStatusResponse } 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 GetPlanEvaluationStatusCommandInput extends GetPlanEvaluationSt
22
19
  export interface GetPlanEvaluationStatusCommandOutput extends GetPlanEvaluationStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPlanEvaluationStatusCommand_base: {
25
- new (input: GetPlanEvaluationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetPlanEvaluationStatusCommandInput, GetPlanEvaluationStatusCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPlanEvaluationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetPlanEvaluationStatusCommandInput, GetPlanEvaluationStatusCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPlanEvaluationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetPlanEvaluationStatusCommandInput, GetPlanEvaluationStatusCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPlanEvaluationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetPlanEvaluationStatusCommandInput, GetPlanEvaluationStatusCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the evaluation status of a Region switch plan. The evaluation status provides information about the last time the plan was evaluated and any warnings or issues detected.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { GetPlanExecutionRequest, GetPlanExecutionResponse } 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 GetPlanExecutionCommandInput extends GetPlanExecutionRequest {
22
19
  export interface GetPlanExecutionCommandOutput extends GetPlanExecutionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPlanExecutionCommand_base: {
25
- new (input: GetPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPlanExecutionCommandInput, GetPlanExecutionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPlanExecutionCommandInput, GetPlanExecutionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPlanExecutionCommandInput, GetPlanExecutionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPlanExecutionCommandInput, GetPlanExecutionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves detailed information about a specific plan execution. You must specify the plan ARN and execution ID.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { GetPlanInRegionRequest, GetPlanInRegionResponse } 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 GetPlanInRegionCommandInput extends GetPlanInRegionRequest {
22
19
  export interface GetPlanInRegionCommandOutput extends GetPlanInRegionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPlanInRegionCommand_base: {
25
- new (input: GetPlanInRegionCommandInput): import("@smithy/core/client").CommandImpl<GetPlanInRegionCommandInput, GetPlanInRegionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPlanInRegionCommandInput): import("@smithy/core/client").CommandImpl<GetPlanInRegionCommandInput, GetPlanInRegionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPlanInRegionCommandInput): import("@smithy/core/client").CommandImpl<GetPlanInRegionCommandInput, GetPlanInRegionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPlanInRegionCommandInput): import("@smithy/core/client").CommandImpl<GetPlanInRegionCommandInput, GetPlanInRegionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a Region switch plan in a specific Amazon Web Services Region. This operation is useful for getting Region-specific information about a plan.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { ListPlanExecutionEventsRequest, ListPlanExecutionEventsResponse } 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 ListPlanExecutionEventsCommandInput extends ListPlanExecutionEv
22
19
  export interface ListPlanExecutionEventsCommandOutput extends ListPlanExecutionEventsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPlanExecutionEventsCommand_base: {
25
- new (input: ListPlanExecutionEventsCommandInput): import("@smithy/core/client").CommandImpl<ListPlanExecutionEventsCommandInput, ListPlanExecutionEventsCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPlanExecutionEventsCommandInput): import("@smithy/core/client").CommandImpl<ListPlanExecutionEventsCommandInput, ListPlanExecutionEventsCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPlanExecutionEventsCommandInput): import("@smithy/core/client").CommandImpl<ListPlanExecutionEventsCommandInput, ListPlanExecutionEventsCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPlanExecutionEventsCommandInput): import("@smithy/core/client").CommandImpl<ListPlanExecutionEventsCommandInput, ListPlanExecutionEventsCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the events that occurred during a plan execution. These events provide a detailed timeline of the execution process.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { ListPlanExecutionsRequest, ListPlanExecutionsResponse } 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 ListPlanExecutionsCommandInput extends ListPlanExecutionsReques
22
19
  export interface ListPlanExecutionsCommandOutput extends ListPlanExecutionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPlanExecutionsCommand_base: {
25
- new (input: ListPlanExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPlanExecutionsCommandInput, ListPlanExecutionsCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPlanExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPlanExecutionsCommandInput, ListPlanExecutionsCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPlanExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPlanExecutionsCommandInput, ListPlanExecutionsCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPlanExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPlanExecutionsCommandInput, ListPlanExecutionsCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the executions of a Region switch plan. This operation returns information about both current and historical executions.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { ListPlansRequest, ListPlansResponse } 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 ListPlansCommandInput extends ListPlansRequest {
22
19
  export interface ListPlansCommandOutput extends ListPlansResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPlansCommand_base: {
25
- new (input: ListPlansCommandInput): import("@smithy/core/client").CommandImpl<ListPlansCommandInput, ListPlansCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPlansCommandInput]): import("@smithy/core/client").CommandImpl<ListPlansCommandInput, ListPlansCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPlansCommandInput): import("@smithy/core/client").CommandImpl<ListPlansCommandInput, ListPlansCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPlansCommandInput]): import("@smithy/core/client").CommandImpl<ListPlansCommandInput, ListPlansCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Region switch plans in your Amazon Web Services account.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { ListPlansInRegionRequest, ListPlansInRegionResponse } 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 ListPlansInRegionCommandInput extends ListPlansInRegionRequest
22
19
  export interface ListPlansInRegionCommandOutput extends ListPlansInRegionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPlansInRegionCommand_base: {
25
- new (input: ListPlansInRegionCommandInput): import("@smithy/core/client").CommandImpl<ListPlansInRegionCommandInput, ListPlansInRegionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPlansInRegionCommandInput]): import("@smithy/core/client").CommandImpl<ListPlansInRegionCommandInput, ListPlansInRegionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPlansInRegionCommandInput): import("@smithy/core/client").CommandImpl<ListPlansInRegionCommandInput, ListPlansInRegionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPlansInRegionCommandInput]): import("@smithy/core/client").CommandImpl<ListPlansInRegionCommandInput, ListPlansInRegionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all Region switch plans in your Amazon Web Services account that are available in the current Amazon Web Services Region.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { ListRoute53HealthChecksRequest, ListRoute53HealthChecksResponse } 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 ListRoute53HealthChecksCommandInput extends ListRoute53HealthCh
22
19
  export interface ListRoute53HealthChecksCommandOutput extends ListRoute53HealthChecksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRoute53HealthChecksCommand_base: {
25
- new (input: ListRoute53HealthChecksCommandInput): import("@smithy/core/client").CommandImpl<ListRoute53HealthChecksCommandInput, ListRoute53HealthChecksCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRoute53HealthChecksCommandInput): import("@smithy/core/client").CommandImpl<ListRoute53HealthChecksCommandInput, ListRoute53HealthChecksCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRoute53HealthChecksCommandInput): import("@smithy/core/client").CommandImpl<ListRoute53HealthChecksCommandInput, ListRoute53HealthChecksCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListRoute53HealthChecksCommandInput): import("@smithy/core/client").CommandImpl<ListRoute53HealthChecksCommandInput, ListRoute53HealthChecksCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the Amazon Route 53 health checks.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
4
2
  import type { ListRoute53HealthChecksInRegionRequest, ListRoute53HealthChecksInRegionResponse } 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 ListRoute53HealthChecksInRegionCommandInput extends ListRoute53
22
19
  export interface ListRoute53HealthChecksInRegionCommandOutput extends ListRoute53HealthChecksInRegionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRoute53HealthChecksInRegionCommand_base: {
25
- new (input: ListRoute53HealthChecksInRegionCommandInput): import("@smithy/core/client").CommandImpl<ListRoute53HealthChecksInRegionCommandInput, ListRoute53HealthChecksInRegionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRoute53HealthChecksInRegionCommandInput): import("@smithy/core/client").CommandImpl<ListRoute53HealthChecksInRegionCommandInput, ListRoute53HealthChecksInRegionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRoute53HealthChecksInRegionCommandInput): import("@smithy/core/client").CommandImpl<ListRoute53HealthChecksInRegionCommandInput, ListRoute53HealthChecksInRegionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListRoute53HealthChecksInRegionCommandInput): import("@smithy/core/client").CommandImpl<ListRoute53HealthChecksInRegionCommandInput, ListRoute53HealthChecksInRegionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the Amazon Route 53 health checks in a specific Amazon Web Services Region.</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 { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
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, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags attached to a Region switch resource.</p>