@aws-sdk/client-global-accelerator 3.948.0 → 3.953.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.
- package/dist-cjs/index.js +695 -494
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/AddEndpointsCommand.js +2 -2
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -2
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/CreateAcceleratorCommand.js +2 -2
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/CreateEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -2
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeAcceleratorCommand.js +2 -2
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DescribeListenerCommand.js +2 -2
- package/dist-es/commands/ListAcceleratorsCommand.js +2 -2
- package/dist-es/commands/ListByoipCidrsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -2
- package/dist-es/commands/ListEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListListenersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -2
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/RemoveEndpointsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateAcceleratorCommand.js +2 -2
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -2
- package/dist-es/commands/UpdateListenerCommand.js +2 -2
- package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +384 -390
- package/dist-types/GlobalAcceleratorClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +208 -244
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +207 -244
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class GlobalAcceleratorClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class GlobalAcceleratorServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, GlobalAcceleratorServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AcceleratorNotDisabledException extends GlobalAcceleratorServiceException {
|
|
121
121
|
name = "AcceleratorNotDisabledException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AcceleratorNotDisabledException$1 = class AcceleratorNotDisabledException ex
|
|
|
130
130
|
Object.setPrototypeOf(this, AcceleratorNotDisabledException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class AcceleratorNotFoundException extends GlobalAcceleratorServiceException {
|
|
135
135
|
name = "AcceleratorNotFoundException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let AcceleratorNotFoundException$1 = class AcceleratorNotFoundException extends
|
|
|
144
144
|
Object.setPrototypeOf(this, AcceleratorNotFoundException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class AccessDeniedException extends GlobalAcceleratorServiceException {
|
|
149
149
|
name = "AccessDeniedException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends GlobalAccelera
|
|
|
158
158
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class ConflictException extends GlobalAcceleratorServiceException {
|
|
163
163
|
name = "ConflictException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let ConflictException$1 = class ConflictException extends GlobalAcceleratorServi
|
|
|
172
172
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class EndpointAlreadyExistsException extends GlobalAcceleratorServiceException {
|
|
177
177
|
name = "EndpointAlreadyExistsException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ let EndpointAlreadyExistsException$1 = class EndpointAlreadyExistsException exte
|
|
|
186
186
|
Object.setPrototypeOf(this, EndpointAlreadyExistsException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class EndpointGroupNotFoundException extends GlobalAcceleratorServiceException {
|
|
191
191
|
name = "EndpointGroupNotFoundException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -200,8 +200,8 @@ let EndpointGroupNotFoundException$1 = class EndpointGroupNotFoundException exte
|
|
|
200
200
|
Object.setPrototypeOf(this, EndpointGroupNotFoundException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class InternalServiceErrorException extends GlobalAcceleratorServiceException {
|
|
205
205
|
name = "InternalServiceErrorException";
|
|
206
206
|
$fault = "server";
|
|
207
207
|
Message;
|
|
@@ -214,8 +214,8 @@ let InternalServiceErrorException$1 = class InternalServiceErrorException extend
|
|
|
214
214
|
Object.setPrototypeOf(this, InternalServiceErrorException.prototype);
|
|
215
215
|
this.Message = opts.Message;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class InvalidArgumentException extends GlobalAcceleratorServiceException {
|
|
219
219
|
name = "InvalidArgumentException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
Message;
|
|
@@ -228,8 +228,8 @@ let InvalidArgumentException$1 = class InvalidArgumentException extends GlobalAc
|
|
|
228
228
|
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
229
229
|
this.Message = opts.Message;
|
|
230
230
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
231
|
+
}
|
|
232
|
+
class LimitExceededException extends GlobalAcceleratorServiceException {
|
|
233
233
|
name = "LimitExceededException";
|
|
234
234
|
$fault = "client";
|
|
235
235
|
Message;
|
|
@@ -242,8 +242,8 @@ let LimitExceededException$1 = class LimitExceededException extends GlobalAccele
|
|
|
242
242
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
243
243
|
this.Message = opts.Message;
|
|
244
244
|
}
|
|
245
|
-
}
|
|
246
|
-
|
|
245
|
+
}
|
|
246
|
+
class TransactionInProgressException extends GlobalAcceleratorServiceException {
|
|
247
247
|
name = "TransactionInProgressException";
|
|
248
248
|
$fault = "client";
|
|
249
249
|
Message;
|
|
@@ -256,8 +256,8 @@ let TransactionInProgressException$1 = class TransactionInProgressException exte
|
|
|
256
256
|
Object.setPrototypeOf(this, TransactionInProgressException.prototype);
|
|
257
257
|
this.Message = opts.Message;
|
|
258
258
|
}
|
|
259
|
-
}
|
|
260
|
-
|
|
259
|
+
}
|
|
260
|
+
class ByoipCidrNotFoundException extends GlobalAcceleratorServiceException {
|
|
261
261
|
name = "ByoipCidrNotFoundException";
|
|
262
262
|
$fault = "client";
|
|
263
263
|
Message;
|
|
@@ -270,8 +270,8 @@ let ByoipCidrNotFoundException$1 = class ByoipCidrNotFoundException extends Glob
|
|
|
270
270
|
Object.setPrototypeOf(this, ByoipCidrNotFoundException.prototype);
|
|
271
271
|
this.Message = opts.Message;
|
|
272
272
|
}
|
|
273
|
-
}
|
|
274
|
-
|
|
273
|
+
}
|
|
274
|
+
class IncorrectCidrStateException extends GlobalAcceleratorServiceException {
|
|
275
275
|
name = "IncorrectCidrStateException";
|
|
276
276
|
$fault = "client";
|
|
277
277
|
Message;
|
|
@@ -284,8 +284,8 @@ let IncorrectCidrStateException$1 = class IncorrectCidrStateException extends Gl
|
|
|
284
284
|
Object.setPrototypeOf(this, IncorrectCidrStateException.prototype);
|
|
285
285
|
this.Message = opts.Message;
|
|
286
286
|
}
|
|
287
|
-
}
|
|
288
|
-
|
|
287
|
+
}
|
|
288
|
+
class AssociatedEndpointGroupFoundException extends GlobalAcceleratorServiceException {
|
|
289
289
|
name = "AssociatedEndpointGroupFoundException";
|
|
290
290
|
$fault = "client";
|
|
291
291
|
Message;
|
|
@@ -298,8 +298,8 @@ let AssociatedEndpointGroupFoundException$1 = class AssociatedEndpointGroupFound
|
|
|
298
298
|
Object.setPrototypeOf(this, AssociatedEndpointGroupFoundException.prototype);
|
|
299
299
|
this.Message = opts.Message;
|
|
300
300
|
}
|
|
301
|
-
}
|
|
302
|
-
|
|
301
|
+
}
|
|
302
|
+
class AssociatedListenerFoundException extends GlobalAcceleratorServiceException {
|
|
303
303
|
name = "AssociatedListenerFoundException";
|
|
304
304
|
$fault = "client";
|
|
305
305
|
Message;
|
|
@@ -312,8 +312,8 @@ let AssociatedListenerFoundException$1 = class AssociatedListenerFoundException
|
|
|
312
312
|
Object.setPrototypeOf(this, AssociatedListenerFoundException.prototype);
|
|
313
313
|
this.Message = opts.Message;
|
|
314
314
|
}
|
|
315
|
-
}
|
|
316
|
-
|
|
315
|
+
}
|
|
316
|
+
class AttachmentNotFoundException extends GlobalAcceleratorServiceException {
|
|
317
317
|
name = "AttachmentNotFoundException";
|
|
318
318
|
$fault = "client";
|
|
319
319
|
Message;
|
|
@@ -326,8 +326,8 @@ let AttachmentNotFoundException$1 = class AttachmentNotFoundException extends Gl
|
|
|
326
326
|
Object.setPrototypeOf(this, AttachmentNotFoundException.prototype);
|
|
327
327
|
this.Message = opts.Message;
|
|
328
328
|
}
|
|
329
|
-
}
|
|
330
|
-
|
|
329
|
+
}
|
|
330
|
+
class EndpointGroupAlreadyExistsException extends GlobalAcceleratorServiceException {
|
|
331
331
|
name = "EndpointGroupAlreadyExistsException";
|
|
332
332
|
$fault = "client";
|
|
333
333
|
Message;
|
|
@@ -340,8 +340,8 @@ let EndpointGroupAlreadyExistsException$1 = class EndpointGroupAlreadyExistsExce
|
|
|
340
340
|
Object.setPrototypeOf(this, EndpointGroupAlreadyExistsException.prototype);
|
|
341
341
|
this.Message = opts.Message;
|
|
342
342
|
}
|
|
343
|
-
}
|
|
344
|
-
|
|
343
|
+
}
|
|
344
|
+
class InvalidPortRangeException extends GlobalAcceleratorServiceException {
|
|
345
345
|
name = "InvalidPortRangeException";
|
|
346
346
|
$fault = "client";
|
|
347
347
|
Message;
|
|
@@ -354,8 +354,8 @@ let InvalidPortRangeException$1 = class InvalidPortRangeException extends Global
|
|
|
354
354
|
Object.setPrototypeOf(this, InvalidPortRangeException.prototype);
|
|
355
355
|
this.Message = opts.Message;
|
|
356
356
|
}
|
|
357
|
-
}
|
|
358
|
-
|
|
357
|
+
}
|
|
358
|
+
class ListenerNotFoundException extends GlobalAcceleratorServiceException {
|
|
359
359
|
name = "ListenerNotFoundException";
|
|
360
360
|
$fault = "client";
|
|
361
361
|
Message;
|
|
@@ -368,8 +368,8 @@ let ListenerNotFoundException$1 = class ListenerNotFoundException extends Global
|
|
|
368
368
|
Object.setPrototypeOf(this, ListenerNotFoundException.prototype);
|
|
369
369
|
this.Message = opts.Message;
|
|
370
370
|
}
|
|
371
|
-
}
|
|
372
|
-
|
|
371
|
+
}
|
|
372
|
+
class EndpointNotFoundException extends GlobalAcceleratorServiceException {
|
|
373
373
|
name = "EndpointNotFoundException";
|
|
374
374
|
$fault = "client";
|
|
375
375
|
Message;
|
|
@@ -382,8 +382,8 @@ let EndpointNotFoundException$1 = class EndpointNotFoundException extends Global
|
|
|
382
382
|
Object.setPrototypeOf(this, EndpointNotFoundException.prototype);
|
|
383
383
|
this.Message = opts.Message;
|
|
384
384
|
}
|
|
385
|
-
}
|
|
386
|
-
|
|
385
|
+
}
|
|
386
|
+
class InvalidNextTokenException extends GlobalAcceleratorServiceException {
|
|
387
387
|
name = "InvalidNextTokenException";
|
|
388
388
|
$fault = "client";
|
|
389
389
|
Message;
|
|
@@ -396,7 +396,7 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Global
|
|
|
396
396
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
397
397
|
this.Message = opts.Message;
|
|
398
398
|
}
|
|
399
|
-
}
|
|
399
|
+
}
|
|
400
400
|
|
|
401
401
|
const _A = "Accelerator";
|
|
402
402
|
const _AA = "AcceleratorArn";
|
|
@@ -710,7 +710,7 @@ const _hE = "httpError";
|
|
|
710
710
|
const _s = "server";
|
|
711
711
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.globalaccelerator";
|
|
712
712
|
const n0 = "com.amazonaws.globalaccelerator";
|
|
713
|
-
var Accelerator = [
|
|
713
|
+
var Accelerator$ = [
|
|
714
714
|
3,
|
|
715
715
|
n0,
|
|
716
716
|
_A,
|
|
@@ -718,15 +718,15 @@ var Accelerator = [
|
|
|
718
718
|
[_AA, _N, _IAT, _E, _IS, _DN, _S, _CT, _LMT, _DSDN, _Ev],
|
|
719
719
|
[0, 0, 0, 2, () => IpSets, 0, 0, 4, 4, 0, () => AcceleratorEvents],
|
|
720
720
|
];
|
|
721
|
-
var AcceleratorAttributes = [3, n0, _AAc, 0, [_FLE, _FLSB, _FLSP], [2, 0, 0]];
|
|
722
|
-
var AcceleratorEvent = [3, n0, _AE, 0, [_M, _T], [0, 4]];
|
|
723
|
-
var AcceleratorNotDisabledException = [-3, n0, _ANDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
724
|
-
schema.TypeRegistry.for(n0).registerError(AcceleratorNotDisabledException
|
|
725
|
-
var AcceleratorNotFoundException = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
726
|
-
schema.TypeRegistry.for(n0).registerError(AcceleratorNotFoundException
|
|
727
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
728
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
729
|
-
var AddCustomRoutingEndpointsRequest = [
|
|
721
|
+
var AcceleratorAttributes$ = [3, n0, _AAc, 0, [_FLE, _FLSB, _FLSP], [2, 0, 0]];
|
|
722
|
+
var AcceleratorEvent$ = [3, n0, _AE, 0, [_M, _T], [0, 4]];
|
|
723
|
+
var AcceleratorNotDisabledException$ = [-3, n0, _ANDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
724
|
+
schema.TypeRegistry.for(n0).registerError(AcceleratorNotDisabledException$, AcceleratorNotDisabledException);
|
|
725
|
+
var AcceleratorNotFoundException$ = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
726
|
+
schema.TypeRegistry.for(n0).registerError(AcceleratorNotFoundException$, AcceleratorNotFoundException);
|
|
727
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
728
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
729
|
+
var AddCustomRoutingEndpointsRequest$ = [
|
|
730
730
|
3,
|
|
731
731
|
n0,
|
|
732
732
|
_ACRER,
|
|
@@ -734,7 +734,7 @@ var AddCustomRoutingEndpointsRequest = [
|
|
|
734
734
|
[_EC, _EGA],
|
|
735
735
|
[() => CustomRoutingEndpointConfigurations, 0],
|
|
736
736
|
];
|
|
737
|
-
var AddCustomRoutingEndpointsResponse = [
|
|
737
|
+
var AddCustomRoutingEndpointsResponse$ = [
|
|
738
738
|
3,
|
|
739
739
|
n0,
|
|
740
740
|
_ACRERd,
|
|
@@ -742,7 +742,7 @@ var AddCustomRoutingEndpointsResponse = [
|
|
|
742
742
|
[_ED, _EGA],
|
|
743
743
|
[() => CustomRoutingEndpointDescriptions, 0],
|
|
744
744
|
];
|
|
745
|
-
var AddEndpointsRequest = [
|
|
745
|
+
var AddEndpointsRequest$ = [
|
|
746
746
|
3,
|
|
747
747
|
n0,
|
|
748
748
|
_AER,
|
|
@@ -750,7 +750,7 @@ var AddEndpointsRequest = [
|
|
|
750
750
|
[_EC, _EGA],
|
|
751
751
|
[() => EndpointConfigurations, 0],
|
|
752
752
|
];
|
|
753
|
-
var AddEndpointsResponse = [
|
|
753
|
+
var AddEndpointsResponse$ = [
|
|
754
754
|
3,
|
|
755
755
|
n0,
|
|
756
756
|
_AERd,
|
|
@@ -758,9 +758,9 @@ var AddEndpointsResponse = [
|
|
|
758
758
|
[_ED, _EGA],
|
|
759
759
|
[() => EndpointDescriptions, 0],
|
|
760
760
|
];
|
|
761
|
-
var AdvertiseByoipCidrRequest = [3, n0, _ABCR, 0, [_C], [0]];
|
|
762
|
-
var AdvertiseByoipCidrResponse = [3, n0, _ABCRd, 0, [_BC], [() => ByoipCidr]];
|
|
763
|
-
var AllowCustomRoutingTrafficRequest = [
|
|
761
|
+
var AdvertiseByoipCidrRequest$ = [3, n0, _ABCR, 0, [_C], [0]];
|
|
762
|
+
var AdvertiseByoipCidrResponse$ = [3, n0, _ABCRd, 0, [_BC], [() => ByoipCidr$]];
|
|
763
|
+
var AllowCustomRoutingTrafficRequest$ = [
|
|
764
764
|
3,
|
|
765
765
|
n0,
|
|
766
766
|
_ACRTR,
|
|
@@ -768,7 +768,7 @@ var AllowCustomRoutingTrafficRequest = [
|
|
|
768
768
|
[_EGA, _EI, _DA, _DP, _AATTE],
|
|
769
769
|
[0, 0, 64 | 0, 64 | 1, 2],
|
|
770
770
|
];
|
|
771
|
-
var AssociatedEndpointGroupFoundException = [
|
|
771
|
+
var AssociatedEndpointGroupFoundException$ = [
|
|
772
772
|
-3,
|
|
773
773
|
n0,
|
|
774
774
|
_AEGFE,
|
|
@@ -776,10 +776,10 @@ var AssociatedEndpointGroupFoundException = [
|
|
|
776
776
|
[_M],
|
|
777
777
|
[0],
|
|
778
778
|
];
|
|
779
|
-
schema.TypeRegistry.for(n0).registerError(AssociatedEndpointGroupFoundException
|
|
780
|
-
var AssociatedListenerFoundException = [-3, n0, _ALFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
781
|
-
schema.TypeRegistry.for(n0).registerError(AssociatedListenerFoundException
|
|
782
|
-
var Attachment = [
|
|
779
|
+
schema.TypeRegistry.for(n0).registerError(AssociatedEndpointGroupFoundException$, AssociatedEndpointGroupFoundException);
|
|
780
|
+
var AssociatedListenerFoundException$ = [-3, n0, _ALFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
781
|
+
schema.TypeRegistry.for(n0).registerError(AssociatedListenerFoundException$, AssociatedListenerFoundException);
|
|
782
|
+
var Attachment$ = [
|
|
783
783
|
3,
|
|
784
784
|
n0,
|
|
785
785
|
_At,
|
|
@@ -787,16 +787,16 @@ var Attachment = [
|
|
|
787
787
|
[_AAt, _N, _P, _R, _LMT, _CT],
|
|
788
788
|
[0, 0, 64 | 0, () => Resources, 4, 4],
|
|
789
789
|
];
|
|
790
|
-
var AttachmentNotFoundException = [-3, n0, _ANFEt, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
791
|
-
schema.TypeRegistry.for(n0).registerError(AttachmentNotFoundException
|
|
792
|
-
var ByoipCidr = [3, n0, _BC, 0, [_C, _St, _Ev], [0, 0, () => ByoipCidrEvents]];
|
|
793
|
-
var ByoipCidrEvent = [3, n0, _BCE, 0, [_M, _T], [0, 4]];
|
|
794
|
-
var ByoipCidrNotFoundException = [-3, n0, _BCNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
795
|
-
schema.TypeRegistry.for(n0).registerError(ByoipCidrNotFoundException
|
|
796
|
-
var CidrAuthorizationContext = [3, n0, _CAC, 0, [_M, _Si], [0, 0]];
|
|
797
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
798
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
799
|
-
var CreateAcceleratorRequest = [
|
|
790
|
+
var AttachmentNotFoundException$ = [-3, n0, _ANFEt, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
791
|
+
schema.TypeRegistry.for(n0).registerError(AttachmentNotFoundException$, AttachmentNotFoundException);
|
|
792
|
+
var ByoipCidr$ = [3, n0, _BC, 0, [_C, _St, _Ev], [0, 0, () => ByoipCidrEvents]];
|
|
793
|
+
var ByoipCidrEvent$ = [3, n0, _BCE, 0, [_M, _T], [0, 4]];
|
|
794
|
+
var ByoipCidrNotFoundException$ = [-3, n0, _BCNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
795
|
+
schema.TypeRegistry.for(n0).registerError(ByoipCidrNotFoundException$, ByoipCidrNotFoundException);
|
|
796
|
+
var CidrAuthorizationContext$ = [3, n0, _CAC, 0, [_M, _Si], [0, 0]];
|
|
797
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
798
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
799
|
+
var CreateAcceleratorRequest$ = [
|
|
800
800
|
3,
|
|
801
801
|
n0,
|
|
802
802
|
_CAR,
|
|
@@ -804,8 +804,8 @@ var CreateAcceleratorRequest = [
|
|
|
804
804
|
[_N, _IAT, _IA, _E, _IT, _Ta],
|
|
805
805
|
[0, 0, 64 | 0, 2, [0, 4], () => Tags],
|
|
806
806
|
];
|
|
807
|
-
var CreateAcceleratorResponse = [3, n0, _CARr, 0, [_A], [() => Accelerator]];
|
|
808
|
-
var CreateCrossAccountAttachmentRequest = [
|
|
807
|
+
var CreateAcceleratorResponse$ = [3, n0, _CARr, 0, [_A], [() => Accelerator$]];
|
|
808
|
+
var CreateCrossAccountAttachmentRequest$ = [
|
|
809
809
|
3,
|
|
810
810
|
n0,
|
|
811
811
|
_CCAAR,
|
|
@@ -813,15 +813,15 @@ var CreateCrossAccountAttachmentRequest = [
|
|
|
813
813
|
[_N, _P, _R, _IT, _Ta],
|
|
814
814
|
[0, 64 | 0, () => Resources, [0, 4], () => Tags],
|
|
815
815
|
];
|
|
816
|
-
var CreateCrossAccountAttachmentResponse = [
|
|
816
|
+
var CreateCrossAccountAttachmentResponse$ = [
|
|
817
817
|
3,
|
|
818
818
|
n0,
|
|
819
819
|
_CCAARr,
|
|
820
820
|
0,
|
|
821
821
|
[_CAA],
|
|
822
|
-
[() => Attachment],
|
|
822
|
+
[() => Attachment$],
|
|
823
823
|
];
|
|
824
|
-
var CreateCustomRoutingAcceleratorRequest = [
|
|
824
|
+
var CreateCustomRoutingAcceleratorRequest$ = [
|
|
825
825
|
3,
|
|
826
826
|
n0,
|
|
827
827
|
_CCRAR,
|
|
@@ -829,15 +829,15 @@ var CreateCustomRoutingAcceleratorRequest = [
|
|
|
829
829
|
[_N, _IAT, _IA, _E, _IT, _Ta],
|
|
830
830
|
[0, 0, 64 | 0, 2, [0, 4], () => Tags],
|
|
831
831
|
];
|
|
832
|
-
var CreateCustomRoutingAcceleratorResponse = [
|
|
832
|
+
var CreateCustomRoutingAcceleratorResponse$ = [
|
|
833
833
|
3,
|
|
834
834
|
n0,
|
|
835
835
|
_CCRARr,
|
|
836
836
|
0,
|
|
837
837
|
[_A],
|
|
838
|
-
[() => CustomRoutingAccelerator],
|
|
838
|
+
[() => CustomRoutingAccelerator$],
|
|
839
839
|
];
|
|
840
|
-
var CreateCustomRoutingEndpointGroupRequest = [
|
|
840
|
+
var CreateCustomRoutingEndpointGroupRequest$ = [
|
|
841
841
|
3,
|
|
842
842
|
n0,
|
|
843
843
|
_CCREGR,
|
|
@@ -845,15 +845,15 @@ var CreateCustomRoutingEndpointGroupRequest = [
|
|
|
845
845
|
[_LA, _EGR, _DC, _IT],
|
|
846
846
|
[0, 0, () => CustomRoutingDestinationConfigurations, [0, 4]],
|
|
847
847
|
];
|
|
848
|
-
var CreateCustomRoutingEndpointGroupResponse = [
|
|
848
|
+
var CreateCustomRoutingEndpointGroupResponse$ = [
|
|
849
849
|
3,
|
|
850
850
|
n0,
|
|
851
851
|
_CCREGRr,
|
|
852
852
|
0,
|
|
853
853
|
[_EG],
|
|
854
|
-
[() => CustomRoutingEndpointGroup],
|
|
854
|
+
[() => CustomRoutingEndpointGroup$],
|
|
855
855
|
];
|
|
856
|
-
var CreateCustomRoutingListenerRequest = [
|
|
856
|
+
var CreateCustomRoutingListenerRequest$ = [
|
|
857
857
|
3,
|
|
858
858
|
n0,
|
|
859
859
|
_CCRLR,
|
|
@@ -861,15 +861,15 @@ var CreateCustomRoutingListenerRequest = [
|
|
|
861
861
|
[_AA, _PR, _IT],
|
|
862
862
|
[0, () => PortRanges, [0, 4]],
|
|
863
863
|
];
|
|
864
|
-
var CreateCustomRoutingListenerResponse = [
|
|
864
|
+
var CreateCustomRoutingListenerResponse$ = [
|
|
865
865
|
3,
|
|
866
866
|
n0,
|
|
867
867
|
_CCRLRr,
|
|
868
868
|
0,
|
|
869
869
|
[_L],
|
|
870
|
-
[() => CustomRoutingListener],
|
|
870
|
+
[() => CustomRoutingListener$],
|
|
871
871
|
];
|
|
872
|
-
var CreateEndpointGroupRequest = [
|
|
872
|
+
var CreateEndpointGroupRequest$ = [
|
|
873
873
|
3,
|
|
874
874
|
n0,
|
|
875
875
|
_CEGR,
|
|
@@ -877,8 +877,8 @@ var CreateEndpointGroupRequest = [
|
|
|
877
877
|
[_LA, _EGR, _EC, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _IT, _PO],
|
|
878
878
|
[0, 0, () => EndpointConfigurations, 1, 1, 0, 0, 1, 1, [0, 4], () => PortOverrides],
|
|
879
879
|
];
|
|
880
|
-
var CreateEndpointGroupResponse = [3, n0, _CEGRr, 0, [_EG], [() => EndpointGroup]];
|
|
881
|
-
var CreateListenerRequest = [
|
|
880
|
+
var CreateEndpointGroupResponse$ = [3, n0, _CEGRr, 0, [_EG], [() => EndpointGroup$]];
|
|
881
|
+
var CreateListenerRequest$ = [
|
|
882
882
|
3,
|
|
883
883
|
n0,
|
|
884
884
|
_CLR,
|
|
@@ -886,9 +886,9 @@ var CreateListenerRequest = [
|
|
|
886
886
|
[_AA, _PR, _Pr, _CA, _IT],
|
|
887
887
|
[0, () => PortRanges, 0, 0, [0, 4]],
|
|
888
888
|
];
|
|
889
|
-
var CreateListenerResponse = [3, n0, _CLRr, 0, [_L], [() => Listener]];
|
|
890
|
-
var CrossAccountResource = [3, n0, _CARro, 0, [_EI, _C, _AAt], [0, 0, 0]];
|
|
891
|
-
var CustomRoutingAccelerator = [
|
|
889
|
+
var CreateListenerResponse$ = [3, n0, _CLRr, 0, [_L], [() => Listener$]];
|
|
890
|
+
var CrossAccountResource$ = [3, n0, _CARro, 0, [_EI, _C, _AAt], [0, 0, 0]];
|
|
891
|
+
var CustomRoutingAccelerator$ = [
|
|
892
892
|
3,
|
|
893
893
|
n0,
|
|
894
894
|
_CRA,
|
|
@@ -896,7 +896,7 @@ var CustomRoutingAccelerator = [
|
|
|
896
896
|
[_AA, _N, _IAT, _E, _IS, _DN, _S, _CT, _LMT],
|
|
897
897
|
[0, 0, 0, 2, () => IpSets, 0, 0, 4, 4],
|
|
898
898
|
];
|
|
899
|
-
var CustomRoutingAcceleratorAttributes = [
|
|
899
|
+
var CustomRoutingAcceleratorAttributes$ = [
|
|
900
900
|
3,
|
|
901
901
|
n0,
|
|
902
902
|
_CRAA,
|
|
@@ -904,7 +904,7 @@ var CustomRoutingAcceleratorAttributes = [
|
|
|
904
904
|
[_FLE, _FLSB, _FLSP],
|
|
905
905
|
[2, 0, 0],
|
|
906
906
|
];
|
|
907
|
-
var CustomRoutingDestinationConfiguration = [
|
|
907
|
+
var CustomRoutingDestinationConfiguration$ = [
|
|
908
908
|
3,
|
|
909
909
|
n0,
|
|
910
910
|
_CRDC,
|
|
@@ -912,7 +912,7 @@ var CustomRoutingDestinationConfiguration = [
|
|
|
912
912
|
[_FP, _TP, _Pro],
|
|
913
913
|
[1, 1, 64 | 0],
|
|
914
914
|
];
|
|
915
|
-
var CustomRoutingDestinationDescription = [
|
|
915
|
+
var CustomRoutingDestinationDescription$ = [
|
|
916
916
|
3,
|
|
917
917
|
n0,
|
|
918
918
|
_CRDD,
|
|
@@ -920,9 +920,9 @@ var CustomRoutingDestinationDescription = [
|
|
|
920
920
|
[_FP, _TP, _Pro],
|
|
921
921
|
[1, 1, 64 | 0],
|
|
922
922
|
];
|
|
923
|
-
var CustomRoutingEndpointConfiguration = [3, n0, _CREC, 0, [_EI, _AAt], [0, 0]];
|
|
924
|
-
var CustomRoutingEndpointDescription = [3, n0, _CRED, 0, [_EI], [0]];
|
|
925
|
-
var CustomRoutingEndpointGroup = [
|
|
923
|
+
var CustomRoutingEndpointConfiguration$ = [3, n0, _CREC, 0, [_EI, _AAt], [0, 0]];
|
|
924
|
+
var CustomRoutingEndpointDescription$ = [3, n0, _CRED, 0, [_EI], [0]];
|
|
925
|
+
var CustomRoutingEndpointGroup$ = [
|
|
926
926
|
3,
|
|
927
927
|
n0,
|
|
928
928
|
_CREG,
|
|
@@ -930,15 +930,15 @@ var CustomRoutingEndpointGroup = [
|
|
|
930
930
|
[_EGA, _EGR, _DD, _ED],
|
|
931
931
|
[0, 0, () => CustomRoutingDestinationDescriptions, () => CustomRoutingEndpointDescriptions],
|
|
932
932
|
];
|
|
933
|
-
var CustomRoutingListener = [3, n0, _CRL, 0, [_LA, _PR], [0, () => PortRanges]];
|
|
934
|
-
var DeleteAcceleratorRequest = [3, n0, _DAR, 0, [_AA], [0]];
|
|
935
|
-
var DeleteCrossAccountAttachmentRequest = [3, n0, _DCAAR, 0, [_AAt], [0]];
|
|
936
|
-
var DeleteCustomRoutingAcceleratorRequest = [3, n0, _DCRAR, 0, [_AA], [0]];
|
|
937
|
-
var DeleteCustomRoutingEndpointGroupRequest = [3, n0, _DCREGR, 0, [_EGA], [0]];
|
|
938
|
-
var DeleteCustomRoutingListenerRequest = [3, n0, _DCRLR, 0, [_LA], [0]];
|
|
939
|
-
var DeleteEndpointGroupRequest = [3, n0, _DEGR, 0, [_EGA], [0]];
|
|
940
|
-
var DeleteListenerRequest = [3, n0, _DLR, 0, [_LA], [0]];
|
|
941
|
-
var DenyCustomRoutingTrafficRequest = [
|
|
933
|
+
var CustomRoutingListener$ = [3, n0, _CRL, 0, [_LA, _PR], [0, () => PortRanges]];
|
|
934
|
+
var DeleteAcceleratorRequest$ = [3, n0, _DAR, 0, [_AA], [0]];
|
|
935
|
+
var DeleteCrossAccountAttachmentRequest$ = [3, n0, _DCAAR, 0, [_AAt], [0]];
|
|
936
|
+
var DeleteCustomRoutingAcceleratorRequest$ = [3, n0, _DCRAR, 0, [_AA], [0]];
|
|
937
|
+
var DeleteCustomRoutingEndpointGroupRequest$ = [3, n0, _DCREGR, 0, [_EGA], [0]];
|
|
938
|
+
var DeleteCustomRoutingListenerRequest$ = [3, n0, _DCRLR, 0, [_LA], [0]];
|
|
939
|
+
var DeleteEndpointGroupRequest$ = [3, n0, _DEGR, 0, [_EGA], [0]];
|
|
940
|
+
var DeleteListenerRequest$ = [3, n0, _DLR, 0, [_LA], [0]];
|
|
941
|
+
var DenyCustomRoutingTrafficRequest$ = [
|
|
942
942
|
3,
|
|
943
943
|
n0,
|
|
944
944
|
_DCRTR,
|
|
@@ -946,81 +946,81 @@ var DenyCustomRoutingTrafficRequest = [
|
|
|
946
946
|
[_EGA, _EI, _DA, _DP, _DATTE],
|
|
947
947
|
[0, 0, 64 | 0, 64 | 1, 2],
|
|
948
948
|
];
|
|
949
|
-
var DeprovisionByoipCidrRequest = [3, n0, _DBCR, 0, [_C], [0]];
|
|
950
|
-
var DeprovisionByoipCidrResponse = [3, n0, _DBCRe, 0, [_BC], [() => ByoipCidr]];
|
|
951
|
-
var DescribeAcceleratorAttributesRequest = [3, n0, _DAAR, 0, [_AA], [0]];
|
|
952
|
-
var DescribeAcceleratorAttributesResponse = [
|
|
949
|
+
var DeprovisionByoipCidrRequest$ = [3, n0, _DBCR, 0, [_C], [0]];
|
|
950
|
+
var DeprovisionByoipCidrResponse$ = [3, n0, _DBCRe, 0, [_BC], [() => ByoipCidr$]];
|
|
951
|
+
var DescribeAcceleratorAttributesRequest$ = [3, n0, _DAAR, 0, [_AA], [0]];
|
|
952
|
+
var DescribeAcceleratorAttributesResponse$ = [
|
|
953
953
|
3,
|
|
954
954
|
n0,
|
|
955
955
|
_DAARe,
|
|
956
956
|
0,
|
|
957
957
|
[_AAc],
|
|
958
|
-
[() => AcceleratorAttributes],
|
|
958
|
+
[() => AcceleratorAttributes$],
|
|
959
959
|
];
|
|
960
|
-
var DescribeAcceleratorRequest = [3, n0, _DARe, 0, [_AA], [0]];
|
|
961
|
-
var DescribeAcceleratorResponse = [3, n0, _DARes, 0, [_A], [() => Accelerator]];
|
|
962
|
-
var DescribeCrossAccountAttachmentRequest = [3, n0, _DCAARe, 0, [_AAt], [0]];
|
|
963
|
-
var DescribeCrossAccountAttachmentResponse = [
|
|
960
|
+
var DescribeAcceleratorRequest$ = [3, n0, _DARe, 0, [_AA], [0]];
|
|
961
|
+
var DescribeAcceleratorResponse$ = [3, n0, _DARes, 0, [_A], [() => Accelerator$]];
|
|
962
|
+
var DescribeCrossAccountAttachmentRequest$ = [3, n0, _DCAARe, 0, [_AAt], [0]];
|
|
963
|
+
var DescribeCrossAccountAttachmentResponse$ = [
|
|
964
964
|
3,
|
|
965
965
|
n0,
|
|
966
966
|
_DCAARes,
|
|
967
967
|
0,
|
|
968
968
|
[_CAA],
|
|
969
|
-
[() => Attachment],
|
|
969
|
+
[() => Attachment$],
|
|
970
970
|
];
|
|
971
|
-
var DescribeCustomRoutingAcceleratorAttributesRequest = [3, n0, _DCRAAR, 0, [_AA], [0]];
|
|
972
|
-
var DescribeCustomRoutingAcceleratorAttributesResponse = [
|
|
971
|
+
var DescribeCustomRoutingAcceleratorAttributesRequest$ = [3, n0, _DCRAAR, 0, [_AA], [0]];
|
|
972
|
+
var DescribeCustomRoutingAcceleratorAttributesResponse$ = [
|
|
973
973
|
3,
|
|
974
974
|
n0,
|
|
975
975
|
_DCRAARe,
|
|
976
976
|
0,
|
|
977
977
|
[_AAc],
|
|
978
|
-
[() => CustomRoutingAcceleratorAttributes],
|
|
978
|
+
[() => CustomRoutingAcceleratorAttributes$],
|
|
979
979
|
];
|
|
980
|
-
var DescribeCustomRoutingAcceleratorRequest = [3, n0, _DCRARe, 0, [_AA], [0]];
|
|
981
|
-
var DescribeCustomRoutingAcceleratorResponse = [
|
|
980
|
+
var DescribeCustomRoutingAcceleratorRequest$ = [3, n0, _DCRARe, 0, [_AA], [0]];
|
|
981
|
+
var DescribeCustomRoutingAcceleratorResponse$ = [
|
|
982
982
|
3,
|
|
983
983
|
n0,
|
|
984
984
|
_DCRARes,
|
|
985
985
|
0,
|
|
986
986
|
[_A],
|
|
987
|
-
[() => CustomRoutingAccelerator],
|
|
987
|
+
[() => CustomRoutingAccelerator$],
|
|
988
988
|
];
|
|
989
|
-
var DescribeCustomRoutingEndpointGroupRequest = [3, n0, _DCREGRe, 0, [_EGA], [0]];
|
|
990
|
-
var DescribeCustomRoutingEndpointGroupResponse = [
|
|
989
|
+
var DescribeCustomRoutingEndpointGroupRequest$ = [3, n0, _DCREGRe, 0, [_EGA], [0]];
|
|
990
|
+
var DescribeCustomRoutingEndpointGroupResponse$ = [
|
|
991
991
|
3,
|
|
992
992
|
n0,
|
|
993
993
|
_DCREGRes,
|
|
994
994
|
0,
|
|
995
995
|
[_EG],
|
|
996
|
-
[() => CustomRoutingEndpointGroup],
|
|
996
|
+
[() => CustomRoutingEndpointGroup$],
|
|
997
997
|
];
|
|
998
|
-
var DescribeCustomRoutingListenerRequest = [3, n0, _DCRLRe, 0, [_LA], [0]];
|
|
999
|
-
var DescribeCustomRoutingListenerResponse = [
|
|
998
|
+
var DescribeCustomRoutingListenerRequest$ = [3, n0, _DCRLRe, 0, [_LA], [0]];
|
|
999
|
+
var DescribeCustomRoutingListenerResponse$ = [
|
|
1000
1000
|
3,
|
|
1001
1001
|
n0,
|
|
1002
1002
|
_DCRLRes,
|
|
1003
1003
|
0,
|
|
1004
1004
|
[_L],
|
|
1005
|
-
[() => CustomRoutingListener],
|
|
1005
|
+
[() => CustomRoutingListener$],
|
|
1006
1006
|
];
|
|
1007
|
-
var DescribeEndpointGroupRequest = [3, n0, _DEGRe, 0, [_EGA], [0]];
|
|
1008
|
-
var DescribeEndpointGroupResponse = [3, n0, _DEGRes, 0, [_EG], [() => EndpointGroup]];
|
|
1009
|
-
var DescribeListenerRequest = [3, n0, _DLRe, 0, [_LA], [0]];
|
|
1010
|
-
var DescribeListenerResponse = [3, n0, _DLRes, 0, [_L], [() => Listener]];
|
|
1011
|
-
var DestinationPortMapping = [
|
|
1007
|
+
var DescribeEndpointGroupRequest$ = [3, n0, _DEGRe, 0, [_EGA], [0]];
|
|
1008
|
+
var DescribeEndpointGroupResponse$ = [3, n0, _DEGRes, 0, [_EG], [() => EndpointGroup$]];
|
|
1009
|
+
var DescribeListenerRequest$ = [3, n0, _DLRe, 0, [_LA], [0]];
|
|
1010
|
+
var DescribeListenerResponse$ = [3, n0, _DLRes, 0, [_L], [() => Listener$]];
|
|
1011
|
+
var DestinationPortMapping$ = [
|
|
1012
1012
|
3,
|
|
1013
1013
|
n0,
|
|
1014
1014
|
_DPM,
|
|
1015
1015
|
0,
|
|
1016
1016
|
[_AA, _ASA, _EGA, _EI, _EGR, _DSA, _IAT, _DTS],
|
|
1017
|
-
[0, () => SocketAddresses, 0, 0, 0, () => SocketAddress
|
|
1017
|
+
[0, () => SocketAddresses, 0, 0, 0, () => SocketAddress$, 0, 0],
|
|
1018
1018
|
];
|
|
1019
|
-
var EndpointAlreadyExistsException = [-3, n0, _EAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1020
|
-
schema.TypeRegistry.for(n0).registerError(EndpointAlreadyExistsException
|
|
1021
|
-
var EndpointConfiguration = [3, n0, _ECn, 0, [_EI, _W, _CIPPE, _AAt], [0, 1, 2, 0]];
|
|
1022
|
-
var EndpointDescription = [3, n0, _EDn, 0, [_EI, _W, _HS, _HR, _CIPPE], [0, 1, 0, 0, 2]];
|
|
1023
|
-
var EndpointGroup = [
|
|
1019
|
+
var EndpointAlreadyExistsException$ = [-3, n0, _EAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1020
|
+
schema.TypeRegistry.for(n0).registerError(EndpointAlreadyExistsException$, EndpointAlreadyExistsException);
|
|
1021
|
+
var EndpointConfiguration$ = [3, n0, _ECn, 0, [_EI, _W, _CIPPE, _AAt], [0, 1, 2, 0]];
|
|
1022
|
+
var EndpointDescription$ = [3, n0, _EDn, 0, [_EI, _W, _HS, _HR, _CIPPE], [0, 1, 0, 0, 2]];
|
|
1023
|
+
var EndpointGroup$ = [
|
|
1024
1024
|
3,
|
|
1025
1025
|
n0,
|
|
1026
1026
|
_EG,
|
|
@@ -1028,7 +1028,7 @@ var EndpointGroup = [
|
|
|
1028
1028
|
[_EGA, _EGR, _ED, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _PO],
|
|
1029
1029
|
[0, 0, () => EndpointDescriptions, 1, 1, 0, 0, 1, 1, () => PortOverrides],
|
|
1030
1030
|
];
|
|
1031
|
-
var EndpointGroupAlreadyExistsException = [
|
|
1031
|
+
var EndpointGroupAlreadyExistsException$ = [
|
|
1032
1032
|
-3,
|
|
1033
1033
|
n0,
|
|
1034
1034
|
_EGAEE,
|
|
@@ -1036,31 +1036,31 @@ var EndpointGroupAlreadyExistsException = [
|
|
|
1036
1036
|
[_M],
|
|
1037
1037
|
[0],
|
|
1038
1038
|
];
|
|
1039
|
-
schema.TypeRegistry.for(n0).registerError(EndpointGroupAlreadyExistsException
|
|
1040
|
-
var EndpointGroupNotFoundException = [-3, n0, _EGNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1041
|
-
schema.TypeRegistry.for(n0).registerError(EndpointGroupNotFoundException
|
|
1042
|
-
var EndpointIdentifier = [3, n0, _EIn, 0, [_EI, _CIPPE], [0, 2]];
|
|
1043
|
-
var EndpointNotFoundException = [-3, n0, _ENFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1044
|
-
schema.TypeRegistry.for(n0).registerError(EndpointNotFoundException
|
|
1045
|
-
var IncorrectCidrStateException = [-3, n0, _ICSE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1046
|
-
schema.TypeRegistry.for(n0).registerError(IncorrectCidrStateException
|
|
1047
|
-
var InternalServiceErrorException = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
1048
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException
|
|
1049
|
-
var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1050
|
-
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException
|
|
1051
|
-
var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1052
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
1053
|
-
var InvalidPortRangeException = [-3, n0, _IPRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1054
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPortRangeException
|
|
1055
|
-
var IpSet = [3, n0, _ISp, 0, [_IF, _IA, _IAF], [0, 64 | 0, 0]];
|
|
1056
|
-
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1057
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
1058
|
-
var ListAcceleratorsRequest = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
|
|
1059
|
-
var ListAcceleratorsResponse = [3, n0, _LARi, 0, [_Ac, _NT], [() => Accelerators, 0]];
|
|
1060
|
-
var ListByoipCidrsRequest = [3, n0, _LBCR, 0, [_MR, _NT], [1, 0]];
|
|
1061
|
-
var ListByoipCidrsResponse = [3, n0, _LBCRi, 0, [_BCy, _NT], [() => ByoipCidrs, 0]];
|
|
1062
|
-
var ListCrossAccountAttachmentsRequest = [3, n0, _LCAAR, 0, [_MR, _NT], [1, 0]];
|
|
1063
|
-
var ListCrossAccountAttachmentsResponse = [
|
|
1039
|
+
schema.TypeRegistry.for(n0).registerError(EndpointGroupAlreadyExistsException$, EndpointGroupAlreadyExistsException);
|
|
1040
|
+
var EndpointGroupNotFoundException$ = [-3, n0, _EGNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1041
|
+
schema.TypeRegistry.for(n0).registerError(EndpointGroupNotFoundException$, EndpointGroupNotFoundException);
|
|
1042
|
+
var EndpointIdentifier$ = [3, n0, _EIn, 0, [_EI, _CIPPE], [0, 2]];
|
|
1043
|
+
var EndpointNotFoundException$ = [-3, n0, _ENFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1044
|
+
schema.TypeRegistry.for(n0).registerError(EndpointNotFoundException$, EndpointNotFoundException);
|
|
1045
|
+
var IncorrectCidrStateException$ = [-3, n0, _ICSE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1046
|
+
schema.TypeRegistry.for(n0).registerError(IncorrectCidrStateException$, IncorrectCidrStateException);
|
|
1047
|
+
var InternalServiceErrorException$ = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
1048
|
+
schema.TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
1049
|
+
var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1050
|
+
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
|
|
1051
|
+
var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1052
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1053
|
+
var InvalidPortRangeException$ = [-3, n0, _IPRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1054
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPortRangeException$, InvalidPortRangeException);
|
|
1055
|
+
var IpSet$ = [3, n0, _ISp, 0, [_IF, _IA, _IAF], [0, 64 | 0, 0]];
|
|
1056
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1057
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1058
|
+
var ListAcceleratorsRequest$ = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
|
|
1059
|
+
var ListAcceleratorsResponse$ = [3, n0, _LARi, 0, [_Ac, _NT], [() => Accelerators, 0]];
|
|
1060
|
+
var ListByoipCidrsRequest$ = [3, n0, _LBCR, 0, [_MR, _NT], [1, 0]];
|
|
1061
|
+
var ListByoipCidrsResponse$ = [3, n0, _LBCRi, 0, [_BCy, _NT], [() => ByoipCidrs, 0]];
|
|
1062
|
+
var ListCrossAccountAttachmentsRequest$ = [3, n0, _LCAAR, 0, [_MR, _NT], [1, 0]];
|
|
1063
|
+
var ListCrossAccountAttachmentsResponse$ = [
|
|
1064
1064
|
3,
|
|
1065
1065
|
n0,
|
|
1066
1066
|
_LCAARi,
|
|
@@ -1068,9 +1068,9 @@ var ListCrossAccountAttachmentsResponse = [
|
|
|
1068
1068
|
[_CAAr, _NT],
|
|
1069
1069
|
[() => Attachments, 0],
|
|
1070
1070
|
];
|
|
1071
|
-
var ListCrossAccountResourceAccountsRequest = [3, n0, _LCARAR, 0, [], []];
|
|
1072
|
-
var ListCrossAccountResourceAccountsResponse = [3, n0, _LCARARi, 0, [_ROAAI], [64 | 0]];
|
|
1073
|
-
var ListCrossAccountResourcesRequest = [
|
|
1071
|
+
var ListCrossAccountResourceAccountsRequest$ = [3, n0, _LCARAR, 0, [], []];
|
|
1072
|
+
var ListCrossAccountResourceAccountsResponse$ = [3, n0, _LCARARi, 0, [_ROAAI], [64 | 0]];
|
|
1073
|
+
var ListCrossAccountResourcesRequest$ = [
|
|
1074
1074
|
3,
|
|
1075
1075
|
n0,
|
|
1076
1076
|
_LCARR,
|
|
@@ -1078,7 +1078,7 @@ var ListCrossAccountResourcesRequest = [
|
|
|
1078
1078
|
[_AA, _ROAAIe, _MR, _NT],
|
|
1079
1079
|
[0, 0, 1, 0],
|
|
1080
1080
|
];
|
|
1081
|
-
var ListCrossAccountResourcesResponse = [
|
|
1081
|
+
var ListCrossAccountResourcesResponse$ = [
|
|
1082
1082
|
3,
|
|
1083
1083
|
n0,
|
|
1084
1084
|
_LCARRi,
|
|
@@ -1086,8 +1086,8 @@ var ListCrossAccountResourcesResponse = [
|
|
|
1086
1086
|
[_CARros, _NT],
|
|
1087
1087
|
[() => CrossAccountResources, 0],
|
|
1088
1088
|
];
|
|
1089
|
-
var ListCustomRoutingAcceleratorsRequest = [3, n0, _LCRAR, 0, [_MR, _NT], [1, 0]];
|
|
1090
|
-
var ListCustomRoutingAcceleratorsResponse = [
|
|
1089
|
+
var ListCustomRoutingAcceleratorsRequest$ = [3, n0, _LCRAR, 0, [_MR, _NT], [1, 0]];
|
|
1090
|
+
var ListCustomRoutingAcceleratorsResponse$ = [
|
|
1091
1091
|
3,
|
|
1092
1092
|
n0,
|
|
1093
1093
|
_LCRARi,
|
|
@@ -1095,7 +1095,7 @@ var ListCustomRoutingAcceleratorsResponse = [
|
|
|
1095
1095
|
[_Ac, _NT],
|
|
1096
1096
|
[() => CustomRoutingAccelerators, 0],
|
|
1097
1097
|
];
|
|
1098
|
-
var ListCustomRoutingEndpointGroupsRequest = [
|
|
1098
|
+
var ListCustomRoutingEndpointGroupsRequest$ = [
|
|
1099
1099
|
3,
|
|
1100
1100
|
n0,
|
|
1101
1101
|
_LCREGR,
|
|
@@ -1103,7 +1103,7 @@ var ListCustomRoutingEndpointGroupsRequest = [
|
|
|
1103
1103
|
[_LA, _MR, _NT],
|
|
1104
1104
|
[0, 1, 0],
|
|
1105
1105
|
];
|
|
1106
|
-
var ListCustomRoutingEndpointGroupsResponse = [
|
|
1106
|
+
var ListCustomRoutingEndpointGroupsResponse$ = [
|
|
1107
1107
|
3,
|
|
1108
1108
|
n0,
|
|
1109
1109
|
_LCREGRi,
|
|
@@ -1111,8 +1111,8 @@ var ListCustomRoutingEndpointGroupsResponse = [
|
|
|
1111
1111
|
[_EGn, _NT],
|
|
1112
1112
|
[() => CustomRoutingEndpointGroups, 0],
|
|
1113
1113
|
];
|
|
1114
|
-
var ListCustomRoutingListenersRequest = [3, n0, _LCRLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
|
|
1115
|
-
var ListCustomRoutingListenersResponse = [
|
|
1114
|
+
var ListCustomRoutingListenersRequest$ = [3, n0, _LCRLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
|
|
1115
|
+
var ListCustomRoutingListenersResponse$ = [
|
|
1116
1116
|
3,
|
|
1117
1117
|
n0,
|
|
1118
1118
|
_LCRLRi,
|
|
@@ -1120,7 +1120,7 @@ var ListCustomRoutingListenersResponse = [
|
|
|
1120
1120
|
[_Li, _NT],
|
|
1121
1121
|
[() => CustomRoutingListeners, 0],
|
|
1122
1122
|
];
|
|
1123
|
-
var ListCustomRoutingPortMappingsByDestinationRequest = [
|
|
1123
|
+
var ListCustomRoutingPortMappingsByDestinationRequest$ = [
|
|
1124
1124
|
3,
|
|
1125
1125
|
n0,
|
|
1126
1126
|
_LCRPMBDR,
|
|
@@ -1128,7 +1128,7 @@ var ListCustomRoutingPortMappingsByDestinationRequest = [
|
|
|
1128
1128
|
[_EI, _DAe, _MR, _NT],
|
|
1129
1129
|
[0, 0, 1, 0],
|
|
1130
1130
|
];
|
|
1131
|
-
var ListCustomRoutingPortMappingsByDestinationResponse = [
|
|
1131
|
+
var ListCustomRoutingPortMappingsByDestinationResponse$ = [
|
|
1132
1132
|
3,
|
|
1133
1133
|
n0,
|
|
1134
1134
|
_LCRPMBDRi,
|
|
@@ -1136,7 +1136,7 @@ var ListCustomRoutingPortMappingsByDestinationResponse = [
|
|
|
1136
1136
|
[_DPMe, _NT],
|
|
1137
1137
|
[() => DestinationPortMappings, 0],
|
|
1138
1138
|
];
|
|
1139
|
-
var ListCustomRoutingPortMappingsRequest = [
|
|
1139
|
+
var ListCustomRoutingPortMappingsRequest$ = [
|
|
1140
1140
|
3,
|
|
1141
1141
|
n0,
|
|
1142
1142
|
_LCRPMR,
|
|
@@ -1144,7 +1144,7 @@ var ListCustomRoutingPortMappingsRequest = [
|
|
|
1144
1144
|
[_AA, _EGA, _MR, _NT],
|
|
1145
1145
|
[0, 0, 1, 0],
|
|
1146
1146
|
];
|
|
1147
|
-
var ListCustomRoutingPortMappingsResponse = [
|
|
1147
|
+
var ListCustomRoutingPortMappingsResponse$ = [
|
|
1148
1148
|
3,
|
|
1149
1149
|
n0,
|
|
1150
1150
|
_LCRPMRi,
|
|
@@ -1152,8 +1152,8 @@ var ListCustomRoutingPortMappingsResponse = [
|
|
|
1152
1152
|
[_PM, _NT],
|
|
1153
1153
|
[() => PortMappings, 0],
|
|
1154
1154
|
];
|
|
1155
|
-
var ListEndpointGroupsRequest = [3, n0, _LEGR, 0, [_LA, _MR, _NT], [0, 1, 0]];
|
|
1156
|
-
var ListEndpointGroupsResponse = [
|
|
1155
|
+
var ListEndpointGroupsRequest$ = [3, n0, _LEGR, 0, [_LA, _MR, _NT], [0, 1, 0]];
|
|
1156
|
+
var ListEndpointGroupsResponse$ = [
|
|
1157
1157
|
3,
|
|
1158
1158
|
n0,
|
|
1159
1159
|
_LEGRi,
|
|
@@ -1161,34 +1161,34 @@ var ListEndpointGroupsResponse = [
|
|
|
1161
1161
|
[_EGn, _NT],
|
|
1162
1162
|
[() => EndpointGroups, 0],
|
|
1163
1163
|
];
|
|
1164
|
-
var Listener = [3, n0, _L, 0, [_LA, _PR, _Pr, _CA], [0, () => PortRanges, 0, 0]];
|
|
1165
|
-
var ListenerNotFoundException = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1166
|
-
schema.TypeRegistry.for(n0).registerError(ListenerNotFoundException
|
|
1167
|
-
var ListListenersRequest = [3, n0, _LLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
|
|
1168
|
-
var ListListenersResponse = [3, n0, _LLRi, 0, [_Li, _NT], [() => Listeners, 0]];
|
|
1169
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
1170
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => Tags]];
|
|
1171
|
-
var PortMapping = [
|
|
1164
|
+
var Listener$ = [3, n0, _L, 0, [_LA, _PR, _Pr, _CA], [0, () => PortRanges, 0, 0]];
|
|
1165
|
+
var ListenerNotFoundException$ = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1166
|
+
schema.TypeRegistry.for(n0).registerError(ListenerNotFoundException$, ListenerNotFoundException);
|
|
1167
|
+
var ListListenersRequest$ = [3, n0, _LLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
|
|
1168
|
+
var ListListenersResponse$ = [3, n0, _LLRi, 0, [_Li, _NT], [() => Listeners, 0]];
|
|
1169
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
1170
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => Tags]];
|
|
1171
|
+
var PortMapping$ = [
|
|
1172
1172
|
3,
|
|
1173
1173
|
n0,
|
|
1174
1174
|
_PMo,
|
|
1175
1175
|
0,
|
|
1176
1176
|
[_AP, _EGA, _EI, _DSA, _Pro, _DTS],
|
|
1177
|
-
[1, 0, 0, () => SocketAddress
|
|
1177
|
+
[1, 0, 0, () => SocketAddress$, 64 | 0, 0],
|
|
1178
1178
|
];
|
|
1179
|
-
var PortOverride = [3, n0, _POo, 0, [_LP, _EP], [1, 1]];
|
|
1180
|
-
var PortRange = [3, n0, _PRo, 0, [_FP, _TP], [1, 1]];
|
|
1181
|
-
var ProvisionByoipCidrRequest = [
|
|
1179
|
+
var PortOverride$ = [3, n0, _POo, 0, [_LP, _EP], [1, 1]];
|
|
1180
|
+
var PortRange$ = [3, n0, _PRo, 0, [_FP, _TP], [1, 1]];
|
|
1181
|
+
var ProvisionByoipCidrRequest$ = [
|
|
1182
1182
|
3,
|
|
1183
1183
|
n0,
|
|
1184
1184
|
_PBCR,
|
|
1185
1185
|
0,
|
|
1186
1186
|
[_C, _CAC],
|
|
1187
|
-
[0, () => CidrAuthorizationContext],
|
|
1187
|
+
[0, () => CidrAuthorizationContext$],
|
|
1188
1188
|
];
|
|
1189
|
-
var ProvisionByoipCidrResponse = [3, n0, _PBCRr, 0, [_BC], [() => ByoipCidr]];
|
|
1190
|
-
var RemoveCustomRoutingEndpointsRequest = [3, n0, _RCRER, 0, [_EInd, _EGA], [64 | 0, 0]];
|
|
1191
|
-
var RemoveEndpointsRequest = [
|
|
1189
|
+
var ProvisionByoipCidrResponse$ = [3, n0, _PBCRr, 0, [_BC], [() => ByoipCidr$]];
|
|
1190
|
+
var RemoveCustomRoutingEndpointsRequest$ = [3, n0, _RCRER, 0, [_EInd, _EGA], [64 | 0, 0]];
|
|
1191
|
+
var RemoveEndpointsRequest$ = [
|
|
1192
1192
|
3,
|
|
1193
1193
|
n0,
|
|
1194
1194
|
_RER,
|
|
@@ -1196,16 +1196,16 @@ var RemoveEndpointsRequest = [
|
|
|
1196
1196
|
[_EIndp, _EGA],
|
|
1197
1197
|
[() => EndpointIdentifiers, 0],
|
|
1198
1198
|
];
|
|
1199
|
-
var Resource = [3, n0, _Re, 0, [_EI, _C, _Reg], [0, 0, 0]];
|
|
1200
|
-
var SocketAddress = [3, n0, _SA, 0, [_IAp, _Po], [0, 1]];
|
|
1201
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1202
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => Tags]];
|
|
1203
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1204
|
-
var TransactionInProgressException = [-3, n0, _TIPE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1205
|
-
schema.TypeRegistry.for(n0).registerError(TransactionInProgressException
|
|
1206
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1207
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1208
|
-
var UpdateAcceleratorAttributesRequest = [
|
|
1199
|
+
var Resource$ = [3, n0, _Re, 0, [_EI, _C, _Reg], [0, 0, 0]];
|
|
1200
|
+
var SocketAddress$ = [3, n0, _SA, 0, [_IAp, _Po], [0, 1]];
|
|
1201
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1202
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => Tags]];
|
|
1203
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1204
|
+
var TransactionInProgressException$ = [-3, n0, _TIPE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1205
|
+
schema.TypeRegistry.for(n0).registerError(TransactionInProgressException$, TransactionInProgressException);
|
|
1206
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1207
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1208
|
+
var UpdateAcceleratorAttributesRequest$ = [
|
|
1209
1209
|
3,
|
|
1210
1210
|
n0,
|
|
1211
1211
|
_UAAR,
|
|
@@ -1213,15 +1213,15 @@ var UpdateAcceleratorAttributesRequest = [
|
|
|
1213
1213
|
[_AA, _FLE, _FLSB, _FLSP],
|
|
1214
1214
|
[0, 2, 0, 0],
|
|
1215
1215
|
];
|
|
1216
|
-
var UpdateAcceleratorAttributesResponse = [
|
|
1216
|
+
var UpdateAcceleratorAttributesResponse$ = [
|
|
1217
1217
|
3,
|
|
1218
1218
|
n0,
|
|
1219
1219
|
_UAARp,
|
|
1220
1220
|
0,
|
|
1221
1221
|
[_AAc],
|
|
1222
|
-
[() => AcceleratorAttributes],
|
|
1222
|
+
[() => AcceleratorAttributes$],
|
|
1223
1223
|
];
|
|
1224
|
-
var UpdateAcceleratorRequest = [
|
|
1224
|
+
var UpdateAcceleratorRequest$ = [
|
|
1225
1225
|
3,
|
|
1226
1226
|
n0,
|
|
1227
1227
|
_UAR,
|
|
@@ -1229,8 +1229,8 @@ var UpdateAcceleratorRequest = [
|
|
|
1229
1229
|
[_AA, _N, _IAT, _IA, _E],
|
|
1230
1230
|
[0, 0, 0, 64 | 0, 2],
|
|
1231
1231
|
];
|
|
1232
|
-
var UpdateAcceleratorResponse = [3, n0, _UARp, 0, [_A], [() => Accelerator]];
|
|
1233
|
-
var UpdateCrossAccountAttachmentRequest = [
|
|
1232
|
+
var UpdateAcceleratorResponse$ = [3, n0, _UARp, 0, [_A], [() => Accelerator$]];
|
|
1233
|
+
var UpdateCrossAccountAttachmentRequest$ = [
|
|
1234
1234
|
3,
|
|
1235
1235
|
n0,
|
|
1236
1236
|
_UCAAR,
|
|
@@ -1238,15 +1238,15 @@ var UpdateCrossAccountAttachmentRequest = [
|
|
|
1238
1238
|
[_AAt, _N, _APd, _RP, _AR, _RR],
|
|
1239
1239
|
[0, 0, 64 | 0, 64 | 0, () => Resources, () => Resources],
|
|
1240
1240
|
];
|
|
1241
|
-
var UpdateCrossAccountAttachmentResponse = [
|
|
1241
|
+
var UpdateCrossAccountAttachmentResponse$ = [
|
|
1242
1242
|
3,
|
|
1243
1243
|
n0,
|
|
1244
1244
|
_UCAARp,
|
|
1245
1245
|
0,
|
|
1246
1246
|
[_CAA],
|
|
1247
|
-
[() => Attachment],
|
|
1247
|
+
[() => Attachment$],
|
|
1248
1248
|
];
|
|
1249
|
-
var UpdateCustomRoutingAcceleratorAttributesRequest = [
|
|
1249
|
+
var UpdateCustomRoutingAcceleratorAttributesRequest$ = [
|
|
1250
1250
|
3,
|
|
1251
1251
|
n0,
|
|
1252
1252
|
_UCRAAR,
|
|
@@ -1254,15 +1254,15 @@ var UpdateCustomRoutingAcceleratorAttributesRequest = [
|
|
|
1254
1254
|
[_AA, _FLE, _FLSB, _FLSP],
|
|
1255
1255
|
[0, 2, 0, 0],
|
|
1256
1256
|
];
|
|
1257
|
-
var UpdateCustomRoutingAcceleratorAttributesResponse = [
|
|
1257
|
+
var UpdateCustomRoutingAcceleratorAttributesResponse$ = [
|
|
1258
1258
|
3,
|
|
1259
1259
|
n0,
|
|
1260
1260
|
_UCRAARp,
|
|
1261
1261
|
0,
|
|
1262
1262
|
[_AAc],
|
|
1263
|
-
[() => CustomRoutingAcceleratorAttributes],
|
|
1263
|
+
[() => CustomRoutingAcceleratorAttributes$],
|
|
1264
1264
|
];
|
|
1265
|
-
var UpdateCustomRoutingAcceleratorRequest = [
|
|
1265
|
+
var UpdateCustomRoutingAcceleratorRequest$ = [
|
|
1266
1266
|
3,
|
|
1267
1267
|
n0,
|
|
1268
1268
|
_UCRAR,
|
|
@@ -1270,15 +1270,15 @@ var UpdateCustomRoutingAcceleratorRequest = [
|
|
|
1270
1270
|
[_AA, _N, _IAT, _IA, _E],
|
|
1271
1271
|
[0, 0, 0, 64 | 0, 2],
|
|
1272
1272
|
];
|
|
1273
|
-
var UpdateCustomRoutingAcceleratorResponse = [
|
|
1273
|
+
var UpdateCustomRoutingAcceleratorResponse$ = [
|
|
1274
1274
|
3,
|
|
1275
1275
|
n0,
|
|
1276
1276
|
_UCRARp,
|
|
1277
1277
|
0,
|
|
1278
1278
|
[_A],
|
|
1279
|
-
[() => CustomRoutingAccelerator],
|
|
1279
|
+
[() => CustomRoutingAccelerator$],
|
|
1280
1280
|
];
|
|
1281
|
-
var UpdateCustomRoutingListenerRequest = [
|
|
1281
|
+
var UpdateCustomRoutingListenerRequest$ = [
|
|
1282
1282
|
3,
|
|
1283
1283
|
n0,
|
|
1284
1284
|
_UCRLR,
|
|
@@ -1286,15 +1286,15 @@ var UpdateCustomRoutingListenerRequest = [
|
|
|
1286
1286
|
[_LA, _PR],
|
|
1287
1287
|
[0, () => PortRanges],
|
|
1288
1288
|
];
|
|
1289
|
-
var UpdateCustomRoutingListenerResponse = [
|
|
1289
|
+
var UpdateCustomRoutingListenerResponse$ = [
|
|
1290
1290
|
3,
|
|
1291
1291
|
n0,
|
|
1292
1292
|
_UCRLRp,
|
|
1293
1293
|
0,
|
|
1294
1294
|
[_L],
|
|
1295
|
-
[() => CustomRoutingListener],
|
|
1295
|
+
[() => CustomRoutingListener$],
|
|
1296
1296
|
];
|
|
1297
|
-
var UpdateEndpointGroupRequest = [
|
|
1297
|
+
var UpdateEndpointGroupRequest$ = [
|
|
1298
1298
|
3,
|
|
1299
1299
|
n0,
|
|
1300
1300
|
_UEGR,
|
|
@@ -1302,8 +1302,8 @@ var UpdateEndpointGroupRequest = [
|
|
|
1302
1302
|
[_EGA, _EC, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _PO],
|
|
1303
1303
|
[0, () => EndpointConfigurations, 1, 1, 0, 0, 1, 1, () => PortOverrides],
|
|
1304
1304
|
];
|
|
1305
|
-
var UpdateEndpointGroupResponse = [3, n0, _UEGRp, 0, [_EG], [() => EndpointGroup]];
|
|
1306
|
-
var UpdateListenerRequest = [
|
|
1305
|
+
var UpdateEndpointGroupResponse$ = [3, n0, _UEGRp, 0, [_EG], [() => EndpointGroup$]];
|
|
1306
|
+
var UpdateListenerRequest$ = [
|
|
1307
1307
|
3,
|
|
1308
1308
|
n0,
|
|
1309
1309
|
_ULR,
|
|
@@ -1311,11 +1311,11 @@ var UpdateListenerRequest = [
|
|
|
1311
1311
|
[_LA, _PR, _Pr, _CA],
|
|
1312
1312
|
[0, () => PortRanges, 0, 0],
|
|
1313
1313
|
];
|
|
1314
|
-
var UpdateListenerResponse = [3, n0, _ULRp, 0, [_L], [() => Listener]];
|
|
1315
|
-
var WithdrawByoipCidrRequest = [3, n0, _WBCR, 0, [_C], [0]];
|
|
1316
|
-
var WithdrawByoipCidrResponse = [3, n0, _WBCRi, 0, [_BC], [() => ByoipCidr]];
|
|
1314
|
+
var UpdateListenerResponse$ = [3, n0, _ULRp, 0, [_L], [() => Listener$]];
|
|
1315
|
+
var WithdrawByoipCidrRequest$ = [3, n0, _WBCR, 0, [_C], [0]];
|
|
1316
|
+
var WithdrawByoipCidrResponse$ = [3, n0, _WBCRi, 0, [_BC], [() => ByoipCidr$]];
|
|
1317
1317
|
var __Unit = "unit";
|
|
1318
|
-
var GlobalAcceleratorServiceException = [
|
|
1318
|
+
var GlobalAcceleratorServiceException$ = [
|
|
1319
1319
|
-3,
|
|
1320
1320
|
_sm,
|
|
1321
1321
|
"GlobalAcceleratorServiceException",
|
|
@@ -1323,476 +1323,470 @@ var GlobalAcceleratorServiceException = [
|
|
|
1323
1323
|
[],
|
|
1324
1324
|
[],
|
|
1325
1325
|
];
|
|
1326
|
-
schema.TypeRegistry.for(_sm).registerError(GlobalAcceleratorServiceException
|
|
1327
|
-
var AcceleratorEvents = [1, n0, _AEc, 0, () => AcceleratorEvent];
|
|
1328
|
-
var Accelerators = [1, n0, _Ac, 0, () => Accelerator];
|
|
1329
|
-
var Attachments = [1, n0, _Att, 0, () => Attachment];
|
|
1330
|
-
var ByoipCidrEvents = [1, n0, _BCEy, 0, () => ByoipCidrEvent];
|
|
1331
|
-
var ByoipCidrs = [1, n0, _BCy, 0, () => ByoipCidr];
|
|
1332
|
-
var CrossAccountResources = [1, n0, _CARros, 0, () => CrossAccountResource];
|
|
1333
|
-
var CustomRoutingAccelerators = [1, n0, _CRAu, 0, () => CustomRoutingAccelerator];
|
|
1326
|
+
schema.TypeRegistry.for(_sm).registerError(GlobalAcceleratorServiceException$, GlobalAcceleratorServiceException);
|
|
1327
|
+
var AcceleratorEvents = [1, n0, _AEc, 0, () => AcceleratorEvent$];
|
|
1328
|
+
var Accelerators = [1, n0, _Ac, 0, () => Accelerator$];
|
|
1329
|
+
var Attachments = [1, n0, _Att, 0, () => Attachment$];
|
|
1330
|
+
var ByoipCidrEvents = [1, n0, _BCEy, 0, () => ByoipCidrEvent$];
|
|
1331
|
+
var ByoipCidrs = [1, n0, _BCy, 0, () => ByoipCidr$];
|
|
1332
|
+
var CrossAccountResources = [1, n0, _CARros, 0, () => CrossAccountResource$];
|
|
1333
|
+
var CustomRoutingAccelerators = [1, n0, _CRAu, 0, () => CustomRoutingAccelerator$];
|
|
1334
1334
|
var CustomRoutingDestinationConfigurations = [
|
|
1335
1335
|
1,
|
|
1336
1336
|
n0,
|
|
1337
1337
|
_CRDCu,
|
|
1338
1338
|
0,
|
|
1339
|
-
() => CustomRoutingDestinationConfiguration
|
|
1339
|
+
() => CustomRoutingDestinationConfiguration$,
|
|
1340
1340
|
];
|
|
1341
1341
|
var CustomRoutingDestinationDescriptions = [
|
|
1342
1342
|
1,
|
|
1343
1343
|
n0,
|
|
1344
1344
|
_CRDDu,
|
|
1345
1345
|
0,
|
|
1346
|
-
() => CustomRoutingDestinationDescription
|
|
1346
|
+
() => CustomRoutingDestinationDescription$,
|
|
1347
1347
|
];
|
|
1348
1348
|
var CustomRoutingEndpointConfigurations = [
|
|
1349
1349
|
1,
|
|
1350
1350
|
n0,
|
|
1351
1351
|
_CRECu,
|
|
1352
1352
|
0,
|
|
1353
|
-
() => CustomRoutingEndpointConfiguration
|
|
1354
|
-
];
|
|
1355
|
-
var CustomRoutingEndpointDescriptions = [
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
];
|
|
1362
|
-
var
|
|
1363
|
-
var
|
|
1364
|
-
var
|
|
1365
|
-
var
|
|
1366
|
-
var
|
|
1367
|
-
var
|
|
1368
|
-
var
|
|
1369
|
-
var
|
|
1370
|
-
var
|
|
1371
|
-
var
|
|
1372
|
-
var PortOverrides = [1, n0, _PO, 0, () => PortOverride];
|
|
1373
|
-
var PortRanges = [1, n0, _PR, 0, () => PortRange];
|
|
1374
|
-
var Resources = [1, n0, _R, 0, () => Resource];
|
|
1375
|
-
var SocketAddresses = [1, n0, _SAo, 0, () => SocketAddress];
|
|
1376
|
-
var Tags = [1, n0, _Ta, 0, () => Tag];
|
|
1377
|
-
var AddCustomRoutingEndpoints = [
|
|
1353
|
+
() => CustomRoutingEndpointConfiguration$,
|
|
1354
|
+
];
|
|
1355
|
+
var CustomRoutingEndpointDescriptions = [1, n0, _CREDu, 0, () => CustomRoutingEndpointDescription$];
|
|
1356
|
+
var CustomRoutingEndpointGroups = [1, n0, _CREGu, 0, () => CustomRoutingEndpointGroup$];
|
|
1357
|
+
var CustomRoutingListeners = [1, n0, _CRLu, 0, () => CustomRoutingListener$];
|
|
1358
|
+
var DestinationPortMappings = [1, n0, _DPMe, 0, () => DestinationPortMapping$];
|
|
1359
|
+
var EndpointConfigurations = [1, n0, _EC, 0, () => EndpointConfiguration$];
|
|
1360
|
+
var EndpointDescriptions = [1, n0, _ED, 0, () => EndpointDescription$];
|
|
1361
|
+
var EndpointGroups = [1, n0, _EGn, 0, () => EndpointGroup$];
|
|
1362
|
+
var EndpointIdentifiers = [1, n0, _EIndp, 0, () => EndpointIdentifier$];
|
|
1363
|
+
var IpSets = [1, n0, _IS, 0, () => IpSet$];
|
|
1364
|
+
var Listeners = [1, n0, _Li, 0, () => Listener$];
|
|
1365
|
+
var PortMappings = [1, n0, _PM, 0, () => PortMapping$];
|
|
1366
|
+
var PortOverrides = [1, n0, _PO, 0, () => PortOverride$];
|
|
1367
|
+
var PortRanges = [1, n0, _PR, 0, () => PortRange$];
|
|
1368
|
+
var Resources = [1, n0, _R, 0, () => Resource$];
|
|
1369
|
+
var SocketAddresses = [1, n0, _SAo, 0, () => SocketAddress$];
|
|
1370
|
+
var Tags = [1, n0, _Ta, 0, () => Tag$];
|
|
1371
|
+
var AddCustomRoutingEndpoints$ = [
|
|
1378
1372
|
9,
|
|
1379
1373
|
n0,
|
|
1380
1374
|
_ACRE,
|
|
1381
1375
|
0,
|
|
1382
|
-
() => AddCustomRoutingEndpointsRequest
|
|
1383
|
-
() => AddCustomRoutingEndpointsResponse
|
|
1376
|
+
() => AddCustomRoutingEndpointsRequest$,
|
|
1377
|
+
() => AddCustomRoutingEndpointsResponse$,
|
|
1384
1378
|
];
|
|
1385
|
-
var AddEndpoints = [
|
|
1379
|
+
var AddEndpoints$ = [
|
|
1386
1380
|
9,
|
|
1387
1381
|
n0,
|
|
1388
1382
|
_AEd,
|
|
1389
1383
|
0,
|
|
1390
|
-
() => AddEndpointsRequest
|
|
1391
|
-
() => AddEndpointsResponse
|
|
1384
|
+
() => AddEndpointsRequest$,
|
|
1385
|
+
() => AddEndpointsResponse$,
|
|
1392
1386
|
];
|
|
1393
|
-
var AdvertiseByoipCidr = [
|
|
1387
|
+
var AdvertiseByoipCidr$ = [
|
|
1394
1388
|
9,
|
|
1395
1389
|
n0,
|
|
1396
1390
|
_ABC,
|
|
1397
1391
|
0,
|
|
1398
|
-
() => AdvertiseByoipCidrRequest
|
|
1399
|
-
() => AdvertiseByoipCidrResponse
|
|
1392
|
+
() => AdvertiseByoipCidrRequest$,
|
|
1393
|
+
() => AdvertiseByoipCidrResponse$,
|
|
1400
1394
|
];
|
|
1401
|
-
var AllowCustomRoutingTraffic = [
|
|
1395
|
+
var AllowCustomRoutingTraffic$ = [
|
|
1402
1396
|
9,
|
|
1403
1397
|
n0,
|
|
1404
1398
|
_ACRT,
|
|
1405
1399
|
0,
|
|
1406
|
-
() => AllowCustomRoutingTrafficRequest
|
|
1400
|
+
() => AllowCustomRoutingTrafficRequest$,
|
|
1407
1401
|
() => __Unit,
|
|
1408
1402
|
];
|
|
1409
|
-
var CreateAccelerator = [
|
|
1403
|
+
var CreateAccelerator$ = [
|
|
1410
1404
|
9,
|
|
1411
1405
|
n0,
|
|
1412
1406
|
_CAr,
|
|
1413
1407
|
0,
|
|
1414
|
-
() => CreateAcceleratorRequest
|
|
1415
|
-
() => CreateAcceleratorResponse
|
|
1408
|
+
() => CreateAcceleratorRequest$,
|
|
1409
|
+
() => CreateAcceleratorResponse$,
|
|
1416
1410
|
];
|
|
1417
|
-
var CreateCrossAccountAttachment = [
|
|
1411
|
+
var CreateCrossAccountAttachment$ = [
|
|
1418
1412
|
9,
|
|
1419
1413
|
n0,
|
|
1420
1414
|
_CCAA,
|
|
1421
1415
|
0,
|
|
1422
|
-
() => CreateCrossAccountAttachmentRequest
|
|
1423
|
-
() => CreateCrossAccountAttachmentResponse
|
|
1416
|
+
() => CreateCrossAccountAttachmentRequest$,
|
|
1417
|
+
() => CreateCrossAccountAttachmentResponse$,
|
|
1424
1418
|
];
|
|
1425
|
-
var CreateCustomRoutingAccelerator = [
|
|
1419
|
+
var CreateCustomRoutingAccelerator$ = [
|
|
1426
1420
|
9,
|
|
1427
1421
|
n0,
|
|
1428
1422
|
_CCRA,
|
|
1429
1423
|
0,
|
|
1430
|
-
() => CreateCustomRoutingAcceleratorRequest
|
|
1431
|
-
() => CreateCustomRoutingAcceleratorResponse
|
|
1424
|
+
() => CreateCustomRoutingAcceleratorRequest$,
|
|
1425
|
+
() => CreateCustomRoutingAcceleratorResponse$,
|
|
1432
1426
|
];
|
|
1433
|
-
var CreateCustomRoutingEndpointGroup = [
|
|
1427
|
+
var CreateCustomRoutingEndpointGroup$ = [
|
|
1434
1428
|
9,
|
|
1435
1429
|
n0,
|
|
1436
1430
|
_CCREG,
|
|
1437
1431
|
0,
|
|
1438
|
-
() => CreateCustomRoutingEndpointGroupRequest
|
|
1439
|
-
() => CreateCustomRoutingEndpointGroupResponse
|
|
1432
|
+
() => CreateCustomRoutingEndpointGroupRequest$,
|
|
1433
|
+
() => CreateCustomRoutingEndpointGroupResponse$,
|
|
1440
1434
|
];
|
|
1441
|
-
var CreateCustomRoutingListener = [
|
|
1435
|
+
var CreateCustomRoutingListener$ = [
|
|
1442
1436
|
9,
|
|
1443
1437
|
n0,
|
|
1444
1438
|
_CCRL,
|
|
1445
1439
|
0,
|
|
1446
|
-
() => CreateCustomRoutingListenerRequest
|
|
1447
|
-
() => CreateCustomRoutingListenerResponse
|
|
1440
|
+
() => CreateCustomRoutingListenerRequest$,
|
|
1441
|
+
() => CreateCustomRoutingListenerResponse$,
|
|
1448
1442
|
];
|
|
1449
|
-
var CreateEndpointGroup = [
|
|
1443
|
+
var CreateEndpointGroup$ = [
|
|
1450
1444
|
9,
|
|
1451
1445
|
n0,
|
|
1452
1446
|
_CEG,
|
|
1453
1447
|
0,
|
|
1454
|
-
() => CreateEndpointGroupRequest
|
|
1455
|
-
() => CreateEndpointGroupResponse
|
|
1448
|
+
() => CreateEndpointGroupRequest$,
|
|
1449
|
+
() => CreateEndpointGroupResponse$,
|
|
1456
1450
|
];
|
|
1457
|
-
var CreateListener = [
|
|
1451
|
+
var CreateListener$ = [
|
|
1458
1452
|
9,
|
|
1459
1453
|
n0,
|
|
1460
1454
|
_CL,
|
|
1461
1455
|
0,
|
|
1462
|
-
() => CreateListenerRequest
|
|
1463
|
-
() => CreateListenerResponse
|
|
1456
|
+
() => CreateListenerRequest$,
|
|
1457
|
+
() => CreateListenerResponse$,
|
|
1464
1458
|
];
|
|
1465
|
-
var DeleteAccelerator = [9, n0, _DAel, 0, () => DeleteAcceleratorRequest
|
|
1466
|
-
var DeleteCrossAccountAttachment = [
|
|
1459
|
+
var DeleteAccelerator$ = [9, n0, _DAel, 0, () => DeleteAcceleratorRequest$, () => __Unit];
|
|
1460
|
+
var DeleteCrossAccountAttachment$ = [
|
|
1467
1461
|
9,
|
|
1468
1462
|
n0,
|
|
1469
1463
|
_DCAA,
|
|
1470
1464
|
0,
|
|
1471
|
-
() => DeleteCrossAccountAttachmentRequest
|
|
1465
|
+
() => DeleteCrossAccountAttachmentRequest$,
|
|
1472
1466
|
() => __Unit,
|
|
1473
1467
|
];
|
|
1474
|
-
var DeleteCustomRoutingAccelerator = [
|
|
1468
|
+
var DeleteCustomRoutingAccelerator$ = [
|
|
1475
1469
|
9,
|
|
1476
1470
|
n0,
|
|
1477
1471
|
_DCRA,
|
|
1478
1472
|
0,
|
|
1479
|
-
() => DeleteCustomRoutingAcceleratorRequest
|
|
1473
|
+
() => DeleteCustomRoutingAcceleratorRequest$,
|
|
1480
1474
|
() => __Unit,
|
|
1481
1475
|
];
|
|
1482
|
-
var DeleteCustomRoutingEndpointGroup = [
|
|
1476
|
+
var DeleteCustomRoutingEndpointGroup$ = [
|
|
1483
1477
|
9,
|
|
1484
1478
|
n0,
|
|
1485
1479
|
_DCREG,
|
|
1486
1480
|
0,
|
|
1487
|
-
() => DeleteCustomRoutingEndpointGroupRequest
|
|
1481
|
+
() => DeleteCustomRoutingEndpointGroupRequest$,
|
|
1488
1482
|
() => __Unit,
|
|
1489
1483
|
];
|
|
1490
|
-
var DeleteCustomRoutingListener = [
|
|
1484
|
+
var DeleteCustomRoutingListener$ = [
|
|
1491
1485
|
9,
|
|
1492
1486
|
n0,
|
|
1493
1487
|
_DCRL,
|
|
1494
1488
|
0,
|
|
1495
|
-
() => DeleteCustomRoutingListenerRequest
|
|
1489
|
+
() => DeleteCustomRoutingListenerRequest$,
|
|
1496
1490
|
() => __Unit,
|
|
1497
1491
|
];
|
|
1498
|
-
var DeleteEndpointGroup = [
|
|
1492
|
+
var DeleteEndpointGroup$ = [
|
|
1499
1493
|
9,
|
|
1500
1494
|
n0,
|
|
1501
1495
|
_DEG,
|
|
1502
1496
|
0,
|
|
1503
|
-
() => DeleteEndpointGroupRequest
|
|
1497
|
+
() => DeleteEndpointGroupRequest$,
|
|
1504
1498
|
() => __Unit,
|
|
1505
1499
|
];
|
|
1506
|
-
var DeleteListener = [9, n0, _DL, 0, () => DeleteListenerRequest
|
|
1507
|
-
var DenyCustomRoutingTraffic = [
|
|
1500
|
+
var DeleteListener$ = [9, n0, _DL, 0, () => DeleteListenerRequest$, () => __Unit];
|
|
1501
|
+
var DenyCustomRoutingTraffic$ = [
|
|
1508
1502
|
9,
|
|
1509
1503
|
n0,
|
|
1510
1504
|
_DCRT,
|
|
1511
1505
|
0,
|
|
1512
|
-
() => DenyCustomRoutingTrafficRequest
|
|
1506
|
+
() => DenyCustomRoutingTrafficRequest$,
|
|
1513
1507
|
() => __Unit,
|
|
1514
1508
|
];
|
|
1515
|
-
var DeprovisionByoipCidr = [
|
|
1509
|
+
var DeprovisionByoipCidr$ = [
|
|
1516
1510
|
9,
|
|
1517
1511
|
n0,
|
|
1518
1512
|
_DBC,
|
|
1519
1513
|
0,
|
|
1520
|
-
() => DeprovisionByoipCidrRequest
|
|
1521
|
-
() => DeprovisionByoipCidrResponse
|
|
1514
|
+
() => DeprovisionByoipCidrRequest$,
|
|
1515
|
+
() => DeprovisionByoipCidrResponse$,
|
|
1522
1516
|
];
|
|
1523
|
-
var DescribeAccelerator = [
|
|
1517
|
+
var DescribeAccelerator$ = [
|
|
1524
1518
|
9,
|
|
1525
1519
|
n0,
|
|
1526
1520
|
_DAes,
|
|
1527
1521
|
0,
|
|
1528
|
-
() => DescribeAcceleratorRequest
|
|
1529
|
-
() => DescribeAcceleratorResponse
|
|
1522
|
+
() => DescribeAcceleratorRequest$,
|
|
1523
|
+
() => DescribeAcceleratorResponse$,
|
|
1530
1524
|
];
|
|
1531
|
-
var DescribeAcceleratorAttributes = [
|
|
1525
|
+
var DescribeAcceleratorAttributes$ = [
|
|
1532
1526
|
9,
|
|
1533
1527
|
n0,
|
|
1534
1528
|
_DAA,
|
|
1535
1529
|
0,
|
|
1536
|
-
() => DescribeAcceleratorAttributesRequest
|
|
1537
|
-
() => DescribeAcceleratorAttributesResponse
|
|
1530
|
+
() => DescribeAcceleratorAttributesRequest$,
|
|
1531
|
+
() => DescribeAcceleratorAttributesResponse$,
|
|
1538
1532
|
];
|
|
1539
|
-
var DescribeCrossAccountAttachment = [
|
|
1533
|
+
var DescribeCrossAccountAttachment$ = [
|
|
1540
1534
|
9,
|
|
1541
1535
|
n0,
|
|
1542
1536
|
_DCAAe,
|
|
1543
1537
|
0,
|
|
1544
|
-
() => DescribeCrossAccountAttachmentRequest
|
|
1545
|
-
() => DescribeCrossAccountAttachmentResponse
|
|
1538
|
+
() => DescribeCrossAccountAttachmentRequest$,
|
|
1539
|
+
() => DescribeCrossAccountAttachmentResponse$,
|
|
1546
1540
|
];
|
|
1547
|
-
var DescribeCustomRoutingAccelerator = [
|
|
1541
|
+
var DescribeCustomRoutingAccelerator$ = [
|
|
1548
1542
|
9,
|
|
1549
1543
|
n0,
|
|
1550
1544
|
_DCRAe,
|
|
1551
1545
|
0,
|
|
1552
|
-
() => DescribeCustomRoutingAcceleratorRequest
|
|
1553
|
-
() => DescribeCustomRoutingAcceleratorResponse
|
|
1546
|
+
() => DescribeCustomRoutingAcceleratorRequest$,
|
|
1547
|
+
() => DescribeCustomRoutingAcceleratorResponse$,
|
|
1554
1548
|
];
|
|
1555
|
-
var DescribeCustomRoutingAcceleratorAttributes = [
|
|
1549
|
+
var DescribeCustomRoutingAcceleratorAttributes$ = [
|
|
1556
1550
|
9,
|
|
1557
1551
|
n0,
|
|
1558
1552
|
_DCRAA,
|
|
1559
1553
|
0,
|
|
1560
|
-
() => DescribeCustomRoutingAcceleratorAttributesRequest
|
|
1561
|
-
() => DescribeCustomRoutingAcceleratorAttributesResponse
|
|
1554
|
+
() => DescribeCustomRoutingAcceleratorAttributesRequest$,
|
|
1555
|
+
() => DescribeCustomRoutingAcceleratorAttributesResponse$,
|
|
1562
1556
|
];
|
|
1563
|
-
var DescribeCustomRoutingEndpointGroup = [
|
|
1557
|
+
var DescribeCustomRoutingEndpointGroup$ = [
|
|
1564
1558
|
9,
|
|
1565
1559
|
n0,
|
|
1566
1560
|
_DCREGe,
|
|
1567
1561
|
0,
|
|
1568
|
-
() => DescribeCustomRoutingEndpointGroupRequest
|
|
1569
|
-
() => DescribeCustomRoutingEndpointGroupResponse
|
|
1562
|
+
() => DescribeCustomRoutingEndpointGroupRequest$,
|
|
1563
|
+
() => DescribeCustomRoutingEndpointGroupResponse$,
|
|
1570
1564
|
];
|
|
1571
|
-
var DescribeCustomRoutingListener = [
|
|
1565
|
+
var DescribeCustomRoutingListener$ = [
|
|
1572
1566
|
9,
|
|
1573
1567
|
n0,
|
|
1574
1568
|
_DCRLe,
|
|
1575
1569
|
0,
|
|
1576
|
-
() => DescribeCustomRoutingListenerRequest
|
|
1577
|
-
() => DescribeCustomRoutingListenerResponse
|
|
1570
|
+
() => DescribeCustomRoutingListenerRequest$,
|
|
1571
|
+
() => DescribeCustomRoutingListenerResponse$,
|
|
1578
1572
|
];
|
|
1579
|
-
var DescribeEndpointGroup = [
|
|
1573
|
+
var DescribeEndpointGroup$ = [
|
|
1580
1574
|
9,
|
|
1581
1575
|
n0,
|
|
1582
1576
|
_DEGe,
|
|
1583
1577
|
0,
|
|
1584
|
-
() => DescribeEndpointGroupRequest
|
|
1585
|
-
() => DescribeEndpointGroupResponse
|
|
1578
|
+
() => DescribeEndpointGroupRequest$,
|
|
1579
|
+
() => DescribeEndpointGroupResponse$,
|
|
1586
1580
|
];
|
|
1587
|
-
var DescribeListener = [
|
|
1581
|
+
var DescribeListener$ = [
|
|
1588
1582
|
9,
|
|
1589
1583
|
n0,
|
|
1590
1584
|
_DLe,
|
|
1591
1585
|
0,
|
|
1592
|
-
() => DescribeListenerRequest
|
|
1593
|
-
() => DescribeListenerResponse
|
|
1586
|
+
() => DescribeListenerRequest$,
|
|
1587
|
+
() => DescribeListenerResponse$,
|
|
1594
1588
|
];
|
|
1595
|
-
var ListAccelerators = [
|
|
1589
|
+
var ListAccelerators$ = [
|
|
1596
1590
|
9,
|
|
1597
1591
|
n0,
|
|
1598
1592
|
_LAi,
|
|
1599
1593
|
0,
|
|
1600
|
-
() => ListAcceleratorsRequest
|
|
1601
|
-
() => ListAcceleratorsResponse
|
|
1594
|
+
() => ListAcceleratorsRequest$,
|
|
1595
|
+
() => ListAcceleratorsResponse$,
|
|
1602
1596
|
];
|
|
1603
|
-
var ListByoipCidrs = [
|
|
1597
|
+
var ListByoipCidrs$ = [
|
|
1604
1598
|
9,
|
|
1605
1599
|
n0,
|
|
1606
1600
|
_LBC,
|
|
1607
1601
|
0,
|
|
1608
|
-
() => ListByoipCidrsRequest
|
|
1609
|
-
() => ListByoipCidrsResponse
|
|
1602
|
+
() => ListByoipCidrsRequest$,
|
|
1603
|
+
() => ListByoipCidrsResponse$,
|
|
1610
1604
|
];
|
|
1611
|
-
var ListCrossAccountAttachments = [
|
|
1605
|
+
var ListCrossAccountAttachments$ = [
|
|
1612
1606
|
9,
|
|
1613
1607
|
n0,
|
|
1614
1608
|
_LCAA,
|
|
1615
1609
|
0,
|
|
1616
|
-
() => ListCrossAccountAttachmentsRequest
|
|
1617
|
-
() => ListCrossAccountAttachmentsResponse
|
|
1610
|
+
() => ListCrossAccountAttachmentsRequest$,
|
|
1611
|
+
() => ListCrossAccountAttachmentsResponse$,
|
|
1618
1612
|
];
|
|
1619
|
-
var ListCrossAccountResourceAccounts = [
|
|
1613
|
+
var ListCrossAccountResourceAccounts$ = [
|
|
1620
1614
|
9,
|
|
1621
1615
|
n0,
|
|
1622
1616
|
_LCARA,
|
|
1623
1617
|
0,
|
|
1624
|
-
() => ListCrossAccountResourceAccountsRequest
|
|
1625
|
-
() => ListCrossAccountResourceAccountsResponse
|
|
1618
|
+
() => ListCrossAccountResourceAccountsRequest$,
|
|
1619
|
+
() => ListCrossAccountResourceAccountsResponse$,
|
|
1626
1620
|
];
|
|
1627
|
-
var ListCrossAccountResources = [
|
|
1621
|
+
var ListCrossAccountResources$ = [
|
|
1628
1622
|
9,
|
|
1629
1623
|
n0,
|
|
1630
1624
|
_LCAR,
|
|
1631
1625
|
0,
|
|
1632
|
-
() => ListCrossAccountResourcesRequest
|
|
1633
|
-
() => ListCrossAccountResourcesResponse
|
|
1626
|
+
() => ListCrossAccountResourcesRequest$,
|
|
1627
|
+
() => ListCrossAccountResourcesResponse$,
|
|
1634
1628
|
];
|
|
1635
|
-
var ListCustomRoutingAccelerators = [
|
|
1629
|
+
var ListCustomRoutingAccelerators$ = [
|
|
1636
1630
|
9,
|
|
1637
1631
|
n0,
|
|
1638
1632
|
_LCRA,
|
|
1639
1633
|
0,
|
|
1640
|
-
() => ListCustomRoutingAcceleratorsRequest
|
|
1641
|
-
() => ListCustomRoutingAcceleratorsResponse
|
|
1634
|
+
() => ListCustomRoutingAcceleratorsRequest$,
|
|
1635
|
+
() => ListCustomRoutingAcceleratorsResponse$,
|
|
1642
1636
|
];
|
|
1643
|
-
var ListCustomRoutingEndpointGroups = [
|
|
1637
|
+
var ListCustomRoutingEndpointGroups$ = [
|
|
1644
1638
|
9,
|
|
1645
1639
|
n0,
|
|
1646
1640
|
_LCREG,
|
|
1647
1641
|
0,
|
|
1648
|
-
() => ListCustomRoutingEndpointGroupsRequest
|
|
1649
|
-
() => ListCustomRoutingEndpointGroupsResponse
|
|
1642
|
+
() => ListCustomRoutingEndpointGroupsRequest$,
|
|
1643
|
+
() => ListCustomRoutingEndpointGroupsResponse$,
|
|
1650
1644
|
];
|
|
1651
|
-
var ListCustomRoutingListeners = [
|
|
1645
|
+
var ListCustomRoutingListeners$ = [
|
|
1652
1646
|
9,
|
|
1653
1647
|
n0,
|
|
1654
1648
|
_LCRL,
|
|
1655
1649
|
0,
|
|
1656
|
-
() => ListCustomRoutingListenersRequest
|
|
1657
|
-
() => ListCustomRoutingListenersResponse
|
|
1650
|
+
() => ListCustomRoutingListenersRequest$,
|
|
1651
|
+
() => ListCustomRoutingListenersResponse$,
|
|
1658
1652
|
];
|
|
1659
|
-
var ListCustomRoutingPortMappings = [
|
|
1653
|
+
var ListCustomRoutingPortMappings$ = [
|
|
1660
1654
|
9,
|
|
1661
1655
|
n0,
|
|
1662
1656
|
_LCRPM,
|
|
1663
1657
|
0,
|
|
1664
|
-
() => ListCustomRoutingPortMappingsRequest
|
|
1665
|
-
() => ListCustomRoutingPortMappingsResponse
|
|
1658
|
+
() => ListCustomRoutingPortMappingsRequest$,
|
|
1659
|
+
() => ListCustomRoutingPortMappingsResponse$,
|
|
1666
1660
|
];
|
|
1667
|
-
var ListCustomRoutingPortMappingsByDestination = [
|
|
1661
|
+
var ListCustomRoutingPortMappingsByDestination$ = [
|
|
1668
1662
|
9,
|
|
1669
1663
|
n0,
|
|
1670
1664
|
_LCRPMBD,
|
|
1671
1665
|
0,
|
|
1672
|
-
() => ListCustomRoutingPortMappingsByDestinationRequest
|
|
1673
|
-
() => ListCustomRoutingPortMappingsByDestinationResponse
|
|
1666
|
+
() => ListCustomRoutingPortMappingsByDestinationRequest$,
|
|
1667
|
+
() => ListCustomRoutingPortMappingsByDestinationResponse$,
|
|
1674
1668
|
];
|
|
1675
|
-
var ListEndpointGroups = [
|
|
1669
|
+
var ListEndpointGroups$ = [
|
|
1676
1670
|
9,
|
|
1677
1671
|
n0,
|
|
1678
1672
|
_LEG,
|
|
1679
1673
|
0,
|
|
1680
|
-
() => ListEndpointGroupsRequest
|
|
1681
|
-
() => ListEndpointGroupsResponse
|
|
1674
|
+
() => ListEndpointGroupsRequest$,
|
|
1675
|
+
() => ListEndpointGroupsResponse$,
|
|
1682
1676
|
];
|
|
1683
|
-
var ListListeners = [
|
|
1677
|
+
var ListListeners$ = [
|
|
1684
1678
|
9,
|
|
1685
1679
|
n0,
|
|
1686
1680
|
_LL,
|
|
1687
1681
|
0,
|
|
1688
|
-
() => ListListenersRequest
|
|
1689
|
-
() => ListListenersResponse
|
|
1682
|
+
() => ListListenersRequest$,
|
|
1683
|
+
() => ListListenersResponse$,
|
|
1690
1684
|
];
|
|
1691
|
-
var ListTagsForResource = [
|
|
1685
|
+
var ListTagsForResource$ = [
|
|
1692
1686
|
9,
|
|
1693
1687
|
n0,
|
|
1694
1688
|
_LTFR,
|
|
1695
1689
|
0,
|
|
1696
|
-
() => ListTagsForResourceRequest
|
|
1697
|
-
() => ListTagsForResourceResponse
|
|
1690
|
+
() => ListTagsForResourceRequest$,
|
|
1691
|
+
() => ListTagsForResourceResponse$,
|
|
1698
1692
|
];
|
|
1699
|
-
var ProvisionByoipCidr = [
|
|
1693
|
+
var ProvisionByoipCidr$ = [
|
|
1700
1694
|
9,
|
|
1701
1695
|
n0,
|
|
1702
1696
|
_PBC,
|
|
1703
1697
|
0,
|
|
1704
|
-
() => ProvisionByoipCidrRequest
|
|
1705
|
-
() => ProvisionByoipCidrResponse
|
|
1698
|
+
() => ProvisionByoipCidrRequest$,
|
|
1699
|
+
() => ProvisionByoipCidrResponse$,
|
|
1706
1700
|
];
|
|
1707
|
-
var RemoveCustomRoutingEndpoints = [
|
|
1701
|
+
var RemoveCustomRoutingEndpoints$ = [
|
|
1708
1702
|
9,
|
|
1709
1703
|
n0,
|
|
1710
1704
|
_RCRE,
|
|
1711
1705
|
0,
|
|
1712
|
-
() => RemoveCustomRoutingEndpointsRequest
|
|
1706
|
+
() => RemoveCustomRoutingEndpointsRequest$,
|
|
1713
1707
|
() => __Unit,
|
|
1714
1708
|
];
|
|
1715
|
-
var RemoveEndpoints = [9, n0, _RE, 0, () => RemoveEndpointsRequest
|
|
1716
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1717
|
-
var UntagResource = [
|
|
1709
|
+
var RemoveEndpoints$ = [9, n0, _RE, 0, () => RemoveEndpointsRequest$, () => __Unit];
|
|
1710
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1711
|
+
var UntagResource$ = [
|
|
1718
1712
|
9,
|
|
1719
1713
|
n0,
|
|
1720
1714
|
_UR,
|
|
1721
1715
|
0,
|
|
1722
|
-
() => UntagResourceRequest
|
|
1723
|
-
() => UntagResourceResponse
|
|
1716
|
+
() => UntagResourceRequest$,
|
|
1717
|
+
() => UntagResourceResponse$,
|
|
1724
1718
|
];
|
|
1725
|
-
var UpdateAccelerator = [
|
|
1719
|
+
var UpdateAccelerator$ = [
|
|
1726
1720
|
9,
|
|
1727
1721
|
n0,
|
|
1728
1722
|
_UA,
|
|
1729
1723
|
0,
|
|
1730
|
-
() => UpdateAcceleratorRequest
|
|
1731
|
-
() => UpdateAcceleratorResponse
|
|
1724
|
+
() => UpdateAcceleratorRequest$,
|
|
1725
|
+
() => UpdateAcceleratorResponse$,
|
|
1732
1726
|
];
|
|
1733
|
-
var UpdateAcceleratorAttributes = [
|
|
1727
|
+
var UpdateAcceleratorAttributes$ = [
|
|
1734
1728
|
9,
|
|
1735
1729
|
n0,
|
|
1736
1730
|
_UAA,
|
|
1737
1731
|
0,
|
|
1738
|
-
() => UpdateAcceleratorAttributesRequest
|
|
1739
|
-
() => UpdateAcceleratorAttributesResponse
|
|
1732
|
+
() => UpdateAcceleratorAttributesRequest$,
|
|
1733
|
+
() => UpdateAcceleratorAttributesResponse$,
|
|
1740
1734
|
];
|
|
1741
|
-
var UpdateCrossAccountAttachment = [
|
|
1735
|
+
var UpdateCrossAccountAttachment$ = [
|
|
1742
1736
|
9,
|
|
1743
1737
|
n0,
|
|
1744
1738
|
_UCAA,
|
|
1745
1739
|
0,
|
|
1746
|
-
() => UpdateCrossAccountAttachmentRequest
|
|
1747
|
-
() => UpdateCrossAccountAttachmentResponse
|
|
1740
|
+
() => UpdateCrossAccountAttachmentRequest$,
|
|
1741
|
+
() => UpdateCrossAccountAttachmentResponse$,
|
|
1748
1742
|
];
|
|
1749
|
-
var UpdateCustomRoutingAccelerator = [
|
|
1743
|
+
var UpdateCustomRoutingAccelerator$ = [
|
|
1750
1744
|
9,
|
|
1751
1745
|
n0,
|
|
1752
1746
|
_UCRA,
|
|
1753
1747
|
0,
|
|
1754
|
-
() => UpdateCustomRoutingAcceleratorRequest
|
|
1755
|
-
() => UpdateCustomRoutingAcceleratorResponse
|
|
1748
|
+
() => UpdateCustomRoutingAcceleratorRequest$,
|
|
1749
|
+
() => UpdateCustomRoutingAcceleratorResponse$,
|
|
1756
1750
|
];
|
|
1757
|
-
var UpdateCustomRoutingAcceleratorAttributes = [
|
|
1751
|
+
var UpdateCustomRoutingAcceleratorAttributes$ = [
|
|
1758
1752
|
9,
|
|
1759
1753
|
n0,
|
|
1760
1754
|
_UCRAA,
|
|
1761
1755
|
0,
|
|
1762
|
-
() => UpdateCustomRoutingAcceleratorAttributesRequest
|
|
1763
|
-
() => UpdateCustomRoutingAcceleratorAttributesResponse
|
|
1756
|
+
() => UpdateCustomRoutingAcceleratorAttributesRequest$,
|
|
1757
|
+
() => UpdateCustomRoutingAcceleratorAttributesResponse$,
|
|
1764
1758
|
];
|
|
1765
|
-
var UpdateCustomRoutingListener = [
|
|
1759
|
+
var UpdateCustomRoutingListener$ = [
|
|
1766
1760
|
9,
|
|
1767
1761
|
n0,
|
|
1768
1762
|
_UCRL,
|
|
1769
1763
|
0,
|
|
1770
|
-
() => UpdateCustomRoutingListenerRequest
|
|
1771
|
-
() => UpdateCustomRoutingListenerResponse
|
|
1764
|
+
() => UpdateCustomRoutingListenerRequest$,
|
|
1765
|
+
() => UpdateCustomRoutingListenerResponse$,
|
|
1772
1766
|
];
|
|
1773
|
-
var UpdateEndpointGroup = [
|
|
1767
|
+
var UpdateEndpointGroup$ = [
|
|
1774
1768
|
9,
|
|
1775
1769
|
n0,
|
|
1776
1770
|
_UEG,
|
|
1777
1771
|
0,
|
|
1778
|
-
() => UpdateEndpointGroupRequest
|
|
1779
|
-
() => UpdateEndpointGroupResponse
|
|
1772
|
+
() => UpdateEndpointGroupRequest$,
|
|
1773
|
+
() => UpdateEndpointGroupResponse$,
|
|
1780
1774
|
];
|
|
1781
|
-
var UpdateListener = [
|
|
1775
|
+
var UpdateListener$ = [
|
|
1782
1776
|
9,
|
|
1783
1777
|
n0,
|
|
1784
1778
|
_UL,
|
|
1785
1779
|
0,
|
|
1786
|
-
() => UpdateListenerRequest
|
|
1787
|
-
() => UpdateListenerResponse
|
|
1780
|
+
() => UpdateListenerRequest$,
|
|
1781
|
+
() => UpdateListenerResponse$,
|
|
1788
1782
|
];
|
|
1789
|
-
var WithdrawByoipCidr = [
|
|
1783
|
+
var WithdrawByoipCidr$ = [
|
|
1790
1784
|
9,
|
|
1791
1785
|
n0,
|
|
1792
1786
|
_WBC,
|
|
1793
1787
|
0,
|
|
1794
|
-
() => WithdrawByoipCidrRequest
|
|
1795
|
-
() => WithdrawByoipCidrResponse
|
|
1788
|
+
() => WithdrawByoipCidrRequest$,
|
|
1789
|
+
() => WithdrawByoipCidrResponse$,
|
|
1796
1790
|
];
|
|
1797
1791
|
|
|
1798
1792
|
class AddCustomRoutingEndpointsCommand extends smithyClient.Command
|
|
@@ -1803,7 +1797,7 @@ class AddCustomRoutingEndpointsCommand extends smithyClient.Command
|
|
|
1803
1797
|
})
|
|
1804
1798
|
.s("GlobalAccelerator_V20180706", "AddCustomRoutingEndpoints", {})
|
|
1805
1799
|
.n("GlobalAcceleratorClient", "AddCustomRoutingEndpointsCommand")
|
|
1806
|
-
.sc(AddCustomRoutingEndpoints)
|
|
1800
|
+
.sc(AddCustomRoutingEndpoints$)
|
|
1807
1801
|
.build() {
|
|
1808
1802
|
}
|
|
1809
1803
|
|
|
@@ -1815,7 +1809,7 @@ class AddEndpointsCommand extends smithyClient.Command
|
|
|
1815
1809
|
})
|
|
1816
1810
|
.s("GlobalAccelerator_V20180706", "AddEndpoints", {})
|
|
1817
1811
|
.n("GlobalAcceleratorClient", "AddEndpointsCommand")
|
|
1818
|
-
.sc(AddEndpoints)
|
|
1812
|
+
.sc(AddEndpoints$)
|
|
1819
1813
|
.build() {
|
|
1820
1814
|
}
|
|
1821
1815
|
|
|
@@ -1827,7 +1821,7 @@ class AdvertiseByoipCidrCommand extends smithyClient.Command
|
|
|
1827
1821
|
})
|
|
1828
1822
|
.s("GlobalAccelerator_V20180706", "AdvertiseByoipCidr", {})
|
|
1829
1823
|
.n("GlobalAcceleratorClient", "AdvertiseByoipCidrCommand")
|
|
1830
|
-
.sc(AdvertiseByoipCidr)
|
|
1824
|
+
.sc(AdvertiseByoipCidr$)
|
|
1831
1825
|
.build() {
|
|
1832
1826
|
}
|
|
1833
1827
|
|
|
@@ -1839,7 +1833,7 @@ class AllowCustomRoutingTrafficCommand extends smithyClient.Command
|
|
|
1839
1833
|
})
|
|
1840
1834
|
.s("GlobalAccelerator_V20180706", "AllowCustomRoutingTraffic", {})
|
|
1841
1835
|
.n("GlobalAcceleratorClient", "AllowCustomRoutingTrafficCommand")
|
|
1842
|
-
.sc(AllowCustomRoutingTraffic)
|
|
1836
|
+
.sc(AllowCustomRoutingTraffic$)
|
|
1843
1837
|
.build() {
|
|
1844
1838
|
}
|
|
1845
1839
|
|
|
@@ -1851,7 +1845,7 @@ class CreateAcceleratorCommand extends smithyClient.Command
|
|
|
1851
1845
|
})
|
|
1852
1846
|
.s("GlobalAccelerator_V20180706", "CreateAccelerator", {})
|
|
1853
1847
|
.n("GlobalAcceleratorClient", "CreateAcceleratorCommand")
|
|
1854
|
-
.sc(CreateAccelerator)
|
|
1848
|
+
.sc(CreateAccelerator$)
|
|
1855
1849
|
.build() {
|
|
1856
1850
|
}
|
|
1857
1851
|
|
|
@@ -1863,7 +1857,7 @@ class CreateCrossAccountAttachmentCommand extends smithyClient.Command
|
|
|
1863
1857
|
})
|
|
1864
1858
|
.s("GlobalAccelerator_V20180706", "CreateCrossAccountAttachment", {})
|
|
1865
1859
|
.n("GlobalAcceleratorClient", "CreateCrossAccountAttachmentCommand")
|
|
1866
|
-
.sc(CreateCrossAccountAttachment)
|
|
1860
|
+
.sc(CreateCrossAccountAttachment$)
|
|
1867
1861
|
.build() {
|
|
1868
1862
|
}
|
|
1869
1863
|
|
|
@@ -1875,7 +1869,7 @@ class CreateCustomRoutingAcceleratorCommand extends smithyClient.Command
|
|
|
1875
1869
|
})
|
|
1876
1870
|
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingAccelerator", {})
|
|
1877
1871
|
.n("GlobalAcceleratorClient", "CreateCustomRoutingAcceleratorCommand")
|
|
1878
|
-
.sc(CreateCustomRoutingAccelerator)
|
|
1872
|
+
.sc(CreateCustomRoutingAccelerator$)
|
|
1879
1873
|
.build() {
|
|
1880
1874
|
}
|
|
1881
1875
|
|
|
@@ -1887,7 +1881,7 @@ class CreateCustomRoutingEndpointGroupCommand extends smithyClient.Command
|
|
|
1887
1881
|
})
|
|
1888
1882
|
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingEndpointGroup", {})
|
|
1889
1883
|
.n("GlobalAcceleratorClient", "CreateCustomRoutingEndpointGroupCommand")
|
|
1890
|
-
.sc(CreateCustomRoutingEndpointGroup)
|
|
1884
|
+
.sc(CreateCustomRoutingEndpointGroup$)
|
|
1891
1885
|
.build() {
|
|
1892
1886
|
}
|
|
1893
1887
|
|
|
@@ -1899,7 +1893,7 @@ class CreateCustomRoutingListenerCommand extends smithyClient.Command
|
|
|
1899
1893
|
})
|
|
1900
1894
|
.s("GlobalAccelerator_V20180706", "CreateCustomRoutingListener", {})
|
|
1901
1895
|
.n("GlobalAcceleratorClient", "CreateCustomRoutingListenerCommand")
|
|
1902
|
-
.sc(CreateCustomRoutingListener)
|
|
1896
|
+
.sc(CreateCustomRoutingListener$)
|
|
1903
1897
|
.build() {
|
|
1904
1898
|
}
|
|
1905
1899
|
|
|
@@ -1911,7 +1905,7 @@ class CreateEndpointGroupCommand extends smithyClient.Command
|
|
|
1911
1905
|
})
|
|
1912
1906
|
.s("GlobalAccelerator_V20180706", "CreateEndpointGroup", {})
|
|
1913
1907
|
.n("GlobalAcceleratorClient", "CreateEndpointGroupCommand")
|
|
1914
|
-
.sc(CreateEndpointGroup)
|
|
1908
|
+
.sc(CreateEndpointGroup$)
|
|
1915
1909
|
.build() {
|
|
1916
1910
|
}
|
|
1917
1911
|
|
|
@@ -1923,7 +1917,7 @@ class CreateListenerCommand extends smithyClient.Command
|
|
|
1923
1917
|
})
|
|
1924
1918
|
.s("GlobalAccelerator_V20180706", "CreateListener", {})
|
|
1925
1919
|
.n("GlobalAcceleratorClient", "CreateListenerCommand")
|
|
1926
|
-
.sc(CreateListener)
|
|
1920
|
+
.sc(CreateListener$)
|
|
1927
1921
|
.build() {
|
|
1928
1922
|
}
|
|
1929
1923
|
|
|
@@ -1935,7 +1929,7 @@ class DeleteAcceleratorCommand extends smithyClient.Command
|
|
|
1935
1929
|
})
|
|
1936
1930
|
.s("GlobalAccelerator_V20180706", "DeleteAccelerator", {})
|
|
1937
1931
|
.n("GlobalAcceleratorClient", "DeleteAcceleratorCommand")
|
|
1938
|
-
.sc(DeleteAccelerator)
|
|
1932
|
+
.sc(DeleteAccelerator$)
|
|
1939
1933
|
.build() {
|
|
1940
1934
|
}
|
|
1941
1935
|
|
|
@@ -1947,7 +1941,7 @@ class DeleteCrossAccountAttachmentCommand extends smithyClient.Command
|
|
|
1947
1941
|
})
|
|
1948
1942
|
.s("GlobalAccelerator_V20180706", "DeleteCrossAccountAttachment", {})
|
|
1949
1943
|
.n("GlobalAcceleratorClient", "DeleteCrossAccountAttachmentCommand")
|
|
1950
|
-
.sc(DeleteCrossAccountAttachment)
|
|
1944
|
+
.sc(DeleteCrossAccountAttachment$)
|
|
1951
1945
|
.build() {
|
|
1952
1946
|
}
|
|
1953
1947
|
|
|
@@ -1959,7 +1953,7 @@ class DeleteCustomRoutingAcceleratorCommand extends smithyClient.Command
|
|
|
1959
1953
|
})
|
|
1960
1954
|
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingAccelerator", {})
|
|
1961
1955
|
.n("GlobalAcceleratorClient", "DeleteCustomRoutingAcceleratorCommand")
|
|
1962
|
-
.sc(DeleteCustomRoutingAccelerator)
|
|
1956
|
+
.sc(DeleteCustomRoutingAccelerator$)
|
|
1963
1957
|
.build() {
|
|
1964
1958
|
}
|
|
1965
1959
|
|
|
@@ -1971,7 +1965,7 @@ class DeleteCustomRoutingEndpointGroupCommand extends smithyClient.Command
|
|
|
1971
1965
|
})
|
|
1972
1966
|
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
|
|
1973
1967
|
.n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
|
|
1974
|
-
.sc(DeleteCustomRoutingEndpointGroup)
|
|
1968
|
+
.sc(DeleteCustomRoutingEndpointGroup$)
|
|
1975
1969
|
.build() {
|
|
1976
1970
|
}
|
|
1977
1971
|
|
|
@@ -1983,7 +1977,7 @@ class DeleteCustomRoutingListenerCommand extends smithyClient.Command
|
|
|
1983
1977
|
})
|
|
1984
1978
|
.s("GlobalAccelerator_V20180706", "DeleteCustomRoutingListener", {})
|
|
1985
1979
|
.n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
|
|
1986
|
-
.sc(DeleteCustomRoutingListener)
|
|
1980
|
+
.sc(DeleteCustomRoutingListener$)
|
|
1987
1981
|
.build() {
|
|
1988
1982
|
}
|
|
1989
1983
|
|
|
@@ -1995,7 +1989,7 @@ class DeleteEndpointGroupCommand extends smithyClient.Command
|
|
|
1995
1989
|
})
|
|
1996
1990
|
.s("GlobalAccelerator_V20180706", "DeleteEndpointGroup", {})
|
|
1997
1991
|
.n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
|
|
1998
|
-
.sc(DeleteEndpointGroup)
|
|
1992
|
+
.sc(DeleteEndpointGroup$)
|
|
1999
1993
|
.build() {
|
|
2000
1994
|
}
|
|
2001
1995
|
|
|
@@ -2007,7 +2001,7 @@ class DeleteListenerCommand extends smithyClient.Command
|
|
|
2007
2001
|
})
|
|
2008
2002
|
.s("GlobalAccelerator_V20180706", "DeleteListener", {})
|
|
2009
2003
|
.n("GlobalAcceleratorClient", "DeleteListenerCommand")
|
|
2010
|
-
.sc(DeleteListener)
|
|
2004
|
+
.sc(DeleteListener$)
|
|
2011
2005
|
.build() {
|
|
2012
2006
|
}
|
|
2013
2007
|
|
|
@@ -2019,7 +2013,7 @@ class DenyCustomRoutingTrafficCommand extends smithyClient.Command
|
|
|
2019
2013
|
})
|
|
2020
2014
|
.s("GlobalAccelerator_V20180706", "DenyCustomRoutingTraffic", {})
|
|
2021
2015
|
.n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
|
|
2022
|
-
.sc(DenyCustomRoutingTraffic)
|
|
2016
|
+
.sc(DenyCustomRoutingTraffic$)
|
|
2023
2017
|
.build() {
|
|
2024
2018
|
}
|
|
2025
2019
|
|
|
@@ -2031,7 +2025,7 @@ class DeprovisionByoipCidrCommand extends smithyClient.Command
|
|
|
2031
2025
|
})
|
|
2032
2026
|
.s("GlobalAccelerator_V20180706", "DeprovisionByoipCidr", {})
|
|
2033
2027
|
.n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
|
|
2034
|
-
.sc(DeprovisionByoipCidr)
|
|
2028
|
+
.sc(DeprovisionByoipCidr$)
|
|
2035
2029
|
.build() {
|
|
2036
2030
|
}
|
|
2037
2031
|
|
|
@@ -2043,7 +2037,7 @@ class DescribeAcceleratorAttributesCommand extends smithyClient.Command
|
|
|
2043
2037
|
})
|
|
2044
2038
|
.s("GlobalAccelerator_V20180706", "DescribeAcceleratorAttributes", {})
|
|
2045
2039
|
.n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
|
|
2046
|
-
.sc(DescribeAcceleratorAttributes)
|
|
2040
|
+
.sc(DescribeAcceleratorAttributes$)
|
|
2047
2041
|
.build() {
|
|
2048
2042
|
}
|
|
2049
2043
|
|
|
@@ -2055,7 +2049,7 @@ class DescribeAcceleratorCommand extends smithyClient.Command
|
|
|
2055
2049
|
})
|
|
2056
2050
|
.s("GlobalAccelerator_V20180706", "DescribeAccelerator", {})
|
|
2057
2051
|
.n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
|
|
2058
|
-
.sc(DescribeAccelerator)
|
|
2052
|
+
.sc(DescribeAccelerator$)
|
|
2059
2053
|
.build() {
|
|
2060
2054
|
}
|
|
2061
2055
|
|
|
@@ -2067,7 +2061,7 @@ class DescribeCrossAccountAttachmentCommand extends smithyClient.Command
|
|
|
2067
2061
|
})
|
|
2068
2062
|
.s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
|
|
2069
2063
|
.n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
|
|
2070
|
-
.sc(DescribeCrossAccountAttachment)
|
|
2064
|
+
.sc(DescribeCrossAccountAttachment$)
|
|
2071
2065
|
.build() {
|
|
2072
2066
|
}
|
|
2073
2067
|
|
|
@@ -2079,7 +2073,7 @@ class DescribeCustomRoutingAcceleratorAttributesCommand extends smithyClient.Com
|
|
|
2079
2073
|
})
|
|
2080
2074
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
|
|
2081
2075
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
|
|
2082
|
-
.sc(DescribeCustomRoutingAcceleratorAttributes)
|
|
2076
|
+
.sc(DescribeCustomRoutingAcceleratorAttributes$)
|
|
2083
2077
|
.build() {
|
|
2084
2078
|
}
|
|
2085
2079
|
|
|
@@ -2091,7 +2085,7 @@ class DescribeCustomRoutingAcceleratorCommand extends smithyClient.Command
|
|
|
2091
2085
|
})
|
|
2092
2086
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
|
|
2093
2087
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
|
|
2094
|
-
.sc(DescribeCustomRoutingAccelerator)
|
|
2088
|
+
.sc(DescribeCustomRoutingAccelerator$)
|
|
2095
2089
|
.build() {
|
|
2096
2090
|
}
|
|
2097
2091
|
|
|
@@ -2103,7 +2097,7 @@ class DescribeCustomRoutingEndpointGroupCommand extends smithyClient.Command
|
|
|
2103
2097
|
})
|
|
2104
2098
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
|
|
2105
2099
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
|
|
2106
|
-
.sc(DescribeCustomRoutingEndpointGroup)
|
|
2100
|
+
.sc(DescribeCustomRoutingEndpointGroup$)
|
|
2107
2101
|
.build() {
|
|
2108
2102
|
}
|
|
2109
2103
|
|
|
@@ -2115,7 +2109,7 @@ class DescribeCustomRoutingListenerCommand extends smithyClient.Command
|
|
|
2115
2109
|
})
|
|
2116
2110
|
.s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
|
|
2117
2111
|
.n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
|
|
2118
|
-
.sc(DescribeCustomRoutingListener)
|
|
2112
|
+
.sc(DescribeCustomRoutingListener$)
|
|
2119
2113
|
.build() {
|
|
2120
2114
|
}
|
|
2121
2115
|
|
|
@@ -2127,7 +2121,7 @@ class DescribeEndpointGroupCommand extends smithyClient.Command
|
|
|
2127
2121
|
})
|
|
2128
2122
|
.s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
|
|
2129
2123
|
.n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
|
|
2130
|
-
.sc(DescribeEndpointGroup)
|
|
2124
|
+
.sc(DescribeEndpointGroup$)
|
|
2131
2125
|
.build() {
|
|
2132
2126
|
}
|
|
2133
2127
|
|
|
@@ -2139,7 +2133,7 @@ class DescribeListenerCommand extends smithyClient.Command
|
|
|
2139
2133
|
})
|
|
2140
2134
|
.s("GlobalAccelerator_V20180706", "DescribeListener", {})
|
|
2141
2135
|
.n("GlobalAcceleratorClient", "DescribeListenerCommand")
|
|
2142
|
-
.sc(DescribeListener)
|
|
2136
|
+
.sc(DescribeListener$)
|
|
2143
2137
|
.build() {
|
|
2144
2138
|
}
|
|
2145
2139
|
|
|
@@ -2151,7 +2145,7 @@ class ListAcceleratorsCommand extends smithyClient.Command
|
|
|
2151
2145
|
})
|
|
2152
2146
|
.s("GlobalAccelerator_V20180706", "ListAccelerators", {})
|
|
2153
2147
|
.n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
|
|
2154
|
-
.sc(ListAccelerators)
|
|
2148
|
+
.sc(ListAccelerators$)
|
|
2155
2149
|
.build() {
|
|
2156
2150
|
}
|
|
2157
2151
|
|
|
@@ -2163,7 +2157,7 @@ class ListByoipCidrsCommand extends smithyClient.Command
|
|
|
2163
2157
|
})
|
|
2164
2158
|
.s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
|
|
2165
2159
|
.n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
|
|
2166
|
-
.sc(ListByoipCidrs)
|
|
2160
|
+
.sc(ListByoipCidrs$)
|
|
2167
2161
|
.build() {
|
|
2168
2162
|
}
|
|
2169
2163
|
|
|
@@ -2175,7 +2169,7 @@ class ListCrossAccountAttachmentsCommand extends smithyClient.Command
|
|
|
2175
2169
|
})
|
|
2176
2170
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountAttachments", {})
|
|
2177
2171
|
.n("GlobalAcceleratorClient", "ListCrossAccountAttachmentsCommand")
|
|
2178
|
-
.sc(ListCrossAccountAttachments)
|
|
2172
|
+
.sc(ListCrossAccountAttachments$)
|
|
2179
2173
|
.build() {
|
|
2180
2174
|
}
|
|
2181
2175
|
|
|
@@ -2187,7 +2181,7 @@ class ListCrossAccountResourceAccountsCommand extends smithyClient.Command
|
|
|
2187
2181
|
})
|
|
2188
2182
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountResourceAccounts", {})
|
|
2189
2183
|
.n("GlobalAcceleratorClient", "ListCrossAccountResourceAccountsCommand")
|
|
2190
|
-
.sc(ListCrossAccountResourceAccounts)
|
|
2184
|
+
.sc(ListCrossAccountResourceAccounts$)
|
|
2191
2185
|
.build() {
|
|
2192
2186
|
}
|
|
2193
2187
|
|
|
@@ -2199,7 +2193,7 @@ class ListCrossAccountResourcesCommand extends smithyClient.Command
|
|
|
2199
2193
|
})
|
|
2200
2194
|
.s("GlobalAccelerator_V20180706", "ListCrossAccountResources", {})
|
|
2201
2195
|
.n("GlobalAcceleratorClient", "ListCrossAccountResourcesCommand")
|
|
2202
|
-
.sc(ListCrossAccountResources)
|
|
2196
|
+
.sc(ListCrossAccountResources$)
|
|
2203
2197
|
.build() {
|
|
2204
2198
|
}
|
|
2205
2199
|
|
|
@@ -2211,7 +2205,7 @@ class ListCustomRoutingAcceleratorsCommand extends smithyClient.Command
|
|
|
2211
2205
|
})
|
|
2212
2206
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingAccelerators", {})
|
|
2213
2207
|
.n("GlobalAcceleratorClient", "ListCustomRoutingAcceleratorsCommand")
|
|
2214
|
-
.sc(ListCustomRoutingAccelerators)
|
|
2208
|
+
.sc(ListCustomRoutingAccelerators$)
|
|
2215
2209
|
.build() {
|
|
2216
2210
|
}
|
|
2217
2211
|
|
|
@@ -2223,7 +2217,7 @@ class ListCustomRoutingEndpointGroupsCommand extends smithyClient.Command
|
|
|
2223
2217
|
})
|
|
2224
2218
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingEndpointGroups", {})
|
|
2225
2219
|
.n("GlobalAcceleratorClient", "ListCustomRoutingEndpointGroupsCommand")
|
|
2226
|
-
.sc(ListCustomRoutingEndpointGroups)
|
|
2220
|
+
.sc(ListCustomRoutingEndpointGroups$)
|
|
2227
2221
|
.build() {
|
|
2228
2222
|
}
|
|
2229
2223
|
|
|
@@ -2235,7 +2229,7 @@ class ListCustomRoutingListenersCommand extends smithyClient.Command
|
|
|
2235
2229
|
})
|
|
2236
2230
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingListeners", {})
|
|
2237
2231
|
.n("GlobalAcceleratorClient", "ListCustomRoutingListenersCommand")
|
|
2238
|
-
.sc(ListCustomRoutingListeners)
|
|
2232
|
+
.sc(ListCustomRoutingListeners$)
|
|
2239
2233
|
.build() {
|
|
2240
2234
|
}
|
|
2241
2235
|
|
|
@@ -2247,7 +2241,7 @@ class ListCustomRoutingPortMappingsByDestinationCommand extends smithyClient.Com
|
|
|
2247
2241
|
})
|
|
2248
2242
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappingsByDestination", {})
|
|
2249
2243
|
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsByDestinationCommand")
|
|
2250
|
-
.sc(ListCustomRoutingPortMappingsByDestination)
|
|
2244
|
+
.sc(ListCustomRoutingPortMappingsByDestination$)
|
|
2251
2245
|
.build() {
|
|
2252
2246
|
}
|
|
2253
2247
|
|
|
@@ -2259,7 +2253,7 @@ class ListCustomRoutingPortMappingsCommand extends smithyClient.Command
|
|
|
2259
2253
|
})
|
|
2260
2254
|
.s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappings", {})
|
|
2261
2255
|
.n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsCommand")
|
|
2262
|
-
.sc(ListCustomRoutingPortMappings)
|
|
2256
|
+
.sc(ListCustomRoutingPortMappings$)
|
|
2263
2257
|
.build() {
|
|
2264
2258
|
}
|
|
2265
2259
|
|
|
@@ -2271,7 +2265,7 @@ class ListEndpointGroupsCommand extends smithyClient.Command
|
|
|
2271
2265
|
})
|
|
2272
2266
|
.s("GlobalAccelerator_V20180706", "ListEndpointGroups", {})
|
|
2273
2267
|
.n("GlobalAcceleratorClient", "ListEndpointGroupsCommand")
|
|
2274
|
-
.sc(ListEndpointGroups)
|
|
2268
|
+
.sc(ListEndpointGroups$)
|
|
2275
2269
|
.build() {
|
|
2276
2270
|
}
|
|
2277
2271
|
|
|
@@ -2283,7 +2277,7 @@ class ListListenersCommand extends smithyClient.Command
|
|
|
2283
2277
|
})
|
|
2284
2278
|
.s("GlobalAccelerator_V20180706", "ListListeners", {})
|
|
2285
2279
|
.n("GlobalAcceleratorClient", "ListListenersCommand")
|
|
2286
|
-
.sc(ListListeners)
|
|
2280
|
+
.sc(ListListeners$)
|
|
2287
2281
|
.build() {
|
|
2288
2282
|
}
|
|
2289
2283
|
|
|
@@ -2295,7 +2289,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2295
2289
|
})
|
|
2296
2290
|
.s("GlobalAccelerator_V20180706", "ListTagsForResource", {})
|
|
2297
2291
|
.n("GlobalAcceleratorClient", "ListTagsForResourceCommand")
|
|
2298
|
-
.sc(ListTagsForResource)
|
|
2292
|
+
.sc(ListTagsForResource$)
|
|
2299
2293
|
.build() {
|
|
2300
2294
|
}
|
|
2301
2295
|
|
|
@@ -2307,7 +2301,7 @@ class ProvisionByoipCidrCommand extends smithyClient.Command
|
|
|
2307
2301
|
})
|
|
2308
2302
|
.s("GlobalAccelerator_V20180706", "ProvisionByoipCidr", {})
|
|
2309
2303
|
.n("GlobalAcceleratorClient", "ProvisionByoipCidrCommand")
|
|
2310
|
-
.sc(ProvisionByoipCidr)
|
|
2304
|
+
.sc(ProvisionByoipCidr$)
|
|
2311
2305
|
.build() {
|
|
2312
2306
|
}
|
|
2313
2307
|
|
|
@@ -2319,7 +2313,7 @@ class RemoveCustomRoutingEndpointsCommand extends smithyClient.Command
|
|
|
2319
2313
|
})
|
|
2320
2314
|
.s("GlobalAccelerator_V20180706", "RemoveCustomRoutingEndpoints", {})
|
|
2321
2315
|
.n("GlobalAcceleratorClient", "RemoveCustomRoutingEndpointsCommand")
|
|
2322
|
-
.sc(RemoveCustomRoutingEndpoints)
|
|
2316
|
+
.sc(RemoveCustomRoutingEndpoints$)
|
|
2323
2317
|
.build() {
|
|
2324
2318
|
}
|
|
2325
2319
|
|
|
@@ -2331,7 +2325,7 @@ class RemoveEndpointsCommand extends smithyClient.Command
|
|
|
2331
2325
|
})
|
|
2332
2326
|
.s("GlobalAccelerator_V20180706", "RemoveEndpoints", {})
|
|
2333
2327
|
.n("GlobalAcceleratorClient", "RemoveEndpointsCommand")
|
|
2334
|
-
.sc(RemoveEndpoints)
|
|
2328
|
+
.sc(RemoveEndpoints$)
|
|
2335
2329
|
.build() {
|
|
2336
2330
|
}
|
|
2337
2331
|
|
|
@@ -2343,7 +2337,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2343
2337
|
})
|
|
2344
2338
|
.s("GlobalAccelerator_V20180706", "TagResource", {})
|
|
2345
2339
|
.n("GlobalAcceleratorClient", "TagResourceCommand")
|
|
2346
|
-
.sc(TagResource)
|
|
2340
|
+
.sc(TagResource$)
|
|
2347
2341
|
.build() {
|
|
2348
2342
|
}
|
|
2349
2343
|
|
|
@@ -2355,7 +2349,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2355
2349
|
})
|
|
2356
2350
|
.s("GlobalAccelerator_V20180706", "UntagResource", {})
|
|
2357
2351
|
.n("GlobalAcceleratorClient", "UntagResourceCommand")
|
|
2358
|
-
.sc(UntagResource)
|
|
2352
|
+
.sc(UntagResource$)
|
|
2359
2353
|
.build() {
|
|
2360
2354
|
}
|
|
2361
2355
|
|
|
@@ -2367,7 +2361,7 @@ class UpdateAcceleratorAttributesCommand extends smithyClient.Command
|
|
|
2367
2361
|
})
|
|
2368
2362
|
.s("GlobalAccelerator_V20180706", "UpdateAcceleratorAttributes", {})
|
|
2369
2363
|
.n("GlobalAcceleratorClient", "UpdateAcceleratorAttributesCommand")
|
|
2370
|
-
.sc(UpdateAcceleratorAttributes)
|
|
2364
|
+
.sc(UpdateAcceleratorAttributes$)
|
|
2371
2365
|
.build() {
|
|
2372
2366
|
}
|
|
2373
2367
|
|
|
@@ -2379,7 +2373,7 @@ class UpdateAcceleratorCommand extends smithyClient.Command
|
|
|
2379
2373
|
})
|
|
2380
2374
|
.s("GlobalAccelerator_V20180706", "UpdateAccelerator", {})
|
|
2381
2375
|
.n("GlobalAcceleratorClient", "UpdateAcceleratorCommand")
|
|
2382
|
-
.sc(UpdateAccelerator)
|
|
2376
|
+
.sc(UpdateAccelerator$)
|
|
2383
2377
|
.build() {
|
|
2384
2378
|
}
|
|
2385
2379
|
|
|
@@ -2391,7 +2385,7 @@ class UpdateCrossAccountAttachmentCommand extends smithyClient.Command
|
|
|
2391
2385
|
})
|
|
2392
2386
|
.s("GlobalAccelerator_V20180706", "UpdateCrossAccountAttachment", {})
|
|
2393
2387
|
.n("GlobalAcceleratorClient", "UpdateCrossAccountAttachmentCommand")
|
|
2394
|
-
.sc(UpdateCrossAccountAttachment)
|
|
2388
|
+
.sc(UpdateCrossAccountAttachment$)
|
|
2395
2389
|
.build() {
|
|
2396
2390
|
}
|
|
2397
2391
|
|
|
@@ -2403,7 +2397,7 @@ class UpdateCustomRoutingAcceleratorAttributesCommand extends smithyClient.Comma
|
|
|
2403
2397
|
})
|
|
2404
2398
|
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAcceleratorAttributes", {})
|
|
2405
2399
|
.n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorAttributesCommand")
|
|
2406
|
-
.sc(UpdateCustomRoutingAcceleratorAttributes)
|
|
2400
|
+
.sc(UpdateCustomRoutingAcceleratorAttributes$)
|
|
2407
2401
|
.build() {
|
|
2408
2402
|
}
|
|
2409
2403
|
|
|
@@ -2415,7 +2409,7 @@ class UpdateCustomRoutingAcceleratorCommand extends smithyClient.Command
|
|
|
2415
2409
|
})
|
|
2416
2410
|
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAccelerator", {})
|
|
2417
2411
|
.n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorCommand")
|
|
2418
|
-
.sc(UpdateCustomRoutingAccelerator)
|
|
2412
|
+
.sc(UpdateCustomRoutingAccelerator$)
|
|
2419
2413
|
.build() {
|
|
2420
2414
|
}
|
|
2421
2415
|
|
|
@@ -2427,7 +2421,7 @@ class UpdateCustomRoutingListenerCommand extends smithyClient.Command
|
|
|
2427
2421
|
})
|
|
2428
2422
|
.s("GlobalAccelerator_V20180706", "UpdateCustomRoutingListener", {})
|
|
2429
2423
|
.n("GlobalAcceleratorClient", "UpdateCustomRoutingListenerCommand")
|
|
2430
|
-
.sc(UpdateCustomRoutingListener)
|
|
2424
|
+
.sc(UpdateCustomRoutingListener$)
|
|
2431
2425
|
.build() {
|
|
2432
2426
|
}
|
|
2433
2427
|
|
|
@@ -2439,7 +2433,7 @@ class UpdateEndpointGroupCommand extends smithyClient.Command
|
|
|
2439
2433
|
})
|
|
2440
2434
|
.s("GlobalAccelerator_V20180706", "UpdateEndpointGroup", {})
|
|
2441
2435
|
.n("GlobalAcceleratorClient", "UpdateEndpointGroupCommand")
|
|
2442
|
-
.sc(UpdateEndpointGroup)
|
|
2436
|
+
.sc(UpdateEndpointGroup$)
|
|
2443
2437
|
.build() {
|
|
2444
2438
|
}
|
|
2445
2439
|
|
|
@@ -2451,7 +2445,7 @@ class UpdateListenerCommand extends smithyClient.Command
|
|
|
2451
2445
|
})
|
|
2452
2446
|
.s("GlobalAccelerator_V20180706", "UpdateListener", {})
|
|
2453
2447
|
.n("GlobalAcceleratorClient", "UpdateListenerCommand")
|
|
2454
|
-
.sc(UpdateListener)
|
|
2448
|
+
.sc(UpdateListener$)
|
|
2455
2449
|
.build() {
|
|
2456
2450
|
}
|
|
2457
2451
|
|
|
@@ -2463,7 +2457,7 @@ class WithdrawByoipCidrCommand extends smithyClient.Command
|
|
|
2463
2457
|
})
|
|
2464
2458
|
.s("GlobalAccelerator_V20180706", "WithdrawByoipCidr", {})
|
|
2465
2459
|
.n("GlobalAcceleratorClient", "WithdrawByoipCidrCommand")
|
|
2466
|
-
.sc(WithdrawByoipCidr)
|
|
2460
|
+
.sc(WithdrawByoipCidr$)
|
|
2467
2461
|
.build() {
|
|
2468
2462
|
}
|
|
2469
2463
|
|
|
@@ -2615,96 +2609,303 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2615
2609
|
enumerable: true,
|
|
2616
2610
|
get: function () { return smithyClient.Client; }
|
|
2617
2611
|
});
|
|
2618
|
-
exports.
|
|
2619
|
-
exports.
|
|
2612
|
+
exports.Accelerator$ = Accelerator$;
|
|
2613
|
+
exports.AcceleratorAttributes$ = AcceleratorAttributes$;
|
|
2614
|
+
exports.AcceleratorEvent$ = AcceleratorEvent$;
|
|
2615
|
+
exports.AcceleratorNotDisabledException = AcceleratorNotDisabledException;
|
|
2616
|
+
exports.AcceleratorNotDisabledException$ = AcceleratorNotDisabledException$;
|
|
2617
|
+
exports.AcceleratorNotFoundException = AcceleratorNotFoundException;
|
|
2618
|
+
exports.AcceleratorNotFoundException$ = AcceleratorNotFoundException$;
|
|
2620
2619
|
exports.AcceleratorStatus = AcceleratorStatus;
|
|
2621
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
2620
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
2621
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
2622
|
+
exports.AddCustomRoutingEndpoints$ = AddCustomRoutingEndpoints$;
|
|
2622
2623
|
exports.AddCustomRoutingEndpointsCommand = AddCustomRoutingEndpointsCommand;
|
|
2624
|
+
exports.AddCustomRoutingEndpointsRequest$ = AddCustomRoutingEndpointsRequest$;
|
|
2625
|
+
exports.AddCustomRoutingEndpointsResponse$ = AddCustomRoutingEndpointsResponse$;
|
|
2626
|
+
exports.AddEndpoints$ = AddEndpoints$;
|
|
2623
2627
|
exports.AddEndpointsCommand = AddEndpointsCommand;
|
|
2628
|
+
exports.AddEndpointsRequest$ = AddEndpointsRequest$;
|
|
2629
|
+
exports.AddEndpointsResponse$ = AddEndpointsResponse$;
|
|
2630
|
+
exports.AdvertiseByoipCidr$ = AdvertiseByoipCidr$;
|
|
2624
2631
|
exports.AdvertiseByoipCidrCommand = AdvertiseByoipCidrCommand;
|
|
2632
|
+
exports.AdvertiseByoipCidrRequest$ = AdvertiseByoipCidrRequest$;
|
|
2633
|
+
exports.AdvertiseByoipCidrResponse$ = AdvertiseByoipCidrResponse$;
|
|
2634
|
+
exports.AllowCustomRoutingTraffic$ = AllowCustomRoutingTraffic$;
|
|
2625
2635
|
exports.AllowCustomRoutingTrafficCommand = AllowCustomRoutingTrafficCommand;
|
|
2626
|
-
exports.
|
|
2627
|
-
exports.
|
|
2628
|
-
exports.
|
|
2629
|
-
exports.
|
|
2636
|
+
exports.AllowCustomRoutingTrafficRequest$ = AllowCustomRoutingTrafficRequest$;
|
|
2637
|
+
exports.AssociatedEndpointGroupFoundException = AssociatedEndpointGroupFoundException;
|
|
2638
|
+
exports.AssociatedEndpointGroupFoundException$ = AssociatedEndpointGroupFoundException$;
|
|
2639
|
+
exports.AssociatedListenerFoundException = AssociatedListenerFoundException;
|
|
2640
|
+
exports.AssociatedListenerFoundException$ = AssociatedListenerFoundException$;
|
|
2641
|
+
exports.Attachment$ = Attachment$;
|
|
2642
|
+
exports.AttachmentNotFoundException = AttachmentNotFoundException;
|
|
2643
|
+
exports.AttachmentNotFoundException$ = AttachmentNotFoundException$;
|
|
2644
|
+
exports.ByoipCidr$ = ByoipCidr$;
|
|
2645
|
+
exports.ByoipCidrEvent$ = ByoipCidrEvent$;
|
|
2646
|
+
exports.ByoipCidrNotFoundException = ByoipCidrNotFoundException;
|
|
2647
|
+
exports.ByoipCidrNotFoundException$ = ByoipCidrNotFoundException$;
|
|
2630
2648
|
exports.ByoipCidrState = ByoipCidrState;
|
|
2649
|
+
exports.CidrAuthorizationContext$ = CidrAuthorizationContext$;
|
|
2631
2650
|
exports.ClientAffinity = ClientAffinity;
|
|
2632
|
-
exports.ConflictException = ConflictException
|
|
2651
|
+
exports.ConflictException = ConflictException;
|
|
2652
|
+
exports.ConflictException$ = ConflictException$;
|
|
2653
|
+
exports.CreateAccelerator$ = CreateAccelerator$;
|
|
2633
2654
|
exports.CreateAcceleratorCommand = CreateAcceleratorCommand;
|
|
2655
|
+
exports.CreateAcceleratorRequest$ = CreateAcceleratorRequest$;
|
|
2656
|
+
exports.CreateAcceleratorResponse$ = CreateAcceleratorResponse$;
|
|
2657
|
+
exports.CreateCrossAccountAttachment$ = CreateCrossAccountAttachment$;
|
|
2634
2658
|
exports.CreateCrossAccountAttachmentCommand = CreateCrossAccountAttachmentCommand;
|
|
2659
|
+
exports.CreateCrossAccountAttachmentRequest$ = CreateCrossAccountAttachmentRequest$;
|
|
2660
|
+
exports.CreateCrossAccountAttachmentResponse$ = CreateCrossAccountAttachmentResponse$;
|
|
2661
|
+
exports.CreateCustomRoutingAccelerator$ = CreateCustomRoutingAccelerator$;
|
|
2635
2662
|
exports.CreateCustomRoutingAcceleratorCommand = CreateCustomRoutingAcceleratorCommand;
|
|
2663
|
+
exports.CreateCustomRoutingAcceleratorRequest$ = CreateCustomRoutingAcceleratorRequest$;
|
|
2664
|
+
exports.CreateCustomRoutingAcceleratorResponse$ = CreateCustomRoutingAcceleratorResponse$;
|
|
2665
|
+
exports.CreateCustomRoutingEndpointGroup$ = CreateCustomRoutingEndpointGroup$;
|
|
2636
2666
|
exports.CreateCustomRoutingEndpointGroupCommand = CreateCustomRoutingEndpointGroupCommand;
|
|
2667
|
+
exports.CreateCustomRoutingEndpointGroupRequest$ = CreateCustomRoutingEndpointGroupRequest$;
|
|
2668
|
+
exports.CreateCustomRoutingEndpointGroupResponse$ = CreateCustomRoutingEndpointGroupResponse$;
|
|
2669
|
+
exports.CreateCustomRoutingListener$ = CreateCustomRoutingListener$;
|
|
2637
2670
|
exports.CreateCustomRoutingListenerCommand = CreateCustomRoutingListenerCommand;
|
|
2671
|
+
exports.CreateCustomRoutingListenerRequest$ = CreateCustomRoutingListenerRequest$;
|
|
2672
|
+
exports.CreateCustomRoutingListenerResponse$ = CreateCustomRoutingListenerResponse$;
|
|
2673
|
+
exports.CreateEndpointGroup$ = CreateEndpointGroup$;
|
|
2638
2674
|
exports.CreateEndpointGroupCommand = CreateEndpointGroupCommand;
|
|
2675
|
+
exports.CreateEndpointGroupRequest$ = CreateEndpointGroupRequest$;
|
|
2676
|
+
exports.CreateEndpointGroupResponse$ = CreateEndpointGroupResponse$;
|
|
2677
|
+
exports.CreateListener$ = CreateListener$;
|
|
2639
2678
|
exports.CreateListenerCommand = CreateListenerCommand;
|
|
2679
|
+
exports.CreateListenerRequest$ = CreateListenerRequest$;
|
|
2680
|
+
exports.CreateListenerResponse$ = CreateListenerResponse$;
|
|
2681
|
+
exports.CrossAccountResource$ = CrossAccountResource$;
|
|
2682
|
+
exports.CustomRoutingAccelerator$ = CustomRoutingAccelerator$;
|
|
2683
|
+
exports.CustomRoutingAcceleratorAttributes$ = CustomRoutingAcceleratorAttributes$;
|
|
2640
2684
|
exports.CustomRoutingAcceleratorStatus = CustomRoutingAcceleratorStatus;
|
|
2685
|
+
exports.CustomRoutingDestinationConfiguration$ = CustomRoutingDestinationConfiguration$;
|
|
2686
|
+
exports.CustomRoutingDestinationDescription$ = CustomRoutingDestinationDescription$;
|
|
2641
2687
|
exports.CustomRoutingDestinationTrafficState = CustomRoutingDestinationTrafficState;
|
|
2688
|
+
exports.CustomRoutingEndpointConfiguration$ = CustomRoutingEndpointConfiguration$;
|
|
2689
|
+
exports.CustomRoutingEndpointDescription$ = CustomRoutingEndpointDescription$;
|
|
2690
|
+
exports.CustomRoutingEndpointGroup$ = CustomRoutingEndpointGroup$;
|
|
2691
|
+
exports.CustomRoutingListener$ = CustomRoutingListener$;
|
|
2642
2692
|
exports.CustomRoutingProtocol = CustomRoutingProtocol;
|
|
2693
|
+
exports.DeleteAccelerator$ = DeleteAccelerator$;
|
|
2643
2694
|
exports.DeleteAcceleratorCommand = DeleteAcceleratorCommand;
|
|
2695
|
+
exports.DeleteAcceleratorRequest$ = DeleteAcceleratorRequest$;
|
|
2696
|
+
exports.DeleteCrossAccountAttachment$ = DeleteCrossAccountAttachment$;
|
|
2644
2697
|
exports.DeleteCrossAccountAttachmentCommand = DeleteCrossAccountAttachmentCommand;
|
|
2698
|
+
exports.DeleteCrossAccountAttachmentRequest$ = DeleteCrossAccountAttachmentRequest$;
|
|
2699
|
+
exports.DeleteCustomRoutingAccelerator$ = DeleteCustomRoutingAccelerator$;
|
|
2645
2700
|
exports.DeleteCustomRoutingAcceleratorCommand = DeleteCustomRoutingAcceleratorCommand;
|
|
2701
|
+
exports.DeleteCustomRoutingAcceleratorRequest$ = DeleteCustomRoutingAcceleratorRequest$;
|
|
2702
|
+
exports.DeleteCustomRoutingEndpointGroup$ = DeleteCustomRoutingEndpointGroup$;
|
|
2646
2703
|
exports.DeleteCustomRoutingEndpointGroupCommand = DeleteCustomRoutingEndpointGroupCommand;
|
|
2704
|
+
exports.DeleteCustomRoutingEndpointGroupRequest$ = DeleteCustomRoutingEndpointGroupRequest$;
|
|
2705
|
+
exports.DeleteCustomRoutingListener$ = DeleteCustomRoutingListener$;
|
|
2647
2706
|
exports.DeleteCustomRoutingListenerCommand = DeleteCustomRoutingListenerCommand;
|
|
2707
|
+
exports.DeleteCustomRoutingListenerRequest$ = DeleteCustomRoutingListenerRequest$;
|
|
2708
|
+
exports.DeleteEndpointGroup$ = DeleteEndpointGroup$;
|
|
2648
2709
|
exports.DeleteEndpointGroupCommand = DeleteEndpointGroupCommand;
|
|
2710
|
+
exports.DeleteEndpointGroupRequest$ = DeleteEndpointGroupRequest$;
|
|
2711
|
+
exports.DeleteListener$ = DeleteListener$;
|
|
2649
2712
|
exports.DeleteListenerCommand = DeleteListenerCommand;
|
|
2713
|
+
exports.DeleteListenerRequest$ = DeleteListenerRequest$;
|
|
2714
|
+
exports.DenyCustomRoutingTraffic$ = DenyCustomRoutingTraffic$;
|
|
2650
2715
|
exports.DenyCustomRoutingTrafficCommand = DenyCustomRoutingTrafficCommand;
|
|
2716
|
+
exports.DenyCustomRoutingTrafficRequest$ = DenyCustomRoutingTrafficRequest$;
|
|
2717
|
+
exports.DeprovisionByoipCidr$ = DeprovisionByoipCidr$;
|
|
2651
2718
|
exports.DeprovisionByoipCidrCommand = DeprovisionByoipCidrCommand;
|
|
2719
|
+
exports.DeprovisionByoipCidrRequest$ = DeprovisionByoipCidrRequest$;
|
|
2720
|
+
exports.DeprovisionByoipCidrResponse$ = DeprovisionByoipCidrResponse$;
|
|
2721
|
+
exports.DescribeAccelerator$ = DescribeAccelerator$;
|
|
2722
|
+
exports.DescribeAcceleratorAttributes$ = DescribeAcceleratorAttributes$;
|
|
2652
2723
|
exports.DescribeAcceleratorAttributesCommand = DescribeAcceleratorAttributesCommand;
|
|
2724
|
+
exports.DescribeAcceleratorAttributesRequest$ = DescribeAcceleratorAttributesRequest$;
|
|
2725
|
+
exports.DescribeAcceleratorAttributesResponse$ = DescribeAcceleratorAttributesResponse$;
|
|
2653
2726
|
exports.DescribeAcceleratorCommand = DescribeAcceleratorCommand;
|
|
2727
|
+
exports.DescribeAcceleratorRequest$ = DescribeAcceleratorRequest$;
|
|
2728
|
+
exports.DescribeAcceleratorResponse$ = DescribeAcceleratorResponse$;
|
|
2729
|
+
exports.DescribeCrossAccountAttachment$ = DescribeCrossAccountAttachment$;
|
|
2654
2730
|
exports.DescribeCrossAccountAttachmentCommand = DescribeCrossAccountAttachmentCommand;
|
|
2731
|
+
exports.DescribeCrossAccountAttachmentRequest$ = DescribeCrossAccountAttachmentRequest$;
|
|
2732
|
+
exports.DescribeCrossAccountAttachmentResponse$ = DescribeCrossAccountAttachmentResponse$;
|
|
2733
|
+
exports.DescribeCustomRoutingAccelerator$ = DescribeCustomRoutingAccelerator$;
|
|
2734
|
+
exports.DescribeCustomRoutingAcceleratorAttributes$ = DescribeCustomRoutingAcceleratorAttributes$;
|
|
2655
2735
|
exports.DescribeCustomRoutingAcceleratorAttributesCommand = DescribeCustomRoutingAcceleratorAttributesCommand;
|
|
2736
|
+
exports.DescribeCustomRoutingAcceleratorAttributesRequest$ = DescribeCustomRoutingAcceleratorAttributesRequest$;
|
|
2737
|
+
exports.DescribeCustomRoutingAcceleratorAttributesResponse$ = DescribeCustomRoutingAcceleratorAttributesResponse$;
|
|
2656
2738
|
exports.DescribeCustomRoutingAcceleratorCommand = DescribeCustomRoutingAcceleratorCommand;
|
|
2739
|
+
exports.DescribeCustomRoutingAcceleratorRequest$ = DescribeCustomRoutingAcceleratorRequest$;
|
|
2740
|
+
exports.DescribeCustomRoutingAcceleratorResponse$ = DescribeCustomRoutingAcceleratorResponse$;
|
|
2741
|
+
exports.DescribeCustomRoutingEndpointGroup$ = DescribeCustomRoutingEndpointGroup$;
|
|
2657
2742
|
exports.DescribeCustomRoutingEndpointGroupCommand = DescribeCustomRoutingEndpointGroupCommand;
|
|
2743
|
+
exports.DescribeCustomRoutingEndpointGroupRequest$ = DescribeCustomRoutingEndpointGroupRequest$;
|
|
2744
|
+
exports.DescribeCustomRoutingEndpointGroupResponse$ = DescribeCustomRoutingEndpointGroupResponse$;
|
|
2745
|
+
exports.DescribeCustomRoutingListener$ = DescribeCustomRoutingListener$;
|
|
2658
2746
|
exports.DescribeCustomRoutingListenerCommand = DescribeCustomRoutingListenerCommand;
|
|
2747
|
+
exports.DescribeCustomRoutingListenerRequest$ = DescribeCustomRoutingListenerRequest$;
|
|
2748
|
+
exports.DescribeCustomRoutingListenerResponse$ = DescribeCustomRoutingListenerResponse$;
|
|
2749
|
+
exports.DescribeEndpointGroup$ = DescribeEndpointGroup$;
|
|
2659
2750
|
exports.DescribeEndpointGroupCommand = DescribeEndpointGroupCommand;
|
|
2751
|
+
exports.DescribeEndpointGroupRequest$ = DescribeEndpointGroupRequest$;
|
|
2752
|
+
exports.DescribeEndpointGroupResponse$ = DescribeEndpointGroupResponse$;
|
|
2753
|
+
exports.DescribeListener$ = DescribeListener$;
|
|
2660
2754
|
exports.DescribeListenerCommand = DescribeListenerCommand;
|
|
2661
|
-
exports.
|
|
2662
|
-
exports.
|
|
2663
|
-
exports.
|
|
2664
|
-
exports.
|
|
2755
|
+
exports.DescribeListenerRequest$ = DescribeListenerRequest$;
|
|
2756
|
+
exports.DescribeListenerResponse$ = DescribeListenerResponse$;
|
|
2757
|
+
exports.DestinationPortMapping$ = DestinationPortMapping$;
|
|
2758
|
+
exports.EndpointAlreadyExistsException = EndpointAlreadyExistsException;
|
|
2759
|
+
exports.EndpointAlreadyExistsException$ = EndpointAlreadyExistsException$;
|
|
2760
|
+
exports.EndpointConfiguration$ = EndpointConfiguration$;
|
|
2761
|
+
exports.EndpointDescription$ = EndpointDescription$;
|
|
2762
|
+
exports.EndpointGroup$ = EndpointGroup$;
|
|
2763
|
+
exports.EndpointGroupAlreadyExistsException = EndpointGroupAlreadyExistsException;
|
|
2764
|
+
exports.EndpointGroupAlreadyExistsException$ = EndpointGroupAlreadyExistsException$;
|
|
2765
|
+
exports.EndpointGroupNotFoundException = EndpointGroupNotFoundException;
|
|
2766
|
+
exports.EndpointGroupNotFoundException$ = EndpointGroupNotFoundException$;
|
|
2767
|
+
exports.EndpointIdentifier$ = EndpointIdentifier$;
|
|
2768
|
+
exports.EndpointNotFoundException = EndpointNotFoundException;
|
|
2769
|
+
exports.EndpointNotFoundException$ = EndpointNotFoundException$;
|
|
2665
2770
|
exports.GlobalAccelerator = GlobalAccelerator;
|
|
2666
2771
|
exports.GlobalAcceleratorClient = GlobalAcceleratorClient;
|
|
2667
|
-
exports.GlobalAcceleratorServiceException = GlobalAcceleratorServiceException
|
|
2772
|
+
exports.GlobalAcceleratorServiceException = GlobalAcceleratorServiceException;
|
|
2773
|
+
exports.GlobalAcceleratorServiceException$ = GlobalAcceleratorServiceException$;
|
|
2668
2774
|
exports.HealthCheckProtocol = HealthCheckProtocol;
|
|
2669
2775
|
exports.HealthState = HealthState;
|
|
2670
|
-
exports.IncorrectCidrStateException = IncorrectCidrStateException
|
|
2671
|
-
exports.
|
|
2672
|
-
exports.
|
|
2673
|
-
exports.
|
|
2674
|
-
exports.
|
|
2776
|
+
exports.IncorrectCidrStateException = IncorrectCidrStateException;
|
|
2777
|
+
exports.IncorrectCidrStateException$ = IncorrectCidrStateException$;
|
|
2778
|
+
exports.InternalServiceErrorException = InternalServiceErrorException;
|
|
2779
|
+
exports.InternalServiceErrorException$ = InternalServiceErrorException$;
|
|
2780
|
+
exports.InvalidArgumentException = InvalidArgumentException;
|
|
2781
|
+
exports.InvalidArgumentException$ = InvalidArgumentException$;
|
|
2782
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
2783
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
2784
|
+
exports.InvalidPortRangeException = InvalidPortRangeException;
|
|
2785
|
+
exports.InvalidPortRangeException$ = InvalidPortRangeException$;
|
|
2675
2786
|
exports.IpAddressFamily = IpAddressFamily;
|
|
2676
2787
|
exports.IpAddressType = IpAddressType;
|
|
2677
|
-
exports.
|
|
2788
|
+
exports.IpSet$ = IpSet$;
|
|
2789
|
+
exports.LimitExceededException = LimitExceededException;
|
|
2790
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
2791
|
+
exports.ListAccelerators$ = ListAccelerators$;
|
|
2678
2792
|
exports.ListAcceleratorsCommand = ListAcceleratorsCommand;
|
|
2793
|
+
exports.ListAcceleratorsRequest$ = ListAcceleratorsRequest$;
|
|
2794
|
+
exports.ListAcceleratorsResponse$ = ListAcceleratorsResponse$;
|
|
2795
|
+
exports.ListByoipCidrs$ = ListByoipCidrs$;
|
|
2679
2796
|
exports.ListByoipCidrsCommand = ListByoipCidrsCommand;
|
|
2797
|
+
exports.ListByoipCidrsRequest$ = ListByoipCidrsRequest$;
|
|
2798
|
+
exports.ListByoipCidrsResponse$ = ListByoipCidrsResponse$;
|
|
2799
|
+
exports.ListCrossAccountAttachments$ = ListCrossAccountAttachments$;
|
|
2680
2800
|
exports.ListCrossAccountAttachmentsCommand = ListCrossAccountAttachmentsCommand;
|
|
2801
|
+
exports.ListCrossAccountAttachmentsRequest$ = ListCrossAccountAttachmentsRequest$;
|
|
2802
|
+
exports.ListCrossAccountAttachmentsResponse$ = ListCrossAccountAttachmentsResponse$;
|
|
2803
|
+
exports.ListCrossAccountResourceAccounts$ = ListCrossAccountResourceAccounts$;
|
|
2681
2804
|
exports.ListCrossAccountResourceAccountsCommand = ListCrossAccountResourceAccountsCommand;
|
|
2805
|
+
exports.ListCrossAccountResourceAccountsRequest$ = ListCrossAccountResourceAccountsRequest$;
|
|
2806
|
+
exports.ListCrossAccountResourceAccountsResponse$ = ListCrossAccountResourceAccountsResponse$;
|
|
2807
|
+
exports.ListCrossAccountResources$ = ListCrossAccountResources$;
|
|
2682
2808
|
exports.ListCrossAccountResourcesCommand = ListCrossAccountResourcesCommand;
|
|
2809
|
+
exports.ListCrossAccountResourcesRequest$ = ListCrossAccountResourcesRequest$;
|
|
2810
|
+
exports.ListCrossAccountResourcesResponse$ = ListCrossAccountResourcesResponse$;
|
|
2811
|
+
exports.ListCustomRoutingAccelerators$ = ListCustomRoutingAccelerators$;
|
|
2683
2812
|
exports.ListCustomRoutingAcceleratorsCommand = ListCustomRoutingAcceleratorsCommand;
|
|
2813
|
+
exports.ListCustomRoutingAcceleratorsRequest$ = ListCustomRoutingAcceleratorsRequest$;
|
|
2814
|
+
exports.ListCustomRoutingAcceleratorsResponse$ = ListCustomRoutingAcceleratorsResponse$;
|
|
2815
|
+
exports.ListCustomRoutingEndpointGroups$ = ListCustomRoutingEndpointGroups$;
|
|
2684
2816
|
exports.ListCustomRoutingEndpointGroupsCommand = ListCustomRoutingEndpointGroupsCommand;
|
|
2817
|
+
exports.ListCustomRoutingEndpointGroupsRequest$ = ListCustomRoutingEndpointGroupsRequest$;
|
|
2818
|
+
exports.ListCustomRoutingEndpointGroupsResponse$ = ListCustomRoutingEndpointGroupsResponse$;
|
|
2819
|
+
exports.ListCustomRoutingListeners$ = ListCustomRoutingListeners$;
|
|
2685
2820
|
exports.ListCustomRoutingListenersCommand = ListCustomRoutingListenersCommand;
|
|
2821
|
+
exports.ListCustomRoutingListenersRequest$ = ListCustomRoutingListenersRequest$;
|
|
2822
|
+
exports.ListCustomRoutingListenersResponse$ = ListCustomRoutingListenersResponse$;
|
|
2823
|
+
exports.ListCustomRoutingPortMappings$ = ListCustomRoutingPortMappings$;
|
|
2824
|
+
exports.ListCustomRoutingPortMappingsByDestination$ = ListCustomRoutingPortMappingsByDestination$;
|
|
2686
2825
|
exports.ListCustomRoutingPortMappingsByDestinationCommand = ListCustomRoutingPortMappingsByDestinationCommand;
|
|
2826
|
+
exports.ListCustomRoutingPortMappingsByDestinationRequest$ = ListCustomRoutingPortMappingsByDestinationRequest$;
|
|
2827
|
+
exports.ListCustomRoutingPortMappingsByDestinationResponse$ = ListCustomRoutingPortMappingsByDestinationResponse$;
|
|
2687
2828
|
exports.ListCustomRoutingPortMappingsCommand = ListCustomRoutingPortMappingsCommand;
|
|
2829
|
+
exports.ListCustomRoutingPortMappingsRequest$ = ListCustomRoutingPortMappingsRequest$;
|
|
2830
|
+
exports.ListCustomRoutingPortMappingsResponse$ = ListCustomRoutingPortMappingsResponse$;
|
|
2831
|
+
exports.ListEndpointGroups$ = ListEndpointGroups$;
|
|
2688
2832
|
exports.ListEndpointGroupsCommand = ListEndpointGroupsCommand;
|
|
2833
|
+
exports.ListEndpointGroupsRequest$ = ListEndpointGroupsRequest$;
|
|
2834
|
+
exports.ListEndpointGroupsResponse$ = ListEndpointGroupsResponse$;
|
|
2835
|
+
exports.ListListeners$ = ListListeners$;
|
|
2689
2836
|
exports.ListListenersCommand = ListListenersCommand;
|
|
2837
|
+
exports.ListListenersRequest$ = ListListenersRequest$;
|
|
2838
|
+
exports.ListListenersResponse$ = ListListenersResponse$;
|
|
2839
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2690
2840
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2691
|
-
exports.
|
|
2841
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
2842
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
2843
|
+
exports.Listener$ = Listener$;
|
|
2844
|
+
exports.ListenerNotFoundException = ListenerNotFoundException;
|
|
2845
|
+
exports.ListenerNotFoundException$ = ListenerNotFoundException$;
|
|
2846
|
+
exports.PortMapping$ = PortMapping$;
|
|
2847
|
+
exports.PortOverride$ = PortOverride$;
|
|
2848
|
+
exports.PortRange$ = PortRange$;
|
|
2692
2849
|
exports.Protocol = Protocol;
|
|
2850
|
+
exports.ProvisionByoipCidr$ = ProvisionByoipCidr$;
|
|
2693
2851
|
exports.ProvisionByoipCidrCommand = ProvisionByoipCidrCommand;
|
|
2852
|
+
exports.ProvisionByoipCidrRequest$ = ProvisionByoipCidrRequest$;
|
|
2853
|
+
exports.ProvisionByoipCidrResponse$ = ProvisionByoipCidrResponse$;
|
|
2854
|
+
exports.RemoveCustomRoutingEndpoints$ = RemoveCustomRoutingEndpoints$;
|
|
2694
2855
|
exports.RemoveCustomRoutingEndpointsCommand = RemoveCustomRoutingEndpointsCommand;
|
|
2856
|
+
exports.RemoveCustomRoutingEndpointsRequest$ = RemoveCustomRoutingEndpointsRequest$;
|
|
2857
|
+
exports.RemoveEndpoints$ = RemoveEndpoints$;
|
|
2695
2858
|
exports.RemoveEndpointsCommand = RemoveEndpointsCommand;
|
|
2859
|
+
exports.RemoveEndpointsRequest$ = RemoveEndpointsRequest$;
|
|
2860
|
+
exports.Resource$ = Resource$;
|
|
2861
|
+
exports.SocketAddress$ = SocketAddress$;
|
|
2862
|
+
exports.Tag$ = Tag$;
|
|
2863
|
+
exports.TagResource$ = TagResource$;
|
|
2696
2864
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2697
|
-
exports.
|
|
2865
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
2866
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
2867
|
+
exports.TransactionInProgressException = TransactionInProgressException;
|
|
2868
|
+
exports.TransactionInProgressException$ = TransactionInProgressException$;
|
|
2869
|
+
exports.UntagResource$ = UntagResource$;
|
|
2698
2870
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2871
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
2872
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
2873
|
+
exports.UpdateAccelerator$ = UpdateAccelerator$;
|
|
2874
|
+
exports.UpdateAcceleratorAttributes$ = UpdateAcceleratorAttributes$;
|
|
2699
2875
|
exports.UpdateAcceleratorAttributesCommand = UpdateAcceleratorAttributesCommand;
|
|
2876
|
+
exports.UpdateAcceleratorAttributesRequest$ = UpdateAcceleratorAttributesRequest$;
|
|
2877
|
+
exports.UpdateAcceleratorAttributesResponse$ = UpdateAcceleratorAttributesResponse$;
|
|
2700
2878
|
exports.UpdateAcceleratorCommand = UpdateAcceleratorCommand;
|
|
2879
|
+
exports.UpdateAcceleratorRequest$ = UpdateAcceleratorRequest$;
|
|
2880
|
+
exports.UpdateAcceleratorResponse$ = UpdateAcceleratorResponse$;
|
|
2881
|
+
exports.UpdateCrossAccountAttachment$ = UpdateCrossAccountAttachment$;
|
|
2701
2882
|
exports.UpdateCrossAccountAttachmentCommand = UpdateCrossAccountAttachmentCommand;
|
|
2883
|
+
exports.UpdateCrossAccountAttachmentRequest$ = UpdateCrossAccountAttachmentRequest$;
|
|
2884
|
+
exports.UpdateCrossAccountAttachmentResponse$ = UpdateCrossAccountAttachmentResponse$;
|
|
2885
|
+
exports.UpdateCustomRoutingAccelerator$ = UpdateCustomRoutingAccelerator$;
|
|
2886
|
+
exports.UpdateCustomRoutingAcceleratorAttributes$ = UpdateCustomRoutingAcceleratorAttributes$;
|
|
2702
2887
|
exports.UpdateCustomRoutingAcceleratorAttributesCommand = UpdateCustomRoutingAcceleratorAttributesCommand;
|
|
2888
|
+
exports.UpdateCustomRoutingAcceleratorAttributesRequest$ = UpdateCustomRoutingAcceleratorAttributesRequest$;
|
|
2889
|
+
exports.UpdateCustomRoutingAcceleratorAttributesResponse$ = UpdateCustomRoutingAcceleratorAttributesResponse$;
|
|
2703
2890
|
exports.UpdateCustomRoutingAcceleratorCommand = UpdateCustomRoutingAcceleratorCommand;
|
|
2891
|
+
exports.UpdateCustomRoutingAcceleratorRequest$ = UpdateCustomRoutingAcceleratorRequest$;
|
|
2892
|
+
exports.UpdateCustomRoutingAcceleratorResponse$ = UpdateCustomRoutingAcceleratorResponse$;
|
|
2893
|
+
exports.UpdateCustomRoutingListener$ = UpdateCustomRoutingListener$;
|
|
2704
2894
|
exports.UpdateCustomRoutingListenerCommand = UpdateCustomRoutingListenerCommand;
|
|
2895
|
+
exports.UpdateCustomRoutingListenerRequest$ = UpdateCustomRoutingListenerRequest$;
|
|
2896
|
+
exports.UpdateCustomRoutingListenerResponse$ = UpdateCustomRoutingListenerResponse$;
|
|
2897
|
+
exports.UpdateEndpointGroup$ = UpdateEndpointGroup$;
|
|
2705
2898
|
exports.UpdateEndpointGroupCommand = UpdateEndpointGroupCommand;
|
|
2899
|
+
exports.UpdateEndpointGroupRequest$ = UpdateEndpointGroupRequest$;
|
|
2900
|
+
exports.UpdateEndpointGroupResponse$ = UpdateEndpointGroupResponse$;
|
|
2901
|
+
exports.UpdateListener$ = UpdateListener$;
|
|
2706
2902
|
exports.UpdateListenerCommand = UpdateListenerCommand;
|
|
2903
|
+
exports.UpdateListenerRequest$ = UpdateListenerRequest$;
|
|
2904
|
+
exports.UpdateListenerResponse$ = UpdateListenerResponse$;
|
|
2905
|
+
exports.WithdrawByoipCidr$ = WithdrawByoipCidr$;
|
|
2707
2906
|
exports.WithdrawByoipCidrCommand = WithdrawByoipCidrCommand;
|
|
2907
|
+
exports.WithdrawByoipCidrRequest$ = WithdrawByoipCidrRequest$;
|
|
2908
|
+
exports.WithdrawByoipCidrResponse$ = WithdrawByoipCidrResponse$;
|
|
2708
2909
|
exports.paginateListAccelerators = paginateListAccelerators;
|
|
2709
2910
|
exports.paginateListByoipCidrs = paginateListByoipCidrs;
|
|
2710
2911
|
exports.paginateListCrossAccountAttachments = paginateListCrossAccountAttachments;
|