@aws-sdk/client-global-accelerator 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +180 -207
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +19 -69
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -183,10 +183,7 @@ import {
|
|
|
183
183
|
RemoveEndpointsCommandInput,
|
|
184
184
|
RemoveEndpointsCommandOutput,
|
|
185
185
|
} from "./commands/RemoveEndpointsCommand";
|
|
186
|
-
import {
|
|
187
|
-
TagResourceCommandInput,
|
|
188
|
-
TagResourceCommandOutput,
|
|
189
|
-
} from "./commands/TagResourceCommand";
|
|
186
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
190
187
|
import {
|
|
191
188
|
UntagResourceCommandInput,
|
|
192
189
|
UntagResourceCommandOutput,
|
|
@@ -231,837 +228,813 @@ import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
|
|
|
231
228
|
export interface GlobalAccelerator {
|
|
232
229
|
addCustomRoutingEndpoints(
|
|
233
230
|
args: AddCustomRoutingEndpointsCommandInput,
|
|
234
|
-
options?: __HttpHandlerOptions
|
|
231
|
+
options?: __HttpHandlerOptions,
|
|
235
232
|
): Promise<AddCustomRoutingEndpointsCommandOutput>;
|
|
236
233
|
addCustomRoutingEndpoints(
|
|
237
234
|
args: AddCustomRoutingEndpointsCommandInput,
|
|
238
|
-
cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
|
|
235
|
+
cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void,
|
|
239
236
|
): void;
|
|
240
237
|
addCustomRoutingEndpoints(
|
|
241
238
|
args: AddCustomRoutingEndpointsCommandInput,
|
|
242
239
|
options: __HttpHandlerOptions,
|
|
243
|
-
cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
|
|
240
|
+
cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void,
|
|
244
241
|
): void;
|
|
245
242
|
addEndpoints(
|
|
246
243
|
args: AddEndpointsCommandInput,
|
|
247
|
-
options?: __HttpHandlerOptions
|
|
244
|
+
options?: __HttpHandlerOptions,
|
|
248
245
|
): Promise<AddEndpointsCommandOutput>;
|
|
249
246
|
addEndpoints(
|
|
250
247
|
args: AddEndpointsCommandInput,
|
|
251
|
-
cb: (err: any, data?: AddEndpointsCommandOutput) => void
|
|
248
|
+
cb: (err: any, data?: AddEndpointsCommandOutput) => void,
|
|
252
249
|
): void;
|
|
253
250
|
addEndpoints(
|
|
254
251
|
args: AddEndpointsCommandInput,
|
|
255
252
|
options: __HttpHandlerOptions,
|
|
256
|
-
cb: (err: any, data?: AddEndpointsCommandOutput) => void
|
|
253
|
+
cb: (err: any, data?: AddEndpointsCommandOutput) => void,
|
|
257
254
|
): void;
|
|
258
255
|
advertiseByoipCidr(
|
|
259
256
|
args: AdvertiseByoipCidrCommandInput,
|
|
260
|
-
options?: __HttpHandlerOptions
|
|
257
|
+
options?: __HttpHandlerOptions,
|
|
261
258
|
): Promise<AdvertiseByoipCidrCommandOutput>;
|
|
262
259
|
advertiseByoipCidr(
|
|
263
260
|
args: AdvertiseByoipCidrCommandInput,
|
|
264
|
-
cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
|
|
261
|
+
cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void,
|
|
265
262
|
): void;
|
|
266
263
|
advertiseByoipCidr(
|
|
267
264
|
args: AdvertiseByoipCidrCommandInput,
|
|
268
265
|
options: __HttpHandlerOptions,
|
|
269
|
-
cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
|
|
266
|
+
cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void,
|
|
270
267
|
): void;
|
|
271
268
|
allowCustomRoutingTraffic(
|
|
272
269
|
args: AllowCustomRoutingTrafficCommandInput,
|
|
273
|
-
options?: __HttpHandlerOptions
|
|
270
|
+
options?: __HttpHandlerOptions,
|
|
274
271
|
): Promise<AllowCustomRoutingTrafficCommandOutput>;
|
|
275
272
|
allowCustomRoutingTraffic(
|
|
276
273
|
args: AllowCustomRoutingTrafficCommandInput,
|
|
277
|
-
cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
|
|
274
|
+
cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void,
|
|
278
275
|
): void;
|
|
279
276
|
allowCustomRoutingTraffic(
|
|
280
277
|
args: AllowCustomRoutingTrafficCommandInput,
|
|
281
278
|
options: __HttpHandlerOptions,
|
|
282
|
-
cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
|
|
279
|
+
cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void,
|
|
283
280
|
): void;
|
|
284
281
|
createAccelerator(
|
|
285
282
|
args: CreateAcceleratorCommandInput,
|
|
286
|
-
options?: __HttpHandlerOptions
|
|
283
|
+
options?: __HttpHandlerOptions,
|
|
287
284
|
): Promise<CreateAcceleratorCommandOutput>;
|
|
288
285
|
createAccelerator(
|
|
289
286
|
args: CreateAcceleratorCommandInput,
|
|
290
|
-
cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
|
|
287
|
+
cb: (err: any, data?: CreateAcceleratorCommandOutput) => void,
|
|
291
288
|
): void;
|
|
292
289
|
createAccelerator(
|
|
293
290
|
args: CreateAcceleratorCommandInput,
|
|
294
291
|
options: __HttpHandlerOptions,
|
|
295
|
-
cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
|
|
292
|
+
cb: (err: any, data?: CreateAcceleratorCommandOutput) => void,
|
|
296
293
|
): void;
|
|
297
294
|
createCrossAccountAttachment(
|
|
298
295
|
args: CreateCrossAccountAttachmentCommandInput,
|
|
299
|
-
options?: __HttpHandlerOptions
|
|
296
|
+
options?: __HttpHandlerOptions,
|
|
300
297
|
): Promise<CreateCrossAccountAttachmentCommandOutput>;
|
|
301
298
|
createCrossAccountAttachment(
|
|
302
299
|
args: CreateCrossAccountAttachmentCommandInput,
|
|
303
|
-
cb: (err: any, data?: CreateCrossAccountAttachmentCommandOutput) => void
|
|
300
|
+
cb: (err: any, data?: CreateCrossAccountAttachmentCommandOutput) => void,
|
|
304
301
|
): void;
|
|
305
302
|
createCrossAccountAttachment(
|
|
306
303
|
args: CreateCrossAccountAttachmentCommandInput,
|
|
307
304
|
options: __HttpHandlerOptions,
|
|
308
|
-
cb: (err: any, data?: CreateCrossAccountAttachmentCommandOutput) => void
|
|
305
|
+
cb: (err: any, data?: CreateCrossAccountAttachmentCommandOutput) => void,
|
|
309
306
|
): void;
|
|
310
307
|
createCustomRoutingAccelerator(
|
|
311
308
|
args: CreateCustomRoutingAcceleratorCommandInput,
|
|
312
|
-
options?: __HttpHandlerOptions
|
|
309
|
+
options?: __HttpHandlerOptions,
|
|
313
310
|
): Promise<CreateCustomRoutingAcceleratorCommandOutput>;
|
|
314
311
|
createCustomRoutingAccelerator(
|
|
315
312
|
args: CreateCustomRoutingAcceleratorCommandInput,
|
|
316
|
-
cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
|
|
313
|
+
cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void,
|
|
317
314
|
): void;
|
|
318
315
|
createCustomRoutingAccelerator(
|
|
319
316
|
args: CreateCustomRoutingAcceleratorCommandInput,
|
|
320
317
|
options: __HttpHandlerOptions,
|
|
321
|
-
cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
|
|
318
|
+
cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void,
|
|
322
319
|
): void;
|
|
323
320
|
createCustomRoutingEndpointGroup(
|
|
324
321
|
args: CreateCustomRoutingEndpointGroupCommandInput,
|
|
325
|
-
options?: __HttpHandlerOptions
|
|
322
|
+
options?: __HttpHandlerOptions,
|
|
326
323
|
): Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
|
|
327
324
|
createCustomRoutingEndpointGroup(
|
|
328
325
|
args: CreateCustomRoutingEndpointGroupCommandInput,
|
|
329
|
-
cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
|
|
326
|
+
cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void,
|
|
330
327
|
): void;
|
|
331
328
|
createCustomRoutingEndpointGroup(
|
|
332
329
|
args: CreateCustomRoutingEndpointGroupCommandInput,
|
|
333
330
|
options: __HttpHandlerOptions,
|
|
334
|
-
cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
|
|
331
|
+
cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void,
|
|
335
332
|
): void;
|
|
336
333
|
createCustomRoutingListener(
|
|
337
334
|
args: CreateCustomRoutingListenerCommandInput,
|
|
338
|
-
options?: __HttpHandlerOptions
|
|
335
|
+
options?: __HttpHandlerOptions,
|
|
339
336
|
): Promise<CreateCustomRoutingListenerCommandOutput>;
|
|
340
337
|
createCustomRoutingListener(
|
|
341
338
|
args: CreateCustomRoutingListenerCommandInput,
|
|
342
|
-
cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
|
|
339
|
+
cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void,
|
|
343
340
|
): void;
|
|
344
341
|
createCustomRoutingListener(
|
|
345
342
|
args: CreateCustomRoutingListenerCommandInput,
|
|
346
343
|
options: __HttpHandlerOptions,
|
|
347
|
-
cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
|
|
344
|
+
cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void,
|
|
348
345
|
): void;
|
|
349
346
|
createEndpointGroup(
|
|
350
347
|
args: CreateEndpointGroupCommandInput,
|
|
351
|
-
options?: __HttpHandlerOptions
|
|
348
|
+
options?: __HttpHandlerOptions,
|
|
352
349
|
): Promise<CreateEndpointGroupCommandOutput>;
|
|
353
350
|
createEndpointGroup(
|
|
354
351
|
args: CreateEndpointGroupCommandInput,
|
|
355
|
-
cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
|
|
352
|
+
cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void,
|
|
356
353
|
): void;
|
|
357
354
|
createEndpointGroup(
|
|
358
355
|
args: CreateEndpointGroupCommandInput,
|
|
359
356
|
options: __HttpHandlerOptions,
|
|
360
|
-
cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
|
|
357
|
+
cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void,
|
|
361
358
|
): void;
|
|
362
359
|
createListener(
|
|
363
360
|
args: CreateListenerCommandInput,
|
|
364
|
-
options?: __HttpHandlerOptions
|
|
361
|
+
options?: __HttpHandlerOptions,
|
|
365
362
|
): Promise<CreateListenerCommandOutput>;
|
|
366
363
|
createListener(
|
|
367
364
|
args: CreateListenerCommandInput,
|
|
368
|
-
cb: (err: any, data?: CreateListenerCommandOutput) => void
|
|
365
|
+
cb: (err: any, data?: CreateListenerCommandOutput) => void,
|
|
369
366
|
): void;
|
|
370
367
|
createListener(
|
|
371
368
|
args: CreateListenerCommandInput,
|
|
372
369
|
options: __HttpHandlerOptions,
|
|
373
|
-
cb: (err: any, data?: CreateListenerCommandOutput) => void
|
|
370
|
+
cb: (err: any, data?: CreateListenerCommandOutput) => void,
|
|
374
371
|
): void;
|
|
375
372
|
deleteAccelerator(
|
|
376
373
|
args: DeleteAcceleratorCommandInput,
|
|
377
|
-
options?: __HttpHandlerOptions
|
|
374
|
+
options?: __HttpHandlerOptions,
|
|
378
375
|
): Promise<DeleteAcceleratorCommandOutput>;
|
|
379
376
|
deleteAccelerator(
|
|
380
377
|
args: DeleteAcceleratorCommandInput,
|
|
381
|
-
cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
|
|
378
|
+
cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void,
|
|
382
379
|
): void;
|
|
383
380
|
deleteAccelerator(
|
|
384
381
|
args: DeleteAcceleratorCommandInput,
|
|
385
382
|
options: __HttpHandlerOptions,
|
|
386
|
-
cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
|
|
383
|
+
cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void,
|
|
387
384
|
): void;
|
|
388
385
|
deleteCrossAccountAttachment(
|
|
389
386
|
args: DeleteCrossAccountAttachmentCommandInput,
|
|
390
|
-
options?: __HttpHandlerOptions
|
|
387
|
+
options?: __HttpHandlerOptions,
|
|
391
388
|
): Promise<DeleteCrossAccountAttachmentCommandOutput>;
|
|
392
389
|
deleteCrossAccountAttachment(
|
|
393
390
|
args: DeleteCrossAccountAttachmentCommandInput,
|
|
394
|
-
cb: (err: any, data?: DeleteCrossAccountAttachmentCommandOutput) => void
|
|
391
|
+
cb: (err: any, data?: DeleteCrossAccountAttachmentCommandOutput) => void,
|
|
395
392
|
): void;
|
|
396
393
|
deleteCrossAccountAttachment(
|
|
397
394
|
args: DeleteCrossAccountAttachmentCommandInput,
|
|
398
395
|
options: __HttpHandlerOptions,
|
|
399
|
-
cb: (err: any, data?: DeleteCrossAccountAttachmentCommandOutput) => void
|
|
396
|
+
cb: (err: any, data?: DeleteCrossAccountAttachmentCommandOutput) => void,
|
|
400
397
|
): void;
|
|
401
398
|
deleteCustomRoutingAccelerator(
|
|
402
399
|
args: DeleteCustomRoutingAcceleratorCommandInput,
|
|
403
|
-
options?: __HttpHandlerOptions
|
|
400
|
+
options?: __HttpHandlerOptions,
|
|
404
401
|
): Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
|
|
405
402
|
deleteCustomRoutingAccelerator(
|
|
406
403
|
args: DeleteCustomRoutingAcceleratorCommandInput,
|
|
407
|
-
cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
|
|
404
|
+
cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void,
|
|
408
405
|
): void;
|
|
409
406
|
deleteCustomRoutingAccelerator(
|
|
410
407
|
args: DeleteCustomRoutingAcceleratorCommandInput,
|
|
411
408
|
options: __HttpHandlerOptions,
|
|
412
|
-
cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
|
|
409
|
+
cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void,
|
|
413
410
|
): void;
|
|
414
411
|
deleteCustomRoutingEndpointGroup(
|
|
415
412
|
args: DeleteCustomRoutingEndpointGroupCommandInput,
|
|
416
|
-
options?: __HttpHandlerOptions
|
|
413
|
+
options?: __HttpHandlerOptions,
|
|
417
414
|
): Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
|
|
418
415
|
deleteCustomRoutingEndpointGroup(
|
|
419
416
|
args: DeleteCustomRoutingEndpointGroupCommandInput,
|
|
420
|
-
cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
|
|
417
|
+
cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void,
|
|
421
418
|
): void;
|
|
422
419
|
deleteCustomRoutingEndpointGroup(
|
|
423
420
|
args: DeleteCustomRoutingEndpointGroupCommandInput,
|
|
424
421
|
options: __HttpHandlerOptions,
|
|
425
|
-
cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
|
|
422
|
+
cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void,
|
|
426
423
|
): void;
|
|
427
424
|
deleteCustomRoutingListener(
|
|
428
425
|
args: DeleteCustomRoutingListenerCommandInput,
|
|
429
|
-
options?: __HttpHandlerOptions
|
|
426
|
+
options?: __HttpHandlerOptions,
|
|
430
427
|
): Promise<DeleteCustomRoutingListenerCommandOutput>;
|
|
431
428
|
deleteCustomRoutingListener(
|
|
432
429
|
args: DeleteCustomRoutingListenerCommandInput,
|
|
433
|
-
cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
|
|
430
|
+
cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void,
|
|
434
431
|
): void;
|
|
435
432
|
deleteCustomRoutingListener(
|
|
436
433
|
args: DeleteCustomRoutingListenerCommandInput,
|
|
437
434
|
options: __HttpHandlerOptions,
|
|
438
|
-
cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
|
|
435
|
+
cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void,
|
|
439
436
|
): void;
|
|
440
437
|
deleteEndpointGroup(
|
|
441
438
|
args: DeleteEndpointGroupCommandInput,
|
|
442
|
-
options?: __HttpHandlerOptions
|
|
439
|
+
options?: __HttpHandlerOptions,
|
|
443
440
|
): Promise<DeleteEndpointGroupCommandOutput>;
|
|
444
441
|
deleteEndpointGroup(
|
|
445
442
|
args: DeleteEndpointGroupCommandInput,
|
|
446
|
-
cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
|
|
443
|
+
cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void,
|
|
447
444
|
): void;
|
|
448
445
|
deleteEndpointGroup(
|
|
449
446
|
args: DeleteEndpointGroupCommandInput,
|
|
450
447
|
options: __HttpHandlerOptions,
|
|
451
|
-
cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
|
|
448
|
+
cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void,
|
|
452
449
|
): void;
|
|
453
450
|
deleteListener(
|
|
454
451
|
args: DeleteListenerCommandInput,
|
|
455
|
-
options?: __HttpHandlerOptions
|
|
452
|
+
options?: __HttpHandlerOptions,
|
|
456
453
|
): Promise<DeleteListenerCommandOutput>;
|
|
457
454
|
deleteListener(
|
|
458
455
|
args: DeleteListenerCommandInput,
|
|
459
|
-
cb: (err: any, data?: DeleteListenerCommandOutput) => void
|
|
456
|
+
cb: (err: any, data?: DeleteListenerCommandOutput) => void,
|
|
460
457
|
): void;
|
|
461
458
|
deleteListener(
|
|
462
459
|
args: DeleteListenerCommandInput,
|
|
463
460
|
options: __HttpHandlerOptions,
|
|
464
|
-
cb: (err: any, data?: DeleteListenerCommandOutput) => void
|
|
461
|
+
cb: (err: any, data?: DeleteListenerCommandOutput) => void,
|
|
465
462
|
): void;
|
|
466
463
|
denyCustomRoutingTraffic(
|
|
467
464
|
args: DenyCustomRoutingTrafficCommandInput,
|
|
468
|
-
options?: __HttpHandlerOptions
|
|
465
|
+
options?: __HttpHandlerOptions,
|
|
469
466
|
): Promise<DenyCustomRoutingTrafficCommandOutput>;
|
|
470
467
|
denyCustomRoutingTraffic(
|
|
471
468
|
args: DenyCustomRoutingTrafficCommandInput,
|
|
472
|
-
cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
|
|
469
|
+
cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void,
|
|
473
470
|
): void;
|
|
474
471
|
denyCustomRoutingTraffic(
|
|
475
472
|
args: DenyCustomRoutingTrafficCommandInput,
|
|
476
473
|
options: __HttpHandlerOptions,
|
|
477
|
-
cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
|
|
474
|
+
cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void,
|
|
478
475
|
): void;
|
|
479
476
|
deprovisionByoipCidr(
|
|
480
477
|
args: DeprovisionByoipCidrCommandInput,
|
|
481
|
-
options?: __HttpHandlerOptions
|
|
478
|
+
options?: __HttpHandlerOptions,
|
|
482
479
|
): Promise<DeprovisionByoipCidrCommandOutput>;
|
|
483
480
|
deprovisionByoipCidr(
|
|
484
481
|
args: DeprovisionByoipCidrCommandInput,
|
|
485
|
-
cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
|
|
482
|
+
cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void,
|
|
486
483
|
): void;
|
|
487
484
|
deprovisionByoipCidr(
|
|
488
485
|
args: DeprovisionByoipCidrCommandInput,
|
|
489
486
|
options: __HttpHandlerOptions,
|
|
490
|
-
cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
|
|
487
|
+
cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void,
|
|
491
488
|
): void;
|
|
492
489
|
describeAccelerator(
|
|
493
490
|
args: DescribeAcceleratorCommandInput,
|
|
494
|
-
options?: __HttpHandlerOptions
|
|
491
|
+
options?: __HttpHandlerOptions,
|
|
495
492
|
): Promise<DescribeAcceleratorCommandOutput>;
|
|
496
493
|
describeAccelerator(
|
|
497
494
|
args: DescribeAcceleratorCommandInput,
|
|
498
|
-
cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
|
|
495
|
+
cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void,
|
|
499
496
|
): void;
|
|
500
497
|
describeAccelerator(
|
|
501
498
|
args: DescribeAcceleratorCommandInput,
|
|
502
499
|
options: __HttpHandlerOptions,
|
|
503
|
-
cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
|
|
500
|
+
cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void,
|
|
504
501
|
): void;
|
|
505
502
|
describeAcceleratorAttributes(
|
|
506
503
|
args: DescribeAcceleratorAttributesCommandInput,
|
|
507
|
-
options?: __HttpHandlerOptions
|
|
504
|
+
options?: __HttpHandlerOptions,
|
|
508
505
|
): Promise<DescribeAcceleratorAttributesCommandOutput>;
|
|
509
506
|
describeAcceleratorAttributes(
|
|
510
507
|
args: DescribeAcceleratorAttributesCommandInput,
|
|
511
|
-
cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void,
|
|
512
509
|
): void;
|
|
513
510
|
describeAcceleratorAttributes(
|
|
514
511
|
args: DescribeAcceleratorAttributesCommandInput,
|
|
515
512
|
options: __HttpHandlerOptions,
|
|
516
|
-
cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void,
|
|
517
514
|
): void;
|
|
518
515
|
describeCrossAccountAttachment(
|
|
519
516
|
args: DescribeCrossAccountAttachmentCommandInput,
|
|
520
|
-
options?: __HttpHandlerOptions
|
|
517
|
+
options?: __HttpHandlerOptions,
|
|
521
518
|
): Promise<DescribeCrossAccountAttachmentCommandOutput>;
|
|
522
519
|
describeCrossAccountAttachment(
|
|
523
520
|
args: DescribeCrossAccountAttachmentCommandInput,
|
|
524
|
-
cb: (err: any, data?: DescribeCrossAccountAttachmentCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: DescribeCrossAccountAttachmentCommandOutput) => void,
|
|
525
522
|
): void;
|
|
526
523
|
describeCrossAccountAttachment(
|
|
527
524
|
args: DescribeCrossAccountAttachmentCommandInput,
|
|
528
525
|
options: __HttpHandlerOptions,
|
|
529
|
-
cb: (err: any, data?: DescribeCrossAccountAttachmentCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: DescribeCrossAccountAttachmentCommandOutput) => void,
|
|
530
527
|
): void;
|
|
531
528
|
describeCustomRoutingAccelerator(
|
|
532
529
|
args: DescribeCustomRoutingAcceleratorCommandInput,
|
|
533
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
534
531
|
): Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
|
|
535
532
|
describeCustomRoutingAccelerator(
|
|
536
533
|
args: DescribeCustomRoutingAcceleratorCommandInput,
|
|
537
|
-
cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void,
|
|
538
535
|
): void;
|
|
539
536
|
describeCustomRoutingAccelerator(
|
|
540
537
|
args: DescribeCustomRoutingAcceleratorCommandInput,
|
|
541
538
|
options: __HttpHandlerOptions,
|
|
542
|
-
cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void,
|
|
543
540
|
): void;
|
|
544
541
|
describeCustomRoutingAcceleratorAttributes(
|
|
545
542
|
args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
546
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
547
544
|
): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
548
545
|
describeCustomRoutingAcceleratorAttributes(
|
|
549
546
|
args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
550
|
-
cb: (
|
|
551
|
-
err: any,
|
|
552
|
-
data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput
|
|
553
|
-
) => void
|
|
547
|
+
cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void,
|
|
554
548
|
): void;
|
|
555
549
|
describeCustomRoutingAcceleratorAttributes(
|
|
556
550
|
args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
|
|
557
551
|
options: __HttpHandlerOptions,
|
|
558
|
-
cb: (
|
|
559
|
-
err: any,
|
|
560
|
-
data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput
|
|
561
|
-
) => void
|
|
552
|
+
cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void,
|
|
562
553
|
): void;
|
|
563
554
|
describeCustomRoutingEndpointGroup(
|
|
564
555
|
args: DescribeCustomRoutingEndpointGroupCommandInput,
|
|
565
|
-
options?: __HttpHandlerOptions
|
|
556
|
+
options?: __HttpHandlerOptions,
|
|
566
557
|
): Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
|
|
567
558
|
describeCustomRoutingEndpointGroup(
|
|
568
559
|
args: DescribeCustomRoutingEndpointGroupCommandInput,
|
|
569
|
-
cb: (
|
|
570
|
-
err: any,
|
|
571
|
-
data?: DescribeCustomRoutingEndpointGroupCommandOutput
|
|
572
|
-
) => void
|
|
560
|
+
cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void,
|
|
573
561
|
): void;
|
|
574
562
|
describeCustomRoutingEndpointGroup(
|
|
575
563
|
args: DescribeCustomRoutingEndpointGroupCommandInput,
|
|
576
564
|
options: __HttpHandlerOptions,
|
|
577
|
-
cb: (
|
|
578
|
-
err: any,
|
|
579
|
-
data?: DescribeCustomRoutingEndpointGroupCommandOutput
|
|
580
|
-
) => void
|
|
565
|
+
cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void,
|
|
581
566
|
): void;
|
|
582
567
|
describeCustomRoutingListener(
|
|
583
568
|
args: DescribeCustomRoutingListenerCommandInput,
|
|
584
|
-
options?: __HttpHandlerOptions
|
|
569
|
+
options?: __HttpHandlerOptions,
|
|
585
570
|
): Promise<DescribeCustomRoutingListenerCommandOutput>;
|
|
586
571
|
describeCustomRoutingListener(
|
|
587
572
|
args: DescribeCustomRoutingListenerCommandInput,
|
|
588
|
-
cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
|
|
573
|
+
cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void,
|
|
589
574
|
): void;
|
|
590
575
|
describeCustomRoutingListener(
|
|
591
576
|
args: DescribeCustomRoutingListenerCommandInput,
|
|
592
577
|
options: __HttpHandlerOptions,
|
|
593
|
-
cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
|
|
578
|
+
cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void,
|
|
594
579
|
): void;
|
|
595
580
|
describeEndpointGroup(
|
|
596
581
|
args: DescribeEndpointGroupCommandInput,
|
|
597
|
-
options?: __HttpHandlerOptions
|
|
582
|
+
options?: __HttpHandlerOptions,
|
|
598
583
|
): Promise<DescribeEndpointGroupCommandOutput>;
|
|
599
584
|
describeEndpointGroup(
|
|
600
585
|
args: DescribeEndpointGroupCommandInput,
|
|
601
|
-
cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
|
|
586
|
+
cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void,
|
|
602
587
|
): void;
|
|
603
588
|
describeEndpointGroup(
|
|
604
589
|
args: DescribeEndpointGroupCommandInput,
|
|
605
590
|
options: __HttpHandlerOptions,
|
|
606
|
-
cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
|
|
591
|
+
cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void,
|
|
607
592
|
): void;
|
|
608
593
|
describeListener(
|
|
609
594
|
args: DescribeListenerCommandInput,
|
|
610
|
-
options?: __HttpHandlerOptions
|
|
595
|
+
options?: __HttpHandlerOptions,
|
|
611
596
|
): Promise<DescribeListenerCommandOutput>;
|
|
612
597
|
describeListener(
|
|
613
598
|
args: DescribeListenerCommandInput,
|
|
614
|
-
cb: (err: any, data?: DescribeListenerCommandOutput) => void
|
|
599
|
+
cb: (err: any, data?: DescribeListenerCommandOutput) => void,
|
|
615
600
|
): void;
|
|
616
601
|
describeListener(
|
|
617
602
|
args: DescribeListenerCommandInput,
|
|
618
603
|
options: __HttpHandlerOptions,
|
|
619
|
-
cb: (err: any, data?: DescribeListenerCommandOutput) => void
|
|
604
|
+
cb: (err: any, data?: DescribeListenerCommandOutput) => void,
|
|
620
605
|
): void;
|
|
621
606
|
listAccelerators(): Promise<ListAcceleratorsCommandOutput>;
|
|
622
607
|
listAccelerators(
|
|
623
608
|
args: ListAcceleratorsCommandInput,
|
|
624
|
-
options?: __HttpHandlerOptions
|
|
609
|
+
options?: __HttpHandlerOptions,
|
|
625
610
|
): Promise<ListAcceleratorsCommandOutput>;
|
|
626
611
|
listAccelerators(
|
|
627
612
|
args: ListAcceleratorsCommandInput,
|
|
628
|
-
cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
|
|
613
|
+
cb: (err: any, data?: ListAcceleratorsCommandOutput) => void,
|
|
629
614
|
): void;
|
|
630
615
|
listAccelerators(
|
|
631
616
|
args: ListAcceleratorsCommandInput,
|
|
632
617
|
options: __HttpHandlerOptions,
|
|
633
|
-
cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
|
|
618
|
+
cb: (err: any, data?: ListAcceleratorsCommandOutput) => void,
|
|
634
619
|
): void;
|
|
635
620
|
listByoipCidrs(): Promise<ListByoipCidrsCommandOutput>;
|
|
636
621
|
listByoipCidrs(
|
|
637
622
|
args: ListByoipCidrsCommandInput,
|
|
638
|
-
options?: __HttpHandlerOptions
|
|
623
|
+
options?: __HttpHandlerOptions,
|
|
639
624
|
): Promise<ListByoipCidrsCommandOutput>;
|
|
640
625
|
listByoipCidrs(
|
|
641
626
|
args: ListByoipCidrsCommandInput,
|
|
642
|
-
cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
|
|
627
|
+
cb: (err: any, data?: ListByoipCidrsCommandOutput) => void,
|
|
643
628
|
): void;
|
|
644
629
|
listByoipCidrs(
|
|
645
630
|
args: ListByoipCidrsCommandInput,
|
|
646
631
|
options: __HttpHandlerOptions,
|
|
647
|
-
cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: ListByoipCidrsCommandOutput) => void,
|
|
648
633
|
): void;
|
|
649
634
|
listCrossAccountAttachments(): Promise<ListCrossAccountAttachmentsCommandOutput>;
|
|
650
635
|
listCrossAccountAttachments(
|
|
651
636
|
args: ListCrossAccountAttachmentsCommandInput,
|
|
652
|
-
options?: __HttpHandlerOptions
|
|
637
|
+
options?: __HttpHandlerOptions,
|
|
653
638
|
): Promise<ListCrossAccountAttachmentsCommandOutput>;
|
|
654
639
|
listCrossAccountAttachments(
|
|
655
640
|
args: ListCrossAccountAttachmentsCommandInput,
|
|
656
|
-
cb: (err: any, data?: ListCrossAccountAttachmentsCommandOutput) => void
|
|
641
|
+
cb: (err: any, data?: ListCrossAccountAttachmentsCommandOutput) => void,
|
|
657
642
|
): void;
|
|
658
643
|
listCrossAccountAttachments(
|
|
659
644
|
args: ListCrossAccountAttachmentsCommandInput,
|
|
660
645
|
options: __HttpHandlerOptions,
|
|
661
|
-
cb: (err: any, data?: ListCrossAccountAttachmentsCommandOutput) => void
|
|
646
|
+
cb: (err: any, data?: ListCrossAccountAttachmentsCommandOutput) => void,
|
|
662
647
|
): void;
|
|
663
648
|
listCrossAccountResourceAccounts(): Promise<ListCrossAccountResourceAccountsCommandOutput>;
|
|
664
649
|
listCrossAccountResourceAccounts(
|
|
665
650
|
args: ListCrossAccountResourceAccountsCommandInput,
|
|
666
|
-
options?: __HttpHandlerOptions
|
|
651
|
+
options?: __HttpHandlerOptions,
|
|
667
652
|
): Promise<ListCrossAccountResourceAccountsCommandOutput>;
|
|
668
653
|
listCrossAccountResourceAccounts(
|
|
669
654
|
args: ListCrossAccountResourceAccountsCommandInput,
|
|
670
|
-
cb: (err: any, data?: ListCrossAccountResourceAccountsCommandOutput) => void
|
|
655
|
+
cb: (err: any, data?: ListCrossAccountResourceAccountsCommandOutput) => void,
|
|
671
656
|
): void;
|
|
672
657
|
listCrossAccountResourceAccounts(
|
|
673
658
|
args: ListCrossAccountResourceAccountsCommandInput,
|
|
674
659
|
options: __HttpHandlerOptions,
|
|
675
|
-
cb: (err: any, data?: ListCrossAccountResourceAccountsCommandOutput) => void
|
|
660
|
+
cb: (err: any, data?: ListCrossAccountResourceAccountsCommandOutput) => void,
|
|
676
661
|
): void;
|
|
677
662
|
listCrossAccountResources(
|
|
678
663
|
args: ListCrossAccountResourcesCommandInput,
|
|
679
|
-
options?: __HttpHandlerOptions
|
|
664
|
+
options?: __HttpHandlerOptions,
|
|
680
665
|
): Promise<ListCrossAccountResourcesCommandOutput>;
|
|
681
666
|
listCrossAccountResources(
|
|
682
667
|
args: ListCrossAccountResourcesCommandInput,
|
|
683
|
-
cb: (err: any, data?: ListCrossAccountResourcesCommandOutput) => void
|
|
668
|
+
cb: (err: any, data?: ListCrossAccountResourcesCommandOutput) => void,
|
|
684
669
|
): void;
|
|
685
670
|
listCrossAccountResources(
|
|
686
671
|
args: ListCrossAccountResourcesCommandInput,
|
|
687
672
|
options: __HttpHandlerOptions,
|
|
688
|
-
cb: (err: any, data?: ListCrossAccountResourcesCommandOutput) => void
|
|
673
|
+
cb: (err: any, data?: ListCrossAccountResourcesCommandOutput) => void,
|
|
689
674
|
): void;
|
|
690
675
|
listCustomRoutingAccelerators(): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
691
676
|
listCustomRoutingAccelerators(
|
|
692
677
|
args: ListCustomRoutingAcceleratorsCommandInput,
|
|
693
|
-
options?: __HttpHandlerOptions
|
|
678
|
+
options?: __HttpHandlerOptions,
|
|
694
679
|
): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
695
680
|
listCustomRoutingAccelerators(
|
|
696
681
|
args: ListCustomRoutingAcceleratorsCommandInput,
|
|
697
|
-
cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
|
|
682
|
+
cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void,
|
|
698
683
|
): void;
|
|
699
684
|
listCustomRoutingAccelerators(
|
|
700
685
|
args: ListCustomRoutingAcceleratorsCommandInput,
|
|
701
686
|
options: __HttpHandlerOptions,
|
|
702
|
-
cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
|
|
687
|
+
cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void,
|
|
703
688
|
): void;
|
|
704
689
|
listCustomRoutingEndpointGroups(
|
|
705
690
|
args: ListCustomRoutingEndpointGroupsCommandInput,
|
|
706
|
-
options?: __HttpHandlerOptions
|
|
691
|
+
options?: __HttpHandlerOptions,
|
|
707
692
|
): Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
708
693
|
listCustomRoutingEndpointGroups(
|
|
709
694
|
args: ListCustomRoutingEndpointGroupsCommandInput,
|
|
710
|
-
cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
|
|
695
|
+
cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void,
|
|
711
696
|
): void;
|
|
712
697
|
listCustomRoutingEndpointGroups(
|
|
713
698
|
args: ListCustomRoutingEndpointGroupsCommandInput,
|
|
714
699
|
options: __HttpHandlerOptions,
|
|
715
|
-
cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
|
|
700
|
+
cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void,
|
|
716
701
|
): void;
|
|
717
702
|
listCustomRoutingListeners(
|
|
718
703
|
args: ListCustomRoutingListenersCommandInput,
|
|
719
|
-
options?: __HttpHandlerOptions
|
|
704
|
+
options?: __HttpHandlerOptions,
|
|
720
705
|
): Promise<ListCustomRoutingListenersCommandOutput>;
|
|
721
706
|
listCustomRoutingListeners(
|
|
722
707
|
args: ListCustomRoutingListenersCommandInput,
|
|
723
|
-
cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
|
|
708
|
+
cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void,
|
|
724
709
|
): void;
|
|
725
710
|
listCustomRoutingListeners(
|
|
726
711
|
args: ListCustomRoutingListenersCommandInput,
|
|
727
712
|
options: __HttpHandlerOptions,
|
|
728
|
-
cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
|
|
713
|
+
cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void,
|
|
729
714
|
): void;
|
|
730
715
|
listCustomRoutingPortMappings(
|
|
731
716
|
args: ListCustomRoutingPortMappingsCommandInput,
|
|
732
|
-
options?: __HttpHandlerOptions
|
|
717
|
+
options?: __HttpHandlerOptions,
|
|
733
718
|
): Promise<ListCustomRoutingPortMappingsCommandOutput>;
|
|
734
719
|
listCustomRoutingPortMappings(
|
|
735
720
|
args: ListCustomRoutingPortMappingsCommandInput,
|
|
736
|
-
cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
|
|
721
|
+
cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void,
|
|
737
722
|
): void;
|
|
738
723
|
listCustomRoutingPortMappings(
|
|
739
724
|
args: ListCustomRoutingPortMappingsCommandInput,
|
|
740
725
|
options: __HttpHandlerOptions,
|
|
741
|
-
cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
|
|
726
|
+
cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void,
|
|
742
727
|
): void;
|
|
743
728
|
listCustomRoutingPortMappingsByDestination(
|
|
744
729
|
args: ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
745
|
-
options?: __HttpHandlerOptions
|
|
730
|
+
options?: __HttpHandlerOptions,
|
|
746
731
|
): Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
747
732
|
listCustomRoutingPortMappingsByDestination(
|
|
748
733
|
args: ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
749
|
-
cb: (
|
|
750
|
-
err: any,
|
|
751
|
-
data?: ListCustomRoutingPortMappingsByDestinationCommandOutput
|
|
752
|
-
) => void
|
|
734
|
+
cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void,
|
|
753
735
|
): void;
|
|
754
736
|
listCustomRoutingPortMappingsByDestination(
|
|
755
737
|
args: ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
756
738
|
options: __HttpHandlerOptions,
|
|
757
|
-
cb: (
|
|
758
|
-
err: any,
|
|
759
|
-
data?: ListCustomRoutingPortMappingsByDestinationCommandOutput
|
|
760
|
-
) => void
|
|
739
|
+
cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void,
|
|
761
740
|
): void;
|
|
762
741
|
listEndpointGroups(
|
|
763
742
|
args: ListEndpointGroupsCommandInput,
|
|
764
|
-
options?: __HttpHandlerOptions
|
|
743
|
+
options?: __HttpHandlerOptions,
|
|
765
744
|
): Promise<ListEndpointGroupsCommandOutput>;
|
|
766
745
|
listEndpointGroups(
|
|
767
746
|
args: ListEndpointGroupsCommandInput,
|
|
768
|
-
cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
|
|
747
|
+
cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void,
|
|
769
748
|
): void;
|
|
770
749
|
listEndpointGroups(
|
|
771
750
|
args: ListEndpointGroupsCommandInput,
|
|
772
751
|
options: __HttpHandlerOptions,
|
|
773
|
-
cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
|
|
752
|
+
cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void,
|
|
774
753
|
): void;
|
|
775
754
|
listListeners(
|
|
776
755
|
args: ListListenersCommandInput,
|
|
777
|
-
options?: __HttpHandlerOptions
|
|
756
|
+
options?: __HttpHandlerOptions,
|
|
778
757
|
): Promise<ListListenersCommandOutput>;
|
|
779
758
|
listListeners(
|
|
780
759
|
args: ListListenersCommandInput,
|
|
781
|
-
cb: (err: any, data?: ListListenersCommandOutput) => void
|
|
760
|
+
cb: (err: any, data?: ListListenersCommandOutput) => void,
|
|
782
761
|
): void;
|
|
783
762
|
listListeners(
|
|
784
763
|
args: ListListenersCommandInput,
|
|
785
764
|
options: __HttpHandlerOptions,
|
|
786
|
-
cb: (err: any, data?: ListListenersCommandOutput) => void
|
|
765
|
+
cb: (err: any, data?: ListListenersCommandOutput) => void,
|
|
787
766
|
): void;
|
|
788
767
|
listTagsForResource(
|
|
789
768
|
args: ListTagsForResourceCommandInput,
|
|
790
|
-
options?: __HttpHandlerOptions
|
|
769
|
+
options?: __HttpHandlerOptions,
|
|
791
770
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
792
771
|
listTagsForResource(
|
|
793
772
|
args: ListTagsForResourceCommandInput,
|
|
794
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
773
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
795
774
|
): void;
|
|
796
775
|
listTagsForResource(
|
|
797
776
|
args: ListTagsForResourceCommandInput,
|
|
798
777
|
options: __HttpHandlerOptions,
|
|
799
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
778
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
800
779
|
): void;
|
|
801
780
|
provisionByoipCidr(
|
|
802
781
|
args: ProvisionByoipCidrCommandInput,
|
|
803
|
-
options?: __HttpHandlerOptions
|
|
782
|
+
options?: __HttpHandlerOptions,
|
|
804
783
|
): Promise<ProvisionByoipCidrCommandOutput>;
|
|
805
784
|
provisionByoipCidr(
|
|
806
785
|
args: ProvisionByoipCidrCommandInput,
|
|
807
|
-
cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
|
|
786
|
+
cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void,
|
|
808
787
|
): void;
|
|
809
788
|
provisionByoipCidr(
|
|
810
789
|
args: ProvisionByoipCidrCommandInput,
|
|
811
790
|
options: __HttpHandlerOptions,
|
|
812
|
-
cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
|
|
791
|
+
cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void,
|
|
813
792
|
): void;
|
|
814
793
|
removeCustomRoutingEndpoints(
|
|
815
794
|
args: RemoveCustomRoutingEndpointsCommandInput,
|
|
816
|
-
options?: __HttpHandlerOptions
|
|
795
|
+
options?: __HttpHandlerOptions,
|
|
817
796
|
): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
|
|
818
797
|
removeCustomRoutingEndpoints(
|
|
819
798
|
args: RemoveCustomRoutingEndpointsCommandInput,
|
|
820
|
-
cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
|
|
799
|
+
cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void,
|
|
821
800
|
): void;
|
|
822
801
|
removeCustomRoutingEndpoints(
|
|
823
802
|
args: RemoveCustomRoutingEndpointsCommandInput,
|
|
824
803
|
options: __HttpHandlerOptions,
|
|
825
|
-
cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
|
|
804
|
+
cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void,
|
|
826
805
|
): void;
|
|
827
806
|
removeEndpoints(
|
|
828
807
|
args: RemoveEndpointsCommandInput,
|
|
829
|
-
options?: __HttpHandlerOptions
|
|
808
|
+
options?: __HttpHandlerOptions,
|
|
830
809
|
): Promise<RemoveEndpointsCommandOutput>;
|
|
831
810
|
removeEndpoints(
|
|
832
811
|
args: RemoveEndpointsCommandInput,
|
|
833
|
-
cb: (err: any, data?: RemoveEndpointsCommandOutput) => void
|
|
812
|
+
cb: (err: any, data?: RemoveEndpointsCommandOutput) => void,
|
|
834
813
|
): void;
|
|
835
814
|
removeEndpoints(
|
|
836
815
|
args: RemoveEndpointsCommandInput,
|
|
837
816
|
options: __HttpHandlerOptions,
|
|
838
|
-
cb: (err: any, data?: RemoveEndpointsCommandOutput) => void
|
|
817
|
+
cb: (err: any, data?: RemoveEndpointsCommandOutput) => void,
|
|
839
818
|
): void;
|
|
840
819
|
tagResource(
|
|
841
820
|
args: TagResourceCommandInput,
|
|
842
|
-
options?: __HttpHandlerOptions
|
|
821
|
+
options?: __HttpHandlerOptions,
|
|
843
822
|
): Promise<TagResourceCommandOutput>;
|
|
844
823
|
tagResource(
|
|
845
824
|
args: TagResourceCommandInput,
|
|
846
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
825
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
847
826
|
): void;
|
|
848
827
|
tagResource(
|
|
849
828
|
args: TagResourceCommandInput,
|
|
850
829
|
options: __HttpHandlerOptions,
|
|
851
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
830
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
852
831
|
): void;
|
|
853
832
|
untagResource(
|
|
854
833
|
args: UntagResourceCommandInput,
|
|
855
|
-
options?: __HttpHandlerOptions
|
|
834
|
+
options?: __HttpHandlerOptions,
|
|
856
835
|
): Promise<UntagResourceCommandOutput>;
|
|
857
836
|
untagResource(
|
|
858
837
|
args: UntagResourceCommandInput,
|
|
859
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
838
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
860
839
|
): void;
|
|
861
840
|
untagResource(
|
|
862
841
|
args: UntagResourceCommandInput,
|
|
863
842
|
options: __HttpHandlerOptions,
|
|
864
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
843
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
865
844
|
): void;
|
|
866
845
|
updateAccelerator(
|
|
867
846
|
args: UpdateAcceleratorCommandInput,
|
|
868
|
-
options?: __HttpHandlerOptions
|
|
847
|
+
options?: __HttpHandlerOptions,
|
|
869
848
|
): Promise<UpdateAcceleratorCommandOutput>;
|
|
870
849
|
updateAccelerator(
|
|
871
850
|
args: UpdateAcceleratorCommandInput,
|
|
872
|
-
cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
|
|
851
|
+
cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void,
|
|
873
852
|
): void;
|
|
874
853
|
updateAccelerator(
|
|
875
854
|
args: UpdateAcceleratorCommandInput,
|
|
876
855
|
options: __HttpHandlerOptions,
|
|
877
|
-
cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
|
|
856
|
+
cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void,
|
|
878
857
|
): void;
|
|
879
858
|
updateAcceleratorAttributes(
|
|
880
859
|
args: UpdateAcceleratorAttributesCommandInput,
|
|
881
|
-
options?: __HttpHandlerOptions
|
|
860
|
+
options?: __HttpHandlerOptions,
|
|
882
861
|
): Promise<UpdateAcceleratorAttributesCommandOutput>;
|
|
883
862
|
updateAcceleratorAttributes(
|
|
884
863
|
args: UpdateAcceleratorAttributesCommandInput,
|
|
885
|
-
cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
|
|
864
|
+
cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void,
|
|
886
865
|
): void;
|
|
887
866
|
updateAcceleratorAttributes(
|
|
888
867
|
args: UpdateAcceleratorAttributesCommandInput,
|
|
889
868
|
options: __HttpHandlerOptions,
|
|
890
|
-
cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
|
|
869
|
+
cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void,
|
|
891
870
|
): void;
|
|
892
871
|
updateCrossAccountAttachment(
|
|
893
872
|
args: UpdateCrossAccountAttachmentCommandInput,
|
|
894
|
-
options?: __HttpHandlerOptions
|
|
873
|
+
options?: __HttpHandlerOptions,
|
|
895
874
|
): Promise<UpdateCrossAccountAttachmentCommandOutput>;
|
|
896
875
|
updateCrossAccountAttachment(
|
|
897
876
|
args: UpdateCrossAccountAttachmentCommandInput,
|
|
898
|
-
cb: (err: any, data?: UpdateCrossAccountAttachmentCommandOutput) => void
|
|
877
|
+
cb: (err: any, data?: UpdateCrossAccountAttachmentCommandOutput) => void,
|
|
899
878
|
): void;
|
|
900
879
|
updateCrossAccountAttachment(
|
|
901
880
|
args: UpdateCrossAccountAttachmentCommandInput,
|
|
902
881
|
options: __HttpHandlerOptions,
|
|
903
|
-
cb: (err: any, data?: UpdateCrossAccountAttachmentCommandOutput) => void
|
|
882
|
+
cb: (err: any, data?: UpdateCrossAccountAttachmentCommandOutput) => void,
|
|
904
883
|
): void;
|
|
905
884
|
updateCustomRoutingAccelerator(
|
|
906
885
|
args: UpdateCustomRoutingAcceleratorCommandInput,
|
|
907
|
-
options?: __HttpHandlerOptions
|
|
886
|
+
options?: __HttpHandlerOptions,
|
|
908
887
|
): Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
|
|
909
888
|
updateCustomRoutingAccelerator(
|
|
910
889
|
args: UpdateCustomRoutingAcceleratorCommandInput,
|
|
911
|
-
cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
|
|
890
|
+
cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void,
|
|
912
891
|
): void;
|
|
913
892
|
updateCustomRoutingAccelerator(
|
|
914
893
|
args: UpdateCustomRoutingAcceleratorCommandInput,
|
|
915
894
|
options: __HttpHandlerOptions,
|
|
916
|
-
cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
|
|
895
|
+
cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void,
|
|
917
896
|
): void;
|
|
918
897
|
updateCustomRoutingAcceleratorAttributes(
|
|
919
898
|
args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
|
|
920
|
-
options?: __HttpHandlerOptions
|
|
899
|
+
options?: __HttpHandlerOptions,
|
|
921
900
|
): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
922
901
|
updateCustomRoutingAcceleratorAttributes(
|
|
923
902
|
args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
|
|
924
|
-
cb: (
|
|
925
|
-
err: any,
|
|
926
|
-
data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput
|
|
927
|
-
) => void
|
|
903
|
+
cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void,
|
|
928
904
|
): void;
|
|
929
905
|
updateCustomRoutingAcceleratorAttributes(
|
|
930
906
|
args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
|
|
931
907
|
options: __HttpHandlerOptions,
|
|
932
|
-
cb: (
|
|
933
|
-
err: any,
|
|
934
|
-
data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput
|
|
935
|
-
) => void
|
|
908
|
+
cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void,
|
|
936
909
|
): void;
|
|
937
910
|
updateCustomRoutingListener(
|
|
938
911
|
args: UpdateCustomRoutingListenerCommandInput,
|
|
939
|
-
options?: __HttpHandlerOptions
|
|
912
|
+
options?: __HttpHandlerOptions,
|
|
940
913
|
): Promise<UpdateCustomRoutingListenerCommandOutput>;
|
|
941
914
|
updateCustomRoutingListener(
|
|
942
915
|
args: UpdateCustomRoutingListenerCommandInput,
|
|
943
|
-
cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
|
|
916
|
+
cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void,
|
|
944
917
|
): void;
|
|
945
918
|
updateCustomRoutingListener(
|
|
946
919
|
args: UpdateCustomRoutingListenerCommandInput,
|
|
947
920
|
options: __HttpHandlerOptions,
|
|
948
|
-
cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
|
|
921
|
+
cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void,
|
|
949
922
|
): void;
|
|
950
923
|
updateEndpointGroup(
|
|
951
924
|
args: UpdateEndpointGroupCommandInput,
|
|
952
|
-
options?: __HttpHandlerOptions
|
|
925
|
+
options?: __HttpHandlerOptions,
|
|
953
926
|
): Promise<UpdateEndpointGroupCommandOutput>;
|
|
954
927
|
updateEndpointGroup(
|
|
955
928
|
args: UpdateEndpointGroupCommandInput,
|
|
956
|
-
cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
|
|
929
|
+
cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void,
|
|
957
930
|
): void;
|
|
958
931
|
updateEndpointGroup(
|
|
959
932
|
args: UpdateEndpointGroupCommandInput,
|
|
960
933
|
options: __HttpHandlerOptions,
|
|
961
|
-
cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
|
|
934
|
+
cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void,
|
|
962
935
|
): void;
|
|
963
936
|
updateListener(
|
|
964
937
|
args: UpdateListenerCommandInput,
|
|
965
|
-
options?: __HttpHandlerOptions
|
|
938
|
+
options?: __HttpHandlerOptions,
|
|
966
939
|
): Promise<UpdateListenerCommandOutput>;
|
|
967
940
|
updateListener(
|
|
968
941
|
args: UpdateListenerCommandInput,
|
|
969
|
-
cb: (err: any, data?: UpdateListenerCommandOutput) => void
|
|
942
|
+
cb: (err: any, data?: UpdateListenerCommandOutput) => void,
|
|
970
943
|
): void;
|
|
971
944
|
updateListener(
|
|
972
945
|
args: UpdateListenerCommandInput,
|
|
973
946
|
options: __HttpHandlerOptions,
|
|
974
|
-
cb: (err: any, data?: UpdateListenerCommandOutput) => void
|
|
947
|
+
cb: (err: any, data?: UpdateListenerCommandOutput) => void,
|
|
975
948
|
): void;
|
|
976
949
|
withdrawByoipCidr(
|
|
977
950
|
args: WithdrawByoipCidrCommandInput,
|
|
978
|
-
options?: __HttpHandlerOptions
|
|
951
|
+
options?: __HttpHandlerOptions,
|
|
979
952
|
): Promise<WithdrawByoipCidrCommandOutput>;
|
|
980
953
|
withdrawByoipCidr(
|
|
981
954
|
args: WithdrawByoipCidrCommandInput,
|
|
982
|
-
cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
|
|
955
|
+
cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void,
|
|
983
956
|
): void;
|
|
984
957
|
withdrawByoipCidr(
|
|
985
958
|
args: WithdrawByoipCidrCommandInput,
|
|
986
959
|
options: __HttpHandlerOptions,
|
|
987
|
-
cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
|
|
960
|
+
cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void,
|
|
988
961
|
): void;
|
|
989
962
|
paginateListAccelerators(
|
|
990
963
|
args?: ListAcceleratorsCommandInput,
|
|
991
964
|
paginationConfig?: Pick<
|
|
992
965
|
PaginationConfiguration,
|
|
993
966
|
Exclude<keyof PaginationConfiguration, "client">
|
|
994
|
-
|
|
967
|
+
>,
|
|
995
968
|
): Paginator<ListAcceleratorsCommandOutput>;
|
|
996
969
|
paginateListByoipCidrs(
|
|
997
970
|
args?: ListByoipCidrsCommandInput,
|
|
998
971
|
paginationConfig?: Pick<
|
|
999
972
|
PaginationConfiguration,
|
|
1000
973
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1001
|
-
|
|
974
|
+
>,
|
|
1002
975
|
): Paginator<ListByoipCidrsCommandOutput>;
|
|
1003
976
|
paginateListCrossAccountAttachments(
|
|
1004
977
|
args?: ListCrossAccountAttachmentsCommandInput,
|
|
1005
978
|
paginationConfig?: Pick<
|
|
1006
979
|
PaginationConfiguration,
|
|
1007
980
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1008
|
-
|
|
981
|
+
>,
|
|
1009
982
|
): Paginator<ListCrossAccountAttachmentsCommandOutput>;
|
|
1010
983
|
paginateListCrossAccountResources(
|
|
1011
984
|
args: ListCrossAccountResourcesCommandInput,
|
|
1012
985
|
paginationConfig?: Pick<
|
|
1013
986
|
PaginationConfiguration,
|
|
1014
987
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1015
|
-
|
|
988
|
+
>,
|
|
1016
989
|
): Paginator<ListCrossAccountResourcesCommandOutput>;
|
|
1017
990
|
paginateListCustomRoutingAccelerators(
|
|
1018
991
|
args?: ListCustomRoutingAcceleratorsCommandInput,
|
|
1019
992
|
paginationConfig?: Pick<
|
|
1020
993
|
PaginationConfiguration,
|
|
1021
994
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1022
|
-
|
|
995
|
+
>,
|
|
1023
996
|
): Paginator<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
1024
997
|
paginateListCustomRoutingEndpointGroups(
|
|
1025
998
|
args: ListCustomRoutingEndpointGroupsCommandInput,
|
|
1026
999
|
paginationConfig?: Pick<
|
|
1027
1000
|
PaginationConfiguration,
|
|
1028
1001
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1029
|
-
|
|
1002
|
+
>,
|
|
1030
1003
|
): Paginator<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
1031
1004
|
paginateListCustomRoutingListeners(
|
|
1032
1005
|
args: ListCustomRoutingListenersCommandInput,
|
|
1033
1006
|
paginationConfig?: Pick<
|
|
1034
1007
|
PaginationConfiguration,
|
|
1035
1008
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1036
|
-
|
|
1009
|
+
>,
|
|
1037
1010
|
): Paginator<ListCustomRoutingListenersCommandOutput>;
|
|
1038
1011
|
paginateListCustomRoutingPortMappings(
|
|
1039
1012
|
args: ListCustomRoutingPortMappingsCommandInput,
|
|
1040
1013
|
paginationConfig?: Pick<
|
|
1041
1014
|
PaginationConfiguration,
|
|
1042
1015
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1043
|
-
|
|
1016
|
+
>,
|
|
1044
1017
|
): Paginator<ListCustomRoutingPortMappingsCommandOutput>;
|
|
1045
1018
|
paginateListCustomRoutingPortMappingsByDestination(
|
|
1046
1019
|
args: ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
1047
1020
|
paginationConfig?: Pick<
|
|
1048
1021
|
PaginationConfiguration,
|
|
1049
1022
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1050
|
-
|
|
1023
|
+
>,
|
|
1051
1024
|
): Paginator<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
1052
1025
|
paginateListEndpointGroups(
|
|
1053
1026
|
args: ListEndpointGroupsCommandInput,
|
|
1054
1027
|
paginationConfig?: Pick<
|
|
1055
1028
|
PaginationConfiguration,
|
|
1056
1029
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1057
|
-
|
|
1030
|
+
>,
|
|
1058
1031
|
): Paginator<ListEndpointGroupsCommandOutput>;
|
|
1059
1032
|
paginateListListeners(
|
|
1060
1033
|
args: ListListenersCommandInput,
|
|
1061
1034
|
paginationConfig?: Pick<
|
|
1062
1035
|
PaginationConfiguration,
|
|
1063
1036
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1064
|
-
|
|
1037
|
+
>,
|
|
1065
1038
|
): Paginator<ListListenersCommandOutput>;
|
|
1066
1039
|
}
|
|
1067
1040
|
export declare class GlobalAccelerator
|