@aws-sdk/client-arc-region-switch 3.1044.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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { ListPlanExecutionsRequest, ListPlanExecutionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPlanExecutionsCommandInput extends ListPlanExecutionsReques
|
|
|
22
22
|
export interface ListPlanExecutionsCommandOutput extends ListPlanExecutionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPlanExecutionsCommand_base: {
|
|
25
|
-
new (input: ListPlanExecutionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPlanExecutionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the executions of a Region switch plan. This operation returns information about both current and historical executions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { ListPlansRequest, ListPlansResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPlansCommandInput extends ListPlansRequest {
|
|
|
22
22
|
export interface ListPlansCommandOutput extends ListPlansResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPlansCommand_base: {
|
|
25
|
-
new (input: ListPlansCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPlansCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all Region switch plans in your Amazon Web Services account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { ListPlansInRegionRequest, ListPlansInRegionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPlansInRegionCommandInput extends ListPlansInRegionRequest
|
|
|
22
22
|
export interface ListPlansInRegionCommandOutput extends ListPlansInRegionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPlansInRegionCommand_base: {
|
|
25
|
-
new (input: ListPlansInRegionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPlansInRegionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all Region switch plans in your Amazon Web Services account that are available in the current Amazon Web Services Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { ListRoute53HealthChecksRequest, ListRoute53HealthChecksResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRoute53HealthChecksCommandInput extends ListRoute53HealthCh
|
|
|
22
22
|
export interface ListRoute53HealthChecksCommandOutput extends ListRoute53HealthChecksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRoute53HealthChecksCommand_base: {
|
|
25
|
-
new (input: ListRoute53HealthChecksCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRoute53HealthChecksCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the Amazon Route 53 health checks.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { ListRoute53HealthChecksInRegionRequest, ListRoute53HealthChecksInRegionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRoute53HealthChecksInRegionCommandInput extends ListRoute53
|
|
|
22
22
|
export interface ListRoute53HealthChecksInRegionCommandOutput extends ListRoute53HealthChecksInRegionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRoute53HealthChecksInRegionCommand_base: {
|
|
25
|
-
new (input: ListRoute53HealthChecksInRegionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRoute53HealthChecksInRegionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the Amazon Route 53 health checks in a specific Amazon Web Services Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the tags attached to a Region switch resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { StartPlanExecutionRequest, StartPlanExecutionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartPlanExecutionCommandInput extends StartPlanExecutionReques
|
|
|
22
22
|
export interface StartPlanExecutionCommandOutput extends StartPlanExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartPlanExecutionCommand_base: {
|
|
25
|
-
new (input: StartPlanExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartPlanExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes tags from a Region switch resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { UpdatePlanRequest, UpdatePlanResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePlanCommandInput extends UpdatePlanRequest {
|
|
|
22
22
|
export interface UpdatePlanCommandOutput extends UpdatePlanResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePlanCommand_base: {
|
|
25
|
-
new (input: UpdatePlanCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePlanCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|
|
@@ -268,8 +270,22 @@ declare const UpdatePlanCommand_base: {
|
|
|
268
270
|
* "<keys>": "STRING_VALUE",
|
|
269
271
|
* },
|
|
270
272
|
* },
|
|
273
|
+
* lambdaEventSourceMappingConfig: { // LambdaEventSourceMappingConfiguration
|
|
274
|
+
* timeoutMinutes: Number("int"),
|
|
275
|
+
* action: "enable" || "disable", // required
|
|
276
|
+
* regionEventSourceMappings: { // RegionEventSourceMappingMap // required
|
|
277
|
+
* "<keys>": { // EventSourceMapping
|
|
278
|
+
* crossAccountRole: "STRING_VALUE",
|
|
279
|
+
* externalId: "STRING_VALUE",
|
|
280
|
+
* arn: "STRING_VALUE", // required
|
|
281
|
+
* },
|
|
282
|
+
* },
|
|
283
|
+
* ungraceful: { // LambdaEventSourceMappingUngraceful
|
|
284
|
+
* behavior: "skip",
|
|
285
|
+
* },
|
|
286
|
+
* },
|
|
271
287
|
* },
|
|
272
|
-
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica", // required
|
|
288
|
+
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
273
289
|
* },
|
|
274
290
|
* ],
|
|
275
291
|
* },
|
|
@@ -366,8 +382,22 @@ declare const UpdatePlanCommand_base: {
|
|
|
366
382
|
* "<keys>": "STRING_VALUE",
|
|
367
383
|
* },
|
|
368
384
|
* },
|
|
385
|
+
* lambdaEventSourceMappingConfig: {
|
|
386
|
+
* timeoutMinutes: Number("int"),
|
|
387
|
+
* action: "enable" || "disable", // required
|
|
388
|
+
* regionEventSourceMappings: { // required
|
|
389
|
+
* "<keys>": {
|
|
390
|
+
* crossAccountRole: "STRING_VALUE",
|
|
391
|
+
* externalId: "STRING_VALUE",
|
|
392
|
+
* arn: "STRING_VALUE", // required
|
|
393
|
+
* },
|
|
394
|
+
* },
|
|
395
|
+
* ungraceful: {
|
|
396
|
+
* behavior: "skip",
|
|
397
|
+
* },
|
|
398
|
+
* },
|
|
369
399
|
* },
|
|
370
|
-
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica", // required
|
|
400
|
+
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
371
401
|
* },
|
|
372
402
|
* ],
|
|
373
403
|
* workflowTargetAction: "activate" || "deactivate" || "postRecovery", // required
|
|
@@ -645,8 +675,22 @@ declare const UpdatePlanCommand_base: {
|
|
|
645
675
|
* // "<keys>": "STRING_VALUE",
|
|
646
676
|
* // },
|
|
647
677
|
* // },
|
|
678
|
+
* // lambdaEventSourceMappingConfig: { // LambdaEventSourceMappingConfiguration
|
|
679
|
+
* // timeoutMinutes: Number("int"),
|
|
680
|
+
* // action: "enable" || "disable", // required
|
|
681
|
+
* // regionEventSourceMappings: { // RegionEventSourceMappingMap // required
|
|
682
|
+
* // "<keys>": { // EventSourceMapping
|
|
683
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
684
|
+
* // externalId: "STRING_VALUE",
|
|
685
|
+
* // arn: "STRING_VALUE", // required
|
|
686
|
+
* // },
|
|
687
|
+
* // },
|
|
688
|
+
* // ungraceful: { // LambdaEventSourceMappingUngraceful
|
|
689
|
+
* // behavior: "skip",
|
|
690
|
+
* // },
|
|
691
|
+
* // },
|
|
648
692
|
* // },
|
|
649
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica", // required
|
|
693
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
650
694
|
* // },
|
|
651
695
|
* // ],
|
|
652
696
|
* // },
|
|
@@ -743,8 +787,22 @@ declare const UpdatePlanCommand_base: {
|
|
|
743
787
|
* // "<keys>": "STRING_VALUE",
|
|
744
788
|
* // },
|
|
745
789
|
* // },
|
|
790
|
+
* // lambdaEventSourceMappingConfig: {
|
|
791
|
+
* // timeoutMinutes: Number("int"),
|
|
792
|
+
* // action: "enable" || "disable", // required
|
|
793
|
+
* // regionEventSourceMappings: { // required
|
|
794
|
+
* // "<keys>": {
|
|
795
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
796
|
+
* // externalId: "STRING_VALUE",
|
|
797
|
+
* // arn: "STRING_VALUE", // required
|
|
798
|
+
* // },
|
|
799
|
+
* // },
|
|
800
|
+
* // ungraceful: {
|
|
801
|
+
* // behavior: "skip",
|
|
802
|
+
* // },
|
|
803
|
+
* // },
|
|
746
804
|
* // },
|
|
747
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica", // required
|
|
805
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
748
806
|
* // },
|
|
749
807
|
* // ],
|
|
750
808
|
* // workflowTargetAction: "activate" || "deactivate" || "postRecovery", // required
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { UpdatePlanExecutionRequest, UpdatePlanExecutionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePlanExecutionCommandInput extends UpdatePlanExecutionRequ
|
|
|
22
22
|
export interface UpdatePlanExecutionCommandOutput extends UpdatePlanExecutionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePlanExecutionCommand_base: {
|
|
25
|
-
new (input: UpdatePlanExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePlanExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ARCRegionSwitchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ARCRegionSwitchClient";
|
|
4
4
|
import type { UpdatePlanExecutionStepRequest, UpdatePlanExecutionStepResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePlanExecutionStepCommandInput extends UpdatePlanExecution
|
|
|
22
22
|
export interface UpdatePlanExecutionStepCommandOutput extends UpdatePlanExecutionStepResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePlanExecutionStepCommand_base: {
|
|
25
|
-
new (input: UpdatePlanExecutionStepCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePlanExecutionStepCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a specific step in an in-progress plan execution. This operation allows you to modify the step's comment or action.</p>
|
|
@@ -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 type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -262,6 +262,29 @@ export declare const GlobalAuroraUngracefulBehavior: {
|
|
|
262
262
|
* @public
|
|
263
263
|
*/
|
|
264
264
|
export type GlobalAuroraUngracefulBehavior = (typeof GlobalAuroraUngracefulBehavior)[keyof typeof GlobalAuroraUngracefulBehavior];
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
* @enum
|
|
268
|
+
*/
|
|
269
|
+
export declare const EventSourceMappingAction: {
|
|
270
|
+
readonly DISABLE: "disable";
|
|
271
|
+
readonly ENABLE: "enable";
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export type EventSourceMappingAction = (typeof EventSourceMappingAction)[keyof typeof EventSourceMappingAction];
|
|
277
|
+
/**
|
|
278
|
+
* @public
|
|
279
|
+
* @enum
|
|
280
|
+
*/
|
|
281
|
+
export declare const LambdaEventSourceMappingUngracefulBehavior: {
|
|
282
|
+
readonly SKIP: "skip";
|
|
283
|
+
};
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
export type LambdaEventSourceMappingUngracefulBehavior = (typeof LambdaEventSourceMappingUngracefulBehavior)[keyof typeof LambdaEventSourceMappingUngracefulBehavior];
|
|
265
288
|
/**
|
|
266
289
|
* @public
|
|
267
290
|
* @enum
|
|
@@ -274,6 +297,7 @@ export declare const ExecutionBlockType: {
|
|
|
274
297
|
readonly ECS: "ECSServiceScaling";
|
|
275
298
|
readonly EKS_RESOURCE_SCALING: "EKSResourceScaling";
|
|
276
299
|
readonly EXECUTION_APPROVAL: "ManualApproval";
|
|
300
|
+
readonly LAMBDA_EVENT_SOURCE_MAPPING: "LambdaEventSourceMapping";
|
|
277
301
|
readonly PARALLEL: "Parallel";
|
|
278
302
|
readonly RDS_CREATE_CROSS_REGION_REPLICA: "RdsCreateCrossRegionReplica";
|
|
279
303
|
readonly RDS_PROMOTE_READ_REPLICA: "RdsPromoteReadReplica";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ARCRegionSwitchServiceException as __BaseException } from "./ARCRegionSwitchServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You do not have sufficient access to perform this action.</p> <p>HTTP Status Code: 403</p>
|