@aws-sdk/client-global-accelerator 3.50.0 → 3.53.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/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GlobalAcceleratorServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +256 -3
- package/dist-cjs/protocols/Aws_json1_1.js +476 -1721
- package/dist-es/index.js +1 -0
- package/dist-es/models/GlobalAcceleratorServiceException.js +12 -0
- package/dist-es/models/models_0.js +236 -1
- package/dist-es/protocols/Aws_json1_1.js +1043 -1874
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GlobalAcceleratorServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +128 -55
- package/dist-types/ts3.4/GlobalAccelerator.d.ts +240 -0
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1395 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +143 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from GlobalAccelerator service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class GlobalAcceleratorServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
2
3
|
export declare enum IpAddressType {
|
|
3
4
|
IPV4 = "IPV4"
|
|
4
5
|
}
|
|
@@ -113,26 +114,38 @@ export declare namespace AcceleratorAttributes {
|
|
|
113
114
|
/**
|
|
114
115
|
* <p>The accelerator that you specified could not be disabled.</p>
|
|
115
116
|
*/
|
|
116
|
-
export
|
|
117
|
-
name: "AcceleratorNotDisabledException";
|
|
118
|
-
$fault: "client";
|
|
117
|
+
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
118
|
+
readonly name: "AcceleratorNotDisabledException";
|
|
119
|
+
readonly $fault: "client";
|
|
119
120
|
Message?: string;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
124
|
+
constructor(opts: __ExceptionOptionType<AcceleratorNotDisabledException, __BaseException>);
|
|
120
125
|
}
|
|
121
126
|
/**
|
|
122
127
|
* <p>The accelerator that you specified doesn't exist.</p>
|
|
123
128
|
*/
|
|
124
|
-
export
|
|
125
|
-
name: "AcceleratorNotFoundException";
|
|
126
|
-
$fault: "client";
|
|
129
|
+
export declare class AcceleratorNotFoundException extends __BaseException {
|
|
130
|
+
readonly name: "AcceleratorNotFoundException";
|
|
131
|
+
readonly $fault: "client";
|
|
127
132
|
Message?: string;
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
*/
|
|
136
|
+
constructor(opts: __ExceptionOptionType<AcceleratorNotFoundException, __BaseException>);
|
|
128
137
|
}
|
|
129
138
|
/**
|
|
130
139
|
* <p>You don't have access permission.</p>
|
|
131
140
|
*/
|
|
132
|
-
export
|
|
133
|
-
name: "AccessDeniedException";
|
|
134
|
-
$fault: "client";
|
|
141
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
142
|
+
readonly name: "AccessDeniedException";
|
|
143
|
+
readonly $fault: "client";
|
|
135
144
|
Message?: string;
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
*/
|
|
148
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
136
149
|
}
|
|
137
150
|
/**
|
|
138
151
|
* <p>The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.</p>
|
|
@@ -202,50 +215,74 @@ export declare namespace AddCustomRoutingEndpointsResponse {
|
|
|
202
215
|
/**
|
|
203
216
|
* <p>You can't use both of those options.</p>
|
|
204
217
|
*/
|
|
205
|
-
export
|
|
206
|
-
name: "ConflictException";
|
|
207
|
-
$fault: "client";
|
|
218
|
+
export declare class ConflictException extends __BaseException {
|
|
219
|
+
readonly name: "ConflictException";
|
|
220
|
+
readonly $fault: "client";
|
|
208
221
|
Message?: string;
|
|
222
|
+
/**
|
|
223
|
+
* @internal
|
|
224
|
+
*/
|
|
225
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
209
226
|
}
|
|
210
227
|
/**
|
|
211
228
|
* <p>The endpoint that you specified doesn't exist.</p>
|
|
212
229
|
*/
|
|
213
|
-
export
|
|
214
|
-
name: "EndpointAlreadyExistsException";
|
|
215
|
-
$fault: "client";
|
|
230
|
+
export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
231
|
+
readonly name: "EndpointAlreadyExistsException";
|
|
232
|
+
readonly $fault: "client";
|
|
216
233
|
Message?: string;
|
|
234
|
+
/**
|
|
235
|
+
* @internal
|
|
236
|
+
*/
|
|
237
|
+
constructor(opts: __ExceptionOptionType<EndpointAlreadyExistsException, __BaseException>);
|
|
217
238
|
}
|
|
218
239
|
/**
|
|
219
240
|
* <p>The endpoint group that you specified doesn't exist.</p>
|
|
220
241
|
*/
|
|
221
|
-
export
|
|
222
|
-
name: "EndpointGroupNotFoundException";
|
|
223
|
-
$fault: "client";
|
|
242
|
+
export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
243
|
+
readonly name: "EndpointGroupNotFoundException";
|
|
244
|
+
readonly $fault: "client";
|
|
224
245
|
Message?: string;
|
|
246
|
+
/**
|
|
247
|
+
* @internal
|
|
248
|
+
*/
|
|
249
|
+
constructor(opts: __ExceptionOptionType<EndpointGroupNotFoundException, __BaseException>);
|
|
225
250
|
}
|
|
226
251
|
/**
|
|
227
252
|
* <p>There was an internal error for AWS Global Accelerator.</p>
|
|
228
253
|
*/
|
|
229
|
-
export
|
|
230
|
-
name: "InternalServiceErrorException";
|
|
231
|
-
$fault: "server";
|
|
254
|
+
export declare class InternalServiceErrorException extends __BaseException {
|
|
255
|
+
readonly name: "InternalServiceErrorException";
|
|
256
|
+
readonly $fault: "server";
|
|
232
257
|
Message?: string;
|
|
258
|
+
/**
|
|
259
|
+
* @internal
|
|
260
|
+
*/
|
|
261
|
+
constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
|
|
233
262
|
}
|
|
234
263
|
/**
|
|
235
264
|
* <p>An argument that you specified is invalid.</p>
|
|
236
265
|
*/
|
|
237
|
-
export
|
|
238
|
-
name: "InvalidArgumentException";
|
|
239
|
-
$fault: "client";
|
|
266
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
267
|
+
readonly name: "InvalidArgumentException";
|
|
268
|
+
readonly $fault: "client";
|
|
240
269
|
Message?: string;
|
|
270
|
+
/**
|
|
271
|
+
* @internal
|
|
272
|
+
*/
|
|
273
|
+
constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
|
|
241
274
|
}
|
|
242
275
|
/**
|
|
243
276
|
* <p>Processing your request would cause you to exceed an AWS Global Accelerator limit.</p>
|
|
244
277
|
*/
|
|
245
|
-
export
|
|
246
|
-
name: "LimitExceededException";
|
|
247
|
-
$fault: "client";
|
|
278
|
+
export declare class LimitExceededException extends __BaseException {
|
|
279
|
+
readonly name: "LimitExceededException";
|
|
280
|
+
readonly $fault: "client";
|
|
248
281
|
Message?: string;
|
|
282
|
+
/**
|
|
283
|
+
* @internal
|
|
284
|
+
*/
|
|
285
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
249
286
|
}
|
|
250
287
|
export interface AdvertiseByoipCidrRequest {
|
|
251
288
|
/**
|
|
@@ -404,19 +441,27 @@ export declare namespace AdvertiseByoipCidrResponse {
|
|
|
404
441
|
/**
|
|
405
442
|
* <p>The CIDR that you specified was not found or is incorrect.</p>
|
|
406
443
|
*/
|
|
407
|
-
export
|
|
408
|
-
name: "ByoipCidrNotFoundException";
|
|
409
|
-
$fault: "client";
|
|
444
|
+
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
445
|
+
readonly name: "ByoipCidrNotFoundException";
|
|
446
|
+
readonly $fault: "client";
|
|
410
447
|
Message?: string;
|
|
448
|
+
/**
|
|
449
|
+
* @internal
|
|
450
|
+
*/
|
|
451
|
+
constructor(opts: __ExceptionOptionType<ByoipCidrNotFoundException, __BaseException>);
|
|
411
452
|
}
|
|
412
453
|
/**
|
|
413
454
|
* <p>The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be
|
|
414
455
|
* incorrect for this action.</p>
|
|
415
456
|
*/
|
|
416
|
-
export
|
|
417
|
-
name: "IncorrectCidrStateException";
|
|
418
|
-
$fault: "client";
|
|
457
|
+
export declare class IncorrectCidrStateException extends __BaseException {
|
|
458
|
+
readonly name: "IncorrectCidrStateException";
|
|
459
|
+
readonly $fault: "client";
|
|
419
460
|
Message?: string;
|
|
461
|
+
/**
|
|
462
|
+
* @internal
|
|
463
|
+
*/
|
|
464
|
+
constructor(opts: __ExceptionOptionType<IncorrectCidrStateException, __BaseException>);
|
|
420
465
|
}
|
|
421
466
|
export interface AllowCustomRoutingTrafficRequest {
|
|
422
467
|
/**
|
|
@@ -461,19 +506,27 @@ export declare namespace AllowCustomRoutingTrafficRequest {
|
|
|
461
506
|
* <p>The listener that you specified has an endpoint group associated with it. You must remove all dependent resources
|
|
462
507
|
* from a listener before you can delete it.</p>
|
|
463
508
|
*/
|
|
464
|
-
export
|
|
465
|
-
name: "AssociatedEndpointGroupFoundException";
|
|
466
|
-
$fault: "client";
|
|
509
|
+
export declare class AssociatedEndpointGroupFoundException extends __BaseException {
|
|
510
|
+
readonly name: "AssociatedEndpointGroupFoundException";
|
|
511
|
+
readonly $fault: "client";
|
|
467
512
|
Message?: string;
|
|
513
|
+
/**
|
|
514
|
+
* @internal
|
|
515
|
+
*/
|
|
516
|
+
constructor(opts: __ExceptionOptionType<AssociatedEndpointGroupFoundException, __BaseException>);
|
|
468
517
|
}
|
|
469
518
|
/**
|
|
470
519
|
* <p>The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an
|
|
471
520
|
* accelerator before you can delete it.</p>
|
|
472
521
|
*/
|
|
473
|
-
export
|
|
474
|
-
name: "AssociatedListenerFoundException";
|
|
475
|
-
$fault: "client";
|
|
522
|
+
export declare class AssociatedListenerFoundException extends __BaseException {
|
|
523
|
+
readonly name: "AssociatedListenerFoundException";
|
|
524
|
+
readonly $fault: "client";
|
|
476
525
|
Message?: string;
|
|
526
|
+
/**
|
|
527
|
+
* @internal
|
|
528
|
+
*/
|
|
529
|
+
constructor(opts: __ExceptionOptionType<AssociatedListenerFoundException, __BaseException>);
|
|
477
530
|
}
|
|
478
531
|
/**
|
|
479
532
|
* <p>Provides authorization for Amazon to bring a specific IP address range to a specific AWS
|
|
@@ -816,26 +869,38 @@ export declare namespace CreateCustomRoutingEndpointGroupResponse {
|
|
|
816
869
|
/**
|
|
817
870
|
* <p>The endpoint group that you specified already exists.</p>
|
|
818
871
|
*/
|
|
819
|
-
export
|
|
820
|
-
name: "EndpointGroupAlreadyExistsException";
|
|
821
|
-
$fault: "client";
|
|
872
|
+
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
873
|
+
readonly name: "EndpointGroupAlreadyExistsException";
|
|
874
|
+
readonly $fault: "client";
|
|
822
875
|
Message?: string;
|
|
876
|
+
/**
|
|
877
|
+
* @internal
|
|
878
|
+
*/
|
|
879
|
+
constructor(opts: __ExceptionOptionType<EndpointGroupAlreadyExistsException, __BaseException>);
|
|
823
880
|
}
|
|
824
881
|
/**
|
|
825
882
|
* <p>The port numbers that you specified are not valid numbers or are not unique for this accelerator.</p>
|
|
826
883
|
*/
|
|
827
|
-
export
|
|
828
|
-
name: "InvalidPortRangeException";
|
|
829
|
-
$fault: "client";
|
|
884
|
+
export declare class InvalidPortRangeException extends __BaseException {
|
|
885
|
+
readonly name: "InvalidPortRangeException";
|
|
886
|
+
readonly $fault: "client";
|
|
830
887
|
Message?: string;
|
|
888
|
+
/**
|
|
889
|
+
* @internal
|
|
890
|
+
*/
|
|
891
|
+
constructor(opts: __ExceptionOptionType<InvalidPortRangeException, __BaseException>);
|
|
831
892
|
}
|
|
832
893
|
/**
|
|
833
894
|
* <p>The listener that you specified doesn't exist.</p>
|
|
834
895
|
*/
|
|
835
|
-
export
|
|
836
|
-
name: "ListenerNotFoundException";
|
|
837
|
-
$fault: "client";
|
|
896
|
+
export declare class ListenerNotFoundException extends __BaseException {
|
|
897
|
+
readonly name: "ListenerNotFoundException";
|
|
898
|
+
readonly $fault: "client";
|
|
838
899
|
Message?: string;
|
|
900
|
+
/**
|
|
901
|
+
* @internal
|
|
902
|
+
*/
|
|
903
|
+
constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
|
|
839
904
|
}
|
|
840
905
|
/**
|
|
841
906
|
* <p>A complex type for a range of ports for a listener.</p>
|
|
@@ -1690,18 +1755,26 @@ export declare namespace DestinationPortMapping {
|
|
|
1690
1755
|
/**
|
|
1691
1756
|
* <p>The endpoint that you specified doesn't exist.</p>
|
|
1692
1757
|
*/
|
|
1693
|
-
export
|
|
1694
|
-
name: "EndpointNotFoundException";
|
|
1695
|
-
$fault: "client";
|
|
1758
|
+
export declare class EndpointNotFoundException extends __BaseException {
|
|
1759
|
+
readonly name: "EndpointNotFoundException";
|
|
1760
|
+
readonly $fault: "client";
|
|
1696
1761
|
Message?: string;
|
|
1762
|
+
/**
|
|
1763
|
+
* @internal
|
|
1764
|
+
*/
|
|
1765
|
+
constructor(opts: __ExceptionOptionType<EndpointNotFoundException, __BaseException>);
|
|
1697
1766
|
}
|
|
1698
1767
|
/**
|
|
1699
1768
|
* <p>There isn't another item to return.</p>
|
|
1700
1769
|
*/
|
|
1701
|
-
export
|
|
1702
|
-
name: "InvalidNextTokenException";
|
|
1703
|
-
$fault: "client";
|
|
1770
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
1771
|
+
readonly name: "InvalidNextTokenException";
|
|
1772
|
+
readonly $fault: "client";
|
|
1704
1773
|
Message?: string;
|
|
1774
|
+
/**
|
|
1775
|
+
* @internal
|
|
1776
|
+
*/
|
|
1777
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
1705
1778
|
}
|
|
1706
1779
|
export interface ListAcceleratorsRequest {
|
|
1707
1780
|
/**
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
|
|
3
|
+
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
|
|
4
|
+
import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
|
|
5
|
+
import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "./commands/CreateAcceleratorCommand";
|
|
6
|
+
import { CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput } from "./commands/CreateCustomRoutingAcceleratorCommand";
|
|
7
|
+
import { CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput } from "./commands/CreateCustomRoutingEndpointGroupCommand";
|
|
8
|
+
import { CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput } from "./commands/CreateCustomRoutingListenerCommand";
|
|
9
|
+
import { CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput } from "./commands/CreateEndpointGroupCommand";
|
|
10
|
+
import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
|
|
11
|
+
import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "./commands/DeleteAcceleratorCommand";
|
|
12
|
+
import { DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput } from "./commands/DeleteCustomRoutingAcceleratorCommand";
|
|
13
|
+
import { DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
|
|
14
|
+
import { DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput } from "./commands/DeleteCustomRoutingListenerCommand";
|
|
15
|
+
import { DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput } from "./commands/DeleteEndpointGroupCommand";
|
|
16
|
+
import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
|
|
17
|
+
import { DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput } from "./commands/DenyCustomRoutingTrafficCommand";
|
|
18
|
+
import { DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput } from "./commands/DeprovisionByoipCidrCommand";
|
|
19
|
+
import { DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput } from "./commands/DescribeAcceleratorAttributesCommand";
|
|
20
|
+
import { DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput } from "./commands/DescribeAcceleratorCommand";
|
|
21
|
+
import { DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
|
|
22
|
+
import { DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput } from "./commands/DescribeCustomRoutingAcceleratorCommand";
|
|
23
|
+
import { DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
|
|
24
|
+
import { DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput } from "./commands/DescribeCustomRoutingListenerCommand";
|
|
25
|
+
import { DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput } from "./commands/DescribeEndpointGroupCommand";
|
|
26
|
+
import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "./commands/DescribeListenerCommand";
|
|
27
|
+
import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "./commands/ListAcceleratorsCommand";
|
|
28
|
+
import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "./commands/ListByoipCidrsCommand";
|
|
29
|
+
import { ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput } from "./commands/ListCustomRoutingAcceleratorsCommand";
|
|
30
|
+
import { ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput } from "./commands/ListCustomRoutingEndpointGroupsCommand";
|
|
31
|
+
import { ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput } from "./commands/ListCustomRoutingListenersCommand";
|
|
32
|
+
import { ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
|
|
33
|
+
import { ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput } from "./commands/ListCustomRoutingPortMappingsCommand";
|
|
34
|
+
import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "./commands/ListEndpointGroupsCommand";
|
|
35
|
+
import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
|
|
36
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
37
|
+
import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
|
|
38
|
+
import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "./commands/RemoveCustomRoutingEndpointsCommand";
|
|
39
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
40
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
41
|
+
import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "./commands/UpdateAcceleratorAttributesCommand";
|
|
42
|
+
import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "./commands/UpdateAcceleratorCommand";
|
|
43
|
+
import { UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
|
|
44
|
+
import { UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput } from "./commands/UpdateCustomRoutingAcceleratorCommand";
|
|
45
|
+
import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput } from "./commands/UpdateCustomRoutingListenerCommand";
|
|
46
|
+
import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "./commands/UpdateEndpointGroupCommand";
|
|
47
|
+
import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
|
|
48
|
+
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
|
|
49
|
+
import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
|
|
50
|
+
|
|
51
|
+
export declare class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
52
|
+
|
|
53
|
+
addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<AddCustomRoutingEndpointsCommandOutput>;
|
|
54
|
+
addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
|
|
55
|
+
addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
|
|
56
|
+
|
|
57
|
+
advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<AdvertiseByoipCidrCommandOutput>;
|
|
58
|
+
advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
|
|
59
|
+
advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
|
|
60
|
+
|
|
61
|
+
allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, options?: __HttpHandlerOptions): Promise<AllowCustomRoutingTrafficCommandOutput>;
|
|
62
|
+
allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void): void;
|
|
63
|
+
allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void): void;
|
|
64
|
+
|
|
65
|
+
createAccelerator(args: CreateAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAcceleratorCommandOutput>;
|
|
66
|
+
createAccelerator(args: CreateAcceleratorCommandInput, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
|
|
67
|
+
createAccelerator(args: CreateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
|
|
68
|
+
|
|
69
|
+
createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingAcceleratorCommandOutput>;
|
|
70
|
+
createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
71
|
+
createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
72
|
+
|
|
73
|
+
createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
|
|
74
|
+
createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
75
|
+
createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
76
|
+
|
|
77
|
+
createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingListenerCommandOutput>;
|
|
78
|
+
createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
|
|
79
|
+
createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
|
|
80
|
+
|
|
81
|
+
createEndpointGroup(args: CreateEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointGroupCommandOutput>;
|
|
82
|
+
createEndpointGroup(args: CreateEndpointGroupCommandInput, cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void): void;
|
|
83
|
+
createEndpointGroup(args: CreateEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void): void;
|
|
84
|
+
|
|
85
|
+
createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
|
|
86
|
+
createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
87
|
+
createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
|
|
88
|
+
|
|
89
|
+
deleteAccelerator(args: DeleteAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAcceleratorCommandOutput>;
|
|
90
|
+
deleteAccelerator(args: DeleteAcceleratorCommandInput, cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void): void;
|
|
91
|
+
deleteAccelerator(args: DeleteAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void): void;
|
|
92
|
+
|
|
93
|
+
deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
|
|
94
|
+
deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
95
|
+
deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
96
|
+
|
|
97
|
+
deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
|
|
98
|
+
deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
99
|
+
deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
100
|
+
|
|
101
|
+
deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingListenerCommandOutput>;
|
|
102
|
+
deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void): void;
|
|
103
|
+
deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void): void;
|
|
104
|
+
|
|
105
|
+
deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointGroupCommandOutput>;
|
|
106
|
+
deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void): void;
|
|
107
|
+
deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void): void;
|
|
108
|
+
|
|
109
|
+
deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
|
|
110
|
+
deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
111
|
+
deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
|
|
112
|
+
|
|
113
|
+
denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, options?: __HttpHandlerOptions): Promise<DenyCustomRoutingTrafficCommandOutput>;
|
|
114
|
+
denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
|
|
115
|
+
denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
|
|
116
|
+
|
|
117
|
+
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<DeprovisionByoipCidrCommandOutput>;
|
|
118
|
+
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
|
|
119
|
+
deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
|
|
120
|
+
|
|
121
|
+
describeAccelerator(args: DescribeAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAcceleratorCommandOutput>;
|
|
122
|
+
describeAccelerator(args: DescribeAcceleratorCommandInput, cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void): void;
|
|
123
|
+
describeAccelerator(args: DescribeAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void): void;
|
|
124
|
+
|
|
125
|
+
describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAcceleratorAttributesCommandOutput>;
|
|
126
|
+
describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void): void;
|
|
127
|
+
describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void): void;
|
|
128
|
+
|
|
129
|
+
describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
|
|
130
|
+
describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
131
|
+
describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
132
|
+
|
|
133
|
+
describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
134
|
+
describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
|
|
135
|
+
describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
|
|
136
|
+
|
|
137
|
+
describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
|
|
138
|
+
describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
139
|
+
describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void): void;
|
|
140
|
+
|
|
141
|
+
describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingListenerCommandOutput>;
|
|
142
|
+
describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void): void;
|
|
143
|
+
describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void): void;
|
|
144
|
+
|
|
145
|
+
describeEndpointGroup(args: DescribeEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointGroupCommandOutput>;
|
|
146
|
+
describeEndpointGroup(args: DescribeEndpointGroupCommandInput, cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void): void;
|
|
147
|
+
describeEndpointGroup(args: DescribeEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void): void;
|
|
148
|
+
|
|
149
|
+
describeListener(args: DescribeListenerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenerCommandOutput>;
|
|
150
|
+
describeListener(args: DescribeListenerCommandInput, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
|
|
151
|
+
describeListener(args: DescribeListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
|
|
152
|
+
|
|
153
|
+
listAccelerators(args: ListAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAcceleratorsCommandOutput>;
|
|
154
|
+
listAccelerators(args: ListAcceleratorsCommandInput, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
|
|
155
|
+
listAccelerators(args: ListAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
|
|
156
|
+
|
|
157
|
+
listByoipCidrs(args: ListByoipCidrsCommandInput, options?: __HttpHandlerOptions): Promise<ListByoipCidrsCommandOutput>;
|
|
158
|
+
listByoipCidrs(args: ListByoipCidrsCommandInput, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
|
|
159
|
+
listByoipCidrs(args: ListByoipCidrsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
|
|
160
|
+
|
|
161
|
+
listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
162
|
+
listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
|
|
163
|
+
listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
|
|
164
|
+
|
|
165
|
+
listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
166
|
+
listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void): void;
|
|
167
|
+
listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void): void;
|
|
168
|
+
|
|
169
|
+
listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingListenersCommandOutput>;
|
|
170
|
+
listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void): void;
|
|
171
|
+
listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void): void;
|
|
172
|
+
|
|
173
|
+
listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingPortMappingsCommandOutput>;
|
|
174
|
+
listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void): void;
|
|
175
|
+
listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void): void;
|
|
176
|
+
|
|
177
|
+
listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
178
|
+
listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void): void;
|
|
179
|
+
listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void): void;
|
|
180
|
+
|
|
181
|
+
listEndpointGroups(args: ListEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointGroupsCommandOutput>;
|
|
182
|
+
listEndpointGroups(args: ListEndpointGroupsCommandInput, cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void): void;
|
|
183
|
+
listEndpointGroups(args: ListEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void): void;
|
|
184
|
+
|
|
185
|
+
listListeners(args: ListListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListListenersCommandOutput>;
|
|
186
|
+
listListeners(args: ListListenersCommandInput, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
|
|
187
|
+
listListeners(args: ListListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
|
|
188
|
+
|
|
189
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
190
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
191
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
192
|
+
|
|
193
|
+
provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<ProvisionByoipCidrCommandOutput>;
|
|
194
|
+
provisionByoipCidr(args: ProvisionByoipCidrCommandInput, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
|
|
195
|
+
provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
|
|
196
|
+
|
|
197
|
+
removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
|
|
198
|
+
removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
|
|
199
|
+
removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
|
|
200
|
+
|
|
201
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
202
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
203
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
204
|
+
|
|
205
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
206
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
207
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
208
|
+
|
|
209
|
+
updateAccelerator(args: UpdateAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAcceleratorCommandOutput>;
|
|
210
|
+
updateAccelerator(args: UpdateAcceleratorCommandInput, cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void): void;
|
|
211
|
+
updateAccelerator(args: UpdateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void): void;
|
|
212
|
+
|
|
213
|
+
updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAcceleratorAttributesCommandOutput>;
|
|
214
|
+
updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void): void;
|
|
215
|
+
updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void): void;
|
|
216
|
+
|
|
217
|
+
updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
|
|
218
|
+
updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
219
|
+
updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void): void;
|
|
220
|
+
|
|
221
|
+
updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
|
|
222
|
+
updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
|
|
223
|
+
updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
|
|
224
|
+
|
|
225
|
+
updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingListenerCommandOutput>;
|
|
226
|
+
updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void): void;
|
|
227
|
+
updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void): void;
|
|
228
|
+
|
|
229
|
+
updateEndpointGroup(args: UpdateEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointGroupCommandOutput>;
|
|
230
|
+
updateEndpointGroup(args: UpdateEndpointGroupCommandInput, cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void): void;
|
|
231
|
+
updateEndpointGroup(args: UpdateEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void): void;
|
|
232
|
+
|
|
233
|
+
updateListener(args: UpdateListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateListenerCommandOutput>;
|
|
234
|
+
updateListener(args: UpdateListenerCommandInput, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
|
|
235
|
+
updateListener(args: UpdateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
|
|
236
|
+
|
|
237
|
+
withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<WithdrawByoipCidrCommandOutput>;
|
|
238
|
+
withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
|
|
239
|
+
withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
|
|
240
|
+
}
|