@aws-sdk/client-global-accelerator 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 (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 +5012 -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,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GlobalAcceleratorServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class GlobalAcceleratorServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, GlobalAcceleratorServiceException.prototype);
10
- }
11
- }
12
- exports.GlobalAcceleratorServiceException = GlobalAcceleratorServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,339 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InvalidNextTokenException = exports.EndpointNotFoundException = exports.CustomRoutingDestinationTrafficState = exports.HealthCheckProtocol = exports.ListenerNotFoundException = exports.InvalidPortRangeException = exports.EndpointGroupAlreadyExistsException = exports.Protocol = exports.CustomRoutingProtocol = exports.CustomRoutingAcceleratorStatus = exports.ClientAffinity = exports.AttachmentNotFoundException = exports.AssociatedListenerFoundException = exports.AssociatedEndpointGroupFoundException = exports.IncorrectCidrStateException = exports.ByoipCidrNotFoundException = exports.ByoipCidrState = exports.TransactionInProgressException = exports.HealthState = exports.LimitExceededException = exports.InvalidArgumentException = exports.InternalServiceErrorException = exports.EndpointGroupNotFoundException = exports.EndpointAlreadyExistsException = exports.ConflictException = exports.AccessDeniedException = exports.AcceleratorNotFoundException = exports.AcceleratorNotDisabledException = exports.AcceleratorStatus = exports.IpAddressFamily = exports.IpAddressType = void 0;
4
- const GlobalAcceleratorServiceException_1 = require("./GlobalAcceleratorServiceException");
5
- exports.IpAddressType = {
6
- DUAL_STACK: "DUAL_STACK",
7
- IPV4: "IPV4",
8
- };
9
- exports.IpAddressFamily = {
10
- IPv4: "IPv4",
11
- IPv6: "IPv6",
12
- };
13
- exports.AcceleratorStatus = {
14
- DEPLOYED: "DEPLOYED",
15
- IN_PROGRESS: "IN_PROGRESS",
16
- };
17
- class AcceleratorNotDisabledException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
18
- constructor(opts) {
19
- super({
20
- name: "AcceleratorNotDisabledException",
21
- $fault: "client",
22
- ...opts,
23
- });
24
- this.name = "AcceleratorNotDisabledException";
25
- this.$fault = "client";
26
- Object.setPrototypeOf(this, AcceleratorNotDisabledException.prototype);
27
- this.Message = opts.Message;
28
- }
29
- }
30
- exports.AcceleratorNotDisabledException = AcceleratorNotDisabledException;
31
- class AcceleratorNotFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
32
- constructor(opts) {
33
- super({
34
- name: "AcceleratorNotFoundException",
35
- $fault: "client",
36
- ...opts,
37
- });
38
- this.name = "AcceleratorNotFoundException";
39
- this.$fault = "client";
40
- Object.setPrototypeOf(this, AcceleratorNotFoundException.prototype);
41
- this.Message = opts.Message;
42
- }
43
- }
44
- exports.AcceleratorNotFoundException = AcceleratorNotFoundException;
45
- class AccessDeniedException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
46
- constructor(opts) {
47
- super({
48
- name: "AccessDeniedException",
49
- $fault: "client",
50
- ...opts,
51
- });
52
- this.name = "AccessDeniedException";
53
- this.$fault = "client";
54
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
55
- this.Message = opts.Message;
56
- }
57
- }
58
- exports.AccessDeniedException = AccessDeniedException;
59
- class ConflictException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
60
- constructor(opts) {
61
- super({
62
- name: "ConflictException",
63
- $fault: "client",
64
- ...opts,
65
- });
66
- this.name = "ConflictException";
67
- this.$fault = "client";
68
- Object.setPrototypeOf(this, ConflictException.prototype);
69
- this.Message = opts.Message;
70
- }
71
- }
72
- exports.ConflictException = ConflictException;
73
- class EndpointAlreadyExistsException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
74
- constructor(opts) {
75
- super({
76
- name: "EndpointAlreadyExistsException",
77
- $fault: "client",
78
- ...opts,
79
- });
80
- this.name = "EndpointAlreadyExistsException";
81
- this.$fault = "client";
82
- Object.setPrototypeOf(this, EndpointAlreadyExistsException.prototype);
83
- this.Message = opts.Message;
84
- }
85
- }
86
- exports.EndpointAlreadyExistsException = EndpointAlreadyExistsException;
87
- class EndpointGroupNotFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
88
- constructor(opts) {
89
- super({
90
- name: "EndpointGroupNotFoundException",
91
- $fault: "client",
92
- ...opts,
93
- });
94
- this.name = "EndpointGroupNotFoundException";
95
- this.$fault = "client";
96
- Object.setPrototypeOf(this, EndpointGroupNotFoundException.prototype);
97
- this.Message = opts.Message;
98
- }
99
- }
100
- exports.EndpointGroupNotFoundException = EndpointGroupNotFoundException;
101
- class InternalServiceErrorException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
102
- constructor(opts) {
103
- super({
104
- name: "InternalServiceErrorException",
105
- $fault: "server",
106
- ...opts,
107
- });
108
- this.name = "InternalServiceErrorException";
109
- this.$fault = "server";
110
- Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
111
- this.Message = opts.Message;
112
- }
113
- }
114
- exports.InternalServiceErrorException = InternalServiceErrorException;
115
- class InvalidArgumentException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
116
- constructor(opts) {
117
- super({
118
- name: "InvalidArgumentException",
119
- $fault: "client",
120
- ...opts,
121
- });
122
- this.name = "InvalidArgumentException";
123
- this.$fault = "client";
124
- Object.setPrototypeOf(this, InvalidArgumentException.prototype);
125
- this.Message = opts.Message;
126
- }
127
- }
128
- exports.InvalidArgumentException = InvalidArgumentException;
129
- class LimitExceededException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
130
- constructor(opts) {
131
- super({
132
- name: "LimitExceededException",
133
- $fault: "client",
134
- ...opts,
135
- });
136
- this.name = "LimitExceededException";
137
- this.$fault = "client";
138
- Object.setPrototypeOf(this, LimitExceededException.prototype);
139
- this.Message = opts.Message;
140
- }
141
- }
142
- exports.LimitExceededException = LimitExceededException;
143
- exports.HealthState = {
144
- HEALTHY: "HEALTHY",
145
- INITIAL: "INITIAL",
146
- UNHEALTHY: "UNHEALTHY",
147
- };
148
- class TransactionInProgressException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
149
- constructor(opts) {
150
- super({
151
- name: "TransactionInProgressException",
152
- $fault: "client",
153
- ...opts,
154
- });
155
- this.name = "TransactionInProgressException";
156
- this.$fault = "client";
157
- Object.setPrototypeOf(this, TransactionInProgressException.prototype);
158
- this.Message = opts.Message;
159
- }
160
- }
161
- exports.TransactionInProgressException = TransactionInProgressException;
162
- exports.ByoipCidrState = {
163
- ADVERTISING: "ADVERTISING",
164
- DEPROVISIONED: "DEPROVISIONED",
165
- FAILED_ADVERTISING: "FAILED_ADVERTISING",
166
- FAILED_DEPROVISION: "FAILED_DEPROVISION",
167
- FAILED_PROVISION: "FAILED_PROVISION",
168
- FAILED_WITHDRAW: "FAILED_WITHDRAW",
169
- PENDING_ADVERTISING: "PENDING_ADVERTISING",
170
- PENDING_DEPROVISIONING: "PENDING_DEPROVISIONING",
171
- PENDING_PROVISIONING: "PENDING_PROVISIONING",
172
- PENDING_WITHDRAWING: "PENDING_WITHDRAWING",
173
- READY: "READY",
174
- };
175
- class ByoipCidrNotFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
176
- constructor(opts) {
177
- super({
178
- name: "ByoipCidrNotFoundException",
179
- $fault: "client",
180
- ...opts,
181
- });
182
- this.name = "ByoipCidrNotFoundException";
183
- this.$fault = "client";
184
- Object.setPrototypeOf(this, ByoipCidrNotFoundException.prototype);
185
- this.Message = opts.Message;
186
- }
187
- }
188
- exports.ByoipCidrNotFoundException = ByoipCidrNotFoundException;
189
- class IncorrectCidrStateException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
190
- constructor(opts) {
191
- super({
192
- name: "IncorrectCidrStateException",
193
- $fault: "client",
194
- ...opts,
195
- });
196
- this.name = "IncorrectCidrStateException";
197
- this.$fault = "client";
198
- Object.setPrototypeOf(this, IncorrectCidrStateException.prototype);
199
- this.Message = opts.Message;
200
- }
201
- }
202
- exports.IncorrectCidrStateException = IncorrectCidrStateException;
203
- class AssociatedEndpointGroupFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
204
- constructor(opts) {
205
- super({
206
- name: "AssociatedEndpointGroupFoundException",
207
- $fault: "client",
208
- ...opts,
209
- });
210
- this.name = "AssociatedEndpointGroupFoundException";
211
- this.$fault = "client";
212
- Object.setPrototypeOf(this, AssociatedEndpointGroupFoundException.prototype);
213
- this.Message = opts.Message;
214
- }
215
- }
216
- exports.AssociatedEndpointGroupFoundException = AssociatedEndpointGroupFoundException;
217
- class AssociatedListenerFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
218
- constructor(opts) {
219
- super({
220
- name: "AssociatedListenerFoundException",
221
- $fault: "client",
222
- ...opts,
223
- });
224
- this.name = "AssociatedListenerFoundException";
225
- this.$fault = "client";
226
- Object.setPrototypeOf(this, AssociatedListenerFoundException.prototype);
227
- this.Message = opts.Message;
228
- }
229
- }
230
- exports.AssociatedListenerFoundException = AssociatedListenerFoundException;
231
- class AttachmentNotFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
232
- constructor(opts) {
233
- super({
234
- name: "AttachmentNotFoundException",
235
- $fault: "client",
236
- ...opts,
237
- });
238
- this.name = "AttachmentNotFoundException";
239
- this.$fault = "client";
240
- Object.setPrototypeOf(this, AttachmentNotFoundException.prototype);
241
- this.Message = opts.Message;
242
- }
243
- }
244
- exports.AttachmentNotFoundException = AttachmentNotFoundException;
245
- exports.ClientAffinity = {
246
- NONE: "NONE",
247
- SOURCE_IP: "SOURCE_IP",
248
- };
249
- exports.CustomRoutingAcceleratorStatus = {
250
- DEPLOYED: "DEPLOYED",
251
- IN_PROGRESS: "IN_PROGRESS",
252
- };
253
- exports.CustomRoutingProtocol = {
254
- TCP: "TCP",
255
- UDP: "UDP",
256
- };
257
- exports.Protocol = {
258
- TCP: "TCP",
259
- UDP: "UDP",
260
- };
261
- class EndpointGroupAlreadyExistsException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
262
- constructor(opts) {
263
- super({
264
- name: "EndpointGroupAlreadyExistsException",
265
- $fault: "client",
266
- ...opts,
267
- });
268
- this.name = "EndpointGroupAlreadyExistsException";
269
- this.$fault = "client";
270
- Object.setPrototypeOf(this, EndpointGroupAlreadyExistsException.prototype);
271
- this.Message = opts.Message;
272
- }
273
- }
274
- exports.EndpointGroupAlreadyExistsException = EndpointGroupAlreadyExistsException;
275
- class InvalidPortRangeException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
276
- constructor(opts) {
277
- super({
278
- name: "InvalidPortRangeException",
279
- $fault: "client",
280
- ...opts,
281
- });
282
- this.name = "InvalidPortRangeException";
283
- this.$fault = "client";
284
- Object.setPrototypeOf(this, InvalidPortRangeException.prototype);
285
- this.Message = opts.Message;
286
- }
287
- }
288
- exports.InvalidPortRangeException = InvalidPortRangeException;
289
- class ListenerNotFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
290
- constructor(opts) {
291
- super({
292
- name: "ListenerNotFoundException",
293
- $fault: "client",
294
- ...opts,
295
- });
296
- this.name = "ListenerNotFoundException";
297
- this.$fault = "client";
298
- Object.setPrototypeOf(this, ListenerNotFoundException.prototype);
299
- this.Message = opts.Message;
300
- }
301
- }
302
- exports.ListenerNotFoundException = ListenerNotFoundException;
303
- exports.HealthCheckProtocol = {
304
- HTTP: "HTTP",
305
- HTTPS: "HTTPS",
306
- TCP: "TCP",
307
- };
308
- exports.CustomRoutingDestinationTrafficState = {
309
- ALLOW: "ALLOW",
310
- DENY: "DENY",
311
- };
312
- class EndpointNotFoundException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
313
- constructor(opts) {
314
- super({
315
- name: "EndpointNotFoundException",
316
- $fault: "client",
317
- ...opts,
318
- });
319
- this.name = "EndpointNotFoundException";
320
- this.$fault = "client";
321
- Object.setPrototypeOf(this, EndpointNotFoundException.prototype);
322
- this.Message = opts.Message;
323
- }
324
- }
325
- exports.EndpointNotFoundException = EndpointNotFoundException;
326
- class InvalidNextTokenException extends GlobalAcceleratorServiceException_1.GlobalAcceleratorServiceException {
327
- constructor(opts) {
328
- super({
329
- name: "InvalidNextTokenException",
330
- $fault: "client",
331
- ...opts,
332
- });
333
- this.name = "InvalidNextTokenException";
334
- this.$fault = "client";
335
- Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
336
- this.Message = opts.Message;
337
- }
338
- }
339
- exports.InvalidNextTokenException = InvalidNextTokenException;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAccelerators = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAcceleratorsCommand_1 = require("../commands/ListAcceleratorsCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListAccelerators = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListAcceleratorsCommand_1.ListAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListByoipCidrs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListByoipCidrsCommand_1 = require("../commands/ListByoipCidrsCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListByoipCidrs = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListByoipCidrsCommand_1.ListByoipCidrsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCrossAccountAttachments = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCrossAccountAttachmentsCommand_1 = require("../commands/ListCrossAccountAttachmentsCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListCrossAccountAttachments = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListCrossAccountAttachmentsCommand_1.ListCrossAccountAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCrossAccountResources = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCrossAccountResourcesCommand_1 = require("../commands/ListCrossAccountResourcesCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListCrossAccountResources = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListCrossAccountResourcesCommand_1.ListCrossAccountResourcesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCustomRoutingAccelerators = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCustomRoutingAcceleratorsCommand_1 = require("../commands/ListCustomRoutingAcceleratorsCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListCustomRoutingAccelerators = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand_1.ListCustomRoutingAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCustomRoutingEndpointGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCustomRoutingEndpointGroupsCommand_1 = require("../commands/ListCustomRoutingEndpointGroupsCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListCustomRoutingEndpointGroups = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListCustomRoutingEndpointGroupsCommand_1.ListCustomRoutingEndpointGroupsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCustomRoutingListeners = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCustomRoutingListenersCommand_1 = require("../commands/ListCustomRoutingListenersCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListCustomRoutingListeners = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListCustomRoutingListenersCommand_1.ListCustomRoutingListenersCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCustomRoutingPortMappingsByDestination = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCustomRoutingPortMappingsByDestinationCommand_1 = require("../commands/ListCustomRoutingPortMappingsByDestinationCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListCustomRoutingPortMappingsByDestination = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListCustomRoutingPortMappingsByDestinationCommand_1.ListCustomRoutingPortMappingsByDestinationCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCustomRoutingPortMappings = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCustomRoutingPortMappingsCommand_1 = require("../commands/ListCustomRoutingPortMappingsCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListCustomRoutingPortMappings = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListCustomRoutingPortMappingsCommand_1.ListCustomRoutingPortMappingsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEndpointGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEndpointGroupsCommand_1 = require("../commands/ListEndpointGroupsCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListEndpointGroups = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListEndpointGroupsCommand_1.ListEndpointGroupsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListListeners = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListListenersCommand_1 = require("../commands/ListListenersCommand");
6
- const GlobalAcceleratorClient_1 = require("../GlobalAcceleratorClient");
7
- exports.paginateListListeners = (0, core_1.createPaginator)(GlobalAcceleratorClient_1.GlobalAcceleratorClient, ListListenersCommand_1.ListListenersCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,15 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListAcceleratorsPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListByoipCidrsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListCrossAccountAttachmentsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListCrossAccountResourcesPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListCustomRoutingAcceleratorsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListCustomRoutingEndpointGroupsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListCustomRoutingListenersPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListCustomRoutingPortMappingsByDestinationPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListCustomRoutingPortMappingsPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListEndpointGroupsPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListListenersPaginator"), exports);
1
+ module.exports = require("../index.js");