@aws-sdk/client-arc-region-switch 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +88 -80
- package/dist-cjs/models/ARCRegionSwitchServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +29 -5
- package/dist-es/ARCRegionSwitch.js +1 -1
- package/dist-es/ARCRegionSwitchClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/ApprovePlanExecutionStepCommand.js +2 -2
- package/dist-es/commands/CancelPlanExecutionCommand.js +2 -2
- package/dist-es/commands/CreatePlanCommand.js +2 -2
- package/dist-es/commands/DeletePlanCommand.js +2 -2
- package/dist-es/commands/GetPlanCommand.js +2 -2
- package/dist-es/commands/GetPlanEvaluationStatusCommand.js +2 -2
- package/dist-es/commands/GetPlanExecutionCommand.js +2 -2
- package/dist-es/commands/GetPlanInRegionCommand.js +2 -2
- package/dist-es/commands/ListPlanExecutionEventsCommand.js +2 -2
- package/dist-es/commands/ListPlanExecutionsCommand.js +2 -2
- package/dist-es/commands/ListPlansCommand.js +2 -2
- package/dist-es/commands/ListPlansInRegionCommand.js +2 -2
- package/dist-es/commands/ListRoute53HealthChecksCommand.js +2 -2
- package/dist-es/commands/ListRoute53HealthChecksInRegionCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartPlanExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdatePlanCommand.js +2 -2
- package/dist-es/commands/UpdatePlanExecutionCommand.js +2 -2
- package/dist-es/commands/UpdatePlanExecutionStepCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ARCRegionSwitchServiceException.js +1 -1
- package/dist-es/models/enums.js +8 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +26 -2
- package/dist-es/waiters/waitForPlanEvaluationStatusPassed.js +1 -1
- package/dist-es/waiters/waitForPlanExecutionCompleted.js +1 -1
- package/dist-types/ARCRegionSwitch.d.ts +1 -1
- package/dist-types/ARCRegionSwitchClient.d.ts +5 -5
- package/dist-types/commands/ApprovePlanExecutionStepCommand.d.ts +6 -4
- package/dist-types/commands/CancelPlanExecutionCommand.d.ts +6 -4
- package/dist-types/commands/CreatePlanCommand.d.ts +66 -8
- package/dist-types/commands/DeletePlanCommand.d.ts +6 -4
- package/dist-types/commands/GetPlanCommand.d.ts +36 -6
- package/dist-types/commands/GetPlanEvaluationStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetPlanExecutionCommand.d.ts +36 -6
- package/dist-types/commands/GetPlanInRegionCommand.d.ts +36 -6
- package/dist-types/commands/ListPlanExecutionEventsCommand.d.ts +7 -5
- package/dist-types/commands/ListPlanExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPlansCommand.d.ts +6 -4
- package/dist-types/commands/ListPlansInRegionCommand.d.ts +6 -4
- package/dist-types/commands/ListRoute53HealthChecksCommand.d.ts +6 -4
- package/dist-types/commands/ListRoute53HealthChecksInRegionCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/StartPlanExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePlanCommand.d.ts +66 -8
- package/dist-types/commands/UpdatePlanExecutionCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePlanExecutionStepCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ARCRegionSwitchServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +24 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +99 -5
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/ARCRegionSwitch.d.ts +1 -1
- package/dist-types/ts3.4/ARCRegionSwitchClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/ApprovePlanExecutionStepCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelPlanExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePlanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePlanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPlanEvaluationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPlanExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPlanInRegionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPlanExecutionEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPlanExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPlansCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListPlansInRegionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRoute53HealthChecksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRoute53HealthChecksInRegionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartPlanExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePlanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePlanExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePlanExecutionStepCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ARCRegionSwitchServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +51 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForPlanEvaluationStatusPassed.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForPlanExecutionCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForPlanEvaluationStatusPassed.d.ts +1 -1
- package/dist-types/waiters/waitForPlanExecutionCompleted.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListPlanExecutionEventsCommandOutput
|
|
|
19
19
|
declare const ListPlanExecutionEventsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPlanExecutionEventsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPlanExecutionEventsCommandInput,
|
|
24
24
|
ListPlanExecutionEventsCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPlanExecutionEventsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListPlanExecutionEventsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPlanExecutionEventsCommandInput,
|
|
33
33
|
ListPlanExecutionEventsCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListPlanExecutionEventsCommand extends ListPlanExecutionEventsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListPlanExecutionsCommandOutput
|
|
|
19
19
|
declare const ListPlanExecutionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPlanExecutionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPlanExecutionsCommandInput,
|
|
24
24
|
ListPlanExecutionsCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPlanExecutionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListPlanExecutionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPlanExecutionsCommandInput,
|
|
33
33
|
ListPlanExecutionsCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListPlanExecutionsCommand extends ListPlanExecutionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -13,9 +13,7 @@ export interface ListPlansCommandOutput
|
|
|
13
13
|
extends ListPlansResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListPlansCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListPlansCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListPlansCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListPlansCommandInput,
|
|
20
18
|
ListPlansCommandOutput,
|
|
21
19
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -24,14 +22,16 @@ declare const ListPlansCommand_base: {
|
|
|
24
22
|
>;
|
|
25
23
|
new (
|
|
26
24
|
...[input]: [] | [ListPlansCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
26
|
ListPlansCommandInput,
|
|
29
27
|
ListPlansCommandOutput,
|
|
30
28
|
ARCRegionSwitchClientResolvedConfig,
|
|
31
29
|
ServiceInputTypes,
|
|
32
30
|
ServiceOutputTypes
|
|
33
31
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
35
|
};
|
|
36
36
|
export declare class ListPlansCommand extends ListPlansCommand_base {
|
|
37
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListPlansInRegionCommandOutput
|
|
|
19
19
|
declare const ListPlansInRegionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListPlansInRegionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListPlansInRegionCommandInput,
|
|
24
24
|
ListPlansInRegionCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListPlansInRegionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListPlansInRegionCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListPlansInRegionCommandInput,
|
|
33
33
|
ListPlansInRegionCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListPlansInRegionCommand extends ListPlansInRegionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListRoute53HealthChecksCommandOutput
|
|
|
19
19
|
declare const ListRoute53HealthChecksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListRoute53HealthChecksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListRoute53HealthChecksCommandInput,
|
|
24
24
|
ListRoute53HealthChecksCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListRoute53HealthChecksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListRoute53HealthChecksCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListRoute53HealthChecksCommandInput,
|
|
33
33
|
ListRoute53HealthChecksCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListRoute53HealthChecksCommand extends ListRoute53HealthChecksCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListRoute53HealthChecksInRegionCommandOutput
|
|
|
19
19
|
declare const ListRoute53HealthChecksInRegionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListRoute53HealthChecksInRegionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListRoute53HealthChecksInRegionCommandInput,
|
|
24
24
|
ListRoute53HealthChecksInRegionCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListRoute53HealthChecksInRegionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListRoute53HealthChecksInRegionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListRoute53HealthChecksInRegionCommandInput,
|
|
33
33
|
ListRoute53HealthChecksInRegionCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListRoute53HealthChecksInRegionCommand extends ListRoute53HealthChecksInRegionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartPlanExecutionCommandOutput
|
|
|
19
19
|
declare const StartPlanExecutionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartPlanExecutionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartPlanExecutionCommandInput,
|
|
24
24
|
StartPlanExecutionCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartPlanExecutionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartPlanExecutionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartPlanExecutionCommandInput,
|
|
33
33
|
StartPlanExecutionCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartPlanExecutionCommand extends StartPlanExecutionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
ARCRegionSwitchClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
ARCRegionSwitchClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdatePlanCommandOutput
|
|
|
15
15
|
declare const UpdatePlanCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdatePlanCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdatePlanCommandInput,
|
|
20
20
|
UpdatePlanCommandOutput,
|
|
21
21
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdatePlanCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdatePlanCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdatePlanCommandInput,
|
|
29
29
|
UpdatePlanCommandOutput,
|
|
30
30
|
ARCRegionSwitchClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdatePlanCommand extends UpdatePlanCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdatePlanExecutionCommandOutput
|
|
|
19
19
|
declare const UpdatePlanExecutionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdatePlanExecutionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdatePlanExecutionCommandInput,
|
|
24
24
|
UpdatePlanExecutionCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdatePlanExecutionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdatePlanExecutionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdatePlanExecutionCommandInput,
|
|
33
33
|
UpdatePlanExecutionCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdatePlanExecutionCommand extends UpdatePlanExecutionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdatePlanExecutionStepCommandOutput
|
|
|
19
19
|
declare const UpdatePlanExecutionStepCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdatePlanExecutionStepCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdatePlanExecutionStepCommandInput,
|
|
24
24
|
UpdatePlanExecutionStepCommandOutput,
|
|
25
25
|
ARCRegionSwitchClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdatePlanExecutionStepCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdatePlanExecutionStepCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdatePlanExecutionStepCommandInput,
|
|
33
33
|
UpdatePlanExecutionStepCommandOutput,
|
|
34
34
|
ARCRegionSwitchClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdatePlanExecutionStepCommand extends UpdatePlanExecutionStepCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ARCRegionSwitchExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ARCRegionSwitchServiceException extends __ServiceException {
|
|
@@ -132,6 +132,17 @@ export declare const GlobalAuroraUngracefulBehavior: {
|
|
|
132
132
|
};
|
|
133
133
|
export type GlobalAuroraUngracefulBehavior =
|
|
134
134
|
(typeof GlobalAuroraUngracefulBehavior)[keyof typeof GlobalAuroraUngracefulBehavior];
|
|
135
|
+
export declare const EventSourceMappingAction: {
|
|
136
|
+
readonly DISABLE: "disable";
|
|
137
|
+
readonly ENABLE: "enable";
|
|
138
|
+
};
|
|
139
|
+
export type EventSourceMappingAction =
|
|
140
|
+
(typeof EventSourceMappingAction)[keyof typeof EventSourceMappingAction];
|
|
141
|
+
export declare const LambdaEventSourceMappingUngracefulBehavior: {
|
|
142
|
+
readonly SKIP: "skip";
|
|
143
|
+
};
|
|
144
|
+
export type LambdaEventSourceMappingUngracefulBehavior =
|
|
145
|
+
(typeof LambdaEventSourceMappingUngracefulBehavior)[keyof typeof LambdaEventSourceMappingUngracefulBehavior];
|
|
135
146
|
export declare const ExecutionBlockType: {
|
|
136
147
|
readonly AURORA: "AuroraGlobalDatabase";
|
|
137
148
|
readonly CUSTOM_ACTION_LAMBDA: "CustomActionLambda";
|
|
@@ -140,6 +151,7 @@ export declare const ExecutionBlockType: {
|
|
|
140
151
|
readonly ECS: "ECSServiceScaling";
|
|
141
152
|
readonly EKS_RESOURCE_SCALING: "EKSResourceScaling";
|
|
142
153
|
readonly EXECUTION_APPROVAL: "ManualApproval";
|
|
154
|
+
readonly LAMBDA_EVENT_SOURCE_MAPPING: "LambdaEventSourceMapping";
|
|
143
155
|
readonly PARALLEL: "Parallel";
|
|
144
156
|
readonly RDS_CREATE_CROSS_REGION_REPLICA: "RdsCreateCrossRegionReplica";
|
|
145
157
|
readonly RDS_PROMOTE_READ_REPLICA: "RdsPromoteReadReplica";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ARCRegionSwitchServiceException as __BaseException } from "./ARCRegionSwitchServiceException";
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|