@aws-sdk/client-arc-region-switch 3.859.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/LICENSE +201 -0
- package/README.md +365 -0
- package/dist-cjs/ARCRegionSwitch.js +51 -0
- package/dist-cjs/ARCRegionSwitchClient.js +52 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/ApprovePlanExecutionStepCommand.js +26 -0
- package/dist-cjs/commands/CancelPlanExecutionCommand.js +26 -0
- package/dist-cjs/commands/CreatePlanCommand.js +29 -0
- package/dist-cjs/commands/DeletePlanCommand.js +29 -0
- package/dist-cjs/commands/GetPlanCommand.js +29 -0
- package/dist-cjs/commands/GetPlanEvaluationStatusCommand.js +26 -0
- package/dist-cjs/commands/GetPlanExecutionCommand.js +26 -0
- package/dist-cjs/commands/GetPlanInRegionCommand.js +26 -0
- package/dist-cjs/commands/ListPlanExecutionEventsCommand.js +26 -0
- package/dist-cjs/commands/ListPlanExecutionsCommand.js +26 -0
- package/dist-cjs/commands/ListPlansCommand.js +29 -0
- package/dist-cjs/commands/ListPlansInRegionCommand.js +26 -0
- package/dist-cjs/commands/ListRoute53HealthChecksCommand.js +29 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +29 -0
- package/dist-cjs/commands/StartPlanExecutionCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +29 -0
- package/dist-cjs/commands/UntagResourceCommand.js +29 -0
- package/dist-cjs/commands/UpdatePlanCommand.js +29 -0
- package/dist-cjs/commands/UpdatePlanExecutionCommand.js +26 -0
- package/dist-cjs/commands/UpdatePlanExecutionStepCommand.js +26 -0
- package/dist-cjs/commands/index.js +23 -0
- package/dist-cjs/endpoint/EndpointParameters.js +15 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/models/ARCRegionSwitchServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +233 -0
- package/dist-cjs/pagination/GetPlanEvaluationStatusPaginator.js +7 -0
- package/dist-cjs/pagination/GetPlanExecutionPaginator.js +7 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListPlanExecutionEventsPaginator.js +7 -0
- package/dist-cjs/pagination/ListPlanExecutionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListPlansInRegionPaginator.js +7 -0
- package/dist-cjs/pagination/ListPlansPaginator.js +7 -0
- package/dist-cjs/pagination/ListRoute53HealthChecksPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_json1_0.js +919 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +56 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +13 -0
- package/dist-cjs/waiters/index.js +5 -0
- package/dist-cjs/waiters/waitForPlanEvaluationStatusPassed.js +54 -0
- package/dist-cjs/waiters/waitForPlanExecutionCompleted.js +72 -0
- package/dist-es/ARCRegionSwitch.js +47 -0
- package/dist-es/ARCRegionSwitchClient.js +48 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/ApprovePlanExecutionStepCommand.js +22 -0
- package/dist-es/commands/CancelPlanExecutionCommand.js +22 -0
- package/dist-es/commands/CreatePlanCommand.js +25 -0
- package/dist-es/commands/DeletePlanCommand.js +25 -0
- package/dist-es/commands/GetPlanCommand.js +25 -0
- package/dist-es/commands/GetPlanEvaluationStatusCommand.js +22 -0
- package/dist-es/commands/GetPlanExecutionCommand.js +22 -0
- package/dist-es/commands/GetPlanInRegionCommand.js +22 -0
- package/dist-es/commands/ListPlanExecutionEventsCommand.js +22 -0
- package/dist-es/commands/ListPlanExecutionsCommand.js +22 -0
- package/dist-es/commands/ListPlansCommand.js +25 -0
- package/dist-es/commands/ListPlansInRegionCommand.js +22 -0
- package/dist-es/commands/ListRoute53HealthChecksCommand.js +25 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +25 -0
- package/dist-es/commands/StartPlanExecutionCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +25 -0
- package/dist-es/commands/UntagResourceCommand.js +25 -0
- package/dist-es/commands/UpdatePlanCommand.js +25 -0
- package/dist-es/commands/UpdatePlanExecutionCommand.js +22 -0
- package/dist-es/commands/UpdatePlanExecutionStepCommand.js +22 -0
- package/dist-es/commands/index.js +20 -0
- package/dist-es/endpoint/EndpointParameters.js +11 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +7 -0
- package/dist-es/models/ARCRegionSwitchServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +225 -0
- package/dist-es/pagination/GetPlanEvaluationStatusPaginator.js +4 -0
- package/dist-es/pagination/GetPlanExecutionPaginator.js +4 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListPlanExecutionEventsPaginator.js +4 -0
- package/dist-es/pagination/ListPlanExecutionsPaginator.js +4 -0
- package/dist-es/pagination/ListPlansInRegionPaginator.js +4 -0
- package/dist-es/pagination/ListPlansPaginator.js +4 -0
- package/dist-es/pagination/ListRoute53HealthChecksPaginator.js +4 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_json1_0.js +876 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +51 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +9 -0
- package/dist-es/waiters/index.js +2 -0
- package/dist-es/waiters/waitForPlanEvaluationStatusPassed.js +49 -0
- package/dist-es/waiters/waitForPlanExecutionCompleted.js +67 -0
- package/dist-types/ARCRegionSwitch.d.ts +152 -0
- package/dist-types/ARCRegionSwitchClient.d.ts +207 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/dist-types/commands/ApprovePlanExecutionStepCommand.d.ts +80 -0
- package/dist-types/commands/CancelPlanExecutionCommand.d.ts +78 -0
- package/dist-types/commands/CreatePlanCommand.d.ts +697 -0
- package/dist-types/commands/DeletePlanCommand.d.ts +76 -0
- package/dist-types/commands/GetPlanCommand.d.ts +389 -0
- package/dist-types/commands/GetPlanEvaluationStatusCommand.d.ts +99 -0
- package/dist-types/commands/GetPlanExecutionCommand.d.ts +417 -0
- package/dist-types/commands/GetPlanInRegionCommand.d.ts +392 -0
- package/dist-types/commands/ListPlanExecutionEventsCommand.d.ts +97 -0
- package/dist-types/commands/ListPlanExecutionsCommand.d.ts +97 -0
- package/dist-types/commands/ListPlansCommand.d.ts +91 -0
- package/dist-types/commands/ListPlansInRegionCommand.d.ts +94 -0
- package/dist-types/commands/ListRoute53HealthChecksCommand.d.ts +93 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +80 -0
- package/dist-types/commands/StartPlanExecutionCommand.d.ts +93 -0
- package/dist-types/commands/TagResourceCommand.d.ts +79 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +79 -0
- package/dist-types/commands/UpdatePlanCommand.d.ts +692 -0
- package/dist-types/commands/UpdatePlanExecutionCommand.d.ts +82 -0
- package/dist-types/commands/UpdatePlanExecutionStepCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +20 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +33 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +15 -0
- package/dist-types/models/ARCRegionSwitchServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2370 -0
- package/dist-types/pagination/GetPlanEvaluationStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/GetPlanExecutionPaginator.d.ts +7 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListPlanExecutionEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPlanExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPlansInRegionPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRoute53HealthChecksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +182 -0
- package/dist-types/runtimeConfig.browser.d.ts +50 -0
- package/dist-types/runtimeConfig.d.ts +50 -0
- package/dist-types/runtimeConfig.native.d.ts +49 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/ARCRegionSwitch.d.ts +349 -0
- package/dist-types/ts3.4/ARCRegionSwitchClient.d.ts +240 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/dist-types/ts3.4/commands/ApprovePlanExecutionStepCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CancelPlanExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePlanCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeletePlanCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetPlanEvaluationStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPlanExecutionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetPlanInRegionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListPlanExecutionEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPlanExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPlansCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListPlansInRegionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRoute53HealthChecksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartPlanExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdatePlanCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdatePlanExecutionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePlanExecutionStepCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +46 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +10 -0
- package/dist-types/ts3.4/models/ARCRegionSwitchServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +813 -0
- package/dist-types/ts3.4/pagination/GetPlanEvaluationStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetPlanExecutionPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListPlanExecutionEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPlanExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPlansInRegionPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRoute53HealthChecksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +245 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +97 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForPlanEvaluationStatusPassed.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForPlanExecutionCompleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +2 -0
- package/dist-types/waiters/waitForPlanEvaluationStatusPassed.d.ts +14 -0
- package/dist-types/waiters/waitForPlanExecutionCompleted.d.ts +14 -0
- package/package.json +100 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdatePlanCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class UpdatePlanCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
UseControlPlaneEndpoint: { type: "staticContextParams", value: true },
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("ArcRegionSwitch", "UpdatePlan", {})
|
|
23
|
+
.n("ARCRegionSwitchClient", "UpdatePlanCommand")
|
|
24
|
+
.f(void 0, void 0)
|
|
25
|
+
.ser(Aws_json1_0_1.se_UpdatePlanCommand)
|
|
26
|
+
.de(Aws_json1_0_1.de_UpdatePlanCommand)
|
|
27
|
+
.build() {
|
|
28
|
+
}
|
|
29
|
+
exports.UpdatePlanCommand = UpdatePlanCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdatePlanExecutionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class UpdatePlanExecutionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ArcRegionSwitch", "UpdatePlanExecution", {})
|
|
20
|
+
.n("ARCRegionSwitchClient", "UpdatePlanExecutionCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_UpdatePlanExecutionCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_UpdatePlanExecutionCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UpdatePlanExecutionCommand = UpdatePlanExecutionCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdatePlanExecutionStepCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
+
class UpdatePlanExecutionStepCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("ArcRegionSwitch", "UpdatePlanExecutionStep", {})
|
|
20
|
+
.n("ARCRegionSwitchClient", "UpdatePlanExecutionStepCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_json1_0_1.se_UpdatePlanExecutionStepCommand)
|
|
23
|
+
.de(Aws_json1_0_1.de_UpdatePlanExecutionStepCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UpdatePlanExecutionStepCommand = UpdatePlanExecutionStepCommand;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./ApprovePlanExecutionStepCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CancelPlanExecutionCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreatePlanCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DeletePlanCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./GetPlanCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./GetPlanEvaluationStatusCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./GetPlanExecutionCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./GetPlanInRegionCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListPlanExecutionEventsCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListPlanExecutionsCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListPlansCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListPlansInRegionCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListRoute53HealthChecksCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./StartPlanExecutionCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./UpdatePlanCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./UpdatePlanExecutionCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./UpdatePlanExecutionStepCommand"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
+
const resolveClientEndpointParameters = (options) => {
|
|
5
|
+
return Object.assign(options, {
|
|
6
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
7
|
+
defaultSigningName: "arc-region-switch",
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
11
|
+
exports.commonParams = {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultEndpointResolver = void 0;
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
|
+
const ruleset_1 = require("./ruleset");
|
|
7
|
+
const cache = new util_endpoints_2.EndpointCache({
|
|
8
|
+
size: 50,
|
|
9
|
+
params: ["Endpoint", "Region", "UseControlPlaneEndpoint", "UseFIPS"],
|
|
10
|
+
});
|
|
11
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
13
|
+
endpointParams: endpointParams,
|
|
14
|
+
logger: context.logger,
|
|
15
|
+
}));
|
|
16
|
+
};
|
|
17
|
+
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
18
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ruleSet = void 0;
|
|
4
|
+
const w = "fn", x = "argv", y = "ref";
|
|
5
|
+
const a = true, b = false, c = "Boolean", d = "sigv4", e = "arc-region-switch", f = "endpoint", g = "tree", h = "error", i = { "required": false, "type": "String" }, j = { [w]: "isSet", [x]: [{ [y]: "UseControlPlaneEndpoint" }] }, k = { [w]: "booleanEquals", [x]: [{ [y]: "UseControlPlaneEndpoint" }, true] }, l = { [w]: "isSet", [x]: [{ [y]: "Region" }] }, m = { [w]: "not", [x]: [{ [w]: "booleanEquals", [x]: [{ [y]: "UseFIPS" }, true] }] }, n = { [w]: "booleanEquals", [x]: [{ [y]: "UseFIPS" }, true] }, o = { [w]: "not", [x]: [{ [w]: "isSet", [x]: [{ [y]: "Endpoint" }] }] }, p = { [y]: "Endpoint" }, q = { [w]: "aws.partition", [x]: [{ [y]: "Region" }], "assign": "PartitionResult" }, r = { [w]: "stringEquals", [x]: [{ [w]: "getAttr", [x]: [{ [y]: "PartitionResult" }, "name"] }, "aws-cn"] }, s = {}, t = { "authSchemes": [{ "name": d, "signingName": e, "signingRegion": "{PartitionResult#implicitGlobalRegion}" }] }, u = [n], v = [{ [w]: "isSet", [x]: [p] }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, type: c }, Endpoint: i, Region: i, UseControlPlaneEndpoint: { required: b, type: c } }, rules: [{ conditions: [j, k, l, m, o, q, r], rules: [{ endpoint: { url: "https://arc-region-switch-control-plane.cn-north-1.{PartitionResult#dualStackDnsSuffix}", properties: { authSchemes: [{ name: d, signingName: e, signingRegion: "cn-north-1" }] }, headers: s }, type: f }], type: g }, { conditions: [o, j, k, l, n, q], rules: [{ conditions: [r], error: "Invalid Configuration: FIPS is not supported in this partition", type: h }, { rules: [{ endpoint: { url: "https://arc-region-switch-control-plane-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}", properties: t, headers: s }, type: f }], type: g }], type: g }, { conditions: [j, k, l, m, o, q], rules: [{ endpoint: { url: "https://arc-region-switch-control-plane.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}", properties: t, headers: s }, type: f }], type: g }, { conditions: v, rules: [{ conditions: u, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: h }, { endpoint: { url: p, properties: s, headers: s }, type: f }], type: g }, { rules: [{ conditions: [l], rules: [{ conditions: [q], rules: [{ conditions: u, endpoint: { url: "https://arc-region-switch-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: s, headers: s }, type: f }, { endpoint: { url: "https://arc-region-switch.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: s, headers: s }, type: f }], type: g }], type: g }, { error: "Invalid Configuration: Missing Region", type: h }], type: g }] };
|
|
7
|
+
exports.ruleSet = _data;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ARCRegionSwitchServiceException = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./ARCRegionSwitchClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ARCRegionSwitch"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
11
|
+
var ARCRegionSwitchServiceException_1 = require("./models/ARCRegionSwitchServiceException");
|
|
12
|
+
Object.defineProperty(exports, "ARCRegionSwitchServiceException", { enumerable: true, get: function () { return ARCRegionSwitchServiceException_1.ARCRegionSwitchServiceException; } });
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ARCRegionSwitchServiceException = exports.__ServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
+
class ARCRegionSwitchServiceException extends smithy_client_1.ServiceException {
|
|
7
|
+
constructor(options) {
|
|
8
|
+
super(options);
|
|
9
|
+
Object.setPrototypeOf(this, ARCRegionSwitchServiceException.prototype);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.ARCRegionSwitchServiceException = ARCRegionSwitchServiceException;
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExecutionBlockConfiguration = exports.UpdatePlanExecutionStepAction = exports.UpdatePlanExecutionAction = exports.IllegalArgumentException = exports.IllegalStateException = exports.InternalServerException = exports.ExecutionEventType = exports.StepStatus = exports.ExecutionBlockType = exports.GlobalAuroraUngracefulBehavior = exports.GlobalAuroraDefaultBehavior = exports.EksCapacityMonitoringApproach = exports.EcsCapacityMonitoringApproach = exports.Ec2AsgCapacityMonitoringApproach = exports.LambdaUngracefulBehavior = exports.RegionToRunIn = exports.RoutingControlStateChange = exports.WorkflowTargetAction = exports.ResourceWarningStatus = exports.EvaluationStatus = exports.ResourceNotFoundException = exports.Approval = exports.AlarmType = exports.AlarmCondition = exports.AccessDeniedException = exports.RecoveryApproach = exports.ExecutionMode = exports.ExecutionState = exports.ExecutionAction = void 0;
|
|
4
|
+
const ARCRegionSwitchServiceException_1 = require("./ARCRegionSwitchServiceException");
|
|
5
|
+
exports.ExecutionAction = {
|
|
6
|
+
ACTIVATE: "activate",
|
|
7
|
+
DEACTIVATE: "deactivate",
|
|
8
|
+
};
|
|
9
|
+
exports.ExecutionState = {
|
|
10
|
+
CANCELLED: "canceled",
|
|
11
|
+
COMPLETED: "completed",
|
|
12
|
+
COMPLETED_MONITORING_APPLICATION_HEALTH: "completedMonitoringApplicationHealth",
|
|
13
|
+
COMPLETED_WITH_EXCEPTIONS: "completedWithExceptions",
|
|
14
|
+
FAILED: "failed",
|
|
15
|
+
IN_PROGRESS: "inProgress",
|
|
16
|
+
PAUSED_BY_FAILED_STEP: "pausedByFailedStep",
|
|
17
|
+
PAUSED_BY_OPERATOR: "pausedByOperator",
|
|
18
|
+
PENDING: "pending",
|
|
19
|
+
PENDING_MANUAL_APPROVAL: "pendingManualApproval",
|
|
20
|
+
PLAN_EXECUTION_TIMED_OUT: "planExecutionTimedOut",
|
|
21
|
+
};
|
|
22
|
+
exports.ExecutionMode = {
|
|
23
|
+
GRACEFUL: "graceful",
|
|
24
|
+
UNGRACEFUL: "ungraceful",
|
|
25
|
+
};
|
|
26
|
+
exports.RecoveryApproach = {
|
|
27
|
+
ACTIVE_ACTIVE: "activeActive",
|
|
28
|
+
ACTIVE_PASSIVE: "activePassive",
|
|
29
|
+
};
|
|
30
|
+
class AccessDeniedException extends ARCRegionSwitchServiceException_1.ARCRegionSwitchServiceException {
|
|
31
|
+
name = "AccessDeniedException";
|
|
32
|
+
$fault = "client";
|
|
33
|
+
constructor(opts) {
|
|
34
|
+
super({
|
|
35
|
+
name: "AccessDeniedException",
|
|
36
|
+
$fault: "client",
|
|
37
|
+
...opts,
|
|
38
|
+
});
|
|
39
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
43
|
+
exports.AlarmCondition = {
|
|
44
|
+
GREEN: "green",
|
|
45
|
+
RED: "red",
|
|
46
|
+
};
|
|
47
|
+
exports.AlarmType = {
|
|
48
|
+
APPLICATION_HEALTH: "applicationHealth",
|
|
49
|
+
TRIGGER: "trigger",
|
|
50
|
+
};
|
|
51
|
+
exports.Approval = {
|
|
52
|
+
APPROVE: "approve",
|
|
53
|
+
DECLINE: "decline",
|
|
54
|
+
};
|
|
55
|
+
class ResourceNotFoundException extends ARCRegionSwitchServiceException_1.ARCRegionSwitchServiceException {
|
|
56
|
+
name = "ResourceNotFoundException";
|
|
57
|
+
$fault = "client";
|
|
58
|
+
constructor(opts) {
|
|
59
|
+
super({
|
|
60
|
+
name: "ResourceNotFoundException",
|
|
61
|
+
$fault: "client",
|
|
62
|
+
...opts,
|
|
63
|
+
});
|
|
64
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
68
|
+
exports.EvaluationStatus = {
|
|
69
|
+
ACTION_REQUIRED: "actionRequired",
|
|
70
|
+
PASSED: "passed",
|
|
71
|
+
PENDING_EVALUATION: "pendingEvaluation",
|
|
72
|
+
UNKNOWN: "unknown",
|
|
73
|
+
};
|
|
74
|
+
exports.ResourceWarningStatus = {
|
|
75
|
+
ACTIVE: "active",
|
|
76
|
+
RESOLVED: "resolved",
|
|
77
|
+
};
|
|
78
|
+
exports.WorkflowTargetAction = {
|
|
79
|
+
ACTIVATE: "activate",
|
|
80
|
+
DEACTIVATE: "deactivate",
|
|
81
|
+
};
|
|
82
|
+
exports.RoutingControlStateChange = {
|
|
83
|
+
OFF: "Off",
|
|
84
|
+
ON: "On",
|
|
85
|
+
};
|
|
86
|
+
exports.RegionToRunIn = {
|
|
87
|
+
ACTIVATING_REGION: "activatingRegion",
|
|
88
|
+
DEACTIVATING_REGION: "deactivatingRegion",
|
|
89
|
+
};
|
|
90
|
+
exports.LambdaUngracefulBehavior = {
|
|
91
|
+
SKIP: "skip",
|
|
92
|
+
};
|
|
93
|
+
exports.Ec2AsgCapacityMonitoringApproach = {
|
|
94
|
+
AUTOSCALING_MAX_IN_LAST_24_HOURS: "autoscalingMaxInLast24Hours",
|
|
95
|
+
SAMPLED_MAX_IN_LAST_24_HOURS: "sampledMaxInLast24Hours",
|
|
96
|
+
};
|
|
97
|
+
exports.EcsCapacityMonitoringApproach = {
|
|
98
|
+
CONTAINER_INSIGHTS_MAX_IN_LAST_24_HOURS: "containerInsightsMaxInLast24Hours",
|
|
99
|
+
SAMPLED_MAX_IN_LAST_24_HOURS: "sampledMaxInLast24Hours",
|
|
100
|
+
};
|
|
101
|
+
exports.EksCapacityMonitoringApproach = {
|
|
102
|
+
SAMPLED_MAX_IN_LAST_24_HOURS: "sampledMaxInLast24Hours",
|
|
103
|
+
};
|
|
104
|
+
exports.GlobalAuroraDefaultBehavior = {
|
|
105
|
+
FAILOVER: "failover",
|
|
106
|
+
SWITCHOVER_ONLY: "switchoverOnly",
|
|
107
|
+
};
|
|
108
|
+
exports.GlobalAuroraUngracefulBehavior = {
|
|
109
|
+
FAILOVER: "failover",
|
|
110
|
+
};
|
|
111
|
+
exports.ExecutionBlockType = {
|
|
112
|
+
AURORA: "AuroraGlobalDatabase",
|
|
113
|
+
CUSTOM_ACTION_LAMBDA: "CustomActionLambda",
|
|
114
|
+
EC2_ASG: "EC2AutoScaling",
|
|
115
|
+
ECS: "ECSServiceScaling",
|
|
116
|
+
EKS_RESOURCE_SCALING: "EKSResourceScaling",
|
|
117
|
+
EXECUTION_APPROVAL: "ManualApproval",
|
|
118
|
+
PARALLEL: "Parallel",
|
|
119
|
+
REGION_SWITCH: "ARCRegionSwitchPlan",
|
|
120
|
+
ROUTE53_HEALTH_CHECK: "Route53HealthCheck",
|
|
121
|
+
ROUTING_CONTROL: "ARCRoutingControl",
|
|
122
|
+
};
|
|
123
|
+
exports.StepStatus = {
|
|
124
|
+
CANCELLED: "canceled",
|
|
125
|
+
COMPLETED: "completed",
|
|
126
|
+
FAILED: "failed",
|
|
127
|
+
NOT_STARTED: "notStarted",
|
|
128
|
+
PENDING_APPROVAL: "pendingApproval",
|
|
129
|
+
RUNNING: "running",
|
|
130
|
+
SKIPPED: "skipped",
|
|
131
|
+
};
|
|
132
|
+
exports.ExecutionEventType = {
|
|
133
|
+
EXECUTION_BEHAVIOR_CHANGED_TO_GRACEFUL: "executionBehaviorChangedToGraceful",
|
|
134
|
+
EXECUTION_BEHAVIOR_CHANGED_TO_UNGRACEFUL: "executionBehaviorChangedToUngraceful",
|
|
135
|
+
EXECUTION_CANCELED: "executionCanceled",
|
|
136
|
+
EXECUTION_CANCELING: "executionCanceling",
|
|
137
|
+
EXECUTION_FAILED: "executionFailed",
|
|
138
|
+
EXECUTION_PAUSED: "executionPaused",
|
|
139
|
+
EXECUTION_PAUSING: "executionPausing",
|
|
140
|
+
EXECUTION_PENDING: "executionPending",
|
|
141
|
+
EXECUTION_PENDING_APPROVAL: "executionPendingApproval",
|
|
142
|
+
EXECUTION_PENDING_CHILD_PLAN_MANUAL_APPROVAL: "executionPendingChildPlanManualApproval",
|
|
143
|
+
EXECUTION_STARTED: "executionStarted",
|
|
144
|
+
EXECUTION_SUCCEEDED: "executionSucceeded",
|
|
145
|
+
EXECUTION_SUCCESS_MONITORING_APPLICATION_HEALTH: "executionSuccessMonitoringApplicationHealth",
|
|
146
|
+
STEP_CANCELED: "stepCanceled",
|
|
147
|
+
STEP_EXECUTION_BEHAVIOR_CHANGED_TO_UNGRACEFUL: "stepExecutionBehaviorChangedToUngraceful",
|
|
148
|
+
STEP_FAILED: "stepFailed",
|
|
149
|
+
STEP_PAUSED_BY_ERROR: "stepPausedByError",
|
|
150
|
+
STEP_PAUSED_BY_OPERATOR: "stepPausedByOperator",
|
|
151
|
+
STEP_PENDING_APPLICATION_HEALTH_MONITOR: "stepPendingApplicationHealthMonitor",
|
|
152
|
+
STEP_PENDING_APPROVAL: "stepPendingApproval",
|
|
153
|
+
STEP_SKIPPED: "stepSkipped",
|
|
154
|
+
STEP_STARTED: "stepStarted",
|
|
155
|
+
STEP_SUCCEEDED: "stepSucceeded",
|
|
156
|
+
STEP_UPDATE: "stepUpdate",
|
|
157
|
+
UNKNOWN: "unknown",
|
|
158
|
+
};
|
|
159
|
+
class InternalServerException extends ARCRegionSwitchServiceException_1.ARCRegionSwitchServiceException {
|
|
160
|
+
name = "InternalServerException";
|
|
161
|
+
$fault = "server";
|
|
162
|
+
constructor(opts) {
|
|
163
|
+
super({
|
|
164
|
+
name: "InternalServerException",
|
|
165
|
+
$fault: "server",
|
|
166
|
+
...opts,
|
|
167
|
+
});
|
|
168
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
exports.InternalServerException = InternalServerException;
|
|
172
|
+
class IllegalStateException extends ARCRegionSwitchServiceException_1.ARCRegionSwitchServiceException {
|
|
173
|
+
name = "IllegalStateException";
|
|
174
|
+
$fault = "client";
|
|
175
|
+
constructor(opts) {
|
|
176
|
+
super({
|
|
177
|
+
name: "IllegalStateException",
|
|
178
|
+
$fault: "client",
|
|
179
|
+
...opts,
|
|
180
|
+
});
|
|
181
|
+
Object.setPrototypeOf(this, IllegalStateException.prototype);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
exports.IllegalStateException = IllegalStateException;
|
|
185
|
+
class IllegalArgumentException extends ARCRegionSwitchServiceException_1.ARCRegionSwitchServiceException {
|
|
186
|
+
name = "IllegalArgumentException";
|
|
187
|
+
$fault = "client";
|
|
188
|
+
constructor(opts) {
|
|
189
|
+
super({
|
|
190
|
+
name: "IllegalArgumentException",
|
|
191
|
+
$fault: "client",
|
|
192
|
+
...opts,
|
|
193
|
+
});
|
|
194
|
+
Object.setPrototypeOf(this, IllegalArgumentException.prototype);
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
exports.IllegalArgumentException = IllegalArgumentException;
|
|
198
|
+
exports.UpdatePlanExecutionAction = {
|
|
199
|
+
PAUSE: "pause",
|
|
200
|
+
RESUME: "resume",
|
|
201
|
+
SWITCH_TO_GRACEFUL: "switchToGraceful",
|
|
202
|
+
SWITCH_TO_UNGRACEFUL: "switchToUngraceful",
|
|
203
|
+
};
|
|
204
|
+
exports.UpdatePlanExecutionStepAction = {
|
|
205
|
+
SKIP: "skip",
|
|
206
|
+
SWITCH_TO_UNGRACEFUL: "switchToUngraceful",
|
|
207
|
+
};
|
|
208
|
+
var ExecutionBlockConfiguration;
|
|
209
|
+
(function (ExecutionBlockConfiguration) {
|
|
210
|
+
ExecutionBlockConfiguration.visit = (value, visitor) => {
|
|
211
|
+
if (value.customActionLambdaConfig !== undefined)
|
|
212
|
+
return visitor.customActionLambdaConfig(value.customActionLambdaConfig);
|
|
213
|
+
if (value.ec2AsgCapacityIncreaseConfig !== undefined)
|
|
214
|
+
return visitor.ec2AsgCapacityIncreaseConfig(value.ec2AsgCapacityIncreaseConfig);
|
|
215
|
+
if (value.executionApprovalConfig !== undefined)
|
|
216
|
+
return visitor.executionApprovalConfig(value.executionApprovalConfig);
|
|
217
|
+
if (value.arcRoutingControlConfig !== undefined)
|
|
218
|
+
return visitor.arcRoutingControlConfig(value.arcRoutingControlConfig);
|
|
219
|
+
if (value.globalAuroraConfig !== undefined)
|
|
220
|
+
return visitor.globalAuroraConfig(value.globalAuroraConfig);
|
|
221
|
+
if (value.parallelConfig !== undefined)
|
|
222
|
+
return visitor.parallelConfig(value.parallelConfig);
|
|
223
|
+
if (value.regionSwitchPlanConfig !== undefined)
|
|
224
|
+
return visitor.regionSwitchPlanConfig(value.regionSwitchPlanConfig);
|
|
225
|
+
if (value.ecsCapacityIncreaseConfig !== undefined)
|
|
226
|
+
return visitor.ecsCapacityIncreaseConfig(value.ecsCapacityIncreaseConfig);
|
|
227
|
+
if (value.eksResourceScalingConfig !== undefined)
|
|
228
|
+
return visitor.eksResourceScalingConfig(value.eksResourceScalingConfig);
|
|
229
|
+
if (value.route53HealthCheckConfig !== undefined)
|
|
230
|
+
return visitor.route53HealthCheckConfig(value.route53HealthCheckConfig);
|
|
231
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
232
|
+
};
|
|
233
|
+
})(ExecutionBlockConfiguration || (exports.ExecutionBlockConfiguration = ExecutionBlockConfiguration = {}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateGetPlanEvaluationStatus = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ARCRegionSwitchClient_1 = require("../ARCRegionSwitchClient");
|
|
6
|
+
const GetPlanEvaluationStatusCommand_1 = require("../commands/GetPlanEvaluationStatusCommand");
|
|
7
|
+
exports.paginateGetPlanEvaluationStatus = (0, core_1.createPaginator)(ARCRegionSwitchClient_1.ARCRegionSwitchClient, GetPlanEvaluationStatusCommand_1.GetPlanEvaluationStatusCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateGetPlanExecution = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ARCRegionSwitchClient_1 = require("../ARCRegionSwitchClient");
|
|
6
|
+
const GetPlanExecutionCommand_1 = require("../commands/GetPlanExecutionCommand");
|
|
7
|
+
exports.paginateGetPlanExecution = (0, core_1.createPaginator)(ARCRegionSwitchClient_1.ARCRegionSwitchClient, GetPlanExecutionCommand_1.GetPlanExecutionCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListPlanExecutionEvents = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ARCRegionSwitchClient_1 = require("../ARCRegionSwitchClient");
|
|
6
|
+
const ListPlanExecutionEventsCommand_1 = require("../commands/ListPlanExecutionEventsCommand");
|
|
7
|
+
exports.paginateListPlanExecutionEvents = (0, core_1.createPaginator)(ARCRegionSwitchClient_1.ARCRegionSwitchClient, ListPlanExecutionEventsCommand_1.ListPlanExecutionEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListPlanExecutions = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ARCRegionSwitchClient_1 = require("../ARCRegionSwitchClient");
|
|
6
|
+
const ListPlanExecutionsCommand_1 = require("../commands/ListPlanExecutionsCommand");
|
|
7
|
+
exports.paginateListPlanExecutions = (0, core_1.createPaginator)(ARCRegionSwitchClient_1.ARCRegionSwitchClient, ListPlanExecutionsCommand_1.ListPlanExecutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListPlansInRegion = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ARCRegionSwitchClient_1 = require("../ARCRegionSwitchClient");
|
|
6
|
+
const ListPlansInRegionCommand_1 = require("../commands/ListPlansInRegionCommand");
|
|
7
|
+
exports.paginateListPlansInRegion = (0, core_1.createPaginator)(ARCRegionSwitchClient_1.ARCRegionSwitchClient, ListPlansInRegionCommand_1.ListPlansInRegionCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListPlans = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ARCRegionSwitchClient_1 = require("../ARCRegionSwitchClient");
|
|
6
|
+
const ListPlansCommand_1 = require("../commands/ListPlansCommand");
|
|
7
|
+
exports.paginateListPlans = (0, core_1.createPaginator)(ARCRegionSwitchClient_1.ARCRegionSwitchClient, ListPlansCommand_1.ListPlansCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListRoute53HealthChecks = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ARCRegionSwitchClient_1 = require("../ARCRegionSwitchClient");
|
|
6
|
+
const ListRoute53HealthChecksCommand_1 = require("../commands/ListRoute53HealthChecksCommand");
|
|
7
|
+
exports.paginateListRoute53HealthChecks = (0, core_1.createPaginator)(ARCRegionSwitchClient_1.ARCRegionSwitchClient, ListRoute53HealthChecksCommand_1.ListRoute53HealthChecksCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./GetPlanEvaluationStatusPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./GetPlanExecutionPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListPlanExecutionEventsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListPlanExecutionsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListPlansInRegionPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListPlansPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListRoute53HealthChecksPaginator"), exports);
|