@aws-sdk/client-route53-recovery-control-config 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 (50) hide show
  1. package/dist-cjs/Route53RecoveryControlConfig.js +1 -59
  2. package/dist-cjs/Route53RecoveryControlConfigClient.js +1 -43
  3. package/dist-cjs/commands/CreateClusterCommand.js +1 -28
  4. package/dist-cjs/commands/CreateControlPanelCommand.js +1 -28
  5. package/dist-cjs/commands/CreateRoutingControlCommand.js +1 -28
  6. package/dist-cjs/commands/CreateSafetyRuleCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteClusterCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteControlPanelCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteRoutingControlCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteSafetyRuleCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeClusterCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeControlPanelCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeRoutingControlCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeSafetyRuleCommand.js +1 -28
  15. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  16. package/dist-cjs/commands/ListAssociatedRoute53HealthChecksCommand.js +1 -28
  17. package/dist-cjs/commands/ListClustersCommand.js +1 -28
  18. package/dist-cjs/commands/ListControlPanelsCommand.js +1 -28
  19. package/dist-cjs/commands/ListRoutingControlsCommand.js +1 -28
  20. package/dist-cjs/commands/ListSafetyRulesCommand.js +1 -28
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  22. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  23. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  24. package/dist-cjs/commands/UpdateControlPanelCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateRoutingControlCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateSafetyRuleCommand.js +1 -28
  27. package/dist-cjs/commands/index.js +1 -27
  28. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  29. package/dist-cjs/extensionConfiguration.js +1 -2
  30. package/dist-cjs/index.js +2578 -12
  31. package/dist-cjs/models/Route53RecoveryControlConfigServiceException.js +1 -12
  32. package/dist-cjs/models/index.js +1 -4
  33. package/dist-cjs/models/models_0.js +1 -112
  34. package/dist-cjs/pagination/Interfaces.js +1 -2
  35. package/dist-cjs/pagination/ListAssociatedRoute53HealthChecksPaginator.js +1 -7
  36. package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListControlPanelsPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListRoutingControlsPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListSafetyRulesPaginator.js +1 -7
  40. package/dist-cjs/pagination/index.js +1 -9
  41. package/dist-cjs/protocols/Aws_restJson1.js +1 -1535
  42. package/dist-cjs/runtimeExtensions.js +1 -22
  43. package/dist-cjs/waiters/index.js +1 -9
  44. package/dist-cjs/waiters/waitForClusterCreated.js +1 -48
  45. package/dist-cjs/waiters/waitForClusterDeleted.js +1 -42
  46. package/dist-cjs/waiters/waitForControlPanelCreated.js +1 -48
  47. package/dist-cjs/waiters/waitForControlPanelDeleted.js +1 -42
  48. package/dist-cjs/waiters/waitForRoutingControlCreated.js +1 -48
  49. package/dist-cjs/waiters/waitForRoutingControlDeleted.js +1 -42
  50. package/package.json +41 -41
@@ -1,59 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Route53RecoveryControlConfig = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateClusterCommand_1 = require("./commands/CreateClusterCommand");
6
- const CreateControlPanelCommand_1 = require("./commands/CreateControlPanelCommand");
7
- const CreateRoutingControlCommand_1 = require("./commands/CreateRoutingControlCommand");
8
- const CreateSafetyRuleCommand_1 = require("./commands/CreateSafetyRuleCommand");
9
- const DeleteClusterCommand_1 = require("./commands/DeleteClusterCommand");
10
- const DeleteControlPanelCommand_1 = require("./commands/DeleteControlPanelCommand");
11
- const DeleteRoutingControlCommand_1 = require("./commands/DeleteRoutingControlCommand");
12
- const DeleteSafetyRuleCommand_1 = require("./commands/DeleteSafetyRuleCommand");
13
- const DescribeClusterCommand_1 = require("./commands/DescribeClusterCommand");
14
- const DescribeControlPanelCommand_1 = require("./commands/DescribeControlPanelCommand");
15
- const DescribeRoutingControlCommand_1 = require("./commands/DescribeRoutingControlCommand");
16
- const DescribeSafetyRuleCommand_1 = require("./commands/DescribeSafetyRuleCommand");
17
- const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
18
- const ListAssociatedRoute53HealthChecksCommand_1 = require("./commands/ListAssociatedRoute53HealthChecksCommand");
19
- const ListClustersCommand_1 = require("./commands/ListClustersCommand");
20
- const ListControlPanelsCommand_1 = require("./commands/ListControlPanelsCommand");
21
- const ListRoutingControlsCommand_1 = require("./commands/ListRoutingControlsCommand");
22
- const ListSafetyRulesCommand_1 = require("./commands/ListSafetyRulesCommand");
23
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
24
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
25
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
26
- const UpdateControlPanelCommand_1 = require("./commands/UpdateControlPanelCommand");
27
- const UpdateRoutingControlCommand_1 = require("./commands/UpdateRoutingControlCommand");
28
- const UpdateSafetyRuleCommand_1 = require("./commands/UpdateSafetyRuleCommand");
29
- const Route53RecoveryControlConfigClient_1 = require("./Route53RecoveryControlConfigClient");
30
- const commands = {
31
- CreateClusterCommand: CreateClusterCommand_1.CreateClusterCommand,
32
- CreateControlPanelCommand: CreateControlPanelCommand_1.CreateControlPanelCommand,
33
- CreateRoutingControlCommand: CreateRoutingControlCommand_1.CreateRoutingControlCommand,
34
- CreateSafetyRuleCommand: CreateSafetyRuleCommand_1.CreateSafetyRuleCommand,
35
- DeleteClusterCommand: DeleteClusterCommand_1.DeleteClusterCommand,
36
- DeleteControlPanelCommand: DeleteControlPanelCommand_1.DeleteControlPanelCommand,
37
- DeleteRoutingControlCommand: DeleteRoutingControlCommand_1.DeleteRoutingControlCommand,
38
- DeleteSafetyRuleCommand: DeleteSafetyRuleCommand_1.DeleteSafetyRuleCommand,
39
- DescribeClusterCommand: DescribeClusterCommand_1.DescribeClusterCommand,
40
- DescribeControlPanelCommand: DescribeControlPanelCommand_1.DescribeControlPanelCommand,
41
- DescribeRoutingControlCommand: DescribeRoutingControlCommand_1.DescribeRoutingControlCommand,
42
- DescribeSafetyRuleCommand: DescribeSafetyRuleCommand_1.DescribeSafetyRuleCommand,
43
- GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
44
- ListAssociatedRoute53HealthChecksCommand: ListAssociatedRoute53HealthChecksCommand_1.ListAssociatedRoute53HealthChecksCommand,
45
- ListClustersCommand: ListClustersCommand_1.ListClustersCommand,
46
- ListControlPanelsCommand: ListControlPanelsCommand_1.ListControlPanelsCommand,
47
- ListRoutingControlsCommand: ListRoutingControlsCommand_1.ListRoutingControlsCommand,
48
- ListSafetyRulesCommand: ListSafetyRulesCommand_1.ListSafetyRulesCommand,
49
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
50
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
51
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
52
- UpdateControlPanelCommand: UpdateControlPanelCommand_1.UpdateControlPanelCommand,
53
- UpdateRoutingControlCommand: UpdateRoutingControlCommand_1.UpdateRoutingControlCommand,
54
- UpdateSafetyRuleCommand: UpdateSafetyRuleCommand_1.UpdateSafetyRuleCommand,
55
- };
56
- class Route53RecoveryControlConfig extends Route53RecoveryControlConfigClient_1.Route53RecoveryControlConfigClient {
57
- }
58
- exports.Route53RecoveryControlConfig = Route53RecoveryControlConfig;
59
- (0, smithy_client_1.createAggregatedClient)(commands, Route53RecoveryControlConfig);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Route53RecoveryControlConfigClient = 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 Route53RecoveryControlConfigClient 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.Route53RecoveryControlConfigClient = Route53RecoveryControlConfigClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateClusterCommand = 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 CreateClusterCommand 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("Route53RecoveryControlConfig", "CreateCluster", {})
22
- .n("Route53RecoveryControlConfigClient", "CreateClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateClusterCommand)
25
- .de(Aws_restJson1_1.de_CreateClusterCommand)
26
- .build() {
27
- }
28
- exports.CreateClusterCommand = CreateClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateControlPanelCommand = 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 CreateControlPanelCommand 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("Route53RecoveryControlConfig", "CreateControlPanel", {})
22
- .n("Route53RecoveryControlConfigClient", "CreateControlPanelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateControlPanelCommand)
25
- .de(Aws_restJson1_1.de_CreateControlPanelCommand)
26
- .build() {
27
- }
28
- exports.CreateControlPanelCommand = CreateControlPanelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRoutingControlCommand = 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 CreateRoutingControlCommand 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("Route53RecoveryControlConfig", "CreateRoutingControl", {})
22
- .n("Route53RecoveryControlConfigClient", "CreateRoutingControlCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateRoutingControlCommand)
25
- .de(Aws_restJson1_1.de_CreateRoutingControlCommand)
26
- .build() {
27
- }
28
- exports.CreateRoutingControlCommand = CreateRoutingControlCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSafetyRuleCommand = 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 CreateSafetyRuleCommand 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("Route53RecoveryControlConfig", "CreateSafetyRule", {})
22
- .n("Route53RecoveryControlConfigClient", "CreateSafetyRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSafetyRuleCommand)
25
- .de(Aws_restJson1_1.de_CreateSafetyRuleCommand)
26
- .build() {
27
- }
28
- exports.CreateSafetyRuleCommand = CreateSafetyRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteClusterCommand = 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 DeleteClusterCommand 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("Route53RecoveryControlConfig", "DeleteCluster", {})
22
- .n("Route53RecoveryControlConfigClient", "DeleteClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteClusterCommand)
25
- .de(Aws_restJson1_1.de_DeleteClusterCommand)
26
- .build() {
27
- }
28
- exports.DeleteClusterCommand = DeleteClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteControlPanelCommand = 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 DeleteControlPanelCommand 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("Route53RecoveryControlConfig", "DeleteControlPanel", {})
22
- .n("Route53RecoveryControlConfigClient", "DeleteControlPanelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteControlPanelCommand)
25
- .de(Aws_restJson1_1.de_DeleteControlPanelCommand)
26
- .build() {
27
- }
28
- exports.DeleteControlPanelCommand = DeleteControlPanelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRoutingControlCommand = 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 DeleteRoutingControlCommand 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("Route53RecoveryControlConfig", "DeleteRoutingControl", {})
22
- .n("Route53RecoveryControlConfigClient", "DeleteRoutingControlCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteRoutingControlCommand)
25
- .de(Aws_restJson1_1.de_DeleteRoutingControlCommand)
26
- .build() {
27
- }
28
- exports.DeleteRoutingControlCommand = DeleteRoutingControlCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSafetyRuleCommand = 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 DeleteSafetyRuleCommand 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("Route53RecoveryControlConfig", "DeleteSafetyRule", {})
22
- .n("Route53RecoveryControlConfigClient", "DeleteSafetyRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSafetyRuleCommand)
25
- .de(Aws_restJson1_1.de_DeleteSafetyRuleCommand)
26
- .build() {
27
- }
28
- exports.DeleteSafetyRuleCommand = DeleteSafetyRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeClusterCommand = 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 DescribeClusterCommand 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("Route53RecoveryControlConfig", "DescribeCluster", {})
22
- .n("Route53RecoveryControlConfigClient", "DescribeClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeClusterCommand)
25
- .de(Aws_restJson1_1.de_DescribeClusterCommand)
26
- .build() {
27
- }
28
- exports.DescribeClusterCommand = DescribeClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeControlPanelCommand = 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 DescribeControlPanelCommand 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("Route53RecoveryControlConfig", "DescribeControlPanel", {})
22
- .n("Route53RecoveryControlConfigClient", "DescribeControlPanelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeControlPanelCommand)
25
- .de(Aws_restJson1_1.de_DescribeControlPanelCommand)
26
- .build() {
27
- }
28
- exports.DescribeControlPanelCommand = DescribeControlPanelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRoutingControlCommand = 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 DescribeRoutingControlCommand 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("Route53RecoveryControlConfig", "DescribeRoutingControl", {})
22
- .n("Route53RecoveryControlConfigClient", "DescribeRoutingControlCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeRoutingControlCommand)
25
- .de(Aws_restJson1_1.de_DescribeRoutingControlCommand)
26
- .build() {
27
- }
28
- exports.DescribeRoutingControlCommand = DescribeRoutingControlCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSafetyRuleCommand = 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 DescribeSafetyRuleCommand 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("Route53RecoveryControlConfig", "DescribeSafetyRule", {})
22
- .n("Route53RecoveryControlConfigClient", "DescribeSafetyRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeSafetyRuleCommand)
25
- .de(Aws_restJson1_1.de_DescribeSafetyRuleCommand)
26
- .build() {
27
- }
28
- exports.DescribeSafetyRuleCommand = DescribeSafetyRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourcePolicyCommand = 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 GetResourcePolicyCommand 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("Route53RecoveryControlConfig", "GetResourcePolicy", {})
22
- .n("Route53RecoveryControlConfigClient", "GetResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetResourcePolicyCommand)
25
- .de(Aws_restJson1_1.de_GetResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssociatedRoute53HealthChecksCommand = 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 ListAssociatedRoute53HealthChecksCommand 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("Route53RecoveryControlConfig", "ListAssociatedRoute53HealthChecks", {})
22
- .n("Route53RecoveryControlConfigClient", "ListAssociatedRoute53HealthChecksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAssociatedRoute53HealthChecksCommand)
25
- .de(Aws_restJson1_1.de_ListAssociatedRoute53HealthChecksCommand)
26
- .build() {
27
- }
28
- exports.ListAssociatedRoute53HealthChecksCommand = ListAssociatedRoute53HealthChecksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListClustersCommand = 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 ListClustersCommand 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("Route53RecoveryControlConfig", "ListClusters", {})
22
- .n("Route53RecoveryControlConfigClient", "ListClustersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListClustersCommand)
25
- .de(Aws_restJson1_1.de_ListClustersCommand)
26
- .build() {
27
- }
28
- exports.ListClustersCommand = ListClustersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListControlPanelsCommand = 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 ListControlPanelsCommand 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("Route53RecoveryControlConfig", "ListControlPanels", {})
22
- .n("Route53RecoveryControlConfigClient", "ListControlPanelsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListControlPanelsCommand)
25
- .de(Aws_restJson1_1.de_ListControlPanelsCommand)
26
- .build() {
27
- }
28
- exports.ListControlPanelsCommand = ListControlPanelsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRoutingControlsCommand = 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 ListRoutingControlsCommand 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("Route53RecoveryControlConfig", "ListRoutingControls", {})
22
- .n("Route53RecoveryControlConfigClient", "ListRoutingControlsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListRoutingControlsCommand)
25
- .de(Aws_restJson1_1.de_ListRoutingControlsCommand)
26
- .build() {
27
- }
28
- exports.ListRoutingControlsCommand = ListRoutingControlsCommand;
1
+ module.exports = require("../index.js");