@aws-sdk/client-global-accelerator 3.926.0 → 3.928.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 (77) hide show
  1. package/dist-cjs/index.js +1759 -2091
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/GlobalAcceleratorClient.js +2 -0
  4. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +3 -9
  5. package/dist-es/commands/AddEndpointsCommand.js +3 -9
  6. package/dist-es/commands/AdvertiseByoipCidrCommand.js +3 -9
  7. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +3 -9
  8. package/dist-es/commands/CreateAcceleratorCommand.js +3 -9
  9. package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +3 -9
  10. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +3 -9
  11. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +3 -9
  12. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +3 -9
  13. package/dist-es/commands/CreateEndpointGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateListenerCommand.js +3 -9
  15. package/dist-es/commands/DeleteAcceleratorCommand.js +3 -9
  16. package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +3 -9
  17. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +3 -9
  18. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +3 -9
  19. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +3 -9
  20. package/dist-es/commands/DeleteEndpointGroupCommand.js +3 -9
  21. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  22. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +3 -9
  23. package/dist-es/commands/DeprovisionByoipCidrCommand.js +3 -9
  24. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +3 -9
  25. package/dist-es/commands/DescribeAcceleratorCommand.js +3 -9
  26. package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +3 -9
  27. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +3 -9
  28. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +3 -9
  29. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +3 -9
  30. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +3 -9
  31. package/dist-es/commands/DescribeEndpointGroupCommand.js +3 -9
  32. package/dist-es/commands/DescribeListenerCommand.js +3 -9
  33. package/dist-es/commands/ListAcceleratorsCommand.js +3 -9
  34. package/dist-es/commands/ListByoipCidrsCommand.js +3 -9
  35. package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +3 -9
  36. package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +3 -9
  37. package/dist-es/commands/ListCrossAccountResourcesCommand.js +3 -9
  38. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +3 -9
  39. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListCustomRoutingListenersCommand.js +3 -9
  41. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +3 -9
  42. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +3 -9
  43. package/dist-es/commands/ListEndpointGroupsCommand.js +3 -9
  44. package/dist-es/commands/ListListenersCommand.js +3 -9
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  46. package/dist-es/commands/ProvisionByoipCidrCommand.js +3 -9
  47. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +3 -9
  48. package/dist-es/commands/RemoveEndpointsCommand.js +3 -9
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +3 -9
  52. package/dist-es/commands/UpdateAcceleratorCommand.js +3 -9
  53. package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +3 -9
  54. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -9
  55. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -9
  56. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +3 -9
  57. package/dist-es/commands/UpdateEndpointGroupCommand.js +3 -9
  58. package/dist-es/commands/UpdateListenerCommand.js +3 -9
  59. package/dist-es/commands/WithdrawByoipCidrCommand.js +3 -9
  60. package/dist-es/runtimeConfig.shared.js +7 -0
  61. package/dist-es/schemas/schemas_0.js +1594 -0
  62. package/dist-types/GlobalAcceleratorClient.d.ts +10 -1
  63. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  64. package/dist-types/runtimeConfig.d.ts +1 -0
  65. package/dist-types/runtimeConfig.native.d.ts +1 -0
  66. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  67. package/dist-types/schemas/schemas_0.d.ts +244 -0
  68. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +249 -0
  74. package/package.json +5 -6
  75. package/dist-es/protocols/Aws_json1_1.js +0 -1643
  76. package/dist-types/protocols/Aws_json1_1.d.ts +0 -506
  77. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -677
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
- var uuid = require('@smithy/uuid');
20
18
 
21
19
  const resolveClientEndpointParameters = (options) => {
22
20
  return Object.assign(options, {
@@ -92,6 +90,7 @@ class GlobalAcceleratorClient extends smithyClient.Client {
92
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,12 +110,12 @@ class GlobalAcceleratorClient extends smithyClient.Client {
111
110
  }
112
111
  }
113
112
 
114
- class GlobalAcceleratorServiceException extends smithyClient.ServiceException {
113
+ let GlobalAcceleratorServiceException$1 = class GlobalAcceleratorServiceException extends smithyClient.ServiceException {
115
114
  constructor(options) {
116
115
  super(options);
117
116
  Object.setPrototypeOf(this, GlobalAcceleratorServiceException.prototype);
118
117
  }
119
- }
118
+ };
120
119
 
121
120
  const IpAddressType = {
122
121
  DUAL_STACK: "DUAL_STACK",
@@ -130,7 +129,7 @@ const AcceleratorStatus = {
130
129
  DEPLOYED: "DEPLOYED",
131
130
  IN_PROGRESS: "IN_PROGRESS",
132
131
  };
133
- class AcceleratorNotDisabledException extends GlobalAcceleratorServiceException {
132
+ let AcceleratorNotDisabledException$1 = class AcceleratorNotDisabledException extends GlobalAcceleratorServiceException$1 {
134
133
  name = "AcceleratorNotDisabledException";
135
134
  $fault = "client";
136
135
  Message;
@@ -143,8 +142,8 @@ class AcceleratorNotDisabledException extends GlobalAcceleratorServiceException
143
142
  Object.setPrototypeOf(this, AcceleratorNotDisabledException.prototype);
144
143
  this.Message = opts.Message;
145
144
  }
146
- }
147
- class AcceleratorNotFoundException extends GlobalAcceleratorServiceException {
145
+ };
146
+ let AcceleratorNotFoundException$1 = class AcceleratorNotFoundException extends GlobalAcceleratorServiceException$1 {
148
147
  name = "AcceleratorNotFoundException";
149
148
  $fault = "client";
150
149
  Message;
@@ -157,8 +156,8 @@ class AcceleratorNotFoundException extends GlobalAcceleratorServiceException {
157
156
  Object.setPrototypeOf(this, AcceleratorNotFoundException.prototype);
158
157
  this.Message = opts.Message;
159
158
  }
160
- }
161
- class AccessDeniedException extends GlobalAcceleratorServiceException {
159
+ };
160
+ let AccessDeniedException$1 = class AccessDeniedException extends GlobalAcceleratorServiceException$1 {
162
161
  name = "AccessDeniedException";
163
162
  $fault = "client";
164
163
  Message;
@@ -171,8 +170,8 @@ class AccessDeniedException extends GlobalAcceleratorServiceException {
171
170
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
172
171
  this.Message = opts.Message;
173
172
  }
174
- }
175
- class ConflictException extends GlobalAcceleratorServiceException {
173
+ };
174
+ let ConflictException$1 = class ConflictException extends GlobalAcceleratorServiceException$1 {
176
175
  name = "ConflictException";
177
176
  $fault = "client";
178
177
  Message;
@@ -185,8 +184,8 @@ class ConflictException extends GlobalAcceleratorServiceException {
185
184
  Object.setPrototypeOf(this, ConflictException.prototype);
186
185
  this.Message = opts.Message;
187
186
  }
188
- }
189
- class EndpointAlreadyExistsException extends GlobalAcceleratorServiceException {
187
+ };
188
+ let EndpointAlreadyExistsException$1 = class EndpointAlreadyExistsException extends GlobalAcceleratorServiceException$1 {
190
189
  name = "EndpointAlreadyExistsException";
191
190
  $fault = "client";
192
191
  Message;
@@ -199,8 +198,8 @@ class EndpointAlreadyExistsException extends GlobalAcceleratorServiceException {
199
198
  Object.setPrototypeOf(this, EndpointAlreadyExistsException.prototype);
200
199
  this.Message = opts.Message;
201
200
  }
202
- }
203
- class EndpointGroupNotFoundException extends GlobalAcceleratorServiceException {
201
+ };
202
+ let EndpointGroupNotFoundException$1 = class EndpointGroupNotFoundException extends GlobalAcceleratorServiceException$1 {
204
203
  name = "EndpointGroupNotFoundException";
205
204
  $fault = "client";
206
205
  Message;
@@ -213,8 +212,8 @@ class EndpointGroupNotFoundException extends GlobalAcceleratorServiceException {
213
212
  Object.setPrototypeOf(this, EndpointGroupNotFoundException.prototype);
214
213
  this.Message = opts.Message;
215
214
  }
216
- }
217
- class InternalServiceErrorException extends GlobalAcceleratorServiceException {
215
+ };
216
+ let InternalServiceErrorException$1 = class InternalServiceErrorException extends GlobalAcceleratorServiceException$1 {
218
217
  name = "InternalServiceErrorException";
219
218
  $fault = "server";
220
219
  Message;
@@ -227,8 +226,8 @@ class InternalServiceErrorException extends GlobalAcceleratorServiceException {
227
226
  Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
228
227
  this.Message = opts.Message;
229
228
  }
230
- }
231
- class InvalidArgumentException extends GlobalAcceleratorServiceException {
229
+ };
230
+ let InvalidArgumentException$1 = class InvalidArgumentException extends GlobalAcceleratorServiceException$1 {
232
231
  name = "InvalidArgumentException";
233
232
  $fault = "client";
234
233
  Message;
@@ -241,8 +240,8 @@ class InvalidArgumentException extends GlobalAcceleratorServiceException {
241
240
  Object.setPrototypeOf(this, InvalidArgumentException.prototype);
242
241
  this.Message = opts.Message;
243
242
  }
244
- }
245
- class LimitExceededException extends GlobalAcceleratorServiceException {
243
+ };
244
+ let LimitExceededException$1 = class LimitExceededException extends GlobalAcceleratorServiceException$1 {
246
245
  name = "LimitExceededException";
247
246
  $fault = "client";
248
247
  Message;
@@ -255,13 +254,13 @@ class LimitExceededException extends GlobalAcceleratorServiceException {
255
254
  Object.setPrototypeOf(this, LimitExceededException.prototype);
256
255
  this.Message = opts.Message;
257
256
  }
258
- }
257
+ };
259
258
  const HealthState = {
260
259
  HEALTHY: "HEALTHY",
261
260
  INITIAL: "INITIAL",
262
261
  UNHEALTHY: "UNHEALTHY",
263
262
  };
264
- class TransactionInProgressException extends GlobalAcceleratorServiceException {
263
+ let TransactionInProgressException$1 = class TransactionInProgressException extends GlobalAcceleratorServiceException$1 {
265
264
  name = "TransactionInProgressException";
266
265
  $fault = "client";
267
266
  Message;
@@ -274,7 +273,7 @@ class TransactionInProgressException extends GlobalAcceleratorServiceException {
274
273
  Object.setPrototypeOf(this, TransactionInProgressException.prototype);
275
274
  this.Message = opts.Message;
276
275
  }
277
- }
276
+ };
278
277
  const ByoipCidrState = {
279
278
  ADVERTISING: "ADVERTISING",
280
279
  DEPROVISIONED: "DEPROVISIONED",
@@ -288,7 +287,7 @@ const ByoipCidrState = {
288
287
  PENDING_WITHDRAWING: "PENDING_WITHDRAWING",
289
288
  READY: "READY",
290
289
  };
291
- class ByoipCidrNotFoundException extends GlobalAcceleratorServiceException {
290
+ let ByoipCidrNotFoundException$1 = class ByoipCidrNotFoundException extends GlobalAcceleratorServiceException$1 {
292
291
  name = "ByoipCidrNotFoundException";
293
292
  $fault = "client";
294
293
  Message;
@@ -301,8 +300,8 @@ class ByoipCidrNotFoundException extends GlobalAcceleratorServiceException {
301
300
  Object.setPrototypeOf(this, ByoipCidrNotFoundException.prototype);
302
301
  this.Message = opts.Message;
303
302
  }
304
- }
305
- class IncorrectCidrStateException extends GlobalAcceleratorServiceException {
303
+ };
304
+ let IncorrectCidrStateException$1 = class IncorrectCidrStateException extends GlobalAcceleratorServiceException$1 {
306
305
  name = "IncorrectCidrStateException";
307
306
  $fault = "client";
308
307
  Message;
@@ -315,8 +314,8 @@ class IncorrectCidrStateException extends GlobalAcceleratorServiceException {
315
314
  Object.setPrototypeOf(this, IncorrectCidrStateException.prototype);
316
315
  this.Message = opts.Message;
317
316
  }
318
- }
319
- class AssociatedEndpointGroupFoundException extends GlobalAcceleratorServiceException {
317
+ };
318
+ let AssociatedEndpointGroupFoundException$1 = class AssociatedEndpointGroupFoundException extends GlobalAcceleratorServiceException$1 {
320
319
  name = "AssociatedEndpointGroupFoundException";
321
320
  $fault = "client";
322
321
  Message;
@@ -329,8 +328,8 @@ class AssociatedEndpointGroupFoundException extends GlobalAcceleratorServiceExce
329
328
  Object.setPrototypeOf(this, AssociatedEndpointGroupFoundException.prototype);
330
329
  this.Message = opts.Message;
331
330
  }
332
- }
333
- class AssociatedListenerFoundException extends GlobalAcceleratorServiceException {
331
+ };
332
+ let AssociatedListenerFoundException$1 = class AssociatedListenerFoundException extends GlobalAcceleratorServiceException$1 {
334
333
  name = "AssociatedListenerFoundException";
335
334
  $fault = "client";
336
335
  Message;
@@ -343,8 +342,8 @@ class AssociatedListenerFoundException extends GlobalAcceleratorServiceException
343
342
  Object.setPrototypeOf(this, AssociatedListenerFoundException.prototype);
344
343
  this.Message = opts.Message;
345
344
  }
346
- }
347
- class AttachmentNotFoundException extends GlobalAcceleratorServiceException {
345
+ };
346
+ let AttachmentNotFoundException$1 = class AttachmentNotFoundException extends GlobalAcceleratorServiceException$1 {
348
347
  name = "AttachmentNotFoundException";
349
348
  $fault = "client";
350
349
  Message;
@@ -357,7 +356,7 @@ class AttachmentNotFoundException extends GlobalAcceleratorServiceException {
357
356
  Object.setPrototypeOf(this, AttachmentNotFoundException.prototype);
358
357
  this.Message = opts.Message;
359
358
  }
360
- }
359
+ };
361
360
  const ClientAffinity = {
362
361
  NONE: "NONE",
363
362
  SOURCE_IP: "SOURCE_IP",
@@ -374,7 +373,7 @@ const Protocol = {
374
373
  TCP: "TCP",
375
374
  UDP: "UDP",
376
375
  };
377
- class EndpointGroupAlreadyExistsException extends GlobalAcceleratorServiceException {
376
+ let EndpointGroupAlreadyExistsException$1 = class EndpointGroupAlreadyExistsException extends GlobalAcceleratorServiceException$1 {
378
377
  name = "EndpointGroupAlreadyExistsException";
379
378
  $fault = "client";
380
379
  Message;
@@ -387,8 +386,8 @@ class EndpointGroupAlreadyExistsException extends GlobalAcceleratorServiceExcept
387
386
  Object.setPrototypeOf(this, EndpointGroupAlreadyExistsException.prototype);
388
387
  this.Message = opts.Message;
389
388
  }
390
- }
391
- class InvalidPortRangeException extends GlobalAcceleratorServiceException {
389
+ };
390
+ let InvalidPortRangeException$1 = class InvalidPortRangeException extends GlobalAcceleratorServiceException$1 {
392
391
  name = "InvalidPortRangeException";
393
392
  $fault = "client";
394
393
  Message;
@@ -401,8 +400,8 @@ class InvalidPortRangeException extends GlobalAcceleratorServiceException {
401
400
  Object.setPrototypeOf(this, InvalidPortRangeException.prototype);
402
401
  this.Message = opts.Message;
403
402
  }
404
- }
405
- class ListenerNotFoundException extends GlobalAcceleratorServiceException {
403
+ };
404
+ let ListenerNotFoundException$1 = class ListenerNotFoundException extends GlobalAcceleratorServiceException$1 {
406
405
  name = "ListenerNotFoundException";
407
406
  $fault = "client";
408
407
  Message;
@@ -415,7 +414,7 @@ class ListenerNotFoundException extends GlobalAcceleratorServiceException {
415
414
  Object.setPrototypeOf(this, ListenerNotFoundException.prototype);
416
415
  this.Message = opts.Message;
417
416
  }
418
- }
417
+ };
419
418
  const HealthCheckProtocol = {
420
419
  HTTP: "HTTP",
421
420
  HTTPS: "HTTPS",
@@ -425,7 +424,7 @@ const CustomRoutingDestinationTrafficState = {
425
424
  ALLOW: "ALLOW",
426
425
  DENY: "DENY",
427
426
  };
428
- class EndpointNotFoundException extends GlobalAcceleratorServiceException {
427
+ let EndpointNotFoundException$1 = class EndpointNotFoundException extends GlobalAcceleratorServiceException$1 {
429
428
  name = "EndpointNotFoundException";
430
429
  $fault = "client";
431
430
  Message;
@@ -438,8 +437,8 @@ class EndpointNotFoundException extends GlobalAcceleratorServiceException {
438
437
  Object.setPrototypeOf(this, EndpointNotFoundException.prototype);
439
438
  this.Message = opts.Message;
440
439
  }
441
- }
442
- class InvalidNextTokenException extends GlobalAcceleratorServiceException {
440
+ };
441
+ let InvalidNextTokenException$1 = class InvalidNextTokenException extends GlobalAcceleratorServiceException$1 {
443
442
  name = "InvalidNextTokenException";
444
443
  $fault = "client";
445
444
  Message;
@@ -452,1656 +451,1600 @@ class InvalidNextTokenException extends GlobalAcceleratorServiceException {
452
451
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
453
452
  this.Message = opts.Message;
454
453
  }
455
- }
456
-
457
- const se_AddCustomRoutingEndpointsCommand = async (input, context) => {
458
- const headers = sharedHeaders("AddCustomRoutingEndpoints");
459
- let body;
460
- body = JSON.stringify(smithyClient._json(input));
461
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
462
- };
463
- const se_AddEndpointsCommand = async (input, context) => {
464
- const headers = sharedHeaders("AddEndpoints");
465
- let body;
466
- body = JSON.stringify(smithyClient._json(input));
467
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
468
- };
469
- const se_AdvertiseByoipCidrCommand = async (input, context) => {
470
- const headers = sharedHeaders("AdvertiseByoipCidr");
471
- let body;
472
- body = JSON.stringify(smithyClient._json(input));
473
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
474
- };
475
- const se_AllowCustomRoutingTrafficCommand = async (input, context) => {
476
- const headers = sharedHeaders("AllowCustomRoutingTraffic");
477
- let body;
478
- body = JSON.stringify(smithyClient._json(input));
479
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
480
- };
481
- const se_CreateAcceleratorCommand = async (input, context) => {
482
- const headers = sharedHeaders("CreateAccelerator");
483
- let body;
484
- body = JSON.stringify(se_CreateAcceleratorRequest(input));
485
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
486
- };
487
- const se_CreateCrossAccountAttachmentCommand = async (input, context) => {
488
- const headers = sharedHeaders("CreateCrossAccountAttachment");
489
- let body;
490
- body = JSON.stringify(se_CreateCrossAccountAttachmentRequest(input));
491
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
492
- };
493
- const se_CreateCustomRoutingAcceleratorCommand = async (input, context) => {
494
- const headers = sharedHeaders("CreateCustomRoutingAccelerator");
495
- let body;
496
- body = JSON.stringify(se_CreateCustomRoutingAcceleratorRequest(input));
497
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
498
- };
499
- const se_CreateCustomRoutingEndpointGroupCommand = async (input, context) => {
500
- const headers = sharedHeaders("CreateCustomRoutingEndpointGroup");
501
- let body;
502
- body = JSON.stringify(se_CreateCustomRoutingEndpointGroupRequest(input));
503
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
504
- };
505
- const se_CreateCustomRoutingListenerCommand = async (input, context) => {
506
- const headers = sharedHeaders("CreateCustomRoutingListener");
507
- let body;
508
- body = JSON.stringify(se_CreateCustomRoutingListenerRequest(input));
509
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
510
- };
511
- const se_CreateEndpointGroupCommand = async (input, context) => {
512
- const headers = sharedHeaders("CreateEndpointGroup");
513
- let body;
514
- body = JSON.stringify(se_CreateEndpointGroupRequest(input));
515
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
516
- };
517
- const se_CreateListenerCommand = async (input, context) => {
518
- const headers = sharedHeaders("CreateListener");
519
- let body;
520
- body = JSON.stringify(se_CreateListenerRequest(input));
521
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
522
- };
523
- const se_DeleteAcceleratorCommand = async (input, context) => {
524
- const headers = sharedHeaders("DeleteAccelerator");
525
- let body;
526
- body = JSON.stringify(smithyClient._json(input));
527
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
528
- };
529
- const se_DeleteCrossAccountAttachmentCommand = async (input, context) => {
530
- const headers = sharedHeaders("DeleteCrossAccountAttachment");
531
- let body;
532
- body = JSON.stringify(smithyClient._json(input));
533
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
534
- };
535
- const se_DeleteCustomRoutingAcceleratorCommand = async (input, context) => {
536
- const headers = sharedHeaders("DeleteCustomRoutingAccelerator");
537
- let body;
538
- body = JSON.stringify(smithyClient._json(input));
539
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
540
- };
541
- const se_DeleteCustomRoutingEndpointGroupCommand = async (input, context) => {
542
- const headers = sharedHeaders("DeleteCustomRoutingEndpointGroup");
543
- let body;
544
- body = JSON.stringify(smithyClient._json(input));
545
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
546
- };
547
- const se_DeleteCustomRoutingListenerCommand = async (input, context) => {
548
- const headers = sharedHeaders("DeleteCustomRoutingListener");
549
- let body;
550
- body = JSON.stringify(smithyClient._json(input));
551
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
552
- };
553
- const se_DeleteEndpointGroupCommand = async (input, context) => {
554
- const headers = sharedHeaders("DeleteEndpointGroup");
555
- let body;
556
- body = JSON.stringify(smithyClient._json(input));
557
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
558
- };
559
- const se_DeleteListenerCommand = async (input, context) => {
560
- const headers = sharedHeaders("DeleteListener");
561
- let body;
562
- body = JSON.stringify(smithyClient._json(input));
563
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
564
- };
565
- const se_DenyCustomRoutingTrafficCommand = async (input, context) => {
566
- const headers = sharedHeaders("DenyCustomRoutingTraffic");
567
- let body;
568
- body = JSON.stringify(smithyClient._json(input));
569
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
570
- };
571
- const se_DeprovisionByoipCidrCommand = async (input, context) => {
572
- const headers = sharedHeaders("DeprovisionByoipCidr");
573
- let body;
574
- body = JSON.stringify(smithyClient._json(input));
575
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
576
- };
577
- const se_DescribeAcceleratorCommand = async (input, context) => {
578
- const headers = sharedHeaders("DescribeAccelerator");
579
- let body;
580
- body = JSON.stringify(smithyClient._json(input));
581
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
582
- };
583
- const se_DescribeAcceleratorAttributesCommand = async (input, context) => {
584
- const headers = sharedHeaders("DescribeAcceleratorAttributes");
585
- let body;
586
- body = JSON.stringify(smithyClient._json(input));
587
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
588
- };
589
- const se_DescribeCrossAccountAttachmentCommand = async (input, context) => {
590
- const headers = sharedHeaders("DescribeCrossAccountAttachment");
591
- let body;
592
- body = JSON.stringify(smithyClient._json(input));
593
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
594
- };
595
- const se_DescribeCustomRoutingAcceleratorCommand = async (input, context) => {
596
- const headers = sharedHeaders("DescribeCustomRoutingAccelerator");
597
- let body;
598
- body = JSON.stringify(smithyClient._json(input));
599
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
600
- };
601
- const se_DescribeCustomRoutingAcceleratorAttributesCommand = async (input, context) => {
602
- const headers = sharedHeaders("DescribeCustomRoutingAcceleratorAttributes");
603
- let body;
604
- body = JSON.stringify(smithyClient._json(input));
605
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
606
- };
607
- const se_DescribeCustomRoutingEndpointGroupCommand = async (input, context) => {
608
- const headers = sharedHeaders("DescribeCustomRoutingEndpointGroup");
609
- let body;
610
- body = JSON.stringify(smithyClient._json(input));
611
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
612
- };
613
- const se_DescribeCustomRoutingListenerCommand = async (input, context) => {
614
- const headers = sharedHeaders("DescribeCustomRoutingListener");
615
- let body;
616
- body = JSON.stringify(smithyClient._json(input));
617
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
618
- };
619
- const se_DescribeEndpointGroupCommand = async (input, context) => {
620
- const headers = sharedHeaders("DescribeEndpointGroup");
621
- let body;
622
- body = JSON.stringify(smithyClient._json(input));
623
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
624
- };
625
- const se_DescribeListenerCommand = async (input, context) => {
626
- const headers = sharedHeaders("DescribeListener");
627
- let body;
628
- body = JSON.stringify(smithyClient._json(input));
629
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
630
- };
631
- const se_ListAcceleratorsCommand = async (input, context) => {
632
- const headers = sharedHeaders("ListAccelerators");
633
- let body;
634
- body = JSON.stringify(smithyClient._json(input));
635
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
636
- };
637
- const se_ListByoipCidrsCommand = async (input, context) => {
638
- const headers = sharedHeaders("ListByoipCidrs");
639
- let body;
640
- body = JSON.stringify(smithyClient._json(input));
641
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
642
- };
643
- const se_ListCrossAccountAttachmentsCommand = async (input, context) => {
644
- const headers = sharedHeaders("ListCrossAccountAttachments");
645
- let body;
646
- body = JSON.stringify(smithyClient._json(input));
647
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
648
- };
649
- const se_ListCrossAccountResourceAccountsCommand = async (input, context) => {
650
- const headers = sharedHeaders("ListCrossAccountResourceAccounts");
651
- let body;
652
- body = JSON.stringify(smithyClient._json(input));
653
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
654
- };
655
- const se_ListCrossAccountResourcesCommand = async (input, context) => {
656
- const headers = sharedHeaders("ListCrossAccountResources");
657
- let body;
658
- body = JSON.stringify(smithyClient._json(input));
659
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
660
- };
661
- const se_ListCustomRoutingAcceleratorsCommand = async (input, context) => {
662
- const headers = sharedHeaders("ListCustomRoutingAccelerators");
663
- let body;
664
- body = JSON.stringify(smithyClient._json(input));
665
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
666
- };
667
- const se_ListCustomRoutingEndpointGroupsCommand = async (input, context) => {
668
- const headers = sharedHeaders("ListCustomRoutingEndpointGroups");
669
- let body;
670
- body = JSON.stringify(smithyClient._json(input));
671
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
672
- };
673
- const se_ListCustomRoutingListenersCommand = async (input, context) => {
674
- const headers = sharedHeaders("ListCustomRoutingListeners");
675
- let body;
676
- body = JSON.stringify(smithyClient._json(input));
677
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
678
- };
679
- const se_ListCustomRoutingPortMappingsCommand = async (input, context) => {
680
- const headers = sharedHeaders("ListCustomRoutingPortMappings");
681
- let body;
682
- body = JSON.stringify(smithyClient._json(input));
683
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
684
- };
685
- const se_ListCustomRoutingPortMappingsByDestinationCommand = async (input, context) => {
686
- const headers = sharedHeaders("ListCustomRoutingPortMappingsByDestination");
687
- let body;
688
- body = JSON.stringify(smithyClient._json(input));
689
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
690
- };
691
- const se_ListEndpointGroupsCommand = async (input, context) => {
692
- const headers = sharedHeaders("ListEndpointGroups");
693
- let body;
694
- body = JSON.stringify(smithyClient._json(input));
695
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
696
- };
697
- const se_ListListenersCommand = async (input, context) => {
698
- const headers = sharedHeaders("ListListeners");
699
- let body;
700
- body = JSON.stringify(smithyClient._json(input));
701
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
702
- };
703
- const se_ListTagsForResourceCommand = async (input, context) => {
704
- const headers = sharedHeaders("ListTagsForResource");
705
- let body;
706
- body = JSON.stringify(smithyClient._json(input));
707
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
708
- };
709
- const se_ProvisionByoipCidrCommand = async (input, context) => {
710
- const headers = sharedHeaders("ProvisionByoipCidr");
711
- let body;
712
- body = JSON.stringify(smithyClient._json(input));
713
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
714
- };
715
- const se_RemoveCustomRoutingEndpointsCommand = async (input, context) => {
716
- const headers = sharedHeaders("RemoveCustomRoutingEndpoints");
717
- let body;
718
- body = JSON.stringify(smithyClient._json(input));
719
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
720
- };
721
- const se_RemoveEndpointsCommand = async (input, context) => {
722
- const headers = sharedHeaders("RemoveEndpoints");
723
- let body;
724
- body = JSON.stringify(smithyClient._json(input));
725
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
726
- };
727
- const se_TagResourceCommand = async (input, context) => {
728
- const headers = sharedHeaders("TagResource");
729
- let body;
730
- body = JSON.stringify(smithyClient._json(input));
731
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
732
- };
733
- const se_UntagResourceCommand = async (input, context) => {
734
- const headers = sharedHeaders("UntagResource");
735
- let body;
736
- body = JSON.stringify(smithyClient._json(input));
737
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
738
- };
739
- const se_UpdateAcceleratorCommand = async (input, context) => {
740
- const headers = sharedHeaders("UpdateAccelerator");
741
- let body;
742
- body = JSON.stringify(smithyClient._json(input));
743
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
744
- };
745
- const se_UpdateAcceleratorAttributesCommand = async (input, context) => {
746
- const headers = sharedHeaders("UpdateAcceleratorAttributes");
747
- let body;
748
- body = JSON.stringify(smithyClient._json(input));
749
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
750
- };
751
- const se_UpdateCrossAccountAttachmentCommand = async (input, context) => {
752
- const headers = sharedHeaders("UpdateCrossAccountAttachment");
753
- let body;
754
- body = JSON.stringify(smithyClient._json(input));
755
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
756
- };
757
- const se_UpdateCustomRoutingAcceleratorCommand = async (input, context) => {
758
- const headers = sharedHeaders("UpdateCustomRoutingAccelerator");
759
- let body;
760
- body = JSON.stringify(smithyClient._json(input));
761
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
762
- };
763
- const se_UpdateCustomRoutingAcceleratorAttributesCommand = async (input, context) => {
764
- const headers = sharedHeaders("UpdateCustomRoutingAcceleratorAttributes");
765
- let body;
766
- body = JSON.stringify(smithyClient._json(input));
767
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
768
- };
769
- const se_UpdateCustomRoutingListenerCommand = async (input, context) => {
770
- const headers = sharedHeaders("UpdateCustomRoutingListener");
771
- let body;
772
- body = JSON.stringify(smithyClient._json(input));
773
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
774
- };
775
- const se_UpdateEndpointGroupCommand = async (input, context) => {
776
- const headers = sharedHeaders("UpdateEndpointGroup");
777
- let body;
778
- body = JSON.stringify(se_UpdateEndpointGroupRequest(input));
779
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
780
- };
781
- const se_UpdateListenerCommand = async (input, context) => {
782
- const headers = sharedHeaders("UpdateListener");
783
- let body;
784
- body = JSON.stringify(smithyClient._json(input));
785
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
786
- };
787
- const se_WithdrawByoipCidrCommand = async (input, context) => {
788
- const headers = sharedHeaders("WithdrawByoipCidr");
789
- let body;
790
- body = JSON.stringify(smithyClient._json(input));
791
- return buildHttpRpcRequest(context, headers, "/", undefined, body);
792
- };
793
- const de_AddCustomRoutingEndpointsCommand = async (output, context) => {
794
- if (output.statusCode >= 300) {
795
- return de_CommandError(output, context);
796
- }
797
- const data = await core$1.parseJsonBody(output.body, context);
798
- let contents = {};
799
- contents = smithyClient._json(data);
800
- const response = {
801
- $metadata: deserializeMetadata(output),
802
- ...contents,
803
- };
804
- return response;
805
- };
806
- const de_AddEndpointsCommand = async (output, context) => {
807
- if (output.statusCode >= 300) {
808
- return de_CommandError(output, context);
809
- }
810
- const data = await core$1.parseJsonBody(output.body, context);
811
- let contents = {};
812
- contents = smithyClient._json(data);
813
- const response = {
814
- $metadata: deserializeMetadata(output),
815
- ...contents,
816
- };
817
- return response;
818
- };
819
- const de_AdvertiseByoipCidrCommand = async (output, context) => {
820
- if (output.statusCode >= 300) {
821
- return de_CommandError(output, context);
822
- }
823
- const data = await core$1.parseJsonBody(output.body, context);
824
- let contents = {};
825
- contents = de_AdvertiseByoipCidrResponse(data);
826
- const response = {
827
- $metadata: deserializeMetadata(output),
828
- ...contents,
829
- };
830
- return response;
831
- };
832
- const de_AllowCustomRoutingTrafficCommand = async (output, context) => {
833
- if (output.statusCode >= 300) {
834
- return de_CommandError(output, context);
835
- }
836
- await smithyClient.collectBody(output.body, context);
837
- const response = {
838
- $metadata: deserializeMetadata(output),
839
- };
840
- return response;
841
- };
842
- const de_CreateAcceleratorCommand = async (output, context) => {
843
- if (output.statusCode >= 300) {
844
- return de_CommandError(output, context);
845
- }
846
- const data = await core$1.parseJsonBody(output.body, context);
847
- let contents = {};
848
- contents = de_CreateAcceleratorResponse(data);
849
- const response = {
850
- $metadata: deserializeMetadata(output),
851
- ...contents,
852
- };
853
- return response;
854
- };
855
- const de_CreateCrossAccountAttachmentCommand = async (output, context) => {
856
- if (output.statusCode >= 300) {
857
- return de_CommandError(output, context);
858
- }
859
- const data = await core$1.parseJsonBody(output.body, context);
860
- let contents = {};
861
- contents = de_CreateCrossAccountAttachmentResponse(data);
862
- const response = {
863
- $metadata: deserializeMetadata(output),
864
- ...contents,
865
- };
866
- return response;
867
- };
868
- const de_CreateCustomRoutingAcceleratorCommand = async (output, context) => {
869
- if (output.statusCode >= 300) {
870
- return de_CommandError(output, context);
871
- }
872
- const data = await core$1.parseJsonBody(output.body, context);
873
- let contents = {};
874
- contents = de_CreateCustomRoutingAcceleratorResponse(data);
875
- const response = {
876
- $metadata: deserializeMetadata(output),
877
- ...contents,
878
- };
879
- return response;
880
- };
881
- const de_CreateCustomRoutingEndpointGroupCommand = async (output, context) => {
882
- if (output.statusCode >= 300) {
883
- return de_CommandError(output, context);
884
- }
885
- const data = await core$1.parseJsonBody(output.body, context);
886
- let contents = {};
887
- contents = smithyClient._json(data);
888
- const response = {
889
- $metadata: deserializeMetadata(output),
890
- ...contents,
891
- };
892
- return response;
893
- };
894
- const de_CreateCustomRoutingListenerCommand = async (output, context) => {
895
- if (output.statusCode >= 300) {
896
- return de_CommandError(output, context);
897
- }
898
- const data = await core$1.parseJsonBody(output.body, context);
899
- let contents = {};
900
- contents = smithyClient._json(data);
901
- const response = {
902
- $metadata: deserializeMetadata(output),
903
- ...contents,
904
- };
905
- return response;
906
- };
907
- const de_CreateEndpointGroupCommand = async (output, context) => {
908
- if (output.statusCode >= 300) {
909
- return de_CommandError(output, context);
910
- }
911
- const data = await core$1.parseJsonBody(output.body, context);
912
- let contents = {};
913
- contents = de_CreateEndpointGroupResponse(data);
914
- const response = {
915
- $metadata: deserializeMetadata(output),
916
- ...contents,
917
- };
918
- return response;
919
- };
920
- const de_CreateListenerCommand = async (output, context) => {
921
- if (output.statusCode >= 300) {
922
- return de_CommandError(output, context);
923
- }
924
- const data = await core$1.parseJsonBody(output.body, context);
925
- let contents = {};
926
- contents = smithyClient._json(data);
927
- const response = {
928
- $metadata: deserializeMetadata(output),
929
- ...contents,
930
- };
931
- return response;
932
- };
933
- const de_DeleteAcceleratorCommand = async (output, context) => {
934
- if (output.statusCode >= 300) {
935
- return de_CommandError(output, context);
936
- }
937
- await smithyClient.collectBody(output.body, context);
938
- const response = {
939
- $metadata: deserializeMetadata(output),
940
- };
941
- return response;
942
- };
943
- const de_DeleteCrossAccountAttachmentCommand = async (output, context) => {
944
- if (output.statusCode >= 300) {
945
- return de_CommandError(output, context);
946
- }
947
- await smithyClient.collectBody(output.body, context);
948
- const response = {
949
- $metadata: deserializeMetadata(output),
950
- };
951
- return response;
952
- };
953
- const de_DeleteCustomRoutingAcceleratorCommand = async (output, context) => {
954
- if (output.statusCode >= 300) {
955
- return de_CommandError(output, context);
956
- }
957
- await smithyClient.collectBody(output.body, context);
958
- const response = {
959
- $metadata: deserializeMetadata(output),
960
- };
961
- return response;
962
- };
963
- const de_DeleteCustomRoutingEndpointGroupCommand = async (output, context) => {
964
- if (output.statusCode >= 300) {
965
- return de_CommandError(output, context);
966
- }
967
- await smithyClient.collectBody(output.body, context);
968
- const response = {
969
- $metadata: deserializeMetadata(output),
970
- };
971
- return response;
972
- };
973
- const de_DeleteCustomRoutingListenerCommand = async (output, context) => {
974
- if (output.statusCode >= 300) {
975
- return de_CommandError(output, context);
976
- }
977
- await smithyClient.collectBody(output.body, context);
978
- const response = {
979
- $metadata: deserializeMetadata(output),
980
- };
981
- return response;
982
- };
983
- const de_DeleteEndpointGroupCommand = async (output, context) => {
984
- if (output.statusCode >= 300) {
985
- return de_CommandError(output, context);
986
- }
987
- await smithyClient.collectBody(output.body, context);
988
- const response = {
989
- $metadata: deserializeMetadata(output),
990
- };
991
- return response;
992
- };
993
- const de_DeleteListenerCommand = async (output, context) => {
994
- if (output.statusCode >= 300) {
995
- return de_CommandError(output, context);
996
- }
997
- await smithyClient.collectBody(output.body, context);
998
- const response = {
999
- $metadata: deserializeMetadata(output),
1000
- };
1001
- return response;
1002
- };
1003
- const de_DenyCustomRoutingTrafficCommand = async (output, context) => {
1004
- if (output.statusCode >= 300) {
1005
- return de_CommandError(output, context);
1006
- }
1007
- await smithyClient.collectBody(output.body, context);
1008
- const response = {
1009
- $metadata: deserializeMetadata(output),
1010
- };
1011
- return response;
1012
- };
1013
- const de_DeprovisionByoipCidrCommand = async (output, context) => {
1014
- if (output.statusCode >= 300) {
1015
- return de_CommandError(output, context);
1016
- }
1017
- const data = await core$1.parseJsonBody(output.body, context);
1018
- let contents = {};
1019
- contents = de_DeprovisionByoipCidrResponse(data);
1020
- const response = {
1021
- $metadata: deserializeMetadata(output),
1022
- ...contents,
1023
- };
1024
- return response;
1025
- };
1026
- const de_DescribeAcceleratorCommand = async (output, context) => {
1027
- if (output.statusCode >= 300) {
1028
- return de_CommandError(output, context);
1029
- }
1030
- const data = await core$1.parseJsonBody(output.body, context);
1031
- let contents = {};
1032
- contents = de_DescribeAcceleratorResponse(data);
1033
- const response = {
1034
- $metadata: deserializeMetadata(output),
1035
- ...contents,
1036
- };
1037
- return response;
1038
- };
1039
- const de_DescribeAcceleratorAttributesCommand = async (output, context) => {
1040
- if (output.statusCode >= 300) {
1041
- return de_CommandError(output, context);
1042
- }
1043
- const data = await core$1.parseJsonBody(output.body, context);
1044
- let contents = {};
1045
- contents = smithyClient._json(data);
1046
- const response = {
1047
- $metadata: deserializeMetadata(output),
1048
- ...contents,
1049
- };
1050
- return response;
1051
- };
1052
- const de_DescribeCrossAccountAttachmentCommand = async (output, context) => {
1053
- if (output.statusCode >= 300) {
1054
- return de_CommandError(output, context);
1055
- }
1056
- const data = await core$1.parseJsonBody(output.body, context);
1057
- let contents = {};
1058
- contents = de_DescribeCrossAccountAttachmentResponse(data);
1059
- const response = {
1060
- $metadata: deserializeMetadata(output),
1061
- ...contents,
1062
- };
1063
- return response;
1064
- };
1065
- const de_DescribeCustomRoutingAcceleratorCommand = async (output, context) => {
1066
- if (output.statusCode >= 300) {
1067
- return de_CommandError(output, context);
1068
- }
1069
- const data = await core$1.parseJsonBody(output.body, context);
1070
- let contents = {};
1071
- contents = de_DescribeCustomRoutingAcceleratorResponse(data);
1072
- const response = {
1073
- $metadata: deserializeMetadata(output),
1074
- ...contents,
1075
- };
1076
- return response;
1077
- };
1078
- const de_DescribeCustomRoutingAcceleratorAttributesCommand = async (output, context) => {
1079
- if (output.statusCode >= 300) {
1080
- return de_CommandError(output, context);
1081
- }
1082
- const data = await core$1.parseJsonBody(output.body, context);
1083
- let contents = {};
1084
- contents = smithyClient._json(data);
1085
- const response = {
1086
- $metadata: deserializeMetadata(output),
1087
- ...contents,
1088
- };
1089
- return response;
1090
- };
1091
- const de_DescribeCustomRoutingEndpointGroupCommand = async (output, context) => {
1092
- if (output.statusCode >= 300) {
1093
- return de_CommandError(output, context);
1094
- }
1095
- const data = await core$1.parseJsonBody(output.body, context);
1096
- let contents = {};
1097
- contents = smithyClient._json(data);
1098
- const response = {
1099
- $metadata: deserializeMetadata(output),
1100
- ...contents,
1101
- };
1102
- return response;
1103
- };
1104
- const de_DescribeCustomRoutingListenerCommand = async (output, context) => {
1105
- if (output.statusCode >= 300) {
1106
- return de_CommandError(output, context);
1107
- }
1108
- const data = await core$1.parseJsonBody(output.body, context);
1109
- let contents = {};
1110
- contents = smithyClient._json(data);
1111
- const response = {
1112
- $metadata: deserializeMetadata(output),
1113
- ...contents,
1114
- };
1115
- return response;
1116
- };
1117
- const de_DescribeEndpointGroupCommand = async (output, context) => {
1118
- if (output.statusCode >= 300) {
1119
- return de_CommandError(output, context);
1120
- }
1121
- const data = await core$1.parseJsonBody(output.body, context);
1122
- let contents = {};
1123
- contents = de_DescribeEndpointGroupResponse(data);
1124
- const response = {
1125
- $metadata: deserializeMetadata(output),
1126
- ...contents,
1127
- };
1128
- return response;
1129
- };
1130
- const de_DescribeListenerCommand = async (output, context) => {
1131
- if (output.statusCode >= 300) {
1132
- return de_CommandError(output, context);
1133
- }
1134
- const data = await core$1.parseJsonBody(output.body, context);
1135
- let contents = {};
1136
- contents = smithyClient._json(data);
1137
- const response = {
1138
- $metadata: deserializeMetadata(output),
1139
- ...contents,
1140
- };
1141
- return response;
1142
- };
1143
- const de_ListAcceleratorsCommand = async (output, context) => {
1144
- if (output.statusCode >= 300) {
1145
- return de_CommandError(output, context);
1146
- }
1147
- const data = await core$1.parseJsonBody(output.body, context);
1148
- let contents = {};
1149
- contents = de_ListAcceleratorsResponse(data);
1150
- const response = {
1151
- $metadata: deserializeMetadata(output),
1152
- ...contents,
1153
- };
1154
- return response;
1155
- };
1156
- const de_ListByoipCidrsCommand = async (output, context) => {
1157
- if (output.statusCode >= 300) {
1158
- return de_CommandError(output, context);
1159
- }
1160
- const data = await core$1.parseJsonBody(output.body, context);
1161
- let contents = {};
1162
- contents = de_ListByoipCidrsResponse(data);
1163
- const response = {
1164
- $metadata: deserializeMetadata(output),
1165
- ...contents,
1166
- };
1167
- return response;
1168
- };
1169
- const de_ListCrossAccountAttachmentsCommand = async (output, context) => {
1170
- if (output.statusCode >= 300) {
1171
- return de_CommandError(output, context);
1172
- }
1173
- const data = await core$1.parseJsonBody(output.body, context);
1174
- let contents = {};
1175
- contents = de_ListCrossAccountAttachmentsResponse(data);
1176
- const response = {
1177
- $metadata: deserializeMetadata(output),
1178
- ...contents,
1179
- };
1180
- return response;
1181
- };
1182
- const de_ListCrossAccountResourceAccountsCommand = async (output, context) => {
1183
- if (output.statusCode >= 300) {
1184
- return de_CommandError(output, context);
1185
- }
1186
- const data = await core$1.parseJsonBody(output.body, context);
1187
- let contents = {};
1188
- contents = smithyClient._json(data);
1189
- const response = {
1190
- $metadata: deserializeMetadata(output),
1191
- ...contents,
1192
- };
1193
- return response;
1194
- };
1195
- const de_ListCrossAccountResourcesCommand = async (output, context) => {
1196
- if (output.statusCode >= 300) {
1197
- return de_CommandError(output, context);
1198
- }
1199
- const data = await core$1.parseJsonBody(output.body, context);
1200
- let contents = {};
1201
- contents = smithyClient._json(data);
1202
- const response = {
1203
- $metadata: deserializeMetadata(output),
1204
- ...contents,
1205
- };
1206
- return response;
1207
- };
1208
- const de_ListCustomRoutingAcceleratorsCommand = async (output, context) => {
1209
- if (output.statusCode >= 300) {
1210
- return de_CommandError(output, context);
1211
- }
1212
- const data = await core$1.parseJsonBody(output.body, context);
1213
- let contents = {};
1214
- contents = de_ListCustomRoutingAcceleratorsResponse(data);
1215
- const response = {
1216
- $metadata: deserializeMetadata(output),
1217
- ...contents,
1218
- };
1219
- return response;
1220
- };
1221
- const de_ListCustomRoutingEndpointGroupsCommand = async (output, context) => {
1222
- if (output.statusCode >= 300) {
1223
- return de_CommandError(output, context);
1224
- }
1225
- const data = await core$1.parseJsonBody(output.body, context);
1226
- let contents = {};
1227
- contents = smithyClient._json(data);
1228
- const response = {
1229
- $metadata: deserializeMetadata(output),
1230
- ...contents,
1231
- };
1232
- return response;
1233
- };
1234
- const de_ListCustomRoutingListenersCommand = async (output, context) => {
1235
- if (output.statusCode >= 300) {
1236
- return de_CommandError(output, context);
1237
- }
1238
- const data = await core$1.parseJsonBody(output.body, context);
1239
- let contents = {};
1240
- contents = smithyClient._json(data);
1241
- const response = {
1242
- $metadata: deserializeMetadata(output),
1243
- ...contents,
1244
- };
1245
- return response;
1246
- };
1247
- const de_ListCustomRoutingPortMappingsCommand = async (output, context) => {
1248
- if (output.statusCode >= 300) {
1249
- return de_CommandError(output, context);
1250
- }
1251
- const data = await core$1.parseJsonBody(output.body, context);
1252
- let contents = {};
1253
- contents = smithyClient._json(data);
1254
- const response = {
1255
- $metadata: deserializeMetadata(output),
1256
- ...contents,
1257
- };
1258
- return response;
1259
- };
1260
- const de_ListCustomRoutingPortMappingsByDestinationCommand = async (output, context) => {
1261
- if (output.statusCode >= 300) {
1262
- return de_CommandError(output, context);
1263
- }
1264
- const data = await core$1.parseJsonBody(output.body, context);
1265
- let contents = {};
1266
- contents = smithyClient._json(data);
1267
- const response = {
1268
- $metadata: deserializeMetadata(output),
1269
- ...contents,
1270
- };
1271
- return response;
1272
- };
1273
- const de_ListEndpointGroupsCommand = async (output, context) => {
1274
- if (output.statusCode >= 300) {
1275
- return de_CommandError(output, context);
1276
- }
1277
- const data = await core$1.parseJsonBody(output.body, context);
1278
- let contents = {};
1279
- contents = de_ListEndpointGroupsResponse(data);
1280
- const response = {
1281
- $metadata: deserializeMetadata(output),
1282
- ...contents,
1283
- };
1284
- return response;
1285
- };
1286
- const de_ListListenersCommand = async (output, context) => {
1287
- if (output.statusCode >= 300) {
1288
- return de_CommandError(output, context);
1289
- }
1290
- const data = await core$1.parseJsonBody(output.body, context);
1291
- let contents = {};
1292
- contents = smithyClient._json(data);
1293
- const response = {
1294
- $metadata: deserializeMetadata(output),
1295
- ...contents,
1296
- };
1297
- return response;
1298
- };
1299
- const de_ListTagsForResourceCommand = async (output, context) => {
1300
- if (output.statusCode >= 300) {
1301
- return de_CommandError(output, context);
1302
- }
1303
- const data = await core$1.parseJsonBody(output.body, context);
1304
- let contents = {};
1305
- contents = smithyClient._json(data);
1306
- const response = {
1307
- $metadata: deserializeMetadata(output),
1308
- ...contents,
1309
- };
1310
- return response;
1311
- };
1312
- const de_ProvisionByoipCidrCommand = async (output, context) => {
1313
- if (output.statusCode >= 300) {
1314
- return de_CommandError(output, context);
1315
- }
1316
- const data = await core$1.parseJsonBody(output.body, context);
1317
- let contents = {};
1318
- contents = de_ProvisionByoipCidrResponse(data);
1319
- const response = {
1320
- $metadata: deserializeMetadata(output),
1321
- ...contents,
1322
- };
1323
- return response;
1324
- };
1325
- const de_RemoveCustomRoutingEndpointsCommand = async (output, context) => {
1326
- if (output.statusCode >= 300) {
1327
- return de_CommandError(output, context);
1328
- }
1329
- await smithyClient.collectBody(output.body, context);
1330
- const response = {
1331
- $metadata: deserializeMetadata(output),
1332
- };
1333
- return response;
1334
- };
1335
- const de_RemoveEndpointsCommand = async (output, context) => {
1336
- if (output.statusCode >= 300) {
1337
- return de_CommandError(output, context);
1338
- }
1339
- await smithyClient.collectBody(output.body, context);
1340
- const response = {
1341
- $metadata: deserializeMetadata(output),
1342
- };
1343
- return response;
1344
- };
1345
- const de_TagResourceCommand = async (output, context) => {
1346
- if (output.statusCode >= 300) {
1347
- return de_CommandError(output, context);
1348
- }
1349
- const data = await core$1.parseJsonBody(output.body, context);
1350
- let contents = {};
1351
- contents = smithyClient._json(data);
1352
- const response = {
1353
- $metadata: deserializeMetadata(output),
1354
- ...contents,
1355
- };
1356
- return response;
1357
- };
1358
- const de_UntagResourceCommand = async (output, context) => {
1359
- if (output.statusCode >= 300) {
1360
- return de_CommandError(output, context);
1361
- }
1362
- const data = await core$1.parseJsonBody(output.body, context);
1363
- let contents = {};
1364
- contents = smithyClient._json(data);
1365
- const response = {
1366
- $metadata: deserializeMetadata(output),
1367
- ...contents,
1368
- };
1369
- return response;
1370
- };
1371
- const de_UpdateAcceleratorCommand = async (output, context) => {
1372
- if (output.statusCode >= 300) {
1373
- return de_CommandError(output, context);
1374
- }
1375
- const data = await core$1.parseJsonBody(output.body, context);
1376
- let contents = {};
1377
- contents = de_UpdateAcceleratorResponse(data);
1378
- const response = {
1379
- $metadata: deserializeMetadata(output),
1380
- ...contents,
1381
- };
1382
- return response;
1383
- };
1384
- const de_UpdateAcceleratorAttributesCommand = async (output, context) => {
1385
- if (output.statusCode >= 300) {
1386
- return de_CommandError(output, context);
1387
- }
1388
- const data = await core$1.parseJsonBody(output.body, context);
1389
- let contents = {};
1390
- contents = smithyClient._json(data);
1391
- const response = {
1392
- $metadata: deserializeMetadata(output),
1393
- ...contents,
1394
- };
1395
- return response;
1396
- };
1397
- const de_UpdateCrossAccountAttachmentCommand = async (output, context) => {
1398
- if (output.statusCode >= 300) {
1399
- return de_CommandError(output, context);
1400
- }
1401
- const data = await core$1.parseJsonBody(output.body, context);
1402
- let contents = {};
1403
- contents = de_UpdateCrossAccountAttachmentResponse(data);
1404
- const response = {
1405
- $metadata: deserializeMetadata(output),
1406
- ...contents,
1407
- };
1408
- return response;
1409
- };
1410
- const de_UpdateCustomRoutingAcceleratorCommand = async (output, context) => {
1411
- if (output.statusCode >= 300) {
1412
- return de_CommandError(output, context);
1413
- }
1414
- const data = await core$1.parseJsonBody(output.body, context);
1415
- let contents = {};
1416
- contents = de_UpdateCustomRoutingAcceleratorResponse(data);
1417
- const response = {
1418
- $metadata: deserializeMetadata(output),
1419
- ...contents,
1420
- };
1421
- return response;
1422
- };
1423
- const de_UpdateCustomRoutingAcceleratorAttributesCommand = async (output, context) => {
1424
- if (output.statusCode >= 300) {
1425
- return de_CommandError(output, context);
1426
- }
1427
- const data = await core$1.parseJsonBody(output.body, context);
1428
- let contents = {};
1429
- contents = smithyClient._json(data);
1430
- const response = {
1431
- $metadata: deserializeMetadata(output),
1432
- ...contents,
1433
- };
1434
- return response;
1435
- };
1436
- const de_UpdateCustomRoutingListenerCommand = async (output, context) => {
1437
- if (output.statusCode >= 300) {
1438
- return de_CommandError(output, context);
1439
- }
1440
- const data = await core$1.parseJsonBody(output.body, context);
1441
- let contents = {};
1442
- contents = smithyClient._json(data);
1443
- const response = {
1444
- $metadata: deserializeMetadata(output),
1445
- ...contents,
1446
- };
1447
- return response;
1448
- };
1449
- const de_UpdateEndpointGroupCommand = async (output, context) => {
1450
- if (output.statusCode >= 300) {
1451
- return de_CommandError(output, context);
1452
- }
1453
- const data = await core$1.parseJsonBody(output.body, context);
1454
- let contents = {};
1455
- contents = de_UpdateEndpointGroupResponse(data);
1456
- const response = {
1457
- $metadata: deserializeMetadata(output),
1458
- ...contents,
1459
- };
1460
- return response;
1461
- };
1462
- const de_UpdateListenerCommand = async (output, context) => {
1463
- if (output.statusCode >= 300) {
1464
- return de_CommandError(output, context);
1465
- }
1466
- const data = await core$1.parseJsonBody(output.body, context);
1467
- let contents = {};
1468
- contents = smithyClient._json(data);
1469
- const response = {
1470
- $metadata: deserializeMetadata(output),
1471
- ...contents,
1472
- };
1473
- return response;
1474
- };
1475
- const de_WithdrawByoipCidrCommand = async (output, context) => {
1476
- if (output.statusCode >= 300) {
1477
- return de_CommandError(output, context);
1478
- }
1479
- const data = await core$1.parseJsonBody(output.body, context);
1480
- let contents = {};
1481
- contents = de_WithdrawByoipCidrResponse(data);
1482
- const response = {
1483
- $metadata: deserializeMetadata(output),
1484
- ...contents,
1485
- };
1486
- return response;
1487
- };
1488
- const de_CommandError = async (output, context) => {
1489
- const parsedOutput = {
1490
- ...output,
1491
- body: await core$1.parseJsonErrorBody(output.body, context),
1492
- };
1493
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1494
- switch (errorCode) {
1495
- case "AccessDeniedException":
1496
- case "com.amazonaws.globalaccelerator#AccessDeniedException":
1497
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1498
- case "ConflictException":
1499
- case "com.amazonaws.globalaccelerator#ConflictException":
1500
- throw await de_ConflictExceptionRes(parsedOutput);
1501
- case "EndpointAlreadyExistsException":
1502
- case "com.amazonaws.globalaccelerator#EndpointAlreadyExistsException":
1503
- throw await de_EndpointAlreadyExistsExceptionRes(parsedOutput);
1504
- case "EndpointGroupNotFoundException":
1505
- case "com.amazonaws.globalaccelerator#EndpointGroupNotFoundException":
1506
- throw await de_EndpointGroupNotFoundExceptionRes(parsedOutput);
1507
- case "InternalServiceErrorException":
1508
- case "com.amazonaws.globalaccelerator#InternalServiceErrorException":
1509
- throw await de_InternalServiceErrorExceptionRes(parsedOutput);
1510
- case "InvalidArgumentException":
1511
- case "com.amazonaws.globalaccelerator#InvalidArgumentException":
1512
- throw await de_InvalidArgumentExceptionRes(parsedOutput);
1513
- case "LimitExceededException":
1514
- case "com.amazonaws.globalaccelerator#LimitExceededException":
1515
- throw await de_LimitExceededExceptionRes(parsedOutput);
1516
- case "TransactionInProgressException":
1517
- case "com.amazonaws.globalaccelerator#TransactionInProgressException":
1518
- throw await de_TransactionInProgressExceptionRes(parsedOutput);
1519
- case "ByoipCidrNotFoundException":
1520
- case "com.amazonaws.globalaccelerator#ByoipCidrNotFoundException":
1521
- throw await de_ByoipCidrNotFoundExceptionRes(parsedOutput);
1522
- case "IncorrectCidrStateException":
1523
- case "com.amazonaws.globalaccelerator#IncorrectCidrStateException":
1524
- throw await de_IncorrectCidrStateExceptionRes(parsedOutput);
1525
- case "AcceleratorNotFoundException":
1526
- case "com.amazonaws.globalaccelerator#AcceleratorNotFoundException":
1527
- throw await de_AcceleratorNotFoundExceptionRes(parsedOutput);
1528
- case "EndpointGroupAlreadyExistsException":
1529
- case "com.amazonaws.globalaccelerator#EndpointGroupAlreadyExistsException":
1530
- throw await de_EndpointGroupAlreadyExistsExceptionRes(parsedOutput);
1531
- case "InvalidPortRangeException":
1532
- case "com.amazonaws.globalaccelerator#InvalidPortRangeException":
1533
- throw await de_InvalidPortRangeExceptionRes(parsedOutput);
1534
- case "ListenerNotFoundException":
1535
- case "com.amazonaws.globalaccelerator#ListenerNotFoundException":
1536
- throw await de_ListenerNotFoundExceptionRes(parsedOutput);
1537
- case "AcceleratorNotDisabledException":
1538
- case "com.amazonaws.globalaccelerator#AcceleratorNotDisabledException":
1539
- throw await de_AcceleratorNotDisabledExceptionRes(parsedOutput);
1540
- case "AssociatedListenerFoundException":
1541
- case "com.amazonaws.globalaccelerator#AssociatedListenerFoundException":
1542
- throw await de_AssociatedListenerFoundExceptionRes(parsedOutput);
1543
- case "AttachmentNotFoundException":
1544
- case "com.amazonaws.globalaccelerator#AttachmentNotFoundException":
1545
- throw await de_AttachmentNotFoundExceptionRes(parsedOutput);
1546
- case "AssociatedEndpointGroupFoundException":
1547
- case "com.amazonaws.globalaccelerator#AssociatedEndpointGroupFoundException":
1548
- throw await de_AssociatedEndpointGroupFoundExceptionRes(parsedOutput);
1549
- case "InvalidNextTokenException":
1550
- case "com.amazonaws.globalaccelerator#InvalidNextTokenException":
1551
- throw await de_InvalidNextTokenExceptionRes(parsedOutput);
1552
- case "EndpointNotFoundException":
1553
- case "com.amazonaws.globalaccelerator#EndpointNotFoundException":
1554
- throw await de_EndpointNotFoundExceptionRes(parsedOutput);
1555
- default:
1556
- const parsedBody = parsedOutput.body;
1557
- return throwDefaultError({
1558
- output,
1559
- parsedBody,
1560
- errorCode,
1561
- });
1562
- }
1563
- };
1564
- const de_AcceleratorNotDisabledExceptionRes = async (parsedOutput, context) => {
1565
- const body = parsedOutput.body;
1566
- const deserialized = smithyClient._json(body);
1567
- const exception = new AcceleratorNotDisabledException({
1568
- $metadata: deserializeMetadata(parsedOutput),
1569
- ...deserialized,
1570
- });
1571
- return smithyClient.decorateServiceException(exception, body);
1572
- };
1573
- const de_AcceleratorNotFoundExceptionRes = async (parsedOutput, context) => {
1574
- const body = parsedOutput.body;
1575
- const deserialized = smithyClient._json(body);
1576
- const exception = new AcceleratorNotFoundException({
1577
- $metadata: deserializeMetadata(parsedOutput),
1578
- ...deserialized,
1579
- });
1580
- return smithyClient.decorateServiceException(exception, body);
1581
- };
1582
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1583
- const body = parsedOutput.body;
1584
- const deserialized = smithyClient._json(body);
1585
- const exception = new AccessDeniedException({
1586
- $metadata: deserializeMetadata(parsedOutput),
1587
- ...deserialized,
1588
- });
1589
- return smithyClient.decorateServiceException(exception, body);
1590
- };
1591
- const de_AssociatedEndpointGroupFoundExceptionRes = async (parsedOutput, context) => {
1592
- const body = parsedOutput.body;
1593
- const deserialized = smithyClient._json(body);
1594
- const exception = new AssociatedEndpointGroupFoundException({
1595
- $metadata: deserializeMetadata(parsedOutput),
1596
- ...deserialized,
1597
- });
1598
- return smithyClient.decorateServiceException(exception, body);
1599
- };
1600
- const de_AssociatedListenerFoundExceptionRes = async (parsedOutput, context) => {
1601
- const body = parsedOutput.body;
1602
- const deserialized = smithyClient._json(body);
1603
- const exception = new AssociatedListenerFoundException({
1604
- $metadata: deserializeMetadata(parsedOutput),
1605
- ...deserialized,
1606
- });
1607
- return smithyClient.decorateServiceException(exception, body);
1608
- };
1609
- const de_AttachmentNotFoundExceptionRes = async (parsedOutput, context) => {
1610
- const body = parsedOutput.body;
1611
- const deserialized = smithyClient._json(body);
1612
- const exception = new AttachmentNotFoundException({
1613
- $metadata: deserializeMetadata(parsedOutput),
1614
- ...deserialized,
1615
- });
1616
- return smithyClient.decorateServiceException(exception, body);
1617
- };
1618
- const de_ByoipCidrNotFoundExceptionRes = async (parsedOutput, context) => {
1619
- const body = parsedOutput.body;
1620
- const deserialized = smithyClient._json(body);
1621
- const exception = new ByoipCidrNotFoundException({
1622
- $metadata: deserializeMetadata(parsedOutput),
1623
- ...deserialized,
1624
- });
1625
- return smithyClient.decorateServiceException(exception, body);
1626
- };
1627
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1628
- const body = parsedOutput.body;
1629
- const deserialized = smithyClient._json(body);
1630
- const exception = new ConflictException({
1631
- $metadata: deserializeMetadata(parsedOutput),
1632
- ...deserialized,
1633
- });
1634
- return smithyClient.decorateServiceException(exception, body);
1635
- };
1636
- const de_EndpointAlreadyExistsExceptionRes = async (parsedOutput, context) => {
1637
- const body = parsedOutput.body;
1638
- const deserialized = smithyClient._json(body);
1639
- const exception = new EndpointAlreadyExistsException({
1640
- $metadata: deserializeMetadata(parsedOutput),
1641
- ...deserialized,
1642
- });
1643
- return smithyClient.decorateServiceException(exception, body);
1644
- };
1645
- const de_EndpointGroupAlreadyExistsExceptionRes = async (parsedOutput, context) => {
1646
- const body = parsedOutput.body;
1647
- const deserialized = smithyClient._json(body);
1648
- const exception = new EndpointGroupAlreadyExistsException({
1649
- $metadata: deserializeMetadata(parsedOutput),
1650
- ...deserialized,
1651
- });
1652
- return smithyClient.decorateServiceException(exception, body);
1653
- };
1654
- const de_EndpointGroupNotFoundExceptionRes = async (parsedOutput, context) => {
1655
- const body = parsedOutput.body;
1656
- const deserialized = smithyClient._json(body);
1657
- const exception = new EndpointGroupNotFoundException({
1658
- $metadata: deserializeMetadata(parsedOutput),
1659
- ...deserialized,
1660
- });
1661
- return smithyClient.decorateServiceException(exception, body);
1662
- };
1663
- const de_EndpointNotFoundExceptionRes = async (parsedOutput, context) => {
1664
- const body = parsedOutput.body;
1665
- const deserialized = smithyClient._json(body);
1666
- const exception = new EndpointNotFoundException({
1667
- $metadata: deserializeMetadata(parsedOutput),
1668
- ...deserialized,
1669
- });
1670
- return smithyClient.decorateServiceException(exception, body);
1671
- };
1672
- const de_IncorrectCidrStateExceptionRes = async (parsedOutput, context) => {
1673
- const body = parsedOutput.body;
1674
- const deserialized = smithyClient._json(body);
1675
- const exception = new IncorrectCidrStateException({
1676
- $metadata: deserializeMetadata(parsedOutput),
1677
- ...deserialized,
1678
- });
1679
- return smithyClient.decorateServiceException(exception, body);
1680
- };
1681
- const de_InternalServiceErrorExceptionRes = async (parsedOutput, context) => {
1682
- const body = parsedOutput.body;
1683
- const deserialized = smithyClient._json(body);
1684
- const exception = new InternalServiceErrorException({
1685
- $metadata: deserializeMetadata(parsedOutput),
1686
- ...deserialized,
1687
- });
1688
- return smithyClient.decorateServiceException(exception, body);
1689
- };
1690
- const de_InvalidArgumentExceptionRes = async (parsedOutput, context) => {
1691
- const body = parsedOutput.body;
1692
- const deserialized = smithyClient._json(body);
1693
- const exception = new InvalidArgumentException({
1694
- $metadata: deserializeMetadata(parsedOutput),
1695
- ...deserialized,
1696
- });
1697
- return smithyClient.decorateServiceException(exception, body);
1698
- };
1699
- const de_InvalidNextTokenExceptionRes = async (parsedOutput, context) => {
1700
- const body = parsedOutput.body;
1701
- const deserialized = smithyClient._json(body);
1702
- const exception = new InvalidNextTokenException({
1703
- $metadata: deserializeMetadata(parsedOutput),
1704
- ...deserialized,
1705
- });
1706
- return smithyClient.decorateServiceException(exception, body);
1707
- };
1708
- const de_InvalidPortRangeExceptionRes = async (parsedOutput, context) => {
1709
- const body = parsedOutput.body;
1710
- const deserialized = smithyClient._json(body);
1711
- const exception = new InvalidPortRangeException({
1712
- $metadata: deserializeMetadata(parsedOutput),
1713
- ...deserialized,
1714
- });
1715
- return smithyClient.decorateServiceException(exception, body);
1716
454
  };
1717
- const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
1718
- const body = parsedOutput.body;
1719
- const deserialized = smithyClient._json(body);
1720
- const exception = new LimitExceededException({
1721
- $metadata: deserializeMetadata(parsedOutput),
1722
- ...deserialized,
1723
- });
1724
- return smithyClient.decorateServiceException(exception, body);
1725
- };
1726
- const de_ListenerNotFoundExceptionRes = async (parsedOutput, context) => {
1727
- const body = parsedOutput.body;
1728
- const deserialized = smithyClient._json(body);
1729
- const exception = new ListenerNotFoundException({
1730
- $metadata: deserializeMetadata(parsedOutput),
1731
- ...deserialized,
1732
- });
1733
- return smithyClient.decorateServiceException(exception, body);
1734
- };
1735
- const de_TransactionInProgressExceptionRes = async (parsedOutput, context) => {
1736
- const body = parsedOutput.body;
1737
- const deserialized = smithyClient._json(body);
1738
- const exception = new TransactionInProgressException({
1739
- $metadata: deserializeMetadata(parsedOutput),
1740
- ...deserialized,
1741
- });
1742
- return smithyClient.decorateServiceException(exception, body);
1743
- };
1744
- const se_CreateAcceleratorRequest = (input, context) => {
1745
- return smithyClient.take(input, {
1746
- Enabled: [],
1747
- IdempotencyToken: [true, (_) => _ ?? uuid.v4()],
1748
- IpAddressType: [],
1749
- IpAddresses: smithyClient._json,
1750
- Name: [],
1751
- Tags: smithyClient._json,
1752
- });
1753
- };
1754
- const se_CreateCrossAccountAttachmentRequest = (input, context) => {
1755
- return smithyClient.take(input, {
1756
- IdempotencyToken: [true, (_) => _ ?? uuid.v4()],
1757
- Name: [],
1758
- Principals: smithyClient._json,
1759
- Resources: smithyClient._json,
1760
- Tags: smithyClient._json,
1761
- });
1762
- };
1763
- const se_CreateCustomRoutingAcceleratorRequest = (input, context) => {
1764
- return smithyClient.take(input, {
1765
- Enabled: [],
1766
- IdempotencyToken: [true, (_) => _ ?? uuid.v4()],
1767
- IpAddressType: [],
1768
- IpAddresses: smithyClient._json,
1769
- Name: [],
1770
- Tags: smithyClient._json,
1771
- });
1772
- };
1773
- const se_CreateCustomRoutingEndpointGroupRequest = (input, context) => {
1774
- return smithyClient.take(input, {
1775
- DestinationConfigurations: smithyClient._json,
1776
- EndpointGroupRegion: [],
1777
- IdempotencyToken: [true, (_) => _ ?? uuid.v4()],
1778
- ListenerArn: [],
1779
- });
1780
- };
1781
- const se_CreateCustomRoutingListenerRequest = (input, context) => {
1782
- return smithyClient.take(input, {
1783
- AcceleratorArn: [],
1784
- IdempotencyToken: [true, (_) => _ ?? uuid.v4()],
1785
- PortRanges: smithyClient._json,
1786
- });
1787
- };
1788
- const se_CreateEndpointGroupRequest = (input, context) => {
1789
- return smithyClient.take(input, {
1790
- EndpointConfigurations: smithyClient._json,
1791
- EndpointGroupRegion: [],
1792
- HealthCheckIntervalSeconds: [],
1793
- HealthCheckPath: [],
1794
- HealthCheckPort: [],
1795
- HealthCheckProtocol: [],
1796
- IdempotencyToken: [true, (_) => _ ?? uuid.v4()],
1797
- ListenerArn: [],
1798
- PortOverrides: smithyClient._json,
1799
- ThresholdCount: [],
1800
- TrafficDialPercentage: smithyClient.serializeFloat,
1801
- });
1802
- };
1803
- const se_CreateListenerRequest = (input, context) => {
1804
- return smithyClient.take(input, {
1805
- AcceleratorArn: [],
1806
- ClientAffinity: [],
1807
- IdempotencyToken: [true, (_) => _ ?? uuid.v4()],
1808
- PortRanges: smithyClient._json,
1809
- Protocol: [],
1810
- });
1811
- };
1812
- const se_UpdateEndpointGroupRequest = (input, context) => {
1813
- return smithyClient.take(input, {
1814
- EndpointConfigurations: smithyClient._json,
1815
- EndpointGroupArn: [],
1816
- HealthCheckIntervalSeconds: [],
1817
- HealthCheckPath: [],
1818
- HealthCheckPort: [],
1819
- HealthCheckProtocol: [],
1820
- PortOverrides: smithyClient._json,
1821
- ThresholdCount: [],
1822
- TrafficDialPercentage: smithyClient.serializeFloat,
1823
- });
1824
- };
1825
- const de_Accelerator = (output, context) => {
1826
- return smithyClient.take(output, {
1827
- AcceleratorArn: smithyClient.expectString,
1828
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1829
- DnsName: smithyClient.expectString,
1830
- DualStackDnsName: smithyClient.expectString,
1831
- Enabled: smithyClient.expectBoolean,
1832
- Events: (_) => de_AcceleratorEvents(_),
1833
- IpAddressType: smithyClient.expectString,
1834
- IpSets: smithyClient._json,
1835
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1836
- Name: smithyClient.expectString,
1837
- Status: smithyClient.expectString,
1838
- });
1839
- };
1840
- const de_AcceleratorEvent = (output, context) => {
1841
- return smithyClient.take(output, {
1842
- Message: smithyClient.expectString,
1843
- Timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1844
- });
1845
- };
1846
- const de_AcceleratorEvents = (output, context) => {
1847
- const retVal = (output || [])
1848
- .filter((e) => e != null)
1849
- .map((entry) => {
1850
- return de_AcceleratorEvent(entry);
1851
- });
1852
- return retVal;
1853
- };
1854
- const de_Accelerators = (output, context) => {
1855
- const retVal = (output || [])
1856
- .filter((e) => e != null)
1857
- .map((entry) => {
1858
- return de_Accelerator(entry);
1859
- });
1860
- return retVal;
1861
- };
1862
- const de_AdvertiseByoipCidrResponse = (output, context) => {
1863
- return smithyClient.take(output, {
1864
- ByoipCidr: (_) => de_ByoipCidr(_),
1865
- });
1866
- };
1867
- const de_Attachment = (output, context) => {
1868
- return smithyClient.take(output, {
1869
- AttachmentArn: smithyClient.expectString,
1870
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1871
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1872
- Name: smithyClient.expectString,
1873
- Principals: smithyClient._json,
1874
- Resources: smithyClient._json,
1875
- });
1876
- };
1877
- const de_Attachments = (output, context) => {
1878
- const retVal = (output || [])
1879
- .filter((e) => e != null)
1880
- .map((entry) => {
1881
- return de_Attachment(entry);
1882
- });
1883
- return retVal;
1884
- };
1885
- const de_ByoipCidr = (output, context) => {
1886
- return smithyClient.take(output, {
1887
- Cidr: smithyClient.expectString,
1888
- Events: (_) => de_ByoipCidrEvents(_),
1889
- State: smithyClient.expectString,
1890
- });
1891
- };
1892
- const de_ByoipCidrEvent = (output, context) => {
1893
- return smithyClient.take(output, {
1894
- Message: smithyClient.expectString,
1895
- Timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1896
- });
1897
- };
1898
- const de_ByoipCidrEvents = (output, context) => {
1899
- const retVal = (output || [])
1900
- .filter((e) => e != null)
1901
- .map((entry) => {
1902
- return de_ByoipCidrEvent(entry);
1903
- });
1904
- return retVal;
1905
- };
1906
- const de_ByoipCidrs = (output, context) => {
1907
- const retVal = (output || [])
1908
- .filter((e) => e != null)
1909
- .map((entry) => {
1910
- return de_ByoipCidr(entry);
1911
- });
1912
- return retVal;
1913
- };
1914
- const de_CreateAcceleratorResponse = (output, context) => {
1915
- return smithyClient.take(output, {
1916
- Accelerator: (_) => de_Accelerator(_),
1917
- });
1918
- };
1919
- const de_CreateCrossAccountAttachmentResponse = (output, context) => {
1920
- return smithyClient.take(output, {
1921
- CrossAccountAttachment: (_) => de_Attachment(_),
1922
- });
1923
- };
1924
- const de_CreateCustomRoutingAcceleratorResponse = (output, context) => {
1925
- return smithyClient.take(output, {
1926
- Accelerator: (_) => de_CustomRoutingAccelerator(_),
1927
- });
1928
- };
1929
- const de_CreateEndpointGroupResponse = (output, context) => {
1930
- return smithyClient.take(output, {
1931
- EndpointGroup: (_) => de_EndpointGroup(_),
1932
- });
1933
- };
1934
- const de_CustomRoutingAccelerator = (output, context) => {
1935
- return smithyClient.take(output, {
1936
- AcceleratorArn: smithyClient.expectString,
1937
- CreatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1938
- DnsName: smithyClient.expectString,
1939
- Enabled: smithyClient.expectBoolean,
1940
- IpAddressType: smithyClient.expectString,
1941
- IpSets: smithyClient._json,
1942
- LastModifiedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1943
- Name: smithyClient.expectString,
1944
- Status: smithyClient.expectString,
1945
- });
1946
- };
1947
- const de_CustomRoutingAccelerators = (output, context) => {
1948
- const retVal = (output || [])
1949
- .filter((e) => e != null)
1950
- .map((entry) => {
1951
- return de_CustomRoutingAccelerator(entry);
1952
- });
1953
- return retVal;
1954
- };
1955
- const de_DeprovisionByoipCidrResponse = (output, context) => {
1956
- return smithyClient.take(output, {
1957
- ByoipCidr: (_) => de_ByoipCidr(_),
1958
- });
1959
- };
1960
- const de_DescribeAcceleratorResponse = (output, context) => {
1961
- return smithyClient.take(output, {
1962
- Accelerator: (_) => de_Accelerator(_),
1963
- });
1964
- };
1965
- const de_DescribeCrossAccountAttachmentResponse = (output, context) => {
1966
- return smithyClient.take(output, {
1967
- CrossAccountAttachment: (_) => de_Attachment(_),
1968
- });
1969
- };
1970
- const de_DescribeCustomRoutingAcceleratorResponse = (output, context) => {
1971
- return smithyClient.take(output, {
1972
- Accelerator: (_) => de_CustomRoutingAccelerator(_),
1973
- });
1974
- };
1975
- const de_DescribeEndpointGroupResponse = (output, context) => {
1976
- return smithyClient.take(output, {
1977
- EndpointGroup: (_) => de_EndpointGroup(_),
1978
- });
1979
- };
1980
- const de_EndpointGroup = (output, context) => {
1981
- return smithyClient.take(output, {
1982
- EndpointDescriptions: smithyClient._json,
1983
- EndpointGroupArn: smithyClient.expectString,
1984
- EndpointGroupRegion: smithyClient.expectString,
1985
- HealthCheckIntervalSeconds: smithyClient.expectInt32,
1986
- HealthCheckPath: smithyClient.expectString,
1987
- HealthCheckPort: smithyClient.expectInt32,
1988
- HealthCheckProtocol: smithyClient.expectString,
1989
- PortOverrides: smithyClient._json,
1990
- ThresholdCount: smithyClient.expectInt32,
1991
- TrafficDialPercentage: smithyClient.limitedParseFloat32,
1992
- });
1993
- };
1994
- const de_EndpointGroups = (output, context) => {
1995
- const retVal = (output || [])
1996
- .filter((e) => e != null)
1997
- .map((entry) => {
1998
- return de_EndpointGroup(entry);
1999
- });
2000
- return retVal;
2001
- };
2002
- const de_ListAcceleratorsResponse = (output, context) => {
2003
- return smithyClient.take(output, {
2004
- Accelerators: (_) => de_Accelerators(_),
2005
- NextToken: smithyClient.expectString,
2006
- });
2007
- };
2008
- const de_ListByoipCidrsResponse = (output, context) => {
2009
- return smithyClient.take(output, {
2010
- ByoipCidrs: (_) => de_ByoipCidrs(_),
2011
- NextToken: smithyClient.expectString,
2012
- });
2013
- };
2014
- const de_ListCrossAccountAttachmentsResponse = (output, context) => {
2015
- return smithyClient.take(output, {
2016
- CrossAccountAttachments: (_) => de_Attachments(_),
2017
- NextToken: smithyClient.expectString,
2018
- });
2019
- };
2020
- const de_ListCustomRoutingAcceleratorsResponse = (output, context) => {
2021
- return smithyClient.take(output, {
2022
- Accelerators: (_) => de_CustomRoutingAccelerators(_),
2023
- NextToken: smithyClient.expectString,
2024
- });
2025
- };
2026
- const de_ListEndpointGroupsResponse = (output, context) => {
2027
- return smithyClient.take(output, {
2028
- EndpointGroups: (_) => de_EndpointGroups(_),
2029
- NextToken: smithyClient.expectString,
2030
- });
2031
- };
2032
- const de_ProvisionByoipCidrResponse = (output, context) => {
2033
- return smithyClient.take(output, {
2034
- ByoipCidr: (_) => de_ByoipCidr(_),
2035
- });
2036
- };
2037
- const de_UpdateAcceleratorResponse = (output, context) => {
2038
- return smithyClient.take(output, {
2039
- Accelerator: (_) => de_Accelerator(_),
2040
- });
2041
- };
2042
- const de_UpdateCrossAccountAttachmentResponse = (output, context) => {
2043
- return smithyClient.take(output, {
2044
- CrossAccountAttachment: (_) => de_Attachment(_),
2045
- });
2046
- };
2047
- const de_UpdateCustomRoutingAcceleratorResponse = (output, context) => {
2048
- return smithyClient.take(output, {
2049
- Accelerator: (_) => de_CustomRoutingAccelerator(_),
2050
- });
2051
- };
2052
- const de_UpdateEndpointGroupResponse = (output, context) => {
2053
- return smithyClient.take(output, {
2054
- EndpointGroup: (_) => de_EndpointGroup(_),
2055
- });
2056
- };
2057
- const de_WithdrawByoipCidrResponse = (output, context) => {
2058
- return smithyClient.take(output, {
2059
- ByoipCidr: (_) => de_ByoipCidr(_),
2060
- });
2061
- };
2062
- const deserializeMetadata = (output) => ({
2063
- httpStatusCode: output.statusCode,
2064
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
2065
- extendedRequestId: output.headers["x-amz-id-2"],
2066
- cfId: output.headers["x-amz-cf-id"],
2067
- });
2068
- const throwDefaultError = smithyClient.withBaseException(GlobalAcceleratorServiceException);
2069
- const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
2070
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
2071
- const contents = {
2072
- protocol,
2073
- hostname,
2074
- port,
2075
- method: "POST",
2076
- path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
2077
- headers,
2078
- };
2079
- if (body !== undefined) {
2080
- contents.body = body;
2081
- }
2082
- return new protocolHttp.HttpRequest(contents);
2083
- };
2084
- function sharedHeaders(operation) {
2085
- return {
2086
- "content-type": "application/x-amz-json-1.1",
2087
- "x-amz-target": `GlobalAccelerator_V20180706.${operation}`,
2088
- };
2089
- }
455
+
456
+ const _A = "Accelerator";
457
+ const _AA = "AcceleratorArn";
458
+ const _AATTE = "AllowAllTrafficToEndpoint";
459
+ const _AAc = "AcceleratorAttributes";
460
+ const _AAt = "AttachmentArn";
461
+ const _ABC = "AdvertiseByoipCidr";
462
+ const _ABCR = "AdvertiseByoipCidrRequest";
463
+ const _ABCRd = "AdvertiseByoipCidrResponse";
464
+ const _ACRE = "AddCustomRoutingEndpoints";
465
+ const _ACRER = "AddCustomRoutingEndpointsRequest";
466
+ const _ACRERd = "AddCustomRoutingEndpointsResponse";
467
+ const _ACRT = "AllowCustomRoutingTraffic";
468
+ const _ACRTR = "AllowCustomRoutingTrafficRequest";
469
+ const _ADE = "AccessDeniedException";
470
+ const _AE = "AcceleratorEvent";
471
+ const _AEGFE = "AssociatedEndpointGroupFoundException";
472
+ const _AER = "AddEndpointsRequest";
473
+ const _AERd = "AddEndpointsResponse";
474
+ const _AEc = "AcceleratorEvents";
475
+ const _AEd = "AddEndpoints";
476
+ const _ALFE = "AssociatedListenerFoundException";
477
+ const _ANDE = "AcceleratorNotDisabledException";
478
+ const _ANFE = "AcceleratorNotFoundException";
479
+ const _ANFEt = "AttachmentNotFoundException";
480
+ const _AP = "AcceleratorPort";
481
+ const _APd = "AddPrincipals";
482
+ const _AR = "AddResources";
483
+ const _ASA = "AcceleratorSocketAddresses";
484
+ const _Ac = "Accelerators";
485
+ const _At = "Attachment";
486
+ const _Att = "Attachments";
487
+ const _BC = "ByoipCidr";
488
+ const _BCE = "ByoipCidrEvent";
489
+ const _BCEy = "ByoipCidrEvents";
490
+ const _BCNFE = "ByoipCidrNotFoundException";
491
+ const _BCy = "ByoipCidrs";
492
+ const _C = "Cidr";
493
+ const _CA = "ClientAffinity";
494
+ const _CAA = "CrossAccountAttachment";
495
+ const _CAAr = "CrossAccountAttachments";
496
+ const _CAC = "CidrAuthorizationContext";
497
+ const _CAR = "CreateAcceleratorRequest";
498
+ const _CARr = "CreateAcceleratorResponse";
499
+ const _CARro = "CrossAccountResource";
500
+ const _CARros = "CrossAccountResources";
501
+ const _CAr = "CreateAccelerator";
502
+ const _CCAA = "CreateCrossAccountAttachment";
503
+ const _CCAAR = "CreateCrossAccountAttachmentRequest";
504
+ const _CCAARr = "CreateCrossAccountAttachmentResponse";
505
+ const _CCRA = "CreateCustomRoutingAccelerator";
506
+ const _CCRAR = "CreateCustomRoutingAcceleratorRequest";
507
+ const _CCRARr = "CreateCustomRoutingAcceleratorResponse";
508
+ const _CCREG = "CreateCustomRoutingEndpointGroup";
509
+ const _CCREGR = "CreateCustomRoutingEndpointGroupRequest";
510
+ const _CCREGRr = "CreateCustomRoutingEndpointGroupResponse";
511
+ const _CCRL = "CreateCustomRoutingListener";
512
+ const _CCRLR = "CreateCustomRoutingListenerRequest";
513
+ const _CCRLRr = "CreateCustomRoutingListenerResponse";
514
+ const _CE = "ConflictException";
515
+ const _CEG = "CreateEndpointGroup";
516
+ const _CEGR = "CreateEndpointGroupRequest";
517
+ const _CEGRr = "CreateEndpointGroupResponse";
518
+ const _CIPPE = "ClientIPPreservationEnabled";
519
+ const _CL = "CreateListener";
520
+ const _CLR = "CreateListenerRequest";
521
+ const _CLRr = "CreateListenerResponse";
522
+ const _CRA = "CustomRoutingAccelerator";
523
+ const _CRAA = "CustomRoutingAcceleratorAttributes";
524
+ const _CRAu = "CustomRoutingAccelerators";
525
+ const _CRDC = "CustomRoutingDestinationConfiguration";
526
+ const _CRDCu = "CustomRoutingDestinationConfigurations";
527
+ const _CRDD = "CustomRoutingDestinationDescription";
528
+ const _CRDDu = "CustomRoutingDestinationDescriptions";
529
+ const _CREC = "CustomRoutingEndpointConfiguration";
530
+ const _CRECu = "CustomRoutingEndpointConfigurations";
531
+ const _CRED = "CustomRoutingEndpointDescription";
532
+ const _CREDu = "CustomRoutingEndpointDescriptions";
533
+ const _CREG = "CustomRoutingEndpointGroup";
534
+ const _CREGu = "CustomRoutingEndpointGroups";
535
+ const _CRL = "CustomRoutingListener";
536
+ const _CRLu = "CustomRoutingListeners";
537
+ const _CT = "CreatedTime";
538
+ const _DA = "DestinationAddresses";
539
+ const _DAA = "DescribeAcceleratorAttributes";
540
+ const _DAAR = "DescribeAcceleratorAttributesRequest";
541
+ const _DAARe = "DescribeAcceleratorAttributesResponse";
542
+ const _DAR = "DeleteAcceleratorRequest";
543
+ const _DARe = "DescribeAcceleratorRequest";
544
+ const _DARes = "DescribeAcceleratorResponse";
545
+ const _DATTE = "DenyAllTrafficToEndpoint";
546
+ const _DAe = "DestinationAddress";
547
+ const _DAel = "DeleteAccelerator";
548
+ const _DAes = "DescribeAccelerator";
549
+ const _DBC = "DeprovisionByoipCidr";
550
+ const _DBCR = "DeprovisionByoipCidrRequest";
551
+ const _DBCRe = "DeprovisionByoipCidrResponse";
552
+ const _DC = "DestinationConfigurations";
553
+ const _DCAA = "DeleteCrossAccountAttachment";
554
+ const _DCAAR = "DeleteCrossAccountAttachmentRequest";
555
+ const _DCAARe = "DescribeCrossAccountAttachmentRequest";
556
+ const _DCAARes = "DescribeCrossAccountAttachmentResponse";
557
+ const _DCAAe = "DescribeCrossAccountAttachment";
558
+ const _DCRA = "DeleteCustomRoutingAccelerator";
559
+ const _DCRAA = "DescribeCustomRoutingAcceleratorAttributes";
560
+ const _DCRAAR = "DescribeCustomRoutingAcceleratorAttributesRequest";
561
+ const _DCRAARe = "DescribeCustomRoutingAcceleratorAttributesResponse";
562
+ const _DCRAR = "DeleteCustomRoutingAcceleratorRequest";
563
+ const _DCRARe = "DescribeCustomRoutingAcceleratorRequest";
564
+ const _DCRARes = "DescribeCustomRoutingAcceleratorResponse";
565
+ const _DCRAe = "DescribeCustomRoutingAccelerator";
566
+ const _DCREG = "DeleteCustomRoutingEndpointGroup";
567
+ const _DCREGR = "DeleteCustomRoutingEndpointGroupRequest";
568
+ const _DCREGRe = "DescribeCustomRoutingEndpointGroupRequest";
569
+ const _DCREGRes = "DescribeCustomRoutingEndpointGroupResponse";
570
+ const _DCREGe = "DescribeCustomRoutingEndpointGroup";
571
+ const _DCRL = "DeleteCustomRoutingListener";
572
+ const _DCRLR = "DeleteCustomRoutingListenerRequest";
573
+ const _DCRLRe = "DescribeCustomRoutingListenerRequest";
574
+ const _DCRLRes = "DescribeCustomRoutingListenerResponse";
575
+ const _DCRLe = "DescribeCustomRoutingListener";
576
+ const _DCRT = "DenyCustomRoutingTraffic";
577
+ const _DCRTR = "DenyCustomRoutingTrafficRequest";
578
+ const _DD = "DestinationDescriptions";
579
+ const _DEG = "DeleteEndpointGroup";
580
+ const _DEGR = "DeleteEndpointGroupRequest";
581
+ const _DEGRe = "DescribeEndpointGroupRequest";
582
+ const _DEGRes = "DescribeEndpointGroupResponse";
583
+ const _DEGe = "DescribeEndpointGroup";
584
+ const _DL = "DeleteListener";
585
+ const _DLR = "DeleteListenerRequest";
586
+ const _DLRe = "DescribeListenerRequest";
587
+ const _DLRes = "DescribeListenerResponse";
588
+ const _DLe = "DescribeListener";
589
+ const _DN = "DnsName";
590
+ const _DP = "DestinationPorts";
591
+ const _DPM = "DestinationPortMapping";
592
+ const _DPMe = "DestinationPortMappings";
593
+ const _DSA = "DestinationSocketAddress";
594
+ const _DSDN = "DualStackDnsName";
595
+ const _DTS = "DestinationTrafficState";
596
+ const _E = "Enabled";
597
+ const _EAEE = "EndpointAlreadyExistsException";
598
+ const _EC = "EndpointConfigurations";
599
+ const _ECn = "EndpointConfiguration";
600
+ const _ED = "EndpointDescriptions";
601
+ const _EDn = "EndpointDescription";
602
+ const _EG = "EndpointGroup";
603
+ const _EGA = "EndpointGroupArn";
604
+ const _EGAEE = "EndpointGroupAlreadyExistsException";
605
+ const _EGNFE = "EndpointGroupNotFoundException";
606
+ const _EGR = "EndpointGroupRegion";
607
+ const _EGn = "EndpointGroups";
608
+ const _EI = "EndpointId";
609
+ const _EIn = "EndpointIdentifier";
610
+ const _EInd = "EndpointIds";
611
+ const _EIndp = "EndpointIdentifiers";
612
+ const _ENFE = "EndpointNotFoundException";
613
+ const _EP = "EndpointPort";
614
+ const _Ev = "Events";
615
+ const _FLE = "FlowLogsEnabled";
616
+ const _FLSB = "FlowLogsS3Bucket";
617
+ const _FLSP = "FlowLogsS3Prefix";
618
+ const _FP = "FromPort";
619
+ const _HCIS = "HealthCheckIntervalSeconds";
620
+ const _HCP = "HealthCheckPort";
621
+ const _HCPe = "HealthCheckProtocol";
622
+ const _HCPea = "HealthCheckPath";
623
+ const _HR = "HealthReason";
624
+ const _HS = "HealthState";
625
+ const _IA = "IpAddresses";
626
+ const _IAE = "InvalidArgumentException";
627
+ const _IAF = "IpAddressFamily";
628
+ const _IAT = "IpAddressType";
629
+ const _IAp = "IpAddress";
630
+ const _ICSE = "IncorrectCidrStateException";
631
+ const _IF = "IpFamily";
632
+ const _INTE = "InvalidNextTokenException";
633
+ const _IPRE = "InvalidPortRangeException";
634
+ const _IS = "IpSets";
635
+ const _ISEE = "InternalServiceErrorException";
636
+ const _ISp = "IpSet";
637
+ const _IT = "IdempotencyToken";
638
+ const _K = "Key";
639
+ const _L = "Listener";
640
+ const _LA = "ListenerArn";
641
+ const _LAR = "ListAcceleratorsRequest";
642
+ const _LARi = "ListAcceleratorsResponse";
643
+ const _LAi = "ListAccelerators";
644
+ const _LBC = "ListByoipCidrs";
645
+ const _LBCR = "ListByoipCidrsRequest";
646
+ const _LBCRi = "ListByoipCidrsResponse";
647
+ const _LCAA = "ListCrossAccountAttachments";
648
+ const _LCAAR = "ListCrossAccountAttachmentsRequest";
649
+ const _LCAARi = "ListCrossAccountAttachmentsResponse";
650
+ const _LCAR = "ListCrossAccountResources";
651
+ const _LCARA = "ListCrossAccountResourceAccounts";
652
+ const _LCARAR = "ListCrossAccountResourceAccountsRequest";
653
+ const _LCARARi = "ListCrossAccountResourceAccountsResponse";
654
+ const _LCARR = "ListCrossAccountResourcesRequest";
655
+ const _LCARRi = "ListCrossAccountResourcesResponse";
656
+ const _LCRA = "ListCustomRoutingAccelerators";
657
+ const _LCRAR = "ListCustomRoutingAcceleratorsRequest";
658
+ const _LCRARi = "ListCustomRoutingAcceleratorsResponse";
659
+ const _LCREG = "ListCustomRoutingEndpointGroups";
660
+ const _LCREGR = "ListCustomRoutingEndpointGroupsRequest";
661
+ const _LCREGRi = "ListCustomRoutingEndpointGroupsResponse";
662
+ const _LCRL = "ListCustomRoutingListeners";
663
+ const _LCRLR = "ListCustomRoutingListenersRequest";
664
+ const _LCRLRi = "ListCustomRoutingListenersResponse";
665
+ const _LCRPM = "ListCustomRoutingPortMappings";
666
+ const _LCRPMBD = "ListCustomRoutingPortMappingsByDestination";
667
+ const _LCRPMBDR = "ListCustomRoutingPortMappingsByDestinationRequest";
668
+ const _LCRPMBDRi = "ListCustomRoutingPortMappingsByDestinationResponse";
669
+ const _LCRPMR = "ListCustomRoutingPortMappingsRequest";
670
+ const _LCRPMRi = "ListCustomRoutingPortMappingsResponse";
671
+ const _LEE = "LimitExceededException";
672
+ const _LEG = "ListEndpointGroups";
673
+ const _LEGR = "ListEndpointGroupsRequest";
674
+ const _LEGRi = "ListEndpointGroupsResponse";
675
+ const _LL = "ListListeners";
676
+ const _LLR = "ListListenersRequest";
677
+ const _LLRi = "ListListenersResponse";
678
+ const _LMT = "LastModifiedTime";
679
+ const _LNFE = "ListenerNotFoundException";
680
+ const _LP = "ListenerPort";
681
+ const _LTFR = "ListTagsForResource";
682
+ const _LTFRR = "ListTagsForResourceRequest";
683
+ const _LTFRRi = "ListTagsForResourceResponse";
684
+ const _Li = "Listeners";
685
+ const _M = "Message";
686
+ const _MR = "MaxResults";
687
+ const _N = "Name";
688
+ const _NT = "NextToken";
689
+ const _P = "Principals";
690
+ const _PBC = "ProvisionByoipCidr";
691
+ const _PBCR = "ProvisionByoipCidrRequest";
692
+ const _PBCRr = "ProvisionByoipCidrResponse";
693
+ const _PM = "PortMappings";
694
+ const _PMo = "PortMapping";
695
+ const _PO = "PortOverrides";
696
+ const _POo = "PortOverride";
697
+ const _PR = "PortRanges";
698
+ const _PRo = "PortRange";
699
+ const _Po = "Port";
700
+ const _Pr = "Protocol";
701
+ const _Pro = "Protocols";
702
+ const _R = "Resources";
703
+ const _RA = "ResourceArn";
704
+ const _RCRE = "RemoveCustomRoutingEndpoints";
705
+ const _RCRER = "RemoveCustomRoutingEndpointsRequest";
706
+ const _RE = "RemoveEndpoints";
707
+ const _RER = "RemoveEndpointsRequest";
708
+ const _ROAAI = "ResourceOwnerAwsAccountIds";
709
+ const _ROAAIe = "ResourceOwnerAwsAccountId";
710
+ const _RP = "RemovePrincipals";
711
+ const _RR = "RemoveResources";
712
+ const _Re = "Resource";
713
+ const _Reg = "Region";
714
+ const _S = "Status";
715
+ const _SA = "SocketAddress";
716
+ const _SAo = "SocketAddresses";
717
+ const _Si = "Signature";
718
+ const _St = "State";
719
+ const _T = "Timestamp";
720
+ const _TC = "ThresholdCount";
721
+ const _TDP = "TrafficDialPercentage";
722
+ const _TIPE = "TransactionInProgressException";
723
+ const _TK = "TagKeys";
724
+ const _TP = "ToPort";
725
+ const _TR = "TagResource";
726
+ const _TRR = "TagResourceRequest";
727
+ const _TRRa = "TagResourceResponse";
728
+ const _Ta = "Tags";
729
+ const _Tag = "Tag";
730
+ const _UA = "UpdateAccelerator";
731
+ const _UAA = "UpdateAcceleratorAttributes";
732
+ const _UAAR = "UpdateAcceleratorAttributesRequest";
733
+ const _UAARp = "UpdateAcceleratorAttributesResponse";
734
+ const _UAR = "UpdateAcceleratorRequest";
735
+ const _UARp = "UpdateAcceleratorResponse";
736
+ const _UCAA = "UpdateCrossAccountAttachment";
737
+ const _UCAAR = "UpdateCrossAccountAttachmentRequest";
738
+ const _UCAARp = "UpdateCrossAccountAttachmentResponse";
739
+ const _UCRA = "UpdateCustomRoutingAccelerator";
740
+ const _UCRAA = "UpdateCustomRoutingAcceleratorAttributes";
741
+ const _UCRAAR = "UpdateCustomRoutingAcceleratorAttributesRequest";
742
+ const _UCRAARp = "UpdateCustomRoutingAcceleratorAttributesResponse";
743
+ const _UCRAR = "UpdateCustomRoutingAcceleratorRequest";
744
+ const _UCRARp = "UpdateCustomRoutingAcceleratorResponse";
745
+ const _UCRL = "UpdateCustomRoutingListener";
746
+ const _UCRLR = "UpdateCustomRoutingListenerRequest";
747
+ const _UCRLRp = "UpdateCustomRoutingListenerResponse";
748
+ const _UEG = "UpdateEndpointGroup";
749
+ const _UEGR = "UpdateEndpointGroupRequest";
750
+ const _UEGRp = "UpdateEndpointGroupResponse";
751
+ const _UL = "UpdateListener";
752
+ const _ULR = "UpdateListenerRequest";
753
+ const _ULRp = "UpdateListenerResponse";
754
+ const _UR = "UntagResource";
755
+ const _URR = "UntagResourceRequest";
756
+ const _URRn = "UntagResourceResponse";
757
+ const _V = "Value";
758
+ const _W = "Weight";
759
+ const _WBC = "WithdrawByoipCidr";
760
+ const _WBCR = "WithdrawByoipCidrRequest";
761
+ const _WBCRi = "WithdrawByoipCidrResponse";
762
+ const _c = "client";
763
+ const _e = "error";
764
+ const _hE = "httpError";
765
+ const _s = "server";
766
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.globalaccelerator";
767
+ const n0 = "com.amazonaws.globalaccelerator";
768
+ var Accelerator = [
769
+ 3,
770
+ n0,
771
+ _A,
772
+ 0,
773
+ [_AA, _N, _IAT, _E, _IS, _DN, _S, _CT, _LMT, _DSDN, _Ev],
774
+ [0, 0, 0, 2, () => IpSets, 0, 0, 4, 4, 0, () => AcceleratorEvents],
775
+ ];
776
+ var AcceleratorAttributes = [3, n0, _AAc, 0, [_FLE, _FLSB, _FLSP], [2, 0, 0]];
777
+ var AcceleratorEvent = [3, n0, _AE, 0, [_M, _T], [0, 4]];
778
+ var AcceleratorNotDisabledException = [
779
+ -3,
780
+ n0,
781
+ _ANDE,
782
+ {
783
+ [_e]: _c,
784
+ [_hE]: 400,
785
+ },
786
+ [_M],
787
+ [0],
788
+ ];
789
+ schema.TypeRegistry.for(n0).registerError(AcceleratorNotDisabledException, AcceleratorNotDisabledException$1);
790
+ var AcceleratorNotFoundException = [
791
+ -3,
792
+ n0,
793
+ _ANFE,
794
+ {
795
+ [_e]: _c,
796
+ [_hE]: 404,
797
+ },
798
+ [_M],
799
+ [0],
800
+ ];
801
+ schema.TypeRegistry.for(n0).registerError(AcceleratorNotFoundException, AcceleratorNotFoundException$1);
802
+ var AccessDeniedException = [
803
+ -3,
804
+ n0,
805
+ _ADE,
806
+ {
807
+ [_e]: _c,
808
+ [_hE]: 403,
809
+ },
810
+ [_M],
811
+ [0],
812
+ ];
813
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
814
+ var AddCustomRoutingEndpointsRequest = [
815
+ 3,
816
+ n0,
817
+ _ACRER,
818
+ 0,
819
+ [_EC, _EGA],
820
+ [() => CustomRoutingEndpointConfigurations, 0],
821
+ ];
822
+ var AddCustomRoutingEndpointsResponse = [
823
+ 3,
824
+ n0,
825
+ _ACRERd,
826
+ 0,
827
+ [_ED, _EGA],
828
+ [() => CustomRoutingEndpointDescriptions, 0],
829
+ ];
830
+ var AddEndpointsRequest = [
831
+ 3,
832
+ n0,
833
+ _AER,
834
+ 0,
835
+ [_EC, _EGA],
836
+ [() => EndpointConfigurations, 0],
837
+ ];
838
+ var AddEndpointsResponse = [
839
+ 3,
840
+ n0,
841
+ _AERd,
842
+ 0,
843
+ [_ED, _EGA],
844
+ [() => EndpointDescriptions, 0],
845
+ ];
846
+ var AdvertiseByoipCidrRequest = [3, n0, _ABCR, 0, [_C], [0]];
847
+ var AdvertiseByoipCidrResponse = [3, n0, _ABCRd, 0, [_BC], [() => ByoipCidr]];
848
+ var AllowCustomRoutingTrafficRequest = [
849
+ 3,
850
+ n0,
851
+ _ACRTR,
852
+ 0,
853
+ [_EGA, _EI, _DA, _DP, _AATTE],
854
+ [0, 0, 64 | 0, 64 | 1, 2],
855
+ ];
856
+ var AssociatedEndpointGroupFoundException = [
857
+ -3,
858
+ n0,
859
+ _AEGFE,
860
+ {
861
+ [_e]: _c,
862
+ [_hE]: 400,
863
+ },
864
+ [_M],
865
+ [0],
866
+ ];
867
+ schema.TypeRegistry.for(n0).registerError(AssociatedEndpointGroupFoundException, AssociatedEndpointGroupFoundException$1);
868
+ var AssociatedListenerFoundException = [
869
+ -3,
870
+ n0,
871
+ _ALFE,
872
+ {
873
+ [_e]: _c,
874
+ [_hE]: 400,
875
+ },
876
+ [_M],
877
+ [0],
878
+ ];
879
+ schema.TypeRegistry.for(n0).registerError(AssociatedListenerFoundException, AssociatedListenerFoundException$1);
880
+ var Attachment = [
881
+ 3,
882
+ n0,
883
+ _At,
884
+ 0,
885
+ [_AAt, _N, _P, _R, _LMT, _CT],
886
+ [0, 0, 64 | 0, () => Resources, 4, 4],
887
+ ];
888
+ var AttachmentNotFoundException = [
889
+ -3,
890
+ n0,
891
+ _ANFEt,
892
+ {
893
+ [_e]: _c,
894
+ [_hE]: 404,
895
+ },
896
+ [_M],
897
+ [0],
898
+ ];
899
+ schema.TypeRegistry.for(n0).registerError(AttachmentNotFoundException, AttachmentNotFoundException$1);
900
+ var ByoipCidr = [3, n0, _BC, 0, [_C, _St, _Ev], [0, 0, () => ByoipCidrEvents]];
901
+ var ByoipCidrEvent = [3, n0, _BCE, 0, [_M, _T], [0, 4]];
902
+ var ByoipCidrNotFoundException = [
903
+ -3,
904
+ n0,
905
+ _BCNFE,
906
+ {
907
+ [_e]: _c,
908
+ [_hE]: 404,
909
+ },
910
+ [_M],
911
+ [0],
912
+ ];
913
+ schema.TypeRegistry.for(n0).registerError(ByoipCidrNotFoundException, ByoipCidrNotFoundException$1);
914
+ var CidrAuthorizationContext = [3, n0, _CAC, 0, [_M, _Si], [0, 0]];
915
+ var ConflictException = [
916
+ -3,
917
+ n0,
918
+ _CE,
919
+ {
920
+ [_e]: _c,
921
+ [_hE]: 409,
922
+ },
923
+ [_M],
924
+ [0],
925
+ ];
926
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
927
+ var CreateAcceleratorRequest = [
928
+ 3,
929
+ n0,
930
+ _CAR,
931
+ 0,
932
+ [_N, _IAT, _IA, _E, _IT, _Ta],
933
+ [0, 0, 64 | 0, 2, [0, 4], () => Tags],
934
+ ];
935
+ var CreateAcceleratorResponse = [3, n0, _CARr, 0, [_A], [() => Accelerator]];
936
+ var CreateCrossAccountAttachmentRequest = [
937
+ 3,
938
+ n0,
939
+ _CCAAR,
940
+ 0,
941
+ [_N, _P, _R, _IT, _Ta],
942
+ [0, 64 | 0, () => Resources, [0, 4], () => Tags],
943
+ ];
944
+ var CreateCrossAccountAttachmentResponse = [
945
+ 3,
946
+ n0,
947
+ _CCAARr,
948
+ 0,
949
+ [_CAA],
950
+ [() => Attachment],
951
+ ];
952
+ var CreateCustomRoutingAcceleratorRequest = [
953
+ 3,
954
+ n0,
955
+ _CCRAR,
956
+ 0,
957
+ [_N, _IAT, _IA, _E, _IT, _Ta],
958
+ [0, 0, 64 | 0, 2, [0, 4], () => Tags],
959
+ ];
960
+ var CreateCustomRoutingAcceleratorResponse = [
961
+ 3,
962
+ n0,
963
+ _CCRARr,
964
+ 0,
965
+ [_A],
966
+ [() => CustomRoutingAccelerator],
967
+ ];
968
+ var CreateCustomRoutingEndpointGroupRequest = [
969
+ 3,
970
+ n0,
971
+ _CCREGR,
972
+ 0,
973
+ [_LA, _EGR, _DC, _IT],
974
+ [0, 0, () => CustomRoutingDestinationConfigurations, [0, 4]],
975
+ ];
976
+ var CreateCustomRoutingEndpointGroupResponse = [
977
+ 3,
978
+ n0,
979
+ _CCREGRr,
980
+ 0,
981
+ [_EG],
982
+ [() => CustomRoutingEndpointGroup],
983
+ ];
984
+ var CreateCustomRoutingListenerRequest = [
985
+ 3,
986
+ n0,
987
+ _CCRLR,
988
+ 0,
989
+ [_AA, _PR, _IT],
990
+ [0, () => PortRanges, [0, 4]],
991
+ ];
992
+ var CreateCustomRoutingListenerResponse = [
993
+ 3,
994
+ n0,
995
+ _CCRLRr,
996
+ 0,
997
+ [_L],
998
+ [() => CustomRoutingListener],
999
+ ];
1000
+ var CreateEndpointGroupRequest = [
1001
+ 3,
1002
+ n0,
1003
+ _CEGR,
1004
+ 0,
1005
+ [_LA, _EGR, _EC, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _IT, _PO],
1006
+ [0, 0, () => EndpointConfigurations, 1, 1, 0, 0, 1, 1, [0, 4], () => PortOverrides],
1007
+ ];
1008
+ var CreateEndpointGroupResponse = [3, n0, _CEGRr, 0, [_EG], [() => EndpointGroup]];
1009
+ var CreateListenerRequest = [
1010
+ 3,
1011
+ n0,
1012
+ _CLR,
1013
+ 0,
1014
+ [_AA, _PR, _Pr, _CA, _IT],
1015
+ [0, () => PortRanges, 0, 0, [0, 4]],
1016
+ ];
1017
+ var CreateListenerResponse = [3, n0, _CLRr, 0, [_L], [() => Listener]];
1018
+ var CrossAccountResource = [3, n0, _CARro, 0, [_EI, _C, _AAt], [0, 0, 0]];
1019
+ var CustomRoutingAccelerator = [
1020
+ 3,
1021
+ n0,
1022
+ _CRA,
1023
+ 0,
1024
+ [_AA, _N, _IAT, _E, _IS, _DN, _S, _CT, _LMT],
1025
+ [0, 0, 0, 2, () => IpSets, 0, 0, 4, 4],
1026
+ ];
1027
+ var CustomRoutingAcceleratorAttributes = [
1028
+ 3,
1029
+ n0,
1030
+ _CRAA,
1031
+ 0,
1032
+ [_FLE, _FLSB, _FLSP],
1033
+ [2, 0, 0],
1034
+ ];
1035
+ var CustomRoutingDestinationConfiguration = [
1036
+ 3,
1037
+ n0,
1038
+ _CRDC,
1039
+ 0,
1040
+ [_FP, _TP, _Pro],
1041
+ [1, 1, 64 | 0],
1042
+ ];
1043
+ var CustomRoutingDestinationDescription = [
1044
+ 3,
1045
+ n0,
1046
+ _CRDD,
1047
+ 0,
1048
+ [_FP, _TP, _Pro],
1049
+ [1, 1, 64 | 0],
1050
+ ];
1051
+ var CustomRoutingEndpointConfiguration = [3, n0, _CREC, 0, [_EI, _AAt], [0, 0]];
1052
+ var CustomRoutingEndpointDescription = [3, n0, _CRED, 0, [_EI], [0]];
1053
+ var CustomRoutingEndpointGroup = [
1054
+ 3,
1055
+ n0,
1056
+ _CREG,
1057
+ 0,
1058
+ [_EGA, _EGR, _DD, _ED],
1059
+ [0, 0, () => CustomRoutingDestinationDescriptions, () => CustomRoutingEndpointDescriptions],
1060
+ ];
1061
+ var CustomRoutingListener = [3, n0, _CRL, 0, [_LA, _PR], [0, () => PortRanges]];
1062
+ var DeleteAcceleratorRequest = [3, n0, _DAR, 0, [_AA], [0]];
1063
+ var DeleteCrossAccountAttachmentRequest = [3, n0, _DCAAR, 0, [_AAt], [0]];
1064
+ var DeleteCustomRoutingAcceleratorRequest = [3, n0, _DCRAR, 0, [_AA], [0]];
1065
+ var DeleteCustomRoutingEndpointGroupRequest = [3, n0, _DCREGR, 0, [_EGA], [0]];
1066
+ var DeleteCustomRoutingListenerRequest = [3, n0, _DCRLR, 0, [_LA], [0]];
1067
+ var DeleteEndpointGroupRequest = [3, n0, _DEGR, 0, [_EGA], [0]];
1068
+ var DeleteListenerRequest = [3, n0, _DLR, 0, [_LA], [0]];
1069
+ var DenyCustomRoutingTrafficRequest = [
1070
+ 3,
1071
+ n0,
1072
+ _DCRTR,
1073
+ 0,
1074
+ [_EGA, _EI, _DA, _DP, _DATTE],
1075
+ [0, 0, 64 | 0, 64 | 1, 2],
1076
+ ];
1077
+ var DeprovisionByoipCidrRequest = [3, n0, _DBCR, 0, [_C], [0]];
1078
+ var DeprovisionByoipCidrResponse = [3, n0, _DBCRe, 0, [_BC], [() => ByoipCidr]];
1079
+ var DescribeAcceleratorAttributesRequest = [3, n0, _DAAR, 0, [_AA], [0]];
1080
+ var DescribeAcceleratorAttributesResponse = [
1081
+ 3,
1082
+ n0,
1083
+ _DAARe,
1084
+ 0,
1085
+ [_AAc],
1086
+ [() => AcceleratorAttributes],
1087
+ ];
1088
+ var DescribeAcceleratorRequest = [3, n0, _DARe, 0, [_AA], [0]];
1089
+ var DescribeAcceleratorResponse = [3, n0, _DARes, 0, [_A], [() => Accelerator]];
1090
+ var DescribeCrossAccountAttachmentRequest = [3, n0, _DCAARe, 0, [_AAt], [0]];
1091
+ var DescribeCrossAccountAttachmentResponse = [
1092
+ 3,
1093
+ n0,
1094
+ _DCAARes,
1095
+ 0,
1096
+ [_CAA],
1097
+ [() => Attachment],
1098
+ ];
1099
+ var DescribeCustomRoutingAcceleratorAttributesRequest = [3, n0, _DCRAAR, 0, [_AA], [0]];
1100
+ var DescribeCustomRoutingAcceleratorAttributesResponse = [
1101
+ 3,
1102
+ n0,
1103
+ _DCRAARe,
1104
+ 0,
1105
+ [_AAc],
1106
+ [() => CustomRoutingAcceleratorAttributes],
1107
+ ];
1108
+ var DescribeCustomRoutingAcceleratorRequest = [3, n0, _DCRARe, 0, [_AA], [0]];
1109
+ var DescribeCustomRoutingAcceleratorResponse = [
1110
+ 3,
1111
+ n0,
1112
+ _DCRARes,
1113
+ 0,
1114
+ [_A],
1115
+ [() => CustomRoutingAccelerator],
1116
+ ];
1117
+ var DescribeCustomRoutingEndpointGroupRequest = [3, n0, _DCREGRe, 0, [_EGA], [0]];
1118
+ var DescribeCustomRoutingEndpointGroupResponse = [
1119
+ 3,
1120
+ n0,
1121
+ _DCREGRes,
1122
+ 0,
1123
+ [_EG],
1124
+ [() => CustomRoutingEndpointGroup],
1125
+ ];
1126
+ var DescribeCustomRoutingListenerRequest = [3, n0, _DCRLRe, 0, [_LA], [0]];
1127
+ var DescribeCustomRoutingListenerResponse = [
1128
+ 3,
1129
+ n0,
1130
+ _DCRLRes,
1131
+ 0,
1132
+ [_L],
1133
+ [() => CustomRoutingListener],
1134
+ ];
1135
+ var DescribeEndpointGroupRequest = [3, n0, _DEGRe, 0, [_EGA], [0]];
1136
+ var DescribeEndpointGroupResponse = [3, n0, _DEGRes, 0, [_EG], [() => EndpointGroup]];
1137
+ var DescribeListenerRequest = [3, n0, _DLRe, 0, [_LA], [0]];
1138
+ var DescribeListenerResponse = [3, n0, _DLRes, 0, [_L], [() => Listener]];
1139
+ var DestinationPortMapping = [
1140
+ 3,
1141
+ n0,
1142
+ _DPM,
1143
+ 0,
1144
+ [_AA, _ASA, _EGA, _EI, _EGR, _DSA, _IAT, _DTS],
1145
+ [0, () => SocketAddresses, 0, 0, 0, () => SocketAddress, 0, 0],
1146
+ ];
1147
+ var EndpointAlreadyExistsException = [
1148
+ -3,
1149
+ n0,
1150
+ _EAEE,
1151
+ {
1152
+ [_e]: _c,
1153
+ [_hE]: 400,
1154
+ },
1155
+ [_M],
1156
+ [0],
1157
+ ];
1158
+ schema.TypeRegistry.for(n0).registerError(EndpointAlreadyExistsException, EndpointAlreadyExistsException$1);
1159
+ var EndpointConfiguration = [3, n0, _ECn, 0, [_EI, _W, _CIPPE, _AAt], [0, 1, 2, 0]];
1160
+ var EndpointDescription = [3, n0, _EDn, 0, [_EI, _W, _HS, _HR, _CIPPE], [0, 1, 0, 0, 2]];
1161
+ var EndpointGroup = [
1162
+ 3,
1163
+ n0,
1164
+ _EG,
1165
+ 0,
1166
+ [_EGA, _EGR, _ED, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _PO],
1167
+ [0, 0, () => EndpointDescriptions, 1, 1, 0, 0, 1, 1, () => PortOverrides],
1168
+ ];
1169
+ var EndpointGroupAlreadyExistsException = [
1170
+ -3,
1171
+ n0,
1172
+ _EGAEE,
1173
+ {
1174
+ [_e]: _c,
1175
+ [_hE]: 400,
1176
+ },
1177
+ [_M],
1178
+ [0],
1179
+ ];
1180
+ schema.TypeRegistry.for(n0).registerError(EndpointGroupAlreadyExistsException, EndpointGroupAlreadyExistsException$1);
1181
+ var EndpointGroupNotFoundException = [
1182
+ -3,
1183
+ n0,
1184
+ _EGNFE,
1185
+ {
1186
+ [_e]: _c,
1187
+ [_hE]: 404,
1188
+ },
1189
+ [_M],
1190
+ [0],
1191
+ ];
1192
+ schema.TypeRegistry.for(n0).registerError(EndpointGroupNotFoundException, EndpointGroupNotFoundException$1);
1193
+ var EndpointIdentifier = [3, n0, _EIn, 0, [_EI, _CIPPE], [0, 2]];
1194
+ var EndpointNotFoundException = [
1195
+ -3,
1196
+ n0,
1197
+ _ENFE,
1198
+ {
1199
+ [_e]: _c,
1200
+ [_hE]: 404,
1201
+ },
1202
+ [_M],
1203
+ [0],
1204
+ ];
1205
+ schema.TypeRegistry.for(n0).registerError(EndpointNotFoundException, EndpointNotFoundException$1);
1206
+ var IncorrectCidrStateException = [
1207
+ -3,
1208
+ n0,
1209
+ _ICSE,
1210
+ {
1211
+ [_e]: _c,
1212
+ [_hE]: 404,
1213
+ },
1214
+ [_M],
1215
+ [0],
1216
+ ];
1217
+ schema.TypeRegistry.for(n0).registerError(IncorrectCidrStateException, IncorrectCidrStateException$1);
1218
+ var InternalServiceErrorException = [
1219
+ -3,
1220
+ n0,
1221
+ _ISEE,
1222
+ {
1223
+ [_e]: _s,
1224
+ [_hE]: 500,
1225
+ },
1226
+ [_M],
1227
+ [0],
1228
+ ];
1229
+ schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException, InternalServiceErrorException$1);
1230
+ var InvalidArgumentException = [
1231
+ -3,
1232
+ n0,
1233
+ _IAE,
1234
+ {
1235
+ [_e]: _c,
1236
+ [_hE]: 400,
1237
+ },
1238
+ [_M],
1239
+ [0],
1240
+ ];
1241
+ schema.TypeRegistry.for(n0).registerError(InvalidArgumentException, InvalidArgumentException$1);
1242
+ var InvalidNextTokenException = [
1243
+ -3,
1244
+ n0,
1245
+ _INTE,
1246
+ {
1247
+ [_e]: _c,
1248
+ [_hE]: 400,
1249
+ },
1250
+ [_M],
1251
+ [0],
1252
+ ];
1253
+ schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
1254
+ var InvalidPortRangeException = [
1255
+ -3,
1256
+ n0,
1257
+ _IPRE,
1258
+ {
1259
+ [_e]: _c,
1260
+ [_hE]: 400,
1261
+ },
1262
+ [_M],
1263
+ [0],
1264
+ ];
1265
+ schema.TypeRegistry.for(n0).registerError(InvalidPortRangeException, InvalidPortRangeException$1);
1266
+ var IpSet = [3, n0, _ISp, 0, [_IF, _IA, _IAF], [0, 64 | 0, 0]];
1267
+ var LimitExceededException = [
1268
+ -3,
1269
+ n0,
1270
+ _LEE,
1271
+ {
1272
+ [_e]: _c,
1273
+ [_hE]: 403,
1274
+ },
1275
+ [_M],
1276
+ [0],
1277
+ ];
1278
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1279
+ var ListAcceleratorsRequest = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
1280
+ var ListAcceleratorsResponse = [3, n0, _LARi, 0, [_Ac, _NT], [() => Accelerators, 0]];
1281
+ var ListByoipCidrsRequest = [3, n0, _LBCR, 0, [_MR, _NT], [1, 0]];
1282
+ var ListByoipCidrsResponse = [3, n0, _LBCRi, 0, [_BCy, _NT], [() => ByoipCidrs, 0]];
1283
+ var ListCrossAccountAttachmentsRequest = [3, n0, _LCAAR, 0, [_MR, _NT], [1, 0]];
1284
+ var ListCrossAccountAttachmentsResponse = [
1285
+ 3,
1286
+ n0,
1287
+ _LCAARi,
1288
+ 0,
1289
+ [_CAAr, _NT],
1290
+ [() => Attachments, 0],
1291
+ ];
1292
+ var ListCrossAccountResourceAccountsRequest = [3, n0, _LCARAR, 0, [], []];
1293
+ var ListCrossAccountResourceAccountsResponse = [3, n0, _LCARARi, 0, [_ROAAI], [64 | 0]];
1294
+ var ListCrossAccountResourcesRequest = [
1295
+ 3,
1296
+ n0,
1297
+ _LCARR,
1298
+ 0,
1299
+ [_AA, _ROAAIe, _MR, _NT],
1300
+ [0, 0, 1, 0],
1301
+ ];
1302
+ var ListCrossAccountResourcesResponse = [
1303
+ 3,
1304
+ n0,
1305
+ _LCARRi,
1306
+ 0,
1307
+ [_CARros, _NT],
1308
+ [() => CrossAccountResources, 0],
1309
+ ];
1310
+ var ListCustomRoutingAcceleratorsRequest = [3, n0, _LCRAR, 0, [_MR, _NT], [1, 0]];
1311
+ var ListCustomRoutingAcceleratorsResponse = [
1312
+ 3,
1313
+ n0,
1314
+ _LCRARi,
1315
+ 0,
1316
+ [_Ac, _NT],
1317
+ [() => CustomRoutingAccelerators, 0],
1318
+ ];
1319
+ var ListCustomRoutingEndpointGroupsRequest = [
1320
+ 3,
1321
+ n0,
1322
+ _LCREGR,
1323
+ 0,
1324
+ [_LA, _MR, _NT],
1325
+ [0, 1, 0],
1326
+ ];
1327
+ var ListCustomRoutingEndpointGroupsResponse = [
1328
+ 3,
1329
+ n0,
1330
+ _LCREGRi,
1331
+ 0,
1332
+ [_EGn, _NT],
1333
+ [() => CustomRoutingEndpointGroups, 0],
1334
+ ];
1335
+ var ListCustomRoutingListenersRequest = [3, n0, _LCRLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
1336
+ var ListCustomRoutingListenersResponse = [
1337
+ 3,
1338
+ n0,
1339
+ _LCRLRi,
1340
+ 0,
1341
+ [_Li, _NT],
1342
+ [() => CustomRoutingListeners, 0],
1343
+ ];
1344
+ var ListCustomRoutingPortMappingsByDestinationRequest = [
1345
+ 3,
1346
+ n0,
1347
+ _LCRPMBDR,
1348
+ 0,
1349
+ [_EI, _DAe, _MR, _NT],
1350
+ [0, 0, 1, 0],
1351
+ ];
1352
+ var ListCustomRoutingPortMappingsByDestinationResponse = [
1353
+ 3,
1354
+ n0,
1355
+ _LCRPMBDRi,
1356
+ 0,
1357
+ [_DPMe, _NT],
1358
+ [() => DestinationPortMappings, 0],
1359
+ ];
1360
+ var ListCustomRoutingPortMappingsRequest = [
1361
+ 3,
1362
+ n0,
1363
+ _LCRPMR,
1364
+ 0,
1365
+ [_AA, _EGA, _MR, _NT],
1366
+ [0, 0, 1, 0],
1367
+ ];
1368
+ var ListCustomRoutingPortMappingsResponse = [
1369
+ 3,
1370
+ n0,
1371
+ _LCRPMRi,
1372
+ 0,
1373
+ [_PM, _NT],
1374
+ [() => PortMappings, 0],
1375
+ ];
1376
+ var ListEndpointGroupsRequest = [3, n0, _LEGR, 0, [_LA, _MR, _NT], [0, 1, 0]];
1377
+ var ListEndpointGroupsResponse = [
1378
+ 3,
1379
+ n0,
1380
+ _LEGRi,
1381
+ 0,
1382
+ [_EGn, _NT],
1383
+ [() => EndpointGroups, 0],
1384
+ ];
1385
+ var Listener = [3, n0, _L, 0, [_LA, _PR, _Pr, _CA], [0, () => PortRanges, 0, 0]];
1386
+ var ListenerNotFoundException = [
1387
+ -3,
1388
+ n0,
1389
+ _LNFE,
1390
+ {
1391
+ [_e]: _c,
1392
+ [_hE]: 404,
1393
+ },
1394
+ [_M],
1395
+ [0],
1396
+ ];
1397
+ schema.TypeRegistry.for(n0).registerError(ListenerNotFoundException, ListenerNotFoundException$1);
1398
+ var ListListenersRequest = [3, n0, _LLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
1399
+ var ListListenersResponse = [3, n0, _LLRi, 0, [_Li, _NT], [() => Listeners, 0]];
1400
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
1401
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => Tags]];
1402
+ var PortMapping = [
1403
+ 3,
1404
+ n0,
1405
+ _PMo,
1406
+ 0,
1407
+ [_AP, _EGA, _EI, _DSA, _Pro, _DTS],
1408
+ [1, 0, 0, () => SocketAddress, 64 | 0, 0],
1409
+ ];
1410
+ var PortOverride = [3, n0, _POo, 0, [_LP, _EP], [1, 1]];
1411
+ var PortRange = [3, n0, _PRo, 0, [_FP, _TP], [1, 1]];
1412
+ var ProvisionByoipCidrRequest = [
1413
+ 3,
1414
+ n0,
1415
+ _PBCR,
1416
+ 0,
1417
+ [_C, _CAC],
1418
+ [0, () => CidrAuthorizationContext],
1419
+ ];
1420
+ var ProvisionByoipCidrResponse = [3, n0, _PBCRr, 0, [_BC], [() => ByoipCidr]];
1421
+ var RemoveCustomRoutingEndpointsRequest = [3, n0, _RCRER, 0, [_EInd, _EGA], [64 | 0, 0]];
1422
+ var RemoveEndpointsRequest = [
1423
+ 3,
1424
+ n0,
1425
+ _RER,
1426
+ 0,
1427
+ [_EIndp, _EGA],
1428
+ [() => EndpointIdentifiers, 0],
1429
+ ];
1430
+ var Resource = [3, n0, _Re, 0, [_EI, _C, _Reg], [0, 0, 0]];
1431
+ var SocketAddress = [3, n0, _SA, 0, [_IAp, _Po], [0, 1]];
1432
+ var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1433
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => Tags]];
1434
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1435
+ var TransactionInProgressException = [
1436
+ -3,
1437
+ n0,
1438
+ _TIPE,
1439
+ {
1440
+ [_e]: _c,
1441
+ [_hE]: 409,
1442
+ },
1443
+ [_M],
1444
+ [0],
1445
+ ];
1446
+ schema.TypeRegistry.for(n0).registerError(TransactionInProgressException, TransactionInProgressException$1);
1447
+ var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
1448
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1449
+ var UpdateAcceleratorAttributesRequest = [
1450
+ 3,
1451
+ n0,
1452
+ _UAAR,
1453
+ 0,
1454
+ [_AA, _FLE, _FLSB, _FLSP],
1455
+ [0, 2, 0, 0],
1456
+ ];
1457
+ var UpdateAcceleratorAttributesResponse = [
1458
+ 3,
1459
+ n0,
1460
+ _UAARp,
1461
+ 0,
1462
+ [_AAc],
1463
+ [() => AcceleratorAttributes],
1464
+ ];
1465
+ var UpdateAcceleratorRequest = [
1466
+ 3,
1467
+ n0,
1468
+ _UAR,
1469
+ 0,
1470
+ [_AA, _N, _IAT, _IA, _E],
1471
+ [0, 0, 0, 64 | 0, 2],
1472
+ ];
1473
+ var UpdateAcceleratorResponse = [3, n0, _UARp, 0, [_A], [() => Accelerator]];
1474
+ var UpdateCrossAccountAttachmentRequest = [
1475
+ 3,
1476
+ n0,
1477
+ _UCAAR,
1478
+ 0,
1479
+ [_AAt, _N, _APd, _RP, _AR, _RR],
1480
+ [0, 0, 64 | 0, 64 | 0, () => Resources, () => Resources],
1481
+ ];
1482
+ var UpdateCrossAccountAttachmentResponse = [
1483
+ 3,
1484
+ n0,
1485
+ _UCAARp,
1486
+ 0,
1487
+ [_CAA],
1488
+ [() => Attachment],
1489
+ ];
1490
+ var UpdateCustomRoutingAcceleratorAttributesRequest = [
1491
+ 3,
1492
+ n0,
1493
+ _UCRAAR,
1494
+ 0,
1495
+ [_AA, _FLE, _FLSB, _FLSP],
1496
+ [0, 2, 0, 0],
1497
+ ];
1498
+ var UpdateCustomRoutingAcceleratorAttributesResponse = [
1499
+ 3,
1500
+ n0,
1501
+ _UCRAARp,
1502
+ 0,
1503
+ [_AAc],
1504
+ [() => CustomRoutingAcceleratorAttributes],
1505
+ ];
1506
+ var UpdateCustomRoutingAcceleratorRequest = [
1507
+ 3,
1508
+ n0,
1509
+ _UCRAR,
1510
+ 0,
1511
+ [_AA, _N, _IAT, _IA, _E],
1512
+ [0, 0, 0, 64 | 0, 2],
1513
+ ];
1514
+ var UpdateCustomRoutingAcceleratorResponse = [
1515
+ 3,
1516
+ n0,
1517
+ _UCRARp,
1518
+ 0,
1519
+ [_A],
1520
+ [() => CustomRoutingAccelerator],
1521
+ ];
1522
+ var UpdateCustomRoutingListenerRequest = [
1523
+ 3,
1524
+ n0,
1525
+ _UCRLR,
1526
+ 0,
1527
+ [_LA, _PR],
1528
+ [0, () => PortRanges],
1529
+ ];
1530
+ var UpdateCustomRoutingListenerResponse = [
1531
+ 3,
1532
+ n0,
1533
+ _UCRLRp,
1534
+ 0,
1535
+ [_L],
1536
+ [() => CustomRoutingListener],
1537
+ ];
1538
+ var UpdateEndpointGroupRequest = [
1539
+ 3,
1540
+ n0,
1541
+ _UEGR,
1542
+ 0,
1543
+ [_EGA, _EC, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _PO],
1544
+ [0, () => EndpointConfigurations, 1, 1, 0, 0, 1, 1, () => PortOverrides],
1545
+ ];
1546
+ var UpdateEndpointGroupResponse = [3, n0, _UEGRp, 0, [_EG], [() => EndpointGroup]];
1547
+ var UpdateListenerRequest = [
1548
+ 3,
1549
+ n0,
1550
+ _ULR,
1551
+ 0,
1552
+ [_LA, _PR, _Pr, _CA],
1553
+ [0, () => PortRanges, 0, 0],
1554
+ ];
1555
+ var UpdateListenerResponse = [3, n0, _ULRp, 0, [_L], [() => Listener]];
1556
+ var WithdrawByoipCidrRequest = [3, n0, _WBCR, 0, [_C], [0]];
1557
+ var WithdrawByoipCidrResponse = [3, n0, _WBCRi, 0, [_BC], [() => ByoipCidr]];
1558
+ var __Unit = "unit";
1559
+ var GlobalAcceleratorServiceException = [
1560
+ -3,
1561
+ _sm,
1562
+ "GlobalAcceleratorServiceException",
1563
+ 0,
1564
+ [],
1565
+ [],
1566
+ ];
1567
+ schema.TypeRegistry.for(_sm).registerError(GlobalAcceleratorServiceException, GlobalAcceleratorServiceException$1);
1568
+ var AcceleratorEvents = [1, n0, _AEc, 0, () => AcceleratorEvent];
1569
+ var Accelerators = [1, n0, _Ac, 0, () => Accelerator];
1570
+ var Attachments = [1, n0, _Att, 0, () => Attachment];
1571
+ var ByoipCidrEvents = [1, n0, _BCEy, 0, () => ByoipCidrEvent];
1572
+ var ByoipCidrs = [1, n0, _BCy, 0, () => ByoipCidr];
1573
+ var CrossAccountResources = [1, n0, _CARros, 0, () => CrossAccountResource];
1574
+ var CustomRoutingAccelerators = [1, n0, _CRAu, 0, () => CustomRoutingAccelerator];
1575
+ var CustomRoutingDestinationConfigurations = [
1576
+ 1,
1577
+ n0,
1578
+ _CRDCu,
1579
+ 0,
1580
+ () => CustomRoutingDestinationConfiguration,
1581
+ ];
1582
+ var CustomRoutingDestinationDescriptions = [
1583
+ 1,
1584
+ n0,
1585
+ _CRDDu,
1586
+ 0,
1587
+ () => CustomRoutingDestinationDescription,
1588
+ ];
1589
+ var CustomRoutingEndpointConfigurations = [
1590
+ 1,
1591
+ n0,
1592
+ _CRECu,
1593
+ 0,
1594
+ () => CustomRoutingEndpointConfiguration,
1595
+ ];
1596
+ var CustomRoutingEndpointDescriptions = [
1597
+ 1,
1598
+ n0,
1599
+ _CREDu,
1600
+ 0,
1601
+ () => CustomRoutingEndpointDescription,
1602
+ ];
1603
+ var CustomRoutingEndpointGroups = [1, n0, _CREGu, 0, () => CustomRoutingEndpointGroup];
1604
+ var CustomRoutingListeners = [1, n0, _CRLu, 0, () => CustomRoutingListener];
1605
+ var DestinationPortMappings = [1, n0, _DPMe, 0, () => DestinationPortMapping];
1606
+ var EndpointConfigurations = [1, n0, _EC, 0, () => EndpointConfiguration];
1607
+ var EndpointDescriptions = [1, n0, _ED, 0, () => EndpointDescription];
1608
+ var EndpointGroups = [1, n0, _EGn, 0, () => EndpointGroup];
1609
+ var EndpointIdentifiers = [1, n0, _EIndp, 0, () => EndpointIdentifier];
1610
+ var IpSets = [1, n0, _IS, 0, () => IpSet];
1611
+ var Listeners = [1, n0, _Li, 0, () => Listener];
1612
+ var PortMappings = [1, n0, _PM, 0, () => PortMapping];
1613
+ var PortOverrides = [1, n0, _PO, 0, () => PortOverride];
1614
+ var PortRanges = [1, n0, _PR, 0, () => PortRange];
1615
+ var Resources = [1, n0, _R, 0, () => Resource];
1616
+ var SocketAddresses = [1, n0, _SAo, 0, () => SocketAddress];
1617
+ var Tags = [1, n0, _Ta, 0, () => Tag];
1618
+ var AddCustomRoutingEndpoints = [
1619
+ 9,
1620
+ n0,
1621
+ _ACRE,
1622
+ 0,
1623
+ () => AddCustomRoutingEndpointsRequest,
1624
+ () => AddCustomRoutingEndpointsResponse,
1625
+ ];
1626
+ var AddEndpoints = [
1627
+ 9,
1628
+ n0,
1629
+ _AEd,
1630
+ 0,
1631
+ () => AddEndpointsRequest,
1632
+ () => AddEndpointsResponse,
1633
+ ];
1634
+ var AdvertiseByoipCidr = [
1635
+ 9,
1636
+ n0,
1637
+ _ABC,
1638
+ 0,
1639
+ () => AdvertiseByoipCidrRequest,
1640
+ () => AdvertiseByoipCidrResponse,
1641
+ ];
1642
+ var AllowCustomRoutingTraffic = [
1643
+ 9,
1644
+ n0,
1645
+ _ACRT,
1646
+ 0,
1647
+ () => AllowCustomRoutingTrafficRequest,
1648
+ () => __Unit,
1649
+ ];
1650
+ var CreateAccelerator = [
1651
+ 9,
1652
+ n0,
1653
+ _CAr,
1654
+ 0,
1655
+ () => CreateAcceleratorRequest,
1656
+ () => CreateAcceleratorResponse,
1657
+ ];
1658
+ var CreateCrossAccountAttachment = [
1659
+ 9,
1660
+ n0,
1661
+ _CCAA,
1662
+ 0,
1663
+ () => CreateCrossAccountAttachmentRequest,
1664
+ () => CreateCrossAccountAttachmentResponse,
1665
+ ];
1666
+ var CreateCustomRoutingAccelerator = [
1667
+ 9,
1668
+ n0,
1669
+ _CCRA,
1670
+ 0,
1671
+ () => CreateCustomRoutingAcceleratorRequest,
1672
+ () => CreateCustomRoutingAcceleratorResponse,
1673
+ ];
1674
+ var CreateCustomRoutingEndpointGroup = [
1675
+ 9,
1676
+ n0,
1677
+ _CCREG,
1678
+ 0,
1679
+ () => CreateCustomRoutingEndpointGroupRequest,
1680
+ () => CreateCustomRoutingEndpointGroupResponse,
1681
+ ];
1682
+ var CreateCustomRoutingListener = [
1683
+ 9,
1684
+ n0,
1685
+ _CCRL,
1686
+ 0,
1687
+ () => CreateCustomRoutingListenerRequest,
1688
+ () => CreateCustomRoutingListenerResponse,
1689
+ ];
1690
+ var CreateEndpointGroup = [
1691
+ 9,
1692
+ n0,
1693
+ _CEG,
1694
+ 0,
1695
+ () => CreateEndpointGroupRequest,
1696
+ () => CreateEndpointGroupResponse,
1697
+ ];
1698
+ var CreateListener = [
1699
+ 9,
1700
+ n0,
1701
+ _CL,
1702
+ 0,
1703
+ () => CreateListenerRequest,
1704
+ () => CreateListenerResponse,
1705
+ ];
1706
+ var DeleteAccelerator = [9, n0, _DAel, 0, () => DeleteAcceleratorRequest, () => __Unit];
1707
+ var DeleteCrossAccountAttachment = [
1708
+ 9,
1709
+ n0,
1710
+ _DCAA,
1711
+ 0,
1712
+ () => DeleteCrossAccountAttachmentRequest,
1713
+ () => __Unit,
1714
+ ];
1715
+ var DeleteCustomRoutingAccelerator = [
1716
+ 9,
1717
+ n0,
1718
+ _DCRA,
1719
+ 0,
1720
+ () => DeleteCustomRoutingAcceleratorRequest,
1721
+ () => __Unit,
1722
+ ];
1723
+ var DeleteCustomRoutingEndpointGroup = [
1724
+ 9,
1725
+ n0,
1726
+ _DCREG,
1727
+ 0,
1728
+ () => DeleteCustomRoutingEndpointGroupRequest,
1729
+ () => __Unit,
1730
+ ];
1731
+ var DeleteCustomRoutingListener = [
1732
+ 9,
1733
+ n0,
1734
+ _DCRL,
1735
+ 0,
1736
+ () => DeleteCustomRoutingListenerRequest,
1737
+ () => __Unit,
1738
+ ];
1739
+ var DeleteEndpointGroup = [
1740
+ 9,
1741
+ n0,
1742
+ _DEG,
1743
+ 0,
1744
+ () => DeleteEndpointGroupRequest,
1745
+ () => __Unit,
1746
+ ];
1747
+ var DeleteListener = [9, n0, _DL, 0, () => DeleteListenerRequest, () => __Unit];
1748
+ var DenyCustomRoutingTraffic = [
1749
+ 9,
1750
+ n0,
1751
+ _DCRT,
1752
+ 0,
1753
+ () => DenyCustomRoutingTrafficRequest,
1754
+ () => __Unit,
1755
+ ];
1756
+ var DeprovisionByoipCidr = [
1757
+ 9,
1758
+ n0,
1759
+ _DBC,
1760
+ 0,
1761
+ () => DeprovisionByoipCidrRequest,
1762
+ () => DeprovisionByoipCidrResponse,
1763
+ ];
1764
+ var DescribeAccelerator = [
1765
+ 9,
1766
+ n0,
1767
+ _DAes,
1768
+ 0,
1769
+ () => DescribeAcceleratorRequest,
1770
+ () => DescribeAcceleratorResponse,
1771
+ ];
1772
+ var DescribeAcceleratorAttributes = [
1773
+ 9,
1774
+ n0,
1775
+ _DAA,
1776
+ 0,
1777
+ () => DescribeAcceleratorAttributesRequest,
1778
+ () => DescribeAcceleratorAttributesResponse,
1779
+ ];
1780
+ var DescribeCrossAccountAttachment = [
1781
+ 9,
1782
+ n0,
1783
+ _DCAAe,
1784
+ 0,
1785
+ () => DescribeCrossAccountAttachmentRequest,
1786
+ () => DescribeCrossAccountAttachmentResponse,
1787
+ ];
1788
+ var DescribeCustomRoutingAccelerator = [
1789
+ 9,
1790
+ n0,
1791
+ _DCRAe,
1792
+ 0,
1793
+ () => DescribeCustomRoutingAcceleratorRequest,
1794
+ () => DescribeCustomRoutingAcceleratorResponse,
1795
+ ];
1796
+ var DescribeCustomRoutingAcceleratorAttributes = [
1797
+ 9,
1798
+ n0,
1799
+ _DCRAA,
1800
+ 0,
1801
+ () => DescribeCustomRoutingAcceleratorAttributesRequest,
1802
+ () => DescribeCustomRoutingAcceleratorAttributesResponse,
1803
+ ];
1804
+ var DescribeCustomRoutingEndpointGroup = [
1805
+ 9,
1806
+ n0,
1807
+ _DCREGe,
1808
+ 0,
1809
+ () => DescribeCustomRoutingEndpointGroupRequest,
1810
+ () => DescribeCustomRoutingEndpointGroupResponse,
1811
+ ];
1812
+ var DescribeCustomRoutingListener = [
1813
+ 9,
1814
+ n0,
1815
+ _DCRLe,
1816
+ 0,
1817
+ () => DescribeCustomRoutingListenerRequest,
1818
+ () => DescribeCustomRoutingListenerResponse,
1819
+ ];
1820
+ var DescribeEndpointGroup = [
1821
+ 9,
1822
+ n0,
1823
+ _DEGe,
1824
+ 0,
1825
+ () => DescribeEndpointGroupRequest,
1826
+ () => DescribeEndpointGroupResponse,
1827
+ ];
1828
+ var DescribeListener = [
1829
+ 9,
1830
+ n0,
1831
+ _DLe,
1832
+ 0,
1833
+ () => DescribeListenerRequest,
1834
+ () => DescribeListenerResponse,
1835
+ ];
1836
+ var ListAccelerators = [
1837
+ 9,
1838
+ n0,
1839
+ _LAi,
1840
+ 0,
1841
+ () => ListAcceleratorsRequest,
1842
+ () => ListAcceleratorsResponse,
1843
+ ];
1844
+ var ListByoipCidrs = [
1845
+ 9,
1846
+ n0,
1847
+ _LBC,
1848
+ 0,
1849
+ () => ListByoipCidrsRequest,
1850
+ () => ListByoipCidrsResponse,
1851
+ ];
1852
+ var ListCrossAccountAttachments = [
1853
+ 9,
1854
+ n0,
1855
+ _LCAA,
1856
+ 0,
1857
+ () => ListCrossAccountAttachmentsRequest,
1858
+ () => ListCrossAccountAttachmentsResponse,
1859
+ ];
1860
+ var ListCrossAccountResourceAccounts = [
1861
+ 9,
1862
+ n0,
1863
+ _LCARA,
1864
+ 0,
1865
+ () => ListCrossAccountResourceAccountsRequest,
1866
+ () => ListCrossAccountResourceAccountsResponse,
1867
+ ];
1868
+ var ListCrossAccountResources = [
1869
+ 9,
1870
+ n0,
1871
+ _LCAR,
1872
+ 0,
1873
+ () => ListCrossAccountResourcesRequest,
1874
+ () => ListCrossAccountResourcesResponse,
1875
+ ];
1876
+ var ListCustomRoutingAccelerators = [
1877
+ 9,
1878
+ n0,
1879
+ _LCRA,
1880
+ 0,
1881
+ () => ListCustomRoutingAcceleratorsRequest,
1882
+ () => ListCustomRoutingAcceleratorsResponse,
1883
+ ];
1884
+ var ListCustomRoutingEndpointGroups = [
1885
+ 9,
1886
+ n0,
1887
+ _LCREG,
1888
+ 0,
1889
+ () => ListCustomRoutingEndpointGroupsRequest,
1890
+ () => ListCustomRoutingEndpointGroupsResponse,
1891
+ ];
1892
+ var ListCustomRoutingListeners = [
1893
+ 9,
1894
+ n0,
1895
+ _LCRL,
1896
+ 0,
1897
+ () => ListCustomRoutingListenersRequest,
1898
+ () => ListCustomRoutingListenersResponse,
1899
+ ];
1900
+ var ListCustomRoutingPortMappings = [
1901
+ 9,
1902
+ n0,
1903
+ _LCRPM,
1904
+ 0,
1905
+ () => ListCustomRoutingPortMappingsRequest,
1906
+ () => ListCustomRoutingPortMappingsResponse,
1907
+ ];
1908
+ var ListCustomRoutingPortMappingsByDestination = [
1909
+ 9,
1910
+ n0,
1911
+ _LCRPMBD,
1912
+ 0,
1913
+ () => ListCustomRoutingPortMappingsByDestinationRequest,
1914
+ () => ListCustomRoutingPortMappingsByDestinationResponse,
1915
+ ];
1916
+ var ListEndpointGroups = [
1917
+ 9,
1918
+ n0,
1919
+ _LEG,
1920
+ 0,
1921
+ () => ListEndpointGroupsRequest,
1922
+ () => ListEndpointGroupsResponse,
1923
+ ];
1924
+ var ListListeners = [
1925
+ 9,
1926
+ n0,
1927
+ _LL,
1928
+ 0,
1929
+ () => ListListenersRequest,
1930
+ () => ListListenersResponse,
1931
+ ];
1932
+ var ListTagsForResource = [
1933
+ 9,
1934
+ n0,
1935
+ _LTFR,
1936
+ 0,
1937
+ () => ListTagsForResourceRequest,
1938
+ () => ListTagsForResourceResponse,
1939
+ ];
1940
+ var ProvisionByoipCidr = [
1941
+ 9,
1942
+ n0,
1943
+ _PBC,
1944
+ 0,
1945
+ () => ProvisionByoipCidrRequest,
1946
+ () => ProvisionByoipCidrResponse,
1947
+ ];
1948
+ var RemoveCustomRoutingEndpoints = [
1949
+ 9,
1950
+ n0,
1951
+ _RCRE,
1952
+ 0,
1953
+ () => RemoveCustomRoutingEndpointsRequest,
1954
+ () => __Unit,
1955
+ ];
1956
+ var RemoveEndpoints = [9, n0, _RE, 0, () => RemoveEndpointsRequest, () => __Unit];
1957
+ var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1958
+ var UntagResource = [
1959
+ 9,
1960
+ n0,
1961
+ _UR,
1962
+ 0,
1963
+ () => UntagResourceRequest,
1964
+ () => UntagResourceResponse,
1965
+ ];
1966
+ var UpdateAccelerator = [
1967
+ 9,
1968
+ n0,
1969
+ _UA,
1970
+ 0,
1971
+ () => UpdateAcceleratorRequest,
1972
+ () => UpdateAcceleratorResponse,
1973
+ ];
1974
+ var UpdateAcceleratorAttributes = [
1975
+ 9,
1976
+ n0,
1977
+ _UAA,
1978
+ 0,
1979
+ () => UpdateAcceleratorAttributesRequest,
1980
+ () => UpdateAcceleratorAttributesResponse,
1981
+ ];
1982
+ var UpdateCrossAccountAttachment = [
1983
+ 9,
1984
+ n0,
1985
+ _UCAA,
1986
+ 0,
1987
+ () => UpdateCrossAccountAttachmentRequest,
1988
+ () => UpdateCrossAccountAttachmentResponse,
1989
+ ];
1990
+ var UpdateCustomRoutingAccelerator = [
1991
+ 9,
1992
+ n0,
1993
+ _UCRA,
1994
+ 0,
1995
+ () => UpdateCustomRoutingAcceleratorRequest,
1996
+ () => UpdateCustomRoutingAcceleratorResponse,
1997
+ ];
1998
+ var UpdateCustomRoutingAcceleratorAttributes = [
1999
+ 9,
2000
+ n0,
2001
+ _UCRAA,
2002
+ 0,
2003
+ () => UpdateCustomRoutingAcceleratorAttributesRequest,
2004
+ () => UpdateCustomRoutingAcceleratorAttributesResponse,
2005
+ ];
2006
+ var UpdateCustomRoutingListener = [
2007
+ 9,
2008
+ n0,
2009
+ _UCRL,
2010
+ 0,
2011
+ () => UpdateCustomRoutingListenerRequest,
2012
+ () => UpdateCustomRoutingListenerResponse,
2013
+ ];
2014
+ var UpdateEndpointGroup = [
2015
+ 9,
2016
+ n0,
2017
+ _UEG,
2018
+ 0,
2019
+ () => UpdateEndpointGroupRequest,
2020
+ () => UpdateEndpointGroupResponse,
2021
+ ];
2022
+ var UpdateListener = [
2023
+ 9,
2024
+ n0,
2025
+ _UL,
2026
+ 0,
2027
+ () => UpdateListenerRequest,
2028
+ () => UpdateListenerResponse,
2029
+ ];
2030
+ var WithdrawByoipCidr = [
2031
+ 9,
2032
+ n0,
2033
+ _WBC,
2034
+ 0,
2035
+ () => WithdrawByoipCidrRequest,
2036
+ () => WithdrawByoipCidrResponse,
2037
+ ];
2090
2038
 
2091
2039
  class AddCustomRoutingEndpointsCommand extends smithyClient.Command
2092
2040
  .classBuilder()
2093
2041
  .ep(commonParams)
2094
2042
  .m(function (Command, cs, config, o) {
2095
- return [
2096
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2097
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2098
- ];
2043
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2099
2044
  })
2100
2045
  .s("GlobalAccelerator_V20180706", "AddCustomRoutingEndpoints", {})
2101
2046
  .n("GlobalAcceleratorClient", "AddCustomRoutingEndpointsCommand")
2102
- .f(void 0, void 0)
2103
- .ser(se_AddCustomRoutingEndpointsCommand)
2104
- .de(de_AddCustomRoutingEndpointsCommand)
2047
+ .sc(AddCustomRoutingEndpoints)
2105
2048
  .build() {
2106
2049
  }
2107
2050
 
@@ -2109,16 +2052,11 @@ class AddEndpointsCommand extends smithyClient.Command
2109
2052
  .classBuilder()
2110
2053
  .ep(commonParams)
2111
2054
  .m(function (Command, cs, config, o) {
2112
- return [
2113
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2114
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2115
- ];
2055
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2116
2056
  })
2117
2057
  .s("GlobalAccelerator_V20180706", "AddEndpoints", {})
2118
2058
  .n("GlobalAcceleratorClient", "AddEndpointsCommand")
2119
- .f(void 0, void 0)
2120
- .ser(se_AddEndpointsCommand)
2121
- .de(de_AddEndpointsCommand)
2059
+ .sc(AddEndpoints)
2122
2060
  .build() {
2123
2061
  }
2124
2062
 
@@ -2126,16 +2064,11 @@ class AdvertiseByoipCidrCommand extends smithyClient.Command
2126
2064
  .classBuilder()
2127
2065
  .ep(commonParams)
2128
2066
  .m(function (Command, cs, config, o) {
2129
- return [
2130
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2131
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2132
- ];
2067
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2133
2068
  })
2134
2069
  .s("GlobalAccelerator_V20180706", "AdvertiseByoipCidr", {})
2135
2070
  .n("GlobalAcceleratorClient", "AdvertiseByoipCidrCommand")
2136
- .f(void 0, void 0)
2137
- .ser(se_AdvertiseByoipCidrCommand)
2138
- .de(de_AdvertiseByoipCidrCommand)
2071
+ .sc(AdvertiseByoipCidr)
2139
2072
  .build() {
2140
2073
  }
2141
2074
 
@@ -2143,16 +2076,11 @@ class AllowCustomRoutingTrafficCommand extends smithyClient.Command
2143
2076
  .classBuilder()
2144
2077
  .ep(commonParams)
2145
2078
  .m(function (Command, cs, config, o) {
2146
- return [
2147
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2148
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2149
- ];
2079
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2150
2080
  })
2151
2081
  .s("GlobalAccelerator_V20180706", "AllowCustomRoutingTraffic", {})
2152
2082
  .n("GlobalAcceleratorClient", "AllowCustomRoutingTrafficCommand")
2153
- .f(void 0, void 0)
2154
- .ser(se_AllowCustomRoutingTrafficCommand)
2155
- .de(de_AllowCustomRoutingTrafficCommand)
2083
+ .sc(AllowCustomRoutingTraffic)
2156
2084
  .build() {
2157
2085
  }
2158
2086
 
@@ -2160,16 +2088,11 @@ class CreateAcceleratorCommand extends smithyClient.Command
2160
2088
  .classBuilder()
2161
2089
  .ep(commonParams)
2162
2090
  .m(function (Command, cs, config, o) {
2163
- return [
2164
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2165
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2166
- ];
2091
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2167
2092
  })
2168
2093
  .s("GlobalAccelerator_V20180706", "CreateAccelerator", {})
2169
2094
  .n("GlobalAcceleratorClient", "CreateAcceleratorCommand")
2170
- .f(void 0, void 0)
2171
- .ser(se_CreateAcceleratorCommand)
2172
- .de(de_CreateAcceleratorCommand)
2095
+ .sc(CreateAccelerator)
2173
2096
  .build() {
2174
2097
  }
2175
2098
 
@@ -2177,16 +2100,11 @@ class CreateCrossAccountAttachmentCommand extends smithyClient.Command
2177
2100
  .classBuilder()
2178
2101
  .ep(commonParams)
2179
2102
  .m(function (Command, cs, config, o) {
2180
- return [
2181
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2182
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2183
- ];
2103
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2184
2104
  })
2185
2105
  .s("GlobalAccelerator_V20180706", "CreateCrossAccountAttachment", {})
2186
2106
  .n("GlobalAcceleratorClient", "CreateCrossAccountAttachmentCommand")
2187
- .f(void 0, void 0)
2188
- .ser(se_CreateCrossAccountAttachmentCommand)
2189
- .de(de_CreateCrossAccountAttachmentCommand)
2107
+ .sc(CreateCrossAccountAttachment)
2190
2108
  .build() {
2191
2109
  }
2192
2110
 
@@ -2194,16 +2112,11 @@ class CreateCustomRoutingAcceleratorCommand extends smithyClient.Command
2194
2112
  .classBuilder()
2195
2113
  .ep(commonParams)
2196
2114
  .m(function (Command, cs, config, o) {
2197
- return [
2198
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2199
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2200
- ];
2115
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2201
2116
  })
2202
2117
  .s("GlobalAccelerator_V20180706", "CreateCustomRoutingAccelerator", {})
2203
2118
  .n("GlobalAcceleratorClient", "CreateCustomRoutingAcceleratorCommand")
2204
- .f(void 0, void 0)
2205
- .ser(se_CreateCustomRoutingAcceleratorCommand)
2206
- .de(de_CreateCustomRoutingAcceleratorCommand)
2119
+ .sc(CreateCustomRoutingAccelerator)
2207
2120
  .build() {
2208
2121
  }
2209
2122
 
@@ -2211,16 +2124,11 @@ class CreateCustomRoutingEndpointGroupCommand extends smithyClient.Command
2211
2124
  .classBuilder()
2212
2125
  .ep(commonParams)
2213
2126
  .m(function (Command, cs, config, o) {
2214
- return [
2215
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2216
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2217
- ];
2127
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2218
2128
  })
2219
2129
  .s("GlobalAccelerator_V20180706", "CreateCustomRoutingEndpointGroup", {})
2220
2130
  .n("GlobalAcceleratorClient", "CreateCustomRoutingEndpointGroupCommand")
2221
- .f(void 0, void 0)
2222
- .ser(se_CreateCustomRoutingEndpointGroupCommand)
2223
- .de(de_CreateCustomRoutingEndpointGroupCommand)
2131
+ .sc(CreateCustomRoutingEndpointGroup)
2224
2132
  .build() {
2225
2133
  }
2226
2134
 
@@ -2228,16 +2136,11 @@ class CreateCustomRoutingListenerCommand extends smithyClient.Command
2228
2136
  .classBuilder()
2229
2137
  .ep(commonParams)
2230
2138
  .m(function (Command, cs, config, o) {
2231
- return [
2232
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2233
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2234
- ];
2139
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2235
2140
  })
2236
2141
  .s("GlobalAccelerator_V20180706", "CreateCustomRoutingListener", {})
2237
2142
  .n("GlobalAcceleratorClient", "CreateCustomRoutingListenerCommand")
2238
- .f(void 0, void 0)
2239
- .ser(se_CreateCustomRoutingListenerCommand)
2240
- .de(de_CreateCustomRoutingListenerCommand)
2143
+ .sc(CreateCustomRoutingListener)
2241
2144
  .build() {
2242
2145
  }
2243
2146
 
@@ -2245,16 +2148,11 @@ class CreateEndpointGroupCommand extends smithyClient.Command
2245
2148
  .classBuilder()
2246
2149
  .ep(commonParams)
2247
2150
  .m(function (Command, cs, config, o) {
2248
- return [
2249
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2250
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2251
- ];
2151
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2252
2152
  })
2253
2153
  .s("GlobalAccelerator_V20180706", "CreateEndpointGroup", {})
2254
2154
  .n("GlobalAcceleratorClient", "CreateEndpointGroupCommand")
2255
- .f(void 0, void 0)
2256
- .ser(se_CreateEndpointGroupCommand)
2257
- .de(de_CreateEndpointGroupCommand)
2155
+ .sc(CreateEndpointGroup)
2258
2156
  .build() {
2259
2157
  }
2260
2158
 
@@ -2262,16 +2160,11 @@ class CreateListenerCommand extends smithyClient.Command
2262
2160
  .classBuilder()
2263
2161
  .ep(commonParams)
2264
2162
  .m(function (Command, cs, config, o) {
2265
- return [
2266
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2267
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2268
- ];
2163
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2269
2164
  })
2270
2165
  .s("GlobalAccelerator_V20180706", "CreateListener", {})
2271
2166
  .n("GlobalAcceleratorClient", "CreateListenerCommand")
2272
- .f(void 0, void 0)
2273
- .ser(se_CreateListenerCommand)
2274
- .de(de_CreateListenerCommand)
2167
+ .sc(CreateListener)
2275
2168
  .build() {
2276
2169
  }
2277
2170
 
@@ -2279,16 +2172,11 @@ class DeleteAcceleratorCommand extends smithyClient.Command
2279
2172
  .classBuilder()
2280
2173
  .ep(commonParams)
2281
2174
  .m(function (Command, cs, config, o) {
2282
- return [
2283
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2284
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2285
- ];
2175
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2286
2176
  })
2287
2177
  .s("GlobalAccelerator_V20180706", "DeleteAccelerator", {})
2288
2178
  .n("GlobalAcceleratorClient", "DeleteAcceleratorCommand")
2289
- .f(void 0, void 0)
2290
- .ser(se_DeleteAcceleratorCommand)
2291
- .de(de_DeleteAcceleratorCommand)
2179
+ .sc(DeleteAccelerator)
2292
2180
  .build() {
2293
2181
  }
2294
2182
 
@@ -2296,16 +2184,11 @@ class DeleteCrossAccountAttachmentCommand extends smithyClient.Command
2296
2184
  .classBuilder()
2297
2185
  .ep(commonParams)
2298
2186
  .m(function (Command, cs, config, o) {
2299
- return [
2300
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2301
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2302
- ];
2187
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2303
2188
  })
2304
2189
  .s("GlobalAccelerator_V20180706", "DeleteCrossAccountAttachment", {})
2305
2190
  .n("GlobalAcceleratorClient", "DeleteCrossAccountAttachmentCommand")
2306
- .f(void 0, void 0)
2307
- .ser(se_DeleteCrossAccountAttachmentCommand)
2308
- .de(de_DeleteCrossAccountAttachmentCommand)
2191
+ .sc(DeleteCrossAccountAttachment)
2309
2192
  .build() {
2310
2193
  }
2311
2194
 
@@ -2313,16 +2196,11 @@ class DeleteCustomRoutingAcceleratorCommand extends smithyClient.Command
2313
2196
  .classBuilder()
2314
2197
  .ep(commonParams)
2315
2198
  .m(function (Command, cs, config, o) {
2316
- return [
2317
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2318
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2319
- ];
2199
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2320
2200
  })
2321
2201
  .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingAccelerator", {})
2322
2202
  .n("GlobalAcceleratorClient", "DeleteCustomRoutingAcceleratorCommand")
2323
- .f(void 0, void 0)
2324
- .ser(se_DeleteCustomRoutingAcceleratorCommand)
2325
- .de(de_DeleteCustomRoutingAcceleratorCommand)
2203
+ .sc(DeleteCustomRoutingAccelerator)
2326
2204
  .build() {
2327
2205
  }
2328
2206
 
@@ -2330,16 +2208,11 @@ class DeleteCustomRoutingEndpointGroupCommand extends smithyClient.Command
2330
2208
  .classBuilder()
2331
2209
  .ep(commonParams)
2332
2210
  .m(function (Command, cs, config, o) {
2333
- return [
2334
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2335
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2336
- ];
2211
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2337
2212
  })
2338
2213
  .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
2339
2214
  .n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
2340
- .f(void 0, void 0)
2341
- .ser(se_DeleteCustomRoutingEndpointGroupCommand)
2342
- .de(de_DeleteCustomRoutingEndpointGroupCommand)
2215
+ .sc(DeleteCustomRoutingEndpointGroup)
2343
2216
  .build() {
2344
2217
  }
2345
2218
 
@@ -2347,16 +2220,11 @@ class DeleteCustomRoutingListenerCommand extends smithyClient.Command
2347
2220
  .classBuilder()
2348
2221
  .ep(commonParams)
2349
2222
  .m(function (Command, cs, config, o) {
2350
- return [
2351
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2352
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2353
- ];
2223
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2354
2224
  })
2355
2225
  .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingListener", {})
2356
2226
  .n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
2357
- .f(void 0, void 0)
2358
- .ser(se_DeleteCustomRoutingListenerCommand)
2359
- .de(de_DeleteCustomRoutingListenerCommand)
2227
+ .sc(DeleteCustomRoutingListener)
2360
2228
  .build() {
2361
2229
  }
2362
2230
 
@@ -2364,16 +2232,11 @@ class DeleteEndpointGroupCommand extends smithyClient.Command
2364
2232
  .classBuilder()
2365
2233
  .ep(commonParams)
2366
2234
  .m(function (Command, cs, config, o) {
2367
- return [
2368
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2369
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2370
- ];
2235
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2371
2236
  })
2372
2237
  .s("GlobalAccelerator_V20180706", "DeleteEndpointGroup", {})
2373
2238
  .n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
2374
- .f(void 0, void 0)
2375
- .ser(se_DeleteEndpointGroupCommand)
2376
- .de(de_DeleteEndpointGroupCommand)
2239
+ .sc(DeleteEndpointGroup)
2377
2240
  .build() {
2378
2241
  }
2379
2242
 
@@ -2381,16 +2244,11 @@ class DeleteListenerCommand extends smithyClient.Command
2381
2244
  .classBuilder()
2382
2245
  .ep(commonParams)
2383
2246
  .m(function (Command, cs, config, o) {
2384
- return [
2385
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2386
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2387
- ];
2247
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2388
2248
  })
2389
2249
  .s("GlobalAccelerator_V20180706", "DeleteListener", {})
2390
2250
  .n("GlobalAcceleratorClient", "DeleteListenerCommand")
2391
- .f(void 0, void 0)
2392
- .ser(se_DeleteListenerCommand)
2393
- .de(de_DeleteListenerCommand)
2251
+ .sc(DeleteListener)
2394
2252
  .build() {
2395
2253
  }
2396
2254
 
@@ -2398,16 +2256,11 @@ class DenyCustomRoutingTrafficCommand extends smithyClient.Command
2398
2256
  .classBuilder()
2399
2257
  .ep(commonParams)
2400
2258
  .m(function (Command, cs, config, o) {
2401
- return [
2402
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2403
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2404
- ];
2259
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2405
2260
  })
2406
2261
  .s("GlobalAccelerator_V20180706", "DenyCustomRoutingTraffic", {})
2407
2262
  .n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
2408
- .f(void 0, void 0)
2409
- .ser(se_DenyCustomRoutingTrafficCommand)
2410
- .de(de_DenyCustomRoutingTrafficCommand)
2263
+ .sc(DenyCustomRoutingTraffic)
2411
2264
  .build() {
2412
2265
  }
2413
2266
 
@@ -2415,16 +2268,11 @@ class DeprovisionByoipCidrCommand extends smithyClient.Command
2415
2268
  .classBuilder()
2416
2269
  .ep(commonParams)
2417
2270
  .m(function (Command, cs, config, o) {
2418
- return [
2419
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2420
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2421
- ];
2271
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2422
2272
  })
2423
2273
  .s("GlobalAccelerator_V20180706", "DeprovisionByoipCidr", {})
2424
2274
  .n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
2425
- .f(void 0, void 0)
2426
- .ser(se_DeprovisionByoipCidrCommand)
2427
- .de(de_DeprovisionByoipCidrCommand)
2275
+ .sc(DeprovisionByoipCidr)
2428
2276
  .build() {
2429
2277
  }
2430
2278
 
@@ -2432,16 +2280,11 @@ class DescribeAcceleratorAttributesCommand extends smithyClient.Command
2432
2280
  .classBuilder()
2433
2281
  .ep(commonParams)
2434
2282
  .m(function (Command, cs, config, o) {
2435
- return [
2436
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2437
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2438
- ];
2283
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2439
2284
  })
2440
2285
  .s("GlobalAccelerator_V20180706", "DescribeAcceleratorAttributes", {})
2441
2286
  .n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
2442
- .f(void 0, void 0)
2443
- .ser(se_DescribeAcceleratorAttributesCommand)
2444
- .de(de_DescribeAcceleratorAttributesCommand)
2287
+ .sc(DescribeAcceleratorAttributes)
2445
2288
  .build() {
2446
2289
  }
2447
2290
 
@@ -2449,16 +2292,11 @@ class DescribeAcceleratorCommand extends smithyClient.Command
2449
2292
  .classBuilder()
2450
2293
  .ep(commonParams)
2451
2294
  .m(function (Command, cs, config, o) {
2452
- return [
2453
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2454
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2455
- ];
2295
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2456
2296
  })
2457
2297
  .s("GlobalAccelerator_V20180706", "DescribeAccelerator", {})
2458
2298
  .n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
2459
- .f(void 0, void 0)
2460
- .ser(se_DescribeAcceleratorCommand)
2461
- .de(de_DescribeAcceleratorCommand)
2299
+ .sc(DescribeAccelerator)
2462
2300
  .build() {
2463
2301
  }
2464
2302
 
@@ -2466,16 +2304,11 @@ class DescribeCrossAccountAttachmentCommand extends smithyClient.Command
2466
2304
  .classBuilder()
2467
2305
  .ep(commonParams)
2468
2306
  .m(function (Command, cs, config, o) {
2469
- return [
2470
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2471
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2472
- ];
2307
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2473
2308
  })
2474
2309
  .s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
2475
2310
  .n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
2476
- .f(void 0, void 0)
2477
- .ser(se_DescribeCrossAccountAttachmentCommand)
2478
- .de(de_DescribeCrossAccountAttachmentCommand)
2311
+ .sc(DescribeCrossAccountAttachment)
2479
2312
  .build() {
2480
2313
  }
2481
2314
 
@@ -2483,16 +2316,11 @@ class DescribeCustomRoutingAcceleratorAttributesCommand extends smithyClient.Com
2483
2316
  .classBuilder()
2484
2317
  .ep(commonParams)
2485
2318
  .m(function (Command, cs, config, o) {
2486
- return [
2487
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2488
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2489
- ];
2319
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2490
2320
  })
2491
2321
  .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
2492
2322
  .n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
2493
- .f(void 0, void 0)
2494
- .ser(se_DescribeCustomRoutingAcceleratorAttributesCommand)
2495
- .de(de_DescribeCustomRoutingAcceleratorAttributesCommand)
2323
+ .sc(DescribeCustomRoutingAcceleratorAttributes)
2496
2324
  .build() {
2497
2325
  }
2498
2326
 
@@ -2500,16 +2328,11 @@ class DescribeCustomRoutingAcceleratorCommand extends smithyClient.Command
2500
2328
  .classBuilder()
2501
2329
  .ep(commonParams)
2502
2330
  .m(function (Command, cs, config, o) {
2503
- return [
2504
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2505
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2506
- ];
2331
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2507
2332
  })
2508
2333
  .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
2509
2334
  .n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
2510
- .f(void 0, void 0)
2511
- .ser(se_DescribeCustomRoutingAcceleratorCommand)
2512
- .de(de_DescribeCustomRoutingAcceleratorCommand)
2335
+ .sc(DescribeCustomRoutingAccelerator)
2513
2336
  .build() {
2514
2337
  }
2515
2338
 
@@ -2517,16 +2340,11 @@ class DescribeCustomRoutingEndpointGroupCommand extends smithyClient.Command
2517
2340
  .classBuilder()
2518
2341
  .ep(commonParams)
2519
2342
  .m(function (Command, cs, config, o) {
2520
- return [
2521
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2522
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2523
- ];
2343
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2524
2344
  })
2525
2345
  .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
2526
2346
  .n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
2527
- .f(void 0, void 0)
2528
- .ser(se_DescribeCustomRoutingEndpointGroupCommand)
2529
- .de(de_DescribeCustomRoutingEndpointGroupCommand)
2347
+ .sc(DescribeCustomRoutingEndpointGroup)
2530
2348
  .build() {
2531
2349
  }
2532
2350
 
@@ -2534,16 +2352,11 @@ class DescribeCustomRoutingListenerCommand extends smithyClient.Command
2534
2352
  .classBuilder()
2535
2353
  .ep(commonParams)
2536
2354
  .m(function (Command, cs, config, o) {
2537
- return [
2538
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2539
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2540
- ];
2355
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2541
2356
  })
2542
2357
  .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
2543
2358
  .n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
2544
- .f(void 0, void 0)
2545
- .ser(se_DescribeCustomRoutingListenerCommand)
2546
- .de(de_DescribeCustomRoutingListenerCommand)
2359
+ .sc(DescribeCustomRoutingListener)
2547
2360
  .build() {
2548
2361
  }
2549
2362
 
@@ -2551,16 +2364,11 @@ class DescribeEndpointGroupCommand extends smithyClient.Command
2551
2364
  .classBuilder()
2552
2365
  .ep(commonParams)
2553
2366
  .m(function (Command, cs, config, o) {
2554
- return [
2555
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2556
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2557
- ];
2367
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2558
2368
  })
2559
2369
  .s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
2560
2370
  .n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
2561
- .f(void 0, void 0)
2562
- .ser(se_DescribeEndpointGroupCommand)
2563
- .de(de_DescribeEndpointGroupCommand)
2371
+ .sc(DescribeEndpointGroup)
2564
2372
  .build() {
2565
2373
  }
2566
2374
 
@@ -2568,16 +2376,11 @@ class DescribeListenerCommand extends smithyClient.Command
2568
2376
  .classBuilder()
2569
2377
  .ep(commonParams)
2570
2378
  .m(function (Command, cs, config, o) {
2571
- return [
2572
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2573
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2574
- ];
2379
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2575
2380
  })
2576
2381
  .s("GlobalAccelerator_V20180706", "DescribeListener", {})
2577
2382
  .n("GlobalAcceleratorClient", "DescribeListenerCommand")
2578
- .f(void 0, void 0)
2579
- .ser(se_DescribeListenerCommand)
2580
- .de(de_DescribeListenerCommand)
2383
+ .sc(DescribeListener)
2581
2384
  .build() {
2582
2385
  }
2583
2386
 
@@ -2585,16 +2388,11 @@ class ListAcceleratorsCommand extends smithyClient.Command
2585
2388
  .classBuilder()
2586
2389
  .ep(commonParams)
2587
2390
  .m(function (Command, cs, config, o) {
2588
- return [
2589
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2590
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2591
- ];
2391
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2592
2392
  })
2593
2393
  .s("GlobalAccelerator_V20180706", "ListAccelerators", {})
2594
2394
  .n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
2595
- .f(void 0, void 0)
2596
- .ser(se_ListAcceleratorsCommand)
2597
- .de(de_ListAcceleratorsCommand)
2395
+ .sc(ListAccelerators)
2598
2396
  .build() {
2599
2397
  }
2600
2398
 
@@ -2602,16 +2400,11 @@ class ListByoipCidrsCommand extends smithyClient.Command
2602
2400
  .classBuilder()
2603
2401
  .ep(commonParams)
2604
2402
  .m(function (Command, cs, config, o) {
2605
- return [
2606
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2607
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2608
- ];
2403
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2609
2404
  })
2610
2405
  .s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
2611
2406
  .n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
2612
- .f(void 0, void 0)
2613
- .ser(se_ListByoipCidrsCommand)
2614
- .de(de_ListByoipCidrsCommand)
2407
+ .sc(ListByoipCidrs)
2615
2408
  .build() {
2616
2409
  }
2617
2410
 
@@ -2619,16 +2412,11 @@ class ListCrossAccountAttachmentsCommand extends smithyClient.Command
2619
2412
  .classBuilder()
2620
2413
  .ep(commonParams)
2621
2414
  .m(function (Command, cs, config, o) {
2622
- return [
2623
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2624
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2625
- ];
2415
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2626
2416
  })
2627
2417
  .s("GlobalAccelerator_V20180706", "ListCrossAccountAttachments", {})
2628
2418
  .n("GlobalAcceleratorClient", "ListCrossAccountAttachmentsCommand")
2629
- .f(void 0, void 0)
2630
- .ser(se_ListCrossAccountAttachmentsCommand)
2631
- .de(de_ListCrossAccountAttachmentsCommand)
2419
+ .sc(ListCrossAccountAttachments)
2632
2420
  .build() {
2633
2421
  }
2634
2422
 
@@ -2636,16 +2424,11 @@ class ListCrossAccountResourceAccountsCommand extends smithyClient.Command
2636
2424
  .classBuilder()
2637
2425
  .ep(commonParams)
2638
2426
  .m(function (Command, cs, config, o) {
2639
- return [
2640
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2641
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2642
- ];
2427
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2643
2428
  })
2644
2429
  .s("GlobalAccelerator_V20180706", "ListCrossAccountResourceAccounts", {})
2645
2430
  .n("GlobalAcceleratorClient", "ListCrossAccountResourceAccountsCommand")
2646
- .f(void 0, void 0)
2647
- .ser(se_ListCrossAccountResourceAccountsCommand)
2648
- .de(de_ListCrossAccountResourceAccountsCommand)
2431
+ .sc(ListCrossAccountResourceAccounts)
2649
2432
  .build() {
2650
2433
  }
2651
2434
 
@@ -2653,16 +2436,11 @@ class ListCrossAccountResourcesCommand extends smithyClient.Command
2653
2436
  .classBuilder()
2654
2437
  .ep(commonParams)
2655
2438
  .m(function (Command, cs, config, o) {
2656
- return [
2657
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2658
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2659
- ];
2439
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2660
2440
  })
2661
2441
  .s("GlobalAccelerator_V20180706", "ListCrossAccountResources", {})
2662
2442
  .n("GlobalAcceleratorClient", "ListCrossAccountResourcesCommand")
2663
- .f(void 0, void 0)
2664
- .ser(se_ListCrossAccountResourcesCommand)
2665
- .de(de_ListCrossAccountResourcesCommand)
2443
+ .sc(ListCrossAccountResources)
2666
2444
  .build() {
2667
2445
  }
2668
2446
 
@@ -2670,16 +2448,11 @@ class ListCustomRoutingAcceleratorsCommand extends smithyClient.Command
2670
2448
  .classBuilder()
2671
2449
  .ep(commonParams)
2672
2450
  .m(function (Command, cs, config, o) {
2673
- return [
2674
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2675
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2676
- ];
2451
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2677
2452
  })
2678
2453
  .s("GlobalAccelerator_V20180706", "ListCustomRoutingAccelerators", {})
2679
2454
  .n("GlobalAcceleratorClient", "ListCustomRoutingAcceleratorsCommand")
2680
- .f(void 0, void 0)
2681
- .ser(se_ListCustomRoutingAcceleratorsCommand)
2682
- .de(de_ListCustomRoutingAcceleratorsCommand)
2455
+ .sc(ListCustomRoutingAccelerators)
2683
2456
  .build() {
2684
2457
  }
2685
2458
 
@@ -2687,16 +2460,11 @@ class ListCustomRoutingEndpointGroupsCommand extends smithyClient.Command
2687
2460
  .classBuilder()
2688
2461
  .ep(commonParams)
2689
2462
  .m(function (Command, cs, config, o) {
2690
- return [
2691
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2692
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2693
- ];
2463
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2694
2464
  })
2695
2465
  .s("GlobalAccelerator_V20180706", "ListCustomRoutingEndpointGroups", {})
2696
2466
  .n("GlobalAcceleratorClient", "ListCustomRoutingEndpointGroupsCommand")
2697
- .f(void 0, void 0)
2698
- .ser(se_ListCustomRoutingEndpointGroupsCommand)
2699
- .de(de_ListCustomRoutingEndpointGroupsCommand)
2467
+ .sc(ListCustomRoutingEndpointGroups)
2700
2468
  .build() {
2701
2469
  }
2702
2470
 
@@ -2704,16 +2472,11 @@ class ListCustomRoutingListenersCommand extends smithyClient.Command
2704
2472
  .classBuilder()
2705
2473
  .ep(commonParams)
2706
2474
  .m(function (Command, cs, config, o) {
2707
- return [
2708
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2709
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2710
- ];
2475
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2711
2476
  })
2712
2477
  .s("GlobalAccelerator_V20180706", "ListCustomRoutingListeners", {})
2713
2478
  .n("GlobalAcceleratorClient", "ListCustomRoutingListenersCommand")
2714
- .f(void 0, void 0)
2715
- .ser(se_ListCustomRoutingListenersCommand)
2716
- .de(de_ListCustomRoutingListenersCommand)
2479
+ .sc(ListCustomRoutingListeners)
2717
2480
  .build() {
2718
2481
  }
2719
2482
 
@@ -2721,16 +2484,11 @@ class ListCustomRoutingPortMappingsByDestinationCommand extends smithyClient.Com
2721
2484
  .classBuilder()
2722
2485
  .ep(commonParams)
2723
2486
  .m(function (Command, cs, config, o) {
2724
- return [
2725
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2726
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2727
- ];
2487
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2728
2488
  })
2729
2489
  .s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappingsByDestination", {})
2730
2490
  .n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsByDestinationCommand")
2731
- .f(void 0, void 0)
2732
- .ser(se_ListCustomRoutingPortMappingsByDestinationCommand)
2733
- .de(de_ListCustomRoutingPortMappingsByDestinationCommand)
2491
+ .sc(ListCustomRoutingPortMappingsByDestination)
2734
2492
  .build() {
2735
2493
  }
2736
2494
 
@@ -2738,16 +2496,11 @@ class ListCustomRoutingPortMappingsCommand extends smithyClient.Command
2738
2496
  .classBuilder()
2739
2497
  .ep(commonParams)
2740
2498
  .m(function (Command, cs, config, o) {
2741
- return [
2742
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2743
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2744
- ];
2499
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2745
2500
  })
2746
2501
  .s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappings", {})
2747
2502
  .n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsCommand")
2748
- .f(void 0, void 0)
2749
- .ser(se_ListCustomRoutingPortMappingsCommand)
2750
- .de(de_ListCustomRoutingPortMappingsCommand)
2503
+ .sc(ListCustomRoutingPortMappings)
2751
2504
  .build() {
2752
2505
  }
2753
2506
 
@@ -2755,16 +2508,11 @@ class ListEndpointGroupsCommand extends smithyClient.Command
2755
2508
  .classBuilder()
2756
2509
  .ep(commonParams)
2757
2510
  .m(function (Command, cs, config, o) {
2758
- return [
2759
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2760
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2761
- ];
2511
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2762
2512
  })
2763
2513
  .s("GlobalAccelerator_V20180706", "ListEndpointGroups", {})
2764
2514
  .n("GlobalAcceleratorClient", "ListEndpointGroupsCommand")
2765
- .f(void 0, void 0)
2766
- .ser(se_ListEndpointGroupsCommand)
2767
- .de(de_ListEndpointGroupsCommand)
2515
+ .sc(ListEndpointGroups)
2768
2516
  .build() {
2769
2517
  }
2770
2518
 
@@ -2772,16 +2520,11 @@ class ListListenersCommand extends smithyClient.Command
2772
2520
  .classBuilder()
2773
2521
  .ep(commonParams)
2774
2522
  .m(function (Command, cs, config, o) {
2775
- return [
2776
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2777
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2778
- ];
2523
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2779
2524
  })
2780
2525
  .s("GlobalAccelerator_V20180706", "ListListeners", {})
2781
2526
  .n("GlobalAcceleratorClient", "ListListenersCommand")
2782
- .f(void 0, void 0)
2783
- .ser(se_ListListenersCommand)
2784
- .de(de_ListListenersCommand)
2527
+ .sc(ListListeners)
2785
2528
  .build() {
2786
2529
  }
2787
2530
 
@@ -2789,16 +2532,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2789
2532
  .classBuilder()
2790
2533
  .ep(commonParams)
2791
2534
  .m(function (Command, cs, config, o) {
2792
- return [
2793
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2794
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2795
- ];
2535
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2796
2536
  })
2797
2537
  .s("GlobalAccelerator_V20180706", "ListTagsForResource", {})
2798
2538
  .n("GlobalAcceleratorClient", "ListTagsForResourceCommand")
2799
- .f(void 0, void 0)
2800
- .ser(se_ListTagsForResourceCommand)
2801
- .de(de_ListTagsForResourceCommand)
2539
+ .sc(ListTagsForResource)
2802
2540
  .build() {
2803
2541
  }
2804
2542
 
@@ -2806,16 +2544,11 @@ class ProvisionByoipCidrCommand extends smithyClient.Command
2806
2544
  .classBuilder()
2807
2545
  .ep(commonParams)
2808
2546
  .m(function (Command, cs, config, o) {
2809
- return [
2810
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2811
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2812
- ];
2547
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2813
2548
  })
2814
2549
  .s("GlobalAccelerator_V20180706", "ProvisionByoipCidr", {})
2815
2550
  .n("GlobalAcceleratorClient", "ProvisionByoipCidrCommand")
2816
- .f(void 0, void 0)
2817
- .ser(se_ProvisionByoipCidrCommand)
2818
- .de(de_ProvisionByoipCidrCommand)
2551
+ .sc(ProvisionByoipCidr)
2819
2552
  .build() {
2820
2553
  }
2821
2554
 
@@ -2823,16 +2556,11 @@ class RemoveCustomRoutingEndpointsCommand extends smithyClient.Command
2823
2556
  .classBuilder()
2824
2557
  .ep(commonParams)
2825
2558
  .m(function (Command, cs, config, o) {
2826
- return [
2827
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2828
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2829
- ];
2559
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2830
2560
  })
2831
2561
  .s("GlobalAccelerator_V20180706", "RemoveCustomRoutingEndpoints", {})
2832
2562
  .n("GlobalAcceleratorClient", "RemoveCustomRoutingEndpointsCommand")
2833
- .f(void 0, void 0)
2834
- .ser(se_RemoveCustomRoutingEndpointsCommand)
2835
- .de(de_RemoveCustomRoutingEndpointsCommand)
2563
+ .sc(RemoveCustomRoutingEndpoints)
2836
2564
  .build() {
2837
2565
  }
2838
2566
 
@@ -2840,16 +2568,11 @@ class RemoveEndpointsCommand extends smithyClient.Command
2840
2568
  .classBuilder()
2841
2569
  .ep(commonParams)
2842
2570
  .m(function (Command, cs, config, o) {
2843
- return [
2844
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2845
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2846
- ];
2571
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2847
2572
  })
2848
2573
  .s("GlobalAccelerator_V20180706", "RemoveEndpoints", {})
2849
2574
  .n("GlobalAcceleratorClient", "RemoveEndpointsCommand")
2850
- .f(void 0, void 0)
2851
- .ser(se_RemoveEndpointsCommand)
2852
- .de(de_RemoveEndpointsCommand)
2575
+ .sc(RemoveEndpoints)
2853
2576
  .build() {
2854
2577
  }
2855
2578
 
@@ -2857,16 +2580,11 @@ class TagResourceCommand extends smithyClient.Command
2857
2580
  .classBuilder()
2858
2581
  .ep(commonParams)
2859
2582
  .m(function (Command, cs, config, o) {
2860
- return [
2861
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2862
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2863
- ];
2583
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2864
2584
  })
2865
2585
  .s("GlobalAccelerator_V20180706", "TagResource", {})
2866
2586
  .n("GlobalAcceleratorClient", "TagResourceCommand")
2867
- .f(void 0, void 0)
2868
- .ser(se_TagResourceCommand)
2869
- .de(de_TagResourceCommand)
2587
+ .sc(TagResource)
2870
2588
  .build() {
2871
2589
  }
2872
2590
 
@@ -2874,16 +2592,11 @@ class UntagResourceCommand extends smithyClient.Command
2874
2592
  .classBuilder()
2875
2593
  .ep(commonParams)
2876
2594
  .m(function (Command, cs, config, o) {
2877
- return [
2878
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2879
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2880
- ];
2595
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2881
2596
  })
2882
2597
  .s("GlobalAccelerator_V20180706", "UntagResource", {})
2883
2598
  .n("GlobalAcceleratorClient", "UntagResourceCommand")
2884
- .f(void 0, void 0)
2885
- .ser(se_UntagResourceCommand)
2886
- .de(de_UntagResourceCommand)
2599
+ .sc(UntagResource)
2887
2600
  .build() {
2888
2601
  }
2889
2602
 
@@ -2891,16 +2604,11 @@ class UpdateAcceleratorAttributesCommand extends smithyClient.Command
2891
2604
  .classBuilder()
2892
2605
  .ep(commonParams)
2893
2606
  .m(function (Command, cs, config, o) {
2894
- return [
2895
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2896
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2897
- ];
2607
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2898
2608
  })
2899
2609
  .s("GlobalAccelerator_V20180706", "UpdateAcceleratorAttributes", {})
2900
2610
  .n("GlobalAcceleratorClient", "UpdateAcceleratorAttributesCommand")
2901
- .f(void 0, void 0)
2902
- .ser(se_UpdateAcceleratorAttributesCommand)
2903
- .de(de_UpdateAcceleratorAttributesCommand)
2611
+ .sc(UpdateAcceleratorAttributes)
2904
2612
  .build() {
2905
2613
  }
2906
2614
 
@@ -2908,16 +2616,11 @@ class UpdateAcceleratorCommand extends smithyClient.Command
2908
2616
  .classBuilder()
2909
2617
  .ep(commonParams)
2910
2618
  .m(function (Command, cs, config, o) {
2911
- return [
2912
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2913
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2914
- ];
2619
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2915
2620
  })
2916
2621
  .s("GlobalAccelerator_V20180706", "UpdateAccelerator", {})
2917
2622
  .n("GlobalAcceleratorClient", "UpdateAcceleratorCommand")
2918
- .f(void 0, void 0)
2919
- .ser(se_UpdateAcceleratorCommand)
2920
- .de(de_UpdateAcceleratorCommand)
2623
+ .sc(UpdateAccelerator)
2921
2624
  .build() {
2922
2625
  }
2923
2626
 
@@ -2925,16 +2628,11 @@ class UpdateCrossAccountAttachmentCommand extends smithyClient.Command
2925
2628
  .classBuilder()
2926
2629
  .ep(commonParams)
2927
2630
  .m(function (Command, cs, config, o) {
2928
- return [
2929
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2930
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2931
- ];
2631
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2932
2632
  })
2933
2633
  .s("GlobalAccelerator_V20180706", "UpdateCrossAccountAttachment", {})
2934
2634
  .n("GlobalAcceleratorClient", "UpdateCrossAccountAttachmentCommand")
2935
- .f(void 0, void 0)
2936
- .ser(se_UpdateCrossAccountAttachmentCommand)
2937
- .de(de_UpdateCrossAccountAttachmentCommand)
2635
+ .sc(UpdateCrossAccountAttachment)
2938
2636
  .build() {
2939
2637
  }
2940
2638
 
@@ -2942,16 +2640,11 @@ class UpdateCustomRoutingAcceleratorAttributesCommand extends smithyClient.Comma
2942
2640
  .classBuilder()
2943
2641
  .ep(commonParams)
2944
2642
  .m(function (Command, cs, config, o) {
2945
- return [
2946
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2947
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2948
- ];
2643
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2949
2644
  })
2950
2645
  .s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAcceleratorAttributes", {})
2951
2646
  .n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorAttributesCommand")
2952
- .f(void 0, void 0)
2953
- .ser(se_UpdateCustomRoutingAcceleratorAttributesCommand)
2954
- .de(de_UpdateCustomRoutingAcceleratorAttributesCommand)
2647
+ .sc(UpdateCustomRoutingAcceleratorAttributes)
2955
2648
  .build() {
2956
2649
  }
2957
2650
 
@@ -2959,16 +2652,11 @@ class UpdateCustomRoutingAcceleratorCommand extends smithyClient.Command
2959
2652
  .classBuilder()
2960
2653
  .ep(commonParams)
2961
2654
  .m(function (Command, cs, config, o) {
2962
- return [
2963
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2964
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2965
- ];
2655
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2966
2656
  })
2967
2657
  .s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAccelerator", {})
2968
2658
  .n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorCommand")
2969
- .f(void 0, void 0)
2970
- .ser(se_UpdateCustomRoutingAcceleratorCommand)
2971
- .de(de_UpdateCustomRoutingAcceleratorCommand)
2659
+ .sc(UpdateCustomRoutingAccelerator)
2972
2660
  .build() {
2973
2661
  }
2974
2662
 
@@ -2976,16 +2664,11 @@ class UpdateCustomRoutingListenerCommand extends smithyClient.Command
2976
2664
  .classBuilder()
2977
2665
  .ep(commonParams)
2978
2666
  .m(function (Command, cs, config, o) {
2979
- return [
2980
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2981
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2982
- ];
2667
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2983
2668
  })
2984
2669
  .s("GlobalAccelerator_V20180706", "UpdateCustomRoutingListener", {})
2985
2670
  .n("GlobalAcceleratorClient", "UpdateCustomRoutingListenerCommand")
2986
- .f(void 0, void 0)
2987
- .ser(se_UpdateCustomRoutingListenerCommand)
2988
- .de(de_UpdateCustomRoutingListenerCommand)
2671
+ .sc(UpdateCustomRoutingListener)
2989
2672
  .build() {
2990
2673
  }
2991
2674
 
@@ -2993,16 +2676,11 @@ class UpdateEndpointGroupCommand extends smithyClient.Command
2993
2676
  .classBuilder()
2994
2677
  .ep(commonParams)
2995
2678
  .m(function (Command, cs, config, o) {
2996
- return [
2997
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2998
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2999
- ];
2679
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3000
2680
  })
3001
2681
  .s("GlobalAccelerator_V20180706", "UpdateEndpointGroup", {})
3002
2682
  .n("GlobalAcceleratorClient", "UpdateEndpointGroupCommand")
3003
- .f(void 0, void 0)
3004
- .ser(se_UpdateEndpointGroupCommand)
3005
- .de(de_UpdateEndpointGroupCommand)
2683
+ .sc(UpdateEndpointGroup)
3006
2684
  .build() {
3007
2685
  }
3008
2686
 
@@ -3010,16 +2688,11 @@ class UpdateListenerCommand extends smithyClient.Command
3010
2688
  .classBuilder()
3011
2689
  .ep(commonParams)
3012
2690
  .m(function (Command, cs, config, o) {
3013
- return [
3014
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3015
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3016
- ];
2691
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3017
2692
  })
3018
2693
  .s("GlobalAccelerator_V20180706", "UpdateListener", {})
3019
2694
  .n("GlobalAcceleratorClient", "UpdateListenerCommand")
3020
- .f(void 0, void 0)
3021
- .ser(se_UpdateListenerCommand)
3022
- .de(de_UpdateListenerCommand)
2695
+ .sc(UpdateListener)
3023
2696
  .build() {
3024
2697
  }
3025
2698
 
@@ -3027,16 +2700,11 @@ class WithdrawByoipCidrCommand extends smithyClient.Command
3027
2700
  .classBuilder()
3028
2701
  .ep(commonParams)
3029
2702
  .m(function (Command, cs, config, o) {
3030
- return [
3031
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
3032
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
3033
- ];
2703
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3034
2704
  })
3035
2705
  .s("GlobalAccelerator_V20180706", "WithdrawByoipCidr", {})
3036
2706
  .n("GlobalAcceleratorClient", "WithdrawByoipCidrCommand")
3037
- .f(void 0, void 0)
3038
- .ser(se_WithdrawByoipCidrCommand)
3039
- .de(de_WithdrawByoipCidrCommand)
2707
+ .sc(WithdrawByoipCidr)
3040
2708
  .build() {
3041
2709
  }
3042
2710
 
@@ -3132,21 +2800,21 @@ Object.defineProperty(exports, "__Client", {
3132
2800
  enumerable: true,
3133
2801
  get: function () { return smithyClient.Client; }
3134
2802
  });
3135
- exports.AcceleratorNotDisabledException = AcceleratorNotDisabledException;
3136
- exports.AcceleratorNotFoundException = AcceleratorNotFoundException;
2803
+ exports.AcceleratorNotDisabledException = AcceleratorNotDisabledException$1;
2804
+ exports.AcceleratorNotFoundException = AcceleratorNotFoundException$1;
3137
2805
  exports.AcceleratorStatus = AcceleratorStatus;
3138
- exports.AccessDeniedException = AccessDeniedException;
2806
+ exports.AccessDeniedException = AccessDeniedException$1;
3139
2807
  exports.AddCustomRoutingEndpointsCommand = AddCustomRoutingEndpointsCommand;
3140
2808
  exports.AddEndpointsCommand = AddEndpointsCommand;
3141
2809
  exports.AdvertiseByoipCidrCommand = AdvertiseByoipCidrCommand;
3142
2810
  exports.AllowCustomRoutingTrafficCommand = AllowCustomRoutingTrafficCommand;
3143
- exports.AssociatedEndpointGroupFoundException = AssociatedEndpointGroupFoundException;
3144
- exports.AssociatedListenerFoundException = AssociatedListenerFoundException;
3145
- exports.AttachmentNotFoundException = AttachmentNotFoundException;
3146
- exports.ByoipCidrNotFoundException = ByoipCidrNotFoundException;
2811
+ exports.AssociatedEndpointGroupFoundException = AssociatedEndpointGroupFoundException$1;
2812
+ exports.AssociatedListenerFoundException = AssociatedListenerFoundException$1;
2813
+ exports.AttachmentNotFoundException = AttachmentNotFoundException$1;
2814
+ exports.ByoipCidrNotFoundException = ByoipCidrNotFoundException$1;
3147
2815
  exports.ByoipCidrState = ByoipCidrState;
3148
2816
  exports.ClientAffinity = ClientAffinity;
3149
- exports.ConflictException = ConflictException;
2817
+ exports.ConflictException = ConflictException$1;
3150
2818
  exports.CreateAcceleratorCommand = CreateAcceleratorCommand;
3151
2819
  exports.CreateCrossAccountAttachmentCommand = CreateCrossAccountAttachmentCommand;
3152
2820
  exports.CreateCustomRoutingAcceleratorCommand = CreateCustomRoutingAcceleratorCommand;
@@ -3175,23 +2843,23 @@ exports.DescribeCustomRoutingEndpointGroupCommand = DescribeCustomRoutingEndpoin
3175
2843
  exports.DescribeCustomRoutingListenerCommand = DescribeCustomRoutingListenerCommand;
3176
2844
  exports.DescribeEndpointGroupCommand = DescribeEndpointGroupCommand;
3177
2845
  exports.DescribeListenerCommand = DescribeListenerCommand;
3178
- exports.EndpointAlreadyExistsException = EndpointAlreadyExistsException;
3179
- exports.EndpointGroupAlreadyExistsException = EndpointGroupAlreadyExistsException;
3180
- exports.EndpointGroupNotFoundException = EndpointGroupNotFoundException;
3181
- exports.EndpointNotFoundException = EndpointNotFoundException;
2846
+ exports.EndpointAlreadyExistsException = EndpointAlreadyExistsException$1;
2847
+ exports.EndpointGroupAlreadyExistsException = EndpointGroupAlreadyExistsException$1;
2848
+ exports.EndpointGroupNotFoundException = EndpointGroupNotFoundException$1;
2849
+ exports.EndpointNotFoundException = EndpointNotFoundException$1;
3182
2850
  exports.GlobalAccelerator = GlobalAccelerator;
3183
2851
  exports.GlobalAcceleratorClient = GlobalAcceleratorClient;
3184
- exports.GlobalAcceleratorServiceException = GlobalAcceleratorServiceException;
2852
+ exports.GlobalAcceleratorServiceException = GlobalAcceleratorServiceException$1;
3185
2853
  exports.HealthCheckProtocol = HealthCheckProtocol;
3186
2854
  exports.HealthState = HealthState;
3187
- exports.IncorrectCidrStateException = IncorrectCidrStateException;
3188
- exports.InternalServiceErrorException = InternalServiceErrorException;
3189
- exports.InvalidArgumentException = InvalidArgumentException;
3190
- exports.InvalidNextTokenException = InvalidNextTokenException;
3191
- exports.InvalidPortRangeException = InvalidPortRangeException;
2855
+ exports.IncorrectCidrStateException = IncorrectCidrStateException$1;
2856
+ exports.InternalServiceErrorException = InternalServiceErrorException$1;
2857
+ exports.InvalidArgumentException = InvalidArgumentException$1;
2858
+ exports.InvalidNextTokenException = InvalidNextTokenException$1;
2859
+ exports.InvalidPortRangeException = InvalidPortRangeException$1;
3192
2860
  exports.IpAddressFamily = IpAddressFamily;
3193
2861
  exports.IpAddressType = IpAddressType;
3194
- exports.LimitExceededException = LimitExceededException;
2862
+ exports.LimitExceededException = LimitExceededException$1;
3195
2863
  exports.ListAcceleratorsCommand = ListAcceleratorsCommand;
3196
2864
  exports.ListByoipCidrsCommand = ListByoipCidrsCommand;
3197
2865
  exports.ListCrossAccountAttachmentsCommand = ListCrossAccountAttachmentsCommand;
@@ -3205,13 +2873,13 @@ exports.ListCustomRoutingPortMappingsCommand = ListCustomRoutingPortMappingsComm
3205
2873
  exports.ListEndpointGroupsCommand = ListEndpointGroupsCommand;
3206
2874
  exports.ListListenersCommand = ListListenersCommand;
3207
2875
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3208
- exports.ListenerNotFoundException = ListenerNotFoundException;
2876
+ exports.ListenerNotFoundException = ListenerNotFoundException$1;
3209
2877
  exports.Protocol = Protocol;
3210
2878
  exports.ProvisionByoipCidrCommand = ProvisionByoipCidrCommand;
3211
2879
  exports.RemoveCustomRoutingEndpointsCommand = RemoveCustomRoutingEndpointsCommand;
3212
2880
  exports.RemoveEndpointsCommand = RemoveEndpointsCommand;
3213
2881
  exports.TagResourceCommand = TagResourceCommand;
3214
- exports.TransactionInProgressException = TransactionInProgressException;
2882
+ exports.TransactionInProgressException = TransactionInProgressException$1;
3215
2883
  exports.UntagResourceCommand = UntagResourceCommand;
3216
2884
  exports.UpdateAcceleratorAttributesCommand = UpdateAcceleratorAttributesCommand;
3217
2885
  exports.UpdateAcceleratorCommand = UpdateAcceleratorCommand;