@aws-sdk/client-arc-region-switch 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +32 -240
- package/dist-es/commandBuilder.js +9 -0
- package/dist-es/commands/ApprovePlanExecutionStepCommand.js +2 -14
- package/dist-es/commands/CancelPlanExecutionCommand.js +2 -14
- package/dist-es/commands/CreatePlanCommand.js +2 -17
- package/dist-es/commands/DeletePlanCommand.js +2 -17
- package/dist-es/commands/GetPlanCommand.js +2 -17
- package/dist-es/commands/GetPlanEvaluationStatusCommand.js +2 -14
- package/dist-es/commands/GetPlanExecutionCommand.js +2 -14
- package/dist-es/commands/GetPlanInRegionCommand.js +2 -14
- package/dist-es/commands/ListPlanExecutionEventsCommand.js +2 -14
- package/dist-es/commands/ListPlanExecutionsCommand.js +2 -14
- package/dist-es/commands/ListPlansCommand.js +2 -17
- package/dist-es/commands/ListPlansInRegionCommand.js +2 -14
- package/dist-es/commands/ListRoute53HealthChecksCommand.js +2 -17
- package/dist-es/commands/ListRoute53HealthChecksInRegionCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -17
- package/dist-es/commands/StartPlanExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -17
- package/dist-es/commands/UntagResourceCommand.js +2 -17
- package/dist-es/commands/UpdatePlanCommand.js +2 -17
- package/dist-es/commands/UpdatePlanExecutionCommand.js +2 -14
- package/dist-es/commands/UpdatePlanExecutionStepCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/ApprovePlanExecutionStepCommand.d.ts +3 -8
- package/dist-types/commands/CancelPlanExecutionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePlanCommand.d.ts +3 -8
- package/dist-types/commands/DeletePlanCommand.d.ts +3 -8
- package/dist-types/commands/GetPlanCommand.d.ts +3 -8
- package/dist-types/commands/GetPlanEvaluationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetPlanExecutionCommand.d.ts +3 -8
- package/dist-types/commands/GetPlanInRegionCommand.d.ts +3 -8
- package/dist-types/commands/ListPlanExecutionEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListPlanExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPlansCommand.d.ts +3 -8
- package/dist-types/commands/ListPlansInRegionCommand.d.ts +3 -8
- package/dist-types/commands/ListRoute53HealthChecksCommand.d.ts +3 -8
- package/dist-types/commands/ListRoute53HealthChecksInRegionCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartPlanExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePlanCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePlanExecutionCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePlanExecutionStepCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +47 -0
- package/dist-types/ts3.4/commands/ApprovePlanExecutionStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelPlanExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPlanEvaluationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPlanExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPlanInRegionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlanExecutionEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlanExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlansInRegionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoute53HealthChecksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoute53HealthChecksInRegionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPlanExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePlanExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePlanExecutionStepCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
2
|
import type { StartPlanExecutionRequest, StartPlanExecutionResponse } 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 StartPlanExecutionCommandInput extends StartPlanExecutionReques
|
|
|
22
19
|
export interface StartPlanExecutionCommandOutput extends StartPlanExecutionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartPlanExecutionCommand_base: {
|
|
25
|
-
new (input: StartPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartPlanExecutionCommandInput, StartPlanExecutionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartPlanExecutionCommandInput, StartPlanExecutionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartPlanExecutionCommandInput, StartPlanExecutionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartPlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartPlanExecutionCommandInput, StartPlanExecutionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts the execution of a Region switch plan. You can execute a plan in either <code>graceful</code> or <code>ungraceful</code> mode.</p> <p>Specifing <code>ungraceful</code> mode either changes the behavior of the execution blocks in a workflow or skips specific execution blocks.</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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds or updates tags for a Region switch resource. You can assign metadata to your resources in the form of tags, which are key-value pairs.</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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from a Region switch resource.</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 { UpdatePlanRequest, UpdatePlanResponse } 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 UpdatePlanCommandInput extends UpdatePlanRequest {
|
|
|
22
19
|
export interface UpdatePlanCommandOutput extends UpdatePlanResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePlanCommand_base: {
|
|
25
|
-
new (input: UpdatePlanCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanCommandInput, UpdatePlanCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePlanCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanCommandInput, UpdatePlanCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePlanCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanCommandInput, UpdatePlanCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePlanCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanCommandInput, UpdatePlanCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing Region switch plan. You can modify the plan's description, workflows, execution role, recovery time objective, associated alarms, and triggers.</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 { UpdatePlanExecutionRequest, UpdatePlanExecutionResponse } 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 UpdatePlanExecutionCommandInput extends UpdatePlanExecutionRequ
|
|
|
22
19
|
export interface UpdatePlanExecutionCommandOutput extends UpdatePlanExecutionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePlanExecutionCommand_base: {
|
|
25
|
-
new (input: UpdatePlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanExecutionCommandInput, UpdatePlanExecutionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanExecutionCommandInput, UpdatePlanExecutionCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanExecutionCommandInput, UpdatePlanExecutionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePlanExecutionCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanExecutionCommandInput, UpdatePlanExecutionCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an in-progress plan execution. This operation allows you to modify certain aspects of the execution, such as adding a comment or changing the action.</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 { UpdatePlanExecutionStepRequest, UpdatePlanExecutionStepResponse } 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 UpdatePlanExecutionStepCommandInput extends UpdatePlanExecution
|
|
|
22
19
|
export interface UpdatePlanExecutionStepCommandOutput extends UpdatePlanExecutionStepResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePlanExecutionStepCommand_base: {
|
|
25
|
-
new (input: UpdatePlanExecutionStepCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanExecutionStepCommandInput, UpdatePlanExecutionStepCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePlanExecutionStepCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanExecutionStepCommandInput, UpdatePlanExecutionStepCommandOutput, ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePlanExecutionStepCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanExecutionStepCommandInput, UpdatePlanExecutionStepCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePlanExecutionStepCommandInput): import("@smithy/core/client").CommandImpl<UpdatePlanExecutionStepCommandInput, UpdatePlanExecutionStepCommandOutput, import("..").ARCRegionSwitchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a specific step in an in-progress plan execution. This operation allows you to modify the step's comment or action.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { ARCRegionSwitchExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./waiters";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ARCRegionSwitchClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./ARCRegionSwitchClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
ARCRegionSwitchClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
ARCRegionSwitchClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _ep1: EndpointParameterInstructions;
|
|
42
|
+
export declare const _mw0: (
|
|
43
|
+
Command: any,
|
|
44
|
+
cs: any,
|
|
45
|
+
config: any,
|
|
46
|
+
o: any
|
|
47
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ARCRegionSwitchClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ARCRegionSwitchClient";
|
|
8
2
|
import {
|
|
9
3
|
ApprovePlanExecutionStepRequest,
|
|
10
4
|
ApprovePlanExecutionStepResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ApprovePlanExecutionStepCommandInput
|
|
15
8
|
extends ApprovePlanExecutionStepRequest {}
|
|
16
9
|
export interface ApprovePlanExecutionStepCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ApprovePlanExecutionStepCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ApprovePlanExecutionStepCommandInput,
|
|
24
17
|
ApprovePlanExecutionStepCommandOutput,
|
|
25
|
-
ARCRegionSwitchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ARCRegionSwitchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ApprovePlanExecutionStepCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ApprovePlanExecutionStepCommandInput,
|
|
33
26
|
ApprovePlanExecutionStepCommandOutput,
|
|
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 ApprovePlanExecutionStepCommand extends ApprovePlanExecutionStepCommand_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
|
CancelPlanExecutionRequest,
|
|
10
4
|
CancelPlanExecutionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CancelPlanExecutionCommandInput
|
|
15
8
|
extends CancelPlanExecutionRequest {}
|
|
16
9
|
export interface CancelPlanExecutionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CancelPlanExecutionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CancelPlanExecutionCommandInput,
|
|
24
17
|
CancelPlanExecutionCommandOutput,
|
|
25
|
-
ARCRegionSwitchClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ARCRegionSwitchClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CancelPlanExecutionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CancelPlanExecutionCommandInput,
|
|
33
26
|
CancelPlanExecutionCommandOutput,
|
|
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 CancelPlanExecutionCommand extends CancelPlanExecutionCommand_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 { CreatePlanRequest, CreatePlanResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreatePlanCommandInput extends CreatePlanRequest {}
|
|
12
5
|
export interface CreatePlanCommandOutput
|
|
13
6
|
extends CreatePlanResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreatePlanCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreatePlanCommandInput,
|
|
20
13
|
CreatePlanCommandOutput,
|
|
21
|
-
ARCRegionSwitchClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ARCRegionSwitchClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreatePlanCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreatePlanCommandInput,
|
|
29
22
|
CreatePlanCommandOutput,
|
|
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 CreatePlanCommand extends CreatePlanCommand_base {
|
|
39
30
|
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 { DeletePlanRequest, DeletePlanResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeletePlanCommandInput extends DeletePlanRequest {}
|
|
12
5
|
export interface DeletePlanCommandOutput
|
|
13
6
|
extends DeletePlanResponse,
|
|
@@ -18,22 +11,20 @@ declare const DeletePlanCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeletePlanCommandInput,
|
|
20
13
|
DeletePlanCommandOutput,
|
|
21
|
-
ARCRegionSwitchClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ARCRegionSwitchClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeletePlanCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeletePlanCommandInput,
|
|
29
22
|
DeletePlanCommandOutput,
|
|
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 DeletePlanCommand extends DeletePlanCommand_base {
|
|
39
30
|
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 { GetPlanRequest, GetPlanResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetPlanCommandInput extends GetPlanRequest {}
|
|
12
5
|
export interface GetPlanCommandOutput
|
|
13
6
|
extends GetPlanResponse,
|
|
@@ -16,20 +9,18 @@ declare const GetPlanCommand_base: {
|
|
|
16
9
|
new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetPlanCommandInput,
|
|
18
11
|
GetPlanCommandOutput,
|
|
19
|
-
ARCRegionSwitchClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ARCRegionSwitchClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetPlanCommandInput,
|
|
25
18
|
GetPlanCommandOutput,
|
|
26
|
-
ARCRegionSwitchClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").ARCRegionSwitchClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetPlanCommand extends GetPlanCommand_base {
|
|
35
26
|
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
|
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: {
|