@aws-sdk/client-global-accelerator 3.490.0 → 3.496.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 (81) hide show
  1. package/dist-cjs/GlobalAccelerator.js +1 -123
  2. package/dist-cjs/GlobalAcceleratorClient.js +1 -43
  3. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +1 -28
  4. package/dist-cjs/commands/AddEndpointsCommand.js +1 -28
  5. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +1 -28
  6. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +1 -28
  7. package/dist-cjs/commands/CreateAcceleratorCommand.js +1 -28
  8. package/dist-cjs/commands/CreateCrossAccountAttachmentCommand.js +1 -28
  9. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +1 -28
  10. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +1 -28
  11. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +1 -28
  12. package/dist-cjs/commands/CreateEndpointGroupCommand.js +1 -28
  13. package/dist-cjs/commands/CreateListenerCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteAcceleratorCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteCrossAccountAttachmentCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteEndpointGroupCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteListenerCommand.js +1 -28
  21. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +1 -28
  22. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeAcceleratorCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeCrossAccountAttachmentCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeEndpointGroupCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeListenerCommand.js +1 -28
  32. package/dist-cjs/commands/ListAcceleratorsCommand.js +1 -28
  33. package/dist-cjs/commands/ListByoipCidrsCommand.js +1 -28
  34. package/dist-cjs/commands/ListCrossAccountAttachmentsCommand.js +1 -28
  35. package/dist-cjs/commands/ListCrossAccountResourceAccountsCommand.js +1 -28
  36. package/dist-cjs/commands/ListCrossAccountResourcesCommand.js +1 -28
  37. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +1 -28
  38. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +1 -28
  39. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +1 -28
  40. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +1 -28
  41. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +1 -28
  42. package/dist-cjs/commands/ListEndpointGroupsCommand.js +1 -28
  43. package/dist-cjs/commands/ListListenersCommand.js +1 -28
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  45. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +1 -28
  46. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +1 -28
  47. package/dist-cjs/commands/RemoveEndpointsCommand.js +1 -28
  48. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  49. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateAcceleratorCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateCrossAccountAttachmentCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateEndpointGroupCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateListenerCommand.js +1 -28
  58. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +1 -28
  59. package/dist-cjs/commands/index.js +1 -59
  60. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  61. package/dist-cjs/extensionConfiguration.js +1 -2
  62. package/dist-cjs/index.js +5014 -11
  63. package/dist-cjs/models/GlobalAcceleratorServiceException.js +1 -12
  64. package/dist-cjs/models/index.js +1 -4
  65. package/dist-cjs/models/models_0.js +1 -339
  66. package/dist-cjs/pagination/Interfaces.js +1 -2
  67. package/dist-cjs/pagination/ListAcceleratorsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListByoipCidrsPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListCrossAccountAttachmentsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListCrossAccountResourcesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListListenersPaginator.js +1 -7
  78. package/dist-cjs/pagination/index.js +1 -15
  79. package/dist-cjs/protocols/Aws_json1_1.js +1 -3324
  80. package/dist-cjs/runtimeExtensions.js +1 -22
  81. package/package.json +40 -40
@@ -1,123 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GlobalAccelerator = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddCustomRoutingEndpointsCommand_1 = require("./commands/AddCustomRoutingEndpointsCommand");
6
- const AddEndpointsCommand_1 = require("./commands/AddEndpointsCommand");
7
- const AdvertiseByoipCidrCommand_1 = require("./commands/AdvertiseByoipCidrCommand");
8
- const AllowCustomRoutingTrafficCommand_1 = require("./commands/AllowCustomRoutingTrafficCommand");
9
- const CreateAcceleratorCommand_1 = require("./commands/CreateAcceleratorCommand");
10
- const CreateCrossAccountAttachmentCommand_1 = require("./commands/CreateCrossAccountAttachmentCommand");
11
- const CreateCustomRoutingAcceleratorCommand_1 = require("./commands/CreateCustomRoutingAcceleratorCommand");
12
- const CreateCustomRoutingEndpointGroupCommand_1 = require("./commands/CreateCustomRoutingEndpointGroupCommand");
13
- const CreateCustomRoutingListenerCommand_1 = require("./commands/CreateCustomRoutingListenerCommand");
14
- const CreateEndpointGroupCommand_1 = require("./commands/CreateEndpointGroupCommand");
15
- const CreateListenerCommand_1 = require("./commands/CreateListenerCommand");
16
- const DeleteAcceleratorCommand_1 = require("./commands/DeleteAcceleratorCommand");
17
- const DeleteCrossAccountAttachmentCommand_1 = require("./commands/DeleteCrossAccountAttachmentCommand");
18
- const DeleteCustomRoutingAcceleratorCommand_1 = require("./commands/DeleteCustomRoutingAcceleratorCommand");
19
- const DeleteCustomRoutingEndpointGroupCommand_1 = require("./commands/DeleteCustomRoutingEndpointGroupCommand");
20
- const DeleteCustomRoutingListenerCommand_1 = require("./commands/DeleteCustomRoutingListenerCommand");
21
- const DeleteEndpointGroupCommand_1 = require("./commands/DeleteEndpointGroupCommand");
22
- const DeleteListenerCommand_1 = require("./commands/DeleteListenerCommand");
23
- const DenyCustomRoutingTrafficCommand_1 = require("./commands/DenyCustomRoutingTrafficCommand");
24
- const DeprovisionByoipCidrCommand_1 = require("./commands/DeprovisionByoipCidrCommand");
25
- const DescribeAcceleratorAttributesCommand_1 = require("./commands/DescribeAcceleratorAttributesCommand");
26
- const DescribeAcceleratorCommand_1 = require("./commands/DescribeAcceleratorCommand");
27
- const DescribeCrossAccountAttachmentCommand_1 = require("./commands/DescribeCrossAccountAttachmentCommand");
28
- const DescribeCustomRoutingAcceleratorAttributesCommand_1 = require("./commands/DescribeCustomRoutingAcceleratorAttributesCommand");
29
- const DescribeCustomRoutingAcceleratorCommand_1 = require("./commands/DescribeCustomRoutingAcceleratorCommand");
30
- const DescribeCustomRoutingEndpointGroupCommand_1 = require("./commands/DescribeCustomRoutingEndpointGroupCommand");
31
- const DescribeCustomRoutingListenerCommand_1 = require("./commands/DescribeCustomRoutingListenerCommand");
32
- const DescribeEndpointGroupCommand_1 = require("./commands/DescribeEndpointGroupCommand");
33
- const DescribeListenerCommand_1 = require("./commands/DescribeListenerCommand");
34
- const ListAcceleratorsCommand_1 = require("./commands/ListAcceleratorsCommand");
35
- const ListByoipCidrsCommand_1 = require("./commands/ListByoipCidrsCommand");
36
- const ListCrossAccountAttachmentsCommand_1 = require("./commands/ListCrossAccountAttachmentsCommand");
37
- const ListCrossAccountResourceAccountsCommand_1 = require("./commands/ListCrossAccountResourceAccountsCommand");
38
- const ListCrossAccountResourcesCommand_1 = require("./commands/ListCrossAccountResourcesCommand");
39
- const ListCustomRoutingAcceleratorsCommand_1 = require("./commands/ListCustomRoutingAcceleratorsCommand");
40
- const ListCustomRoutingEndpointGroupsCommand_1 = require("./commands/ListCustomRoutingEndpointGroupsCommand");
41
- const ListCustomRoutingListenersCommand_1 = require("./commands/ListCustomRoutingListenersCommand");
42
- const ListCustomRoutingPortMappingsByDestinationCommand_1 = require("./commands/ListCustomRoutingPortMappingsByDestinationCommand");
43
- const ListCustomRoutingPortMappingsCommand_1 = require("./commands/ListCustomRoutingPortMappingsCommand");
44
- const ListEndpointGroupsCommand_1 = require("./commands/ListEndpointGroupsCommand");
45
- const ListListenersCommand_1 = require("./commands/ListListenersCommand");
46
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
47
- const ProvisionByoipCidrCommand_1 = require("./commands/ProvisionByoipCidrCommand");
48
- const RemoveCustomRoutingEndpointsCommand_1 = require("./commands/RemoveCustomRoutingEndpointsCommand");
49
- const RemoveEndpointsCommand_1 = require("./commands/RemoveEndpointsCommand");
50
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
51
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
52
- const UpdateAcceleratorAttributesCommand_1 = require("./commands/UpdateAcceleratorAttributesCommand");
53
- const UpdateAcceleratorCommand_1 = require("./commands/UpdateAcceleratorCommand");
54
- const UpdateCrossAccountAttachmentCommand_1 = require("./commands/UpdateCrossAccountAttachmentCommand");
55
- const UpdateCustomRoutingAcceleratorAttributesCommand_1 = require("./commands/UpdateCustomRoutingAcceleratorAttributesCommand");
56
- const UpdateCustomRoutingAcceleratorCommand_1 = require("./commands/UpdateCustomRoutingAcceleratorCommand");
57
- const UpdateCustomRoutingListenerCommand_1 = require("./commands/UpdateCustomRoutingListenerCommand");
58
- const UpdateEndpointGroupCommand_1 = require("./commands/UpdateEndpointGroupCommand");
59
- const UpdateListenerCommand_1 = require("./commands/UpdateListenerCommand");
60
- const WithdrawByoipCidrCommand_1 = require("./commands/WithdrawByoipCidrCommand");
61
- const GlobalAcceleratorClient_1 = require("./GlobalAcceleratorClient");
62
- const commands = {
63
- AddCustomRoutingEndpointsCommand: AddCustomRoutingEndpointsCommand_1.AddCustomRoutingEndpointsCommand,
64
- AddEndpointsCommand: AddEndpointsCommand_1.AddEndpointsCommand,
65
- AdvertiseByoipCidrCommand: AdvertiseByoipCidrCommand_1.AdvertiseByoipCidrCommand,
66
- AllowCustomRoutingTrafficCommand: AllowCustomRoutingTrafficCommand_1.AllowCustomRoutingTrafficCommand,
67
- CreateAcceleratorCommand: CreateAcceleratorCommand_1.CreateAcceleratorCommand,
68
- CreateCrossAccountAttachmentCommand: CreateCrossAccountAttachmentCommand_1.CreateCrossAccountAttachmentCommand,
69
- CreateCustomRoutingAcceleratorCommand: CreateCustomRoutingAcceleratorCommand_1.CreateCustomRoutingAcceleratorCommand,
70
- CreateCustomRoutingEndpointGroupCommand: CreateCustomRoutingEndpointGroupCommand_1.CreateCustomRoutingEndpointGroupCommand,
71
- CreateCustomRoutingListenerCommand: CreateCustomRoutingListenerCommand_1.CreateCustomRoutingListenerCommand,
72
- CreateEndpointGroupCommand: CreateEndpointGroupCommand_1.CreateEndpointGroupCommand,
73
- CreateListenerCommand: CreateListenerCommand_1.CreateListenerCommand,
74
- DeleteAcceleratorCommand: DeleteAcceleratorCommand_1.DeleteAcceleratorCommand,
75
- DeleteCrossAccountAttachmentCommand: DeleteCrossAccountAttachmentCommand_1.DeleteCrossAccountAttachmentCommand,
76
- DeleteCustomRoutingAcceleratorCommand: DeleteCustomRoutingAcceleratorCommand_1.DeleteCustomRoutingAcceleratorCommand,
77
- DeleteCustomRoutingEndpointGroupCommand: DeleteCustomRoutingEndpointGroupCommand_1.DeleteCustomRoutingEndpointGroupCommand,
78
- DeleteCustomRoutingListenerCommand: DeleteCustomRoutingListenerCommand_1.DeleteCustomRoutingListenerCommand,
79
- DeleteEndpointGroupCommand: DeleteEndpointGroupCommand_1.DeleteEndpointGroupCommand,
80
- DeleteListenerCommand: DeleteListenerCommand_1.DeleteListenerCommand,
81
- DenyCustomRoutingTrafficCommand: DenyCustomRoutingTrafficCommand_1.DenyCustomRoutingTrafficCommand,
82
- DeprovisionByoipCidrCommand: DeprovisionByoipCidrCommand_1.DeprovisionByoipCidrCommand,
83
- DescribeAcceleratorCommand: DescribeAcceleratorCommand_1.DescribeAcceleratorCommand,
84
- DescribeAcceleratorAttributesCommand: DescribeAcceleratorAttributesCommand_1.DescribeAcceleratorAttributesCommand,
85
- DescribeCrossAccountAttachmentCommand: DescribeCrossAccountAttachmentCommand_1.DescribeCrossAccountAttachmentCommand,
86
- DescribeCustomRoutingAcceleratorCommand: DescribeCustomRoutingAcceleratorCommand_1.DescribeCustomRoutingAcceleratorCommand,
87
- DescribeCustomRoutingAcceleratorAttributesCommand: DescribeCustomRoutingAcceleratorAttributesCommand_1.DescribeCustomRoutingAcceleratorAttributesCommand,
88
- DescribeCustomRoutingEndpointGroupCommand: DescribeCustomRoutingEndpointGroupCommand_1.DescribeCustomRoutingEndpointGroupCommand,
89
- DescribeCustomRoutingListenerCommand: DescribeCustomRoutingListenerCommand_1.DescribeCustomRoutingListenerCommand,
90
- DescribeEndpointGroupCommand: DescribeEndpointGroupCommand_1.DescribeEndpointGroupCommand,
91
- DescribeListenerCommand: DescribeListenerCommand_1.DescribeListenerCommand,
92
- ListAcceleratorsCommand: ListAcceleratorsCommand_1.ListAcceleratorsCommand,
93
- ListByoipCidrsCommand: ListByoipCidrsCommand_1.ListByoipCidrsCommand,
94
- ListCrossAccountAttachmentsCommand: ListCrossAccountAttachmentsCommand_1.ListCrossAccountAttachmentsCommand,
95
- ListCrossAccountResourceAccountsCommand: ListCrossAccountResourceAccountsCommand_1.ListCrossAccountResourceAccountsCommand,
96
- ListCrossAccountResourcesCommand: ListCrossAccountResourcesCommand_1.ListCrossAccountResourcesCommand,
97
- ListCustomRoutingAcceleratorsCommand: ListCustomRoutingAcceleratorsCommand_1.ListCustomRoutingAcceleratorsCommand,
98
- ListCustomRoutingEndpointGroupsCommand: ListCustomRoutingEndpointGroupsCommand_1.ListCustomRoutingEndpointGroupsCommand,
99
- ListCustomRoutingListenersCommand: ListCustomRoutingListenersCommand_1.ListCustomRoutingListenersCommand,
100
- ListCustomRoutingPortMappingsCommand: ListCustomRoutingPortMappingsCommand_1.ListCustomRoutingPortMappingsCommand,
101
- ListCustomRoutingPortMappingsByDestinationCommand: ListCustomRoutingPortMappingsByDestinationCommand_1.ListCustomRoutingPortMappingsByDestinationCommand,
102
- ListEndpointGroupsCommand: ListEndpointGroupsCommand_1.ListEndpointGroupsCommand,
103
- ListListenersCommand: ListListenersCommand_1.ListListenersCommand,
104
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
105
- ProvisionByoipCidrCommand: ProvisionByoipCidrCommand_1.ProvisionByoipCidrCommand,
106
- RemoveCustomRoutingEndpointsCommand: RemoveCustomRoutingEndpointsCommand_1.RemoveCustomRoutingEndpointsCommand,
107
- RemoveEndpointsCommand: RemoveEndpointsCommand_1.RemoveEndpointsCommand,
108
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
109
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
110
- UpdateAcceleratorCommand: UpdateAcceleratorCommand_1.UpdateAcceleratorCommand,
111
- UpdateAcceleratorAttributesCommand: UpdateAcceleratorAttributesCommand_1.UpdateAcceleratorAttributesCommand,
112
- UpdateCrossAccountAttachmentCommand: UpdateCrossAccountAttachmentCommand_1.UpdateCrossAccountAttachmentCommand,
113
- UpdateCustomRoutingAcceleratorCommand: UpdateCustomRoutingAcceleratorCommand_1.UpdateCustomRoutingAcceleratorCommand,
114
- UpdateCustomRoutingAcceleratorAttributesCommand: UpdateCustomRoutingAcceleratorAttributesCommand_1.UpdateCustomRoutingAcceleratorAttributesCommand,
115
- UpdateCustomRoutingListenerCommand: UpdateCustomRoutingListenerCommand_1.UpdateCustomRoutingListenerCommand,
116
- UpdateEndpointGroupCommand: UpdateEndpointGroupCommand_1.UpdateEndpointGroupCommand,
117
- UpdateListenerCommand: UpdateListenerCommand_1.UpdateListenerCommand,
118
- WithdrawByoipCidrCommand: WithdrawByoipCidrCommand_1.WithdrawByoipCidrCommand,
119
- };
120
- class GlobalAccelerator extends GlobalAcceleratorClient_1.GlobalAcceleratorClient {
121
- }
122
- exports.GlobalAccelerator = GlobalAccelerator;
123
- (0, smithy_client_1.createAggregatedClient)(commands, GlobalAccelerator);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GlobalAcceleratorClient = 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 GlobalAcceleratorClient 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.GlobalAcceleratorClient = GlobalAcceleratorClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddCustomRoutingEndpointsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class AddCustomRoutingEndpointsCommand 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("GlobalAccelerator_V20180706", "AddCustomRoutingEndpoints", {})
22
- .n("GlobalAcceleratorClient", "AddCustomRoutingEndpointsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddCustomRoutingEndpointsCommand)
25
- .de(Aws_json1_1_1.de_AddCustomRoutingEndpointsCommand)
26
- .build() {
27
- }
28
- exports.AddCustomRoutingEndpointsCommand = AddCustomRoutingEndpointsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddEndpointsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class AddEndpointsCommand 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("GlobalAccelerator_V20180706", "AddEndpoints", {})
22
- .n("GlobalAcceleratorClient", "AddEndpointsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddEndpointsCommand)
25
- .de(Aws_json1_1_1.de_AddEndpointsCommand)
26
- .build() {
27
- }
28
- exports.AddEndpointsCommand = AddEndpointsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AdvertiseByoipCidrCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class AdvertiseByoipCidrCommand 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("GlobalAccelerator_V20180706", "AdvertiseByoipCidr", {})
22
- .n("GlobalAcceleratorClient", "AdvertiseByoipCidrCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AdvertiseByoipCidrCommand)
25
- .de(Aws_json1_1_1.de_AdvertiseByoipCidrCommand)
26
- .build() {
27
- }
28
- exports.AdvertiseByoipCidrCommand = AdvertiseByoipCidrCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AllowCustomRoutingTrafficCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class AllowCustomRoutingTrafficCommand 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("GlobalAccelerator_V20180706", "AllowCustomRoutingTraffic", {})
22
- .n("GlobalAcceleratorClient", "AllowCustomRoutingTrafficCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AllowCustomRoutingTrafficCommand)
25
- .de(Aws_json1_1_1.de_AllowCustomRoutingTrafficCommand)
26
- .build() {
27
- }
28
- exports.AllowCustomRoutingTrafficCommand = AllowCustomRoutingTrafficCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAcceleratorCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateAcceleratorCommand 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("GlobalAccelerator_V20180706", "CreateAccelerator", {})
22
- .n("GlobalAcceleratorClient", "CreateAcceleratorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateAcceleratorCommand)
25
- .de(Aws_json1_1_1.de_CreateAcceleratorCommand)
26
- .build() {
27
- }
28
- exports.CreateAcceleratorCommand = CreateAcceleratorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCrossAccountAttachmentCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateCrossAccountAttachmentCommand 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("GlobalAccelerator_V20180706", "CreateCrossAccountAttachment", {})
22
- .n("GlobalAcceleratorClient", "CreateCrossAccountAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateCrossAccountAttachmentCommand)
25
- .de(Aws_json1_1_1.de_CreateCrossAccountAttachmentCommand)
26
- .build() {
27
- }
28
- exports.CreateCrossAccountAttachmentCommand = CreateCrossAccountAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCustomRoutingAcceleratorCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateCustomRoutingAcceleratorCommand 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("GlobalAccelerator_V20180706", "CreateCustomRoutingAccelerator", {})
22
- .n("GlobalAcceleratorClient", "CreateCustomRoutingAcceleratorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateCustomRoutingAcceleratorCommand)
25
- .de(Aws_json1_1_1.de_CreateCustomRoutingAcceleratorCommand)
26
- .build() {
27
- }
28
- exports.CreateCustomRoutingAcceleratorCommand = CreateCustomRoutingAcceleratorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCustomRoutingEndpointGroupCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateCustomRoutingEndpointGroupCommand 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("GlobalAccelerator_V20180706", "CreateCustomRoutingEndpointGroup", {})
22
- .n("GlobalAcceleratorClient", "CreateCustomRoutingEndpointGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateCustomRoutingEndpointGroupCommand)
25
- .de(Aws_json1_1_1.de_CreateCustomRoutingEndpointGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateCustomRoutingEndpointGroupCommand = CreateCustomRoutingEndpointGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCustomRoutingListenerCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateCustomRoutingListenerCommand 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("GlobalAccelerator_V20180706", "CreateCustomRoutingListener", {})
22
- .n("GlobalAcceleratorClient", "CreateCustomRoutingListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateCustomRoutingListenerCommand)
25
- .de(Aws_json1_1_1.de_CreateCustomRoutingListenerCommand)
26
- .build() {
27
- }
28
- exports.CreateCustomRoutingListenerCommand = CreateCustomRoutingListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEndpointGroupCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateEndpointGroupCommand 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("GlobalAccelerator_V20180706", "CreateEndpointGroup", {})
22
- .n("GlobalAcceleratorClient", "CreateEndpointGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateEndpointGroupCommand)
25
- .de(Aws_json1_1_1.de_CreateEndpointGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateEndpointGroupCommand = CreateEndpointGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateListenerCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateListenerCommand 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("GlobalAccelerator_V20180706", "CreateListener", {})
22
- .n("GlobalAcceleratorClient", "CreateListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateListenerCommand)
25
- .de(Aws_json1_1_1.de_CreateListenerCommand)
26
- .build() {
27
- }
28
- exports.CreateListenerCommand = CreateListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAcceleratorCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteAcceleratorCommand 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("GlobalAccelerator_V20180706", "DeleteAccelerator", {})
22
- .n("GlobalAcceleratorClient", "DeleteAcceleratorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteAcceleratorCommand)
25
- .de(Aws_json1_1_1.de_DeleteAcceleratorCommand)
26
- .build() {
27
- }
28
- exports.DeleteAcceleratorCommand = DeleteAcceleratorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCrossAccountAttachmentCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteCrossAccountAttachmentCommand 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("GlobalAccelerator_V20180706", "DeleteCrossAccountAttachment", {})
22
- .n("GlobalAcceleratorClient", "DeleteCrossAccountAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteCrossAccountAttachmentCommand)
25
- .de(Aws_json1_1_1.de_DeleteCrossAccountAttachmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteCrossAccountAttachmentCommand = DeleteCrossAccountAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCustomRoutingAcceleratorCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteCustomRoutingAcceleratorCommand 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("GlobalAccelerator_V20180706", "DeleteCustomRoutingAccelerator", {})
22
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingAcceleratorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteCustomRoutingAcceleratorCommand)
25
- .de(Aws_json1_1_1.de_DeleteCustomRoutingAcceleratorCommand)
26
- .build() {
27
- }
28
- exports.DeleteCustomRoutingAcceleratorCommand = DeleteCustomRoutingAcceleratorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCustomRoutingEndpointGroupCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteCustomRoutingEndpointGroupCommand 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("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
22
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteCustomRoutingEndpointGroupCommand)
25
- .de(Aws_json1_1_1.de_DeleteCustomRoutingEndpointGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteCustomRoutingEndpointGroupCommand = DeleteCustomRoutingEndpointGroupCommand;
1
+ module.exports = require("../index.js");