@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,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCustomRoutingListenerCommand = 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 DeleteCustomRoutingListenerCommand 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", "DeleteCustomRoutingListener", {})
22
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteCustomRoutingListenerCommand)
25
- .de(Aws_json1_1_1.de_DeleteCustomRoutingListenerCommand)
26
- .build() {
27
- }
28
- exports.DeleteCustomRoutingListenerCommand = DeleteCustomRoutingListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEndpointGroupCommand = 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 DeleteEndpointGroupCommand 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", "DeleteEndpointGroup", {})
22
- .n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteEndpointGroupCommand)
25
- .de(Aws_json1_1_1.de_DeleteEndpointGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteEndpointGroupCommand = DeleteEndpointGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteListenerCommand = 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 DeleteListenerCommand 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", "DeleteListener", {})
22
- .n("GlobalAcceleratorClient", "DeleteListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteListenerCommand)
25
- .de(Aws_json1_1_1.de_DeleteListenerCommand)
26
- .build() {
27
- }
28
- exports.DeleteListenerCommand = DeleteListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DenyCustomRoutingTrafficCommand = 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 DenyCustomRoutingTrafficCommand 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", "DenyCustomRoutingTraffic", {})
22
- .n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DenyCustomRoutingTrafficCommand)
25
- .de(Aws_json1_1_1.de_DenyCustomRoutingTrafficCommand)
26
- .build() {
27
- }
28
- exports.DenyCustomRoutingTrafficCommand = DenyCustomRoutingTrafficCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeprovisionByoipCidrCommand = 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 DeprovisionByoipCidrCommand 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", "DeprovisionByoipCidr", {})
22
- .n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeprovisionByoipCidrCommand)
25
- .de(Aws_json1_1_1.de_DeprovisionByoipCidrCommand)
26
- .build() {
27
- }
28
- exports.DeprovisionByoipCidrCommand = DeprovisionByoipCidrCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAcceleratorAttributesCommand = 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 DescribeAcceleratorAttributesCommand 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", "DescribeAcceleratorAttributes", {})
22
- .n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeAcceleratorAttributesCommand)
25
- .de(Aws_json1_1_1.de_DescribeAcceleratorAttributesCommand)
26
- .build() {
27
- }
28
- exports.DescribeAcceleratorAttributesCommand = DescribeAcceleratorAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAcceleratorCommand = 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 DescribeAcceleratorCommand 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", "DescribeAccelerator", {})
22
- .n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeAcceleratorCommand)
25
- .de(Aws_json1_1_1.de_DescribeAcceleratorCommand)
26
- .build() {
27
- }
28
- exports.DescribeAcceleratorCommand = DescribeAcceleratorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCrossAccountAttachmentCommand = 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 DescribeCrossAccountAttachmentCommand 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", "DescribeCrossAccountAttachment", {})
22
- .n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeCrossAccountAttachmentCommand)
25
- .de(Aws_json1_1_1.de_DescribeCrossAccountAttachmentCommand)
26
- .build() {
27
- }
28
- exports.DescribeCrossAccountAttachmentCommand = DescribeCrossAccountAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCustomRoutingAcceleratorAttributesCommand = 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 DescribeCustomRoutingAcceleratorAttributesCommand 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", "DescribeCustomRoutingAcceleratorAttributes", {})
22
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeCustomRoutingAcceleratorAttributesCommand)
25
- .de(Aws_json1_1_1.de_DescribeCustomRoutingAcceleratorAttributesCommand)
26
- .build() {
27
- }
28
- exports.DescribeCustomRoutingAcceleratorAttributesCommand = DescribeCustomRoutingAcceleratorAttributesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCustomRoutingAcceleratorCommand = 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 DescribeCustomRoutingAcceleratorCommand 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", "DescribeCustomRoutingAccelerator", {})
22
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeCustomRoutingAcceleratorCommand)
25
- .de(Aws_json1_1_1.de_DescribeCustomRoutingAcceleratorCommand)
26
- .build() {
27
- }
28
- exports.DescribeCustomRoutingAcceleratorCommand = DescribeCustomRoutingAcceleratorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCustomRoutingEndpointGroupCommand = 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 DescribeCustomRoutingEndpointGroupCommand 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", "DescribeCustomRoutingEndpointGroup", {})
22
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeCustomRoutingEndpointGroupCommand)
25
- .de(Aws_json1_1_1.de_DescribeCustomRoutingEndpointGroupCommand)
26
- .build() {
27
- }
28
- exports.DescribeCustomRoutingEndpointGroupCommand = DescribeCustomRoutingEndpointGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCustomRoutingListenerCommand = 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 DescribeCustomRoutingListenerCommand 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", "DescribeCustomRoutingListener", {})
22
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeCustomRoutingListenerCommand)
25
- .de(Aws_json1_1_1.de_DescribeCustomRoutingListenerCommand)
26
- .build() {
27
- }
28
- exports.DescribeCustomRoutingListenerCommand = DescribeCustomRoutingListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEndpointGroupCommand = 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 DescribeEndpointGroupCommand 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", "DescribeEndpointGroup", {})
22
- .n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeEndpointGroupCommand)
25
- .de(Aws_json1_1_1.de_DescribeEndpointGroupCommand)
26
- .build() {
27
- }
28
- exports.DescribeEndpointGroupCommand = DescribeEndpointGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeListenerCommand = 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 DescribeListenerCommand 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", "DescribeListener", {})
22
- .n("GlobalAcceleratorClient", "DescribeListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeListenerCommand)
25
- .de(Aws_json1_1_1.de_DescribeListenerCommand)
26
- .build() {
27
- }
28
- exports.DescribeListenerCommand = DescribeListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAcceleratorsCommand = 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 ListAcceleratorsCommand 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", "ListAccelerators", {})
22
- .n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAcceleratorsCommand)
25
- .de(Aws_json1_1_1.de_ListAcceleratorsCommand)
26
- .build() {
27
- }
28
- exports.ListAcceleratorsCommand = ListAcceleratorsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListByoipCidrsCommand = 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 ListByoipCidrsCommand 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", "ListByoipCidrs", {})
22
- .n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListByoipCidrsCommand)
25
- .de(Aws_json1_1_1.de_ListByoipCidrsCommand)
26
- .build() {
27
- }
28
- exports.ListByoipCidrsCommand = ListByoipCidrsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCrossAccountAttachmentsCommand = 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 ListCrossAccountAttachmentsCommand 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", "ListCrossAccountAttachments", {})
22
- .n("GlobalAcceleratorClient", "ListCrossAccountAttachmentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCrossAccountAttachmentsCommand)
25
- .de(Aws_json1_1_1.de_ListCrossAccountAttachmentsCommand)
26
- .build() {
27
- }
28
- exports.ListCrossAccountAttachmentsCommand = ListCrossAccountAttachmentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCrossAccountResourceAccountsCommand = 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 ListCrossAccountResourceAccountsCommand 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", "ListCrossAccountResourceAccounts", {})
22
- .n("GlobalAcceleratorClient", "ListCrossAccountResourceAccountsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCrossAccountResourceAccountsCommand)
25
- .de(Aws_json1_1_1.de_ListCrossAccountResourceAccountsCommand)
26
- .build() {
27
- }
28
- exports.ListCrossAccountResourceAccountsCommand = ListCrossAccountResourceAccountsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCrossAccountResourcesCommand = 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 ListCrossAccountResourcesCommand 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", "ListCrossAccountResources", {})
22
- .n("GlobalAcceleratorClient", "ListCrossAccountResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCrossAccountResourcesCommand)
25
- .de(Aws_json1_1_1.de_ListCrossAccountResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListCrossAccountResourcesCommand = ListCrossAccountResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCustomRoutingAcceleratorsCommand = 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 ListCustomRoutingAcceleratorsCommand 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", "ListCustomRoutingAccelerators", {})
22
- .n("GlobalAcceleratorClient", "ListCustomRoutingAcceleratorsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCustomRoutingAcceleratorsCommand)
25
- .de(Aws_json1_1_1.de_ListCustomRoutingAcceleratorsCommand)
26
- .build() {
27
- }
28
- exports.ListCustomRoutingAcceleratorsCommand = ListCustomRoutingAcceleratorsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCustomRoutingEndpointGroupsCommand = 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 ListCustomRoutingEndpointGroupsCommand 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", "ListCustomRoutingEndpointGroups", {})
22
- .n("GlobalAcceleratorClient", "ListCustomRoutingEndpointGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCustomRoutingEndpointGroupsCommand)
25
- .de(Aws_json1_1_1.de_ListCustomRoutingEndpointGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListCustomRoutingEndpointGroupsCommand = ListCustomRoutingEndpointGroupsCommand;
1
+ module.exports = require("../index.js");