@aws-sdk/client-arc-zonal-shift 3.489.0 → 3.495.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/dist-cjs/ARCZonalShift.js +1 -33
  2. package/dist-cjs/ARCZonalShiftClient.js +1 -43
  3. package/dist-cjs/commands/CancelZonalShiftCommand.js +1 -28
  4. package/dist-cjs/commands/CreatePracticeRunConfigurationCommand.js +1 -28
  5. package/dist-cjs/commands/DeletePracticeRunConfigurationCommand.js +1 -28
  6. package/dist-cjs/commands/GetManagedResourceCommand.js +1 -28
  7. package/dist-cjs/commands/ListAutoshiftsCommand.js +1 -28
  8. package/dist-cjs/commands/ListManagedResourcesCommand.js +1 -28
  9. package/dist-cjs/commands/ListZonalShiftsCommand.js +1 -28
  10. package/dist-cjs/commands/StartZonalShiftCommand.js +1 -28
  11. package/dist-cjs/commands/UpdatePracticeRunConfigurationCommand.js +1 -28
  12. package/dist-cjs/commands/UpdateZonalAutoshiftConfigurationCommand.js +1 -28
  13. package/dist-cjs/commands/UpdateZonalShiftCommand.js +1 -28
  14. package/dist-cjs/commands/index.js +1 -14
  15. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  16. package/dist-cjs/extensionConfiguration.js +1 -2
  17. package/dist-cjs/index.js +1503 -11
  18. package/dist-cjs/models/ARCZonalShiftServiceException.js +1 -12
  19. package/dist-cjs/models/index.js +1 -4
  20. package/dist-cjs/models/models_0.js +1 -135
  21. package/dist-cjs/pagination/Interfaces.js +1 -2
  22. package/dist-cjs/pagination/ListAutoshiftsPaginator.js +1 -7
  23. package/dist-cjs/pagination/ListManagedResourcesPaginator.js +1 -7
  24. package/dist-cjs/pagination/ListZonalShiftsPaginator.js +1 -7
  25. package/dist-cjs/pagination/index.js +1 -7
  26. package/dist-cjs/protocols/Aws_restJson1.js +1 -955
  27. package/dist-cjs/runtimeExtensions.js +1 -22
  28. package/package.json +40 -40
@@ -1,33 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ARCZonalShift = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ARCZonalShiftClient_1 = require("./ARCZonalShiftClient");
6
- const CancelZonalShiftCommand_1 = require("./commands/CancelZonalShiftCommand");
7
- const CreatePracticeRunConfigurationCommand_1 = require("./commands/CreatePracticeRunConfigurationCommand");
8
- const DeletePracticeRunConfigurationCommand_1 = require("./commands/DeletePracticeRunConfigurationCommand");
9
- const GetManagedResourceCommand_1 = require("./commands/GetManagedResourceCommand");
10
- const ListAutoshiftsCommand_1 = require("./commands/ListAutoshiftsCommand");
11
- const ListManagedResourcesCommand_1 = require("./commands/ListManagedResourcesCommand");
12
- const ListZonalShiftsCommand_1 = require("./commands/ListZonalShiftsCommand");
13
- const StartZonalShiftCommand_1 = require("./commands/StartZonalShiftCommand");
14
- const UpdatePracticeRunConfigurationCommand_1 = require("./commands/UpdatePracticeRunConfigurationCommand");
15
- const UpdateZonalAutoshiftConfigurationCommand_1 = require("./commands/UpdateZonalAutoshiftConfigurationCommand");
16
- const UpdateZonalShiftCommand_1 = require("./commands/UpdateZonalShiftCommand");
17
- const commands = {
18
- CancelZonalShiftCommand: CancelZonalShiftCommand_1.CancelZonalShiftCommand,
19
- CreatePracticeRunConfigurationCommand: CreatePracticeRunConfigurationCommand_1.CreatePracticeRunConfigurationCommand,
20
- DeletePracticeRunConfigurationCommand: DeletePracticeRunConfigurationCommand_1.DeletePracticeRunConfigurationCommand,
21
- GetManagedResourceCommand: GetManagedResourceCommand_1.GetManagedResourceCommand,
22
- ListAutoshiftsCommand: ListAutoshiftsCommand_1.ListAutoshiftsCommand,
23
- ListManagedResourcesCommand: ListManagedResourcesCommand_1.ListManagedResourcesCommand,
24
- ListZonalShiftsCommand: ListZonalShiftsCommand_1.ListZonalShiftsCommand,
25
- StartZonalShiftCommand: StartZonalShiftCommand_1.StartZonalShiftCommand,
26
- UpdatePracticeRunConfigurationCommand: UpdatePracticeRunConfigurationCommand_1.UpdatePracticeRunConfigurationCommand,
27
- UpdateZonalAutoshiftConfigurationCommand: UpdateZonalAutoshiftConfigurationCommand_1.UpdateZonalAutoshiftConfigurationCommand,
28
- UpdateZonalShiftCommand: UpdateZonalShiftCommand_1.UpdateZonalShiftCommand,
29
- };
30
- class ARCZonalShift extends ARCZonalShiftClient_1.ARCZonalShiftClient {
31
- }
32
- exports.ARCZonalShift = ARCZonalShift;
33
- (0, smithy_client_1.createAggregatedClient)(commands, ARCZonalShift);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ARCZonalShiftClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class ARCZonalShiftClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.ARCZonalShiftClient = ARCZonalShiftClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelZonalShiftCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelZonalShiftCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "CancelZonalShift", {})
22
- .n("ARCZonalShiftClient", "CancelZonalShiftCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelZonalShiftCommand)
25
- .de(Aws_restJson1_1.de_CancelZonalShiftCommand)
26
- .build() {
27
- }
28
- exports.CancelZonalShiftCommand = CancelZonalShiftCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePracticeRunConfigurationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreatePracticeRunConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "CreatePracticeRunConfiguration", {})
22
- .n("ARCZonalShiftClient", "CreatePracticeRunConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreatePracticeRunConfigurationCommand)
25
- .de(Aws_restJson1_1.de_CreatePracticeRunConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreatePracticeRunConfigurationCommand = CreatePracticeRunConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePracticeRunConfigurationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeletePracticeRunConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "DeletePracticeRunConfiguration", {})
22
- .n("ARCZonalShiftClient", "DeletePracticeRunConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeletePracticeRunConfigurationCommand)
25
- .de(Aws_restJson1_1.de_DeletePracticeRunConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeletePracticeRunConfigurationCommand = DeletePracticeRunConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetManagedResourceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetManagedResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "GetManagedResource", {})
22
- .n("ARCZonalShiftClient", "GetManagedResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetManagedResourceCommand)
25
- .de(Aws_restJson1_1.de_GetManagedResourceCommand)
26
- .build() {
27
- }
28
- exports.GetManagedResourceCommand = GetManagedResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAutoshiftsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAutoshiftsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "ListAutoshifts", {})
22
- .n("ARCZonalShiftClient", "ListAutoshiftsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAutoshiftsCommand)
25
- .de(Aws_restJson1_1.de_ListAutoshiftsCommand)
26
- .build() {
27
- }
28
- exports.ListAutoshiftsCommand = ListAutoshiftsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedResourcesCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListManagedResourcesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "ListManagedResources", {})
22
- .n("ARCZonalShiftClient", "ListManagedResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListManagedResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListManagedResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListManagedResourcesCommand = ListManagedResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListZonalShiftsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListZonalShiftsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "ListZonalShifts", {})
22
- .n("ARCZonalShiftClient", "ListZonalShiftsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListZonalShiftsCommand)
25
- .de(Aws_restJson1_1.de_ListZonalShiftsCommand)
26
- .build() {
27
- }
28
- exports.ListZonalShiftsCommand = ListZonalShiftsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartZonalShiftCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartZonalShiftCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "StartZonalShift", {})
22
- .n("ARCZonalShiftClient", "StartZonalShiftCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartZonalShiftCommand)
25
- .de(Aws_restJson1_1.de_StartZonalShiftCommand)
26
- .build() {
27
- }
28
- exports.StartZonalShiftCommand = StartZonalShiftCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePracticeRunConfigurationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdatePracticeRunConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "UpdatePracticeRunConfiguration", {})
22
- .n("ARCZonalShiftClient", "UpdatePracticeRunConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdatePracticeRunConfigurationCommand)
25
- .de(Aws_restJson1_1.de_UpdatePracticeRunConfigurationCommand)
26
- .build() {
27
- }
28
- exports.UpdatePracticeRunConfigurationCommand = UpdatePracticeRunConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateZonalAutoshiftConfigurationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateZonalAutoshiftConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "UpdateZonalAutoshiftConfiguration", {})
22
- .n("ARCZonalShiftClient", "UpdateZonalAutoshiftConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateZonalAutoshiftConfigurationCommand)
25
- .de(Aws_restJson1_1.de_UpdateZonalAutoshiftConfigurationCommand)
26
- .build() {
27
- }
28
- exports.UpdateZonalAutoshiftConfigurationCommand = UpdateZonalAutoshiftConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateZonalShiftCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateZonalShiftCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PercDataPlane", "UpdateZonalShift", {})
22
- .n("ARCZonalShiftClient", "UpdateZonalShiftCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateZonalShiftCommand)
25
- .de(Aws_restJson1_1.de_UpdateZonalShiftCommand)
26
- .build() {
27
- }
28
- exports.UpdateZonalShiftCommand = UpdateZonalShiftCommand;
1
+ module.exports = require("../index.js");
@@ -1,14 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CancelZonalShiftCommand"), exports);
5
- tslib_1.__exportStar(require("./CreatePracticeRunConfigurationCommand"), exports);
6
- tslib_1.__exportStar(require("./DeletePracticeRunConfigurationCommand"), exports);
7
- tslib_1.__exportStar(require("./GetManagedResourceCommand"), exports);
8
- tslib_1.__exportStar(require("./ListAutoshiftsCommand"), exports);
9
- tslib_1.__exportStar(require("./ListManagedResourcesCommand"), exports);
10
- tslib_1.__exportStar(require("./ListZonalShiftsCommand"), exports);
11
- tslib_1.__exportStar(require("./StartZonalShiftCommand"), exports);
12
- tslib_1.__exportStar(require("./UpdatePracticeRunConfigurationCommand"), exports);
13
- tslib_1.__exportStar(require("./UpdateZonalAutoshiftConfigurationCommand"), exports);
14
- tslib_1.__exportStar(require("./UpdateZonalShiftCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "arc-zonal-shift",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");