@aws-sdk/client-global-accelerator 3.296.0 → 3.297.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-types/GlobalAccelerator.d.ts +50 -0
- package/dist-types/GlobalAcceleratorClient.d.ts +24 -4
- package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/AddEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +16 -0
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateListenerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteListenerCommand.d.ts +16 -0
- package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeListenerCommand.d.ts +16 -0
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListByoipCidrsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListListenersCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateListenerCommand.d.ts +16 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +16 -0
- package/dist-types/models/GlobalAcceleratorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +342 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAcceleratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListByoipCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingListenersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEndpointGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListListenersPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>A complex type that contains a <code>Timestamp</code> value and <code>Message</code> for changes
|
|
5
6
|
* that you make to an accelerator in Global Accelerator. Messages stored here provide progress or error information when
|
|
6
7
|
* you update an accelerator from IPv4 to dual-stack, or from dual-stack to IPv4. Global Accelerator stores a maximum
|
|
@@ -17,15 +18,22 @@ export interface AcceleratorEvent {
|
|
|
17
18
|
*/
|
|
18
19
|
Timestamp?: Date;
|
|
19
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
20
24
|
export declare enum IpAddressType {
|
|
21
25
|
DUAL_STACK = "DUAL_STACK",
|
|
22
26
|
IPV4 = "IPV4"
|
|
23
27
|
}
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
24
31
|
export declare enum IpAddressFamily {
|
|
25
32
|
IPv4 = "IPv4",
|
|
26
33
|
IPv6 = "IPv6"
|
|
27
34
|
}
|
|
28
35
|
/**
|
|
36
|
+
* @public
|
|
29
37
|
* <p>A complex type for the set of IP addresses for an accelerator.</p>
|
|
30
38
|
*/
|
|
31
39
|
export interface IpSet {
|
|
@@ -44,11 +52,15 @@ export interface IpSet {
|
|
|
44
52
|
*/
|
|
45
53
|
IpAddressFamily?: IpAddressFamily | string;
|
|
46
54
|
}
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
47
58
|
export declare enum AcceleratorStatus {
|
|
48
59
|
DEPLOYED = "DEPLOYED",
|
|
49
60
|
IN_PROGRESS = "IN_PROGRESS"
|
|
50
61
|
}
|
|
51
62
|
/**
|
|
63
|
+
* @public
|
|
52
64
|
* <p>An accelerator is a complex type that includes one or more listeners that process inbound connections and then direct
|
|
53
65
|
* traffic to one or more endpoint groups, each of which includes endpoints, such as load balancers.</p>
|
|
54
66
|
*/
|
|
@@ -115,6 +127,7 @@ export interface Accelerator {
|
|
|
115
127
|
Events?: AcceleratorEvent[];
|
|
116
128
|
}
|
|
117
129
|
/**
|
|
130
|
+
* @public
|
|
118
131
|
* <p>Attributes of an accelerator.</p>
|
|
119
132
|
*/
|
|
120
133
|
export interface AcceleratorAttributes {
|
|
@@ -140,6 +153,7 @@ export interface AcceleratorAttributes {
|
|
|
140
153
|
FlowLogsS3Prefix?: string;
|
|
141
154
|
}
|
|
142
155
|
/**
|
|
156
|
+
* @public
|
|
143
157
|
* <p>The accelerator that you specified could not be disabled.</p>
|
|
144
158
|
*/
|
|
145
159
|
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
@@ -152,6 +166,7 @@ export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
|
152
166
|
constructor(opts: __ExceptionOptionType<AcceleratorNotDisabledException, __BaseException>);
|
|
153
167
|
}
|
|
154
168
|
/**
|
|
169
|
+
* @public
|
|
155
170
|
* <p>The accelerator that you specified doesn't exist.</p>
|
|
156
171
|
*/
|
|
157
172
|
export declare class AcceleratorNotFoundException extends __BaseException {
|
|
@@ -164,6 +179,7 @@ export declare class AcceleratorNotFoundException extends __BaseException {
|
|
|
164
179
|
constructor(opts: __ExceptionOptionType<AcceleratorNotFoundException, __BaseException>);
|
|
165
180
|
}
|
|
166
181
|
/**
|
|
182
|
+
* @public
|
|
167
183
|
* <p>You don't have access permission.</p>
|
|
168
184
|
*/
|
|
169
185
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -176,6 +192,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
176
192
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
177
193
|
}
|
|
178
194
|
/**
|
|
195
|
+
* @public
|
|
179
196
|
* <p>The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.</p>
|
|
180
197
|
*/
|
|
181
198
|
export interface CustomRoutingEndpointConfiguration {
|
|
@@ -185,6 +202,9 @@ export interface CustomRoutingEndpointConfiguration {
|
|
|
185
202
|
*/
|
|
186
203
|
EndpointId?: string;
|
|
187
204
|
}
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
188
208
|
export interface AddCustomRoutingEndpointsRequest {
|
|
189
209
|
/**
|
|
190
210
|
* <p>The list of endpoint objects to add to a custom routing accelerator.</p>
|
|
@@ -196,6 +216,7 @@ export interface AddCustomRoutingEndpointsRequest {
|
|
|
196
216
|
EndpointGroupArn: string | undefined;
|
|
197
217
|
}
|
|
198
218
|
/**
|
|
219
|
+
* @public
|
|
199
220
|
* <p>A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints,
|
|
200
221
|
* which are virtual private cloud (VPC) subnets.</p>
|
|
201
222
|
*/
|
|
@@ -206,6 +227,9 @@ export interface CustomRoutingEndpointDescription {
|
|
|
206
227
|
*/
|
|
207
228
|
EndpointId?: string;
|
|
208
229
|
}
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
209
233
|
export interface AddCustomRoutingEndpointsResponse {
|
|
210
234
|
/**
|
|
211
235
|
* <p>The endpoint objects added to the custom routing accelerator.</p>
|
|
@@ -217,6 +241,7 @@ export interface AddCustomRoutingEndpointsResponse {
|
|
|
217
241
|
EndpointGroupArn?: string;
|
|
218
242
|
}
|
|
219
243
|
/**
|
|
244
|
+
* @public
|
|
220
245
|
* <p>You can't use both of those options.</p>
|
|
221
246
|
*/
|
|
222
247
|
export declare class ConflictException extends __BaseException {
|
|
@@ -229,6 +254,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
229
254
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
230
255
|
}
|
|
231
256
|
/**
|
|
257
|
+
* @public
|
|
232
258
|
* <p>The endpoint that you specified doesn't exist.</p>
|
|
233
259
|
*/
|
|
234
260
|
export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
@@ -241,6 +267,7 @@ export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
|
241
267
|
constructor(opts: __ExceptionOptionType<EndpointAlreadyExistsException, __BaseException>);
|
|
242
268
|
}
|
|
243
269
|
/**
|
|
270
|
+
* @public
|
|
244
271
|
* <p>The endpoint group that you specified doesn't exist.</p>
|
|
245
272
|
*/
|
|
246
273
|
export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
@@ -253,6 +280,7 @@ export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
|
253
280
|
constructor(opts: __ExceptionOptionType<EndpointGroupNotFoundException, __BaseException>);
|
|
254
281
|
}
|
|
255
282
|
/**
|
|
283
|
+
* @public
|
|
256
284
|
* <p>There was an internal error for Global Accelerator.</p>
|
|
257
285
|
*/
|
|
258
286
|
export declare class InternalServiceErrorException extends __BaseException {
|
|
@@ -265,6 +293,7 @@ export declare class InternalServiceErrorException extends __BaseException {
|
|
|
265
293
|
constructor(opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>);
|
|
266
294
|
}
|
|
267
295
|
/**
|
|
296
|
+
* @public
|
|
268
297
|
* <p>An argument that you specified is invalid.</p>
|
|
269
298
|
*/
|
|
270
299
|
export declare class InvalidArgumentException extends __BaseException {
|
|
@@ -277,6 +306,7 @@ export declare class InvalidArgumentException extends __BaseException {
|
|
|
277
306
|
constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
|
|
278
307
|
}
|
|
279
308
|
/**
|
|
309
|
+
* @public
|
|
280
310
|
* <p>Processing your request would cause you to exceed an Global Accelerator limit.</p>
|
|
281
311
|
*/
|
|
282
312
|
export declare class LimitExceededException extends __BaseException {
|
|
@@ -289,6 +319,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
289
319
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
290
320
|
}
|
|
291
321
|
/**
|
|
322
|
+
* @public
|
|
292
323
|
* <p>A complex type for endpoints. A resource must be valid and active when you add it as an endpoint.</p>
|
|
293
324
|
*/
|
|
294
325
|
export interface EndpointConfiguration {
|
|
@@ -323,6 +354,9 @@ export interface EndpointConfiguration {
|
|
|
323
354
|
*/
|
|
324
355
|
ClientIPPreservationEnabled?: boolean;
|
|
325
356
|
}
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
326
360
|
export interface AddEndpointsRequest {
|
|
327
361
|
/**
|
|
328
362
|
* <p>The list of endpoint objects.</p>
|
|
@@ -333,12 +367,16 @@ export interface AddEndpointsRequest {
|
|
|
333
367
|
*/
|
|
334
368
|
EndpointGroupArn: string | undefined;
|
|
335
369
|
}
|
|
370
|
+
/**
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
336
373
|
export declare enum HealthState {
|
|
337
374
|
HEALTHY = "HEALTHY",
|
|
338
375
|
INITIAL = "INITIAL",
|
|
339
376
|
UNHEALTHY = "UNHEALTHY"
|
|
340
377
|
}
|
|
341
378
|
/**
|
|
379
|
+
* @public
|
|
342
380
|
* <p>A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load
|
|
343
381
|
* balancers.</p>
|
|
344
382
|
*/
|
|
@@ -380,6 +418,9 @@ export interface EndpointDescription {
|
|
|
380
418
|
*/
|
|
381
419
|
ClientIPPreservationEnabled?: boolean;
|
|
382
420
|
}
|
|
421
|
+
/**
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
383
424
|
export interface AddEndpointsResponse {
|
|
384
425
|
/**
|
|
385
426
|
* <p>The list of endpoint objects.</p>
|
|
@@ -391,6 +432,7 @@ export interface AddEndpointsResponse {
|
|
|
391
432
|
EndpointGroupArn?: string;
|
|
392
433
|
}
|
|
393
434
|
/**
|
|
435
|
+
* @public
|
|
394
436
|
* <p>There's already a transaction in progress. Another transaction can't be processed.</p>
|
|
395
437
|
*/
|
|
396
438
|
export declare class TransactionInProgressException extends __BaseException {
|
|
@@ -402,6 +444,9 @@ export declare class TransactionInProgressException extends __BaseException {
|
|
|
402
444
|
*/
|
|
403
445
|
constructor(opts: __ExceptionOptionType<TransactionInProgressException, __BaseException>);
|
|
404
446
|
}
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
405
450
|
export interface AdvertiseByoipCidrRequest {
|
|
406
451
|
/**
|
|
407
452
|
* <p>The address range, in CIDR notation. This must be the exact range that you provisioned.
|
|
@@ -410,6 +455,7 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
410
455
|
Cidr: string | undefined;
|
|
411
456
|
}
|
|
412
457
|
/**
|
|
458
|
+
* @public
|
|
413
459
|
* <p>A complex type that contains a <code>Message</code> and a <code>Timestamp</code> value for changes
|
|
414
460
|
* that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP
|
|
415
461
|
* address (BYOIP).</p>
|
|
@@ -426,6 +472,9 @@ export interface ByoipCidrEvent {
|
|
|
426
472
|
*/
|
|
427
473
|
Timestamp?: Date;
|
|
428
474
|
}
|
|
475
|
+
/**
|
|
476
|
+
* @public
|
|
477
|
+
*/
|
|
429
478
|
export declare enum ByoipCidrState {
|
|
430
479
|
ADVERTISING = "ADVERTISING",
|
|
431
480
|
DEPROVISIONED = "DEPROVISIONED",
|
|
@@ -440,6 +489,7 @@ export declare enum ByoipCidrState {
|
|
|
440
489
|
READY = "READY"
|
|
441
490
|
}
|
|
442
491
|
/**
|
|
492
|
+
* @public
|
|
443
493
|
* <p>Information about an IP address range that is provisioned for use with your Amazon Web Services resources through
|
|
444
494
|
* bring your own IP address (BYOIP).</p>
|
|
445
495
|
* <p>The following describes each BYOIP <code>State</code> that your IP address range can be in.</p>
|
|
@@ -526,6 +576,9 @@ export interface ByoipCidr {
|
|
|
526
576
|
*/
|
|
527
577
|
Events?: ByoipCidrEvent[];
|
|
528
578
|
}
|
|
579
|
+
/**
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
529
582
|
export interface AdvertiseByoipCidrResponse {
|
|
530
583
|
/**
|
|
531
584
|
* <p>Information about the address range.</p>
|
|
@@ -533,6 +586,7 @@ export interface AdvertiseByoipCidrResponse {
|
|
|
533
586
|
ByoipCidr?: ByoipCidr;
|
|
534
587
|
}
|
|
535
588
|
/**
|
|
589
|
+
* @public
|
|
536
590
|
* <p>The CIDR that you specified was not found or is incorrect.</p>
|
|
537
591
|
*/
|
|
538
592
|
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
@@ -545,6 +599,7 @@ export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
|
545
599
|
constructor(opts: __ExceptionOptionType<ByoipCidrNotFoundException, __BaseException>);
|
|
546
600
|
}
|
|
547
601
|
/**
|
|
602
|
+
* @public
|
|
548
603
|
* <p>The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be
|
|
549
604
|
* incorrect for this action.</p>
|
|
550
605
|
*/
|
|
@@ -557,6 +612,9 @@ export declare class IncorrectCidrStateException extends __BaseException {
|
|
|
557
612
|
*/
|
|
558
613
|
constructor(opts: __ExceptionOptionType<IncorrectCidrStateException, __BaseException>);
|
|
559
614
|
}
|
|
615
|
+
/**
|
|
616
|
+
* @public
|
|
617
|
+
*/
|
|
560
618
|
export interface AllowCustomRoutingTrafficRequest {
|
|
561
619
|
/**
|
|
562
620
|
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
@@ -591,6 +649,7 @@ export interface AllowCustomRoutingTrafficRequest {
|
|
|
591
649
|
AllowAllTrafficToEndpoint?: boolean;
|
|
592
650
|
}
|
|
593
651
|
/**
|
|
652
|
+
* @public
|
|
594
653
|
* <p>The listener that you specified has an endpoint group associated with it. You must remove all dependent resources
|
|
595
654
|
* from a listener before you can delete it.</p>
|
|
596
655
|
*/
|
|
@@ -604,6 +663,7 @@ export declare class AssociatedEndpointGroupFoundException extends __BaseExcepti
|
|
|
604
663
|
constructor(opts: __ExceptionOptionType<AssociatedEndpointGroupFoundException, __BaseException>);
|
|
605
664
|
}
|
|
606
665
|
/**
|
|
666
|
+
* @public
|
|
607
667
|
* <p>The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an
|
|
608
668
|
* accelerator before you can delete it.</p>
|
|
609
669
|
*/
|
|
@@ -617,6 +677,7 @@ export declare class AssociatedListenerFoundException extends __BaseException {
|
|
|
617
677
|
constructor(opts: __ExceptionOptionType<AssociatedListenerFoundException, __BaseException>);
|
|
618
678
|
}
|
|
619
679
|
/**
|
|
680
|
+
* @public
|
|
620
681
|
* <p>Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services
|
|
621
682
|
* account using bring your own IP addresses (BYOIP). </p>
|
|
622
683
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring your own
|
|
@@ -632,11 +693,15 @@ export interface CidrAuthorizationContext {
|
|
|
632
693
|
*/
|
|
633
694
|
Signature: string | undefined;
|
|
634
695
|
}
|
|
696
|
+
/**
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
635
699
|
export declare enum ClientAffinity {
|
|
636
700
|
NONE = "NONE",
|
|
637
701
|
SOURCE_IP = "SOURCE_IP"
|
|
638
702
|
}
|
|
639
703
|
/**
|
|
704
|
+
* @public
|
|
640
705
|
* <p>A complex type that contains a <code>Tag</code> key and <code>Tag</code> value.</p>
|
|
641
706
|
*/
|
|
642
707
|
export interface Tag {
|
|
@@ -649,6 +714,9 @@ export interface Tag {
|
|
|
649
714
|
*/
|
|
650
715
|
Value: string | undefined;
|
|
651
716
|
}
|
|
717
|
+
/**
|
|
718
|
+
* @public
|
|
719
|
+
*/
|
|
652
720
|
export interface CreateAcceleratorRequest {
|
|
653
721
|
/**
|
|
654
722
|
* <p>The name of the accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters,
|
|
@@ -691,12 +759,18 @@ export interface CreateAcceleratorRequest {
|
|
|
691
759
|
*/
|
|
692
760
|
Tags?: Tag[];
|
|
693
761
|
}
|
|
762
|
+
/**
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
694
765
|
export interface CreateAcceleratorResponse {
|
|
695
766
|
/**
|
|
696
767
|
* <p>The accelerator that is created by specifying a listener and the supported IP address types.</p>
|
|
697
768
|
*/
|
|
698
769
|
Accelerator?: Accelerator;
|
|
699
770
|
}
|
|
771
|
+
/**
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
700
774
|
export interface CreateCustomRoutingAcceleratorRequest {
|
|
701
775
|
/**
|
|
702
776
|
* <p>The name of a custom routing accelerator. The name can have a maximum of 64 characters, must contain
|
|
@@ -739,11 +813,15 @@ export interface CreateCustomRoutingAcceleratorRequest {
|
|
|
739
813
|
*/
|
|
740
814
|
Tags?: Tag[];
|
|
741
815
|
}
|
|
816
|
+
/**
|
|
817
|
+
* @public
|
|
818
|
+
*/
|
|
742
819
|
export declare enum CustomRoutingAcceleratorStatus {
|
|
743
820
|
DEPLOYED = "DEPLOYED",
|
|
744
821
|
IN_PROGRESS = "IN_PROGRESS"
|
|
745
822
|
}
|
|
746
823
|
/**
|
|
824
|
+
* @public
|
|
747
825
|
* <p>Attributes of a custom routing accelerator.</p>
|
|
748
826
|
*/
|
|
749
827
|
export interface CustomRoutingAccelerator {
|
|
@@ -794,17 +872,24 @@ export interface CustomRoutingAccelerator {
|
|
|
794
872
|
*/
|
|
795
873
|
LastModifiedTime?: Date;
|
|
796
874
|
}
|
|
875
|
+
/**
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
797
878
|
export interface CreateCustomRoutingAcceleratorResponse {
|
|
798
879
|
/**
|
|
799
880
|
* <p>The accelerator that is created.</p>
|
|
800
881
|
*/
|
|
801
882
|
Accelerator?: CustomRoutingAccelerator;
|
|
802
883
|
}
|
|
884
|
+
/**
|
|
885
|
+
* @public
|
|
886
|
+
*/
|
|
803
887
|
export declare enum CustomRoutingProtocol {
|
|
804
888
|
TCP = "TCP",
|
|
805
889
|
UDP = "UDP"
|
|
806
890
|
}
|
|
807
891
|
/**
|
|
892
|
+
* @public
|
|
808
893
|
* <p>For a custom routing accelerator, sets the port range and protocol for all endpoints (virtual
|
|
809
894
|
* private cloud subnets) in an endpoint group to accept client traffic on.</p>
|
|
810
895
|
*/
|
|
@@ -822,6 +907,9 @@ export interface CustomRoutingDestinationConfiguration {
|
|
|
822
907
|
*/
|
|
823
908
|
Protocols: (CustomRoutingProtocol | string)[] | undefined;
|
|
824
909
|
}
|
|
910
|
+
/**
|
|
911
|
+
* @public
|
|
912
|
+
*/
|
|
825
913
|
export interface CreateCustomRoutingEndpointGroupRequest {
|
|
826
914
|
/**
|
|
827
915
|
* <p>The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.</p>
|
|
@@ -843,11 +931,15 @@ export interface CreateCustomRoutingEndpointGroupRequest {
|
|
|
843
931
|
*/
|
|
844
932
|
IdempotencyToken?: string;
|
|
845
933
|
}
|
|
934
|
+
/**
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
846
937
|
export declare enum Protocol {
|
|
847
938
|
TCP = "TCP",
|
|
848
939
|
UDP = "UDP"
|
|
849
940
|
}
|
|
850
941
|
/**
|
|
942
|
+
* @public
|
|
851
943
|
* <p>For a custom routing accelerator, describes the port range and protocol for all endpoints
|
|
852
944
|
* (virtual private cloud subnets) in an endpoint group to accept client traffic on.</p>
|
|
853
945
|
*/
|
|
@@ -866,6 +958,7 @@ export interface CustomRoutingDestinationDescription {
|
|
|
866
958
|
Protocols?: (Protocol | string)[];
|
|
867
959
|
}
|
|
868
960
|
/**
|
|
961
|
+
* @public
|
|
869
962
|
* <p>A complex type for the endpoint group for a custom routing accelerator. An Amazon Web Services Region can have only one endpoint group for a specific listener.
|
|
870
963
|
* </p>
|
|
871
964
|
*/
|
|
@@ -889,6 +982,9 @@ export interface CustomRoutingEndpointGroup {
|
|
|
889
982
|
*/
|
|
890
983
|
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
891
984
|
}
|
|
985
|
+
/**
|
|
986
|
+
* @public
|
|
987
|
+
*/
|
|
892
988
|
export interface CreateCustomRoutingEndpointGroupResponse {
|
|
893
989
|
/**
|
|
894
990
|
* <p>The information about the endpoint group created for a custom routing accelerator.</p>
|
|
@@ -896,6 +992,7 @@ export interface CreateCustomRoutingEndpointGroupResponse {
|
|
|
896
992
|
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
897
993
|
}
|
|
898
994
|
/**
|
|
995
|
+
* @public
|
|
899
996
|
* <p>The endpoint group that you specified already exists.</p>
|
|
900
997
|
*/
|
|
901
998
|
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
@@ -908,6 +1005,7 @@ export declare class EndpointGroupAlreadyExistsException extends __BaseException
|
|
|
908
1005
|
constructor(opts: __ExceptionOptionType<EndpointGroupAlreadyExistsException, __BaseException>);
|
|
909
1006
|
}
|
|
910
1007
|
/**
|
|
1008
|
+
* @public
|
|
911
1009
|
* <p>The port numbers that you specified are not valid numbers or are not unique for this accelerator.</p>
|
|
912
1010
|
*/
|
|
913
1011
|
export declare class InvalidPortRangeException extends __BaseException {
|
|
@@ -920,6 +1018,7 @@ export declare class InvalidPortRangeException extends __BaseException {
|
|
|
920
1018
|
constructor(opts: __ExceptionOptionType<InvalidPortRangeException, __BaseException>);
|
|
921
1019
|
}
|
|
922
1020
|
/**
|
|
1021
|
+
* @public
|
|
923
1022
|
* <p>The listener that you specified doesn't exist.</p>
|
|
924
1023
|
*/
|
|
925
1024
|
export declare class ListenerNotFoundException extends __BaseException {
|
|
@@ -932,6 +1031,7 @@ export declare class ListenerNotFoundException extends __BaseException {
|
|
|
932
1031
|
constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
|
|
933
1032
|
}
|
|
934
1033
|
/**
|
|
1034
|
+
* @public
|
|
935
1035
|
* <p>A complex type for a range of ports for a listener.</p>
|
|
936
1036
|
*/
|
|
937
1037
|
export interface PortRange {
|
|
@@ -944,6 +1044,9 @@ export interface PortRange {
|
|
|
944
1044
|
*/
|
|
945
1045
|
ToPort?: number;
|
|
946
1046
|
}
|
|
1047
|
+
/**
|
|
1048
|
+
* @public
|
|
1049
|
+
*/
|
|
947
1050
|
export interface CreateCustomRoutingListenerRequest {
|
|
948
1051
|
/**
|
|
949
1052
|
* <p>The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.</p>
|
|
@@ -962,6 +1065,7 @@ export interface CreateCustomRoutingListenerRequest {
|
|
|
962
1065
|
IdempotencyToken?: string;
|
|
963
1066
|
}
|
|
964
1067
|
/**
|
|
1068
|
+
* @public
|
|
965
1069
|
* <p>A complex type for a listener for a custom routing accelerator.</p>
|
|
966
1070
|
*/
|
|
967
1071
|
export interface CustomRoutingListener {
|
|
@@ -976,18 +1080,25 @@ export interface CustomRoutingListener {
|
|
|
976
1080
|
*/
|
|
977
1081
|
PortRanges?: PortRange[];
|
|
978
1082
|
}
|
|
1083
|
+
/**
|
|
1084
|
+
* @public
|
|
1085
|
+
*/
|
|
979
1086
|
export interface CreateCustomRoutingListenerResponse {
|
|
980
1087
|
/**
|
|
981
1088
|
* <p>The listener that you've created for a custom routing accelerator.</p>
|
|
982
1089
|
*/
|
|
983
1090
|
Listener?: CustomRoutingListener;
|
|
984
1091
|
}
|
|
1092
|
+
/**
|
|
1093
|
+
* @public
|
|
1094
|
+
*/
|
|
985
1095
|
export declare enum HealthCheckProtocol {
|
|
986
1096
|
HTTP = "HTTP",
|
|
987
1097
|
HTTPS = "HTTPS",
|
|
988
1098
|
TCP = "TCP"
|
|
989
1099
|
}
|
|
990
1100
|
/**
|
|
1101
|
+
* @public
|
|
991
1102
|
* <p>Override specific listener ports used to route traffic to endpoints that are part of an endpoint group.
|
|
992
1103
|
* For example, you can create a port override in which the listener
|
|
993
1104
|
* receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080
|
|
@@ -1007,6 +1118,9 @@ export interface PortOverride {
|
|
|
1007
1118
|
*/
|
|
1008
1119
|
EndpointPort?: number;
|
|
1009
1120
|
}
|
|
1121
|
+
/**
|
|
1122
|
+
* @public
|
|
1123
|
+
*/
|
|
1010
1124
|
export interface CreateEndpointGroupRequest {
|
|
1011
1125
|
/**
|
|
1012
1126
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
@@ -1070,6 +1184,7 @@ export interface CreateEndpointGroupRequest {
|
|
|
1070
1184
|
PortOverrides?: PortOverride[];
|
|
1071
1185
|
}
|
|
1072
1186
|
/**
|
|
1187
|
+
* @public
|
|
1073
1188
|
* <p>A complex type for the endpoint group. An Amazon Web Services Region can have only one endpoint group for a specific listener.
|
|
1074
1189
|
* </p>
|
|
1075
1190
|
*/
|
|
@@ -1128,12 +1243,18 @@ export interface EndpointGroup {
|
|
|
1128
1243
|
*/
|
|
1129
1244
|
PortOverrides?: PortOverride[];
|
|
1130
1245
|
}
|
|
1246
|
+
/**
|
|
1247
|
+
* @public
|
|
1248
|
+
*/
|
|
1131
1249
|
export interface CreateEndpointGroupResponse {
|
|
1132
1250
|
/**
|
|
1133
1251
|
* <p>The information about the endpoint group that was created.</p>
|
|
1134
1252
|
*/
|
|
1135
1253
|
EndpointGroup?: EndpointGroup;
|
|
1136
1254
|
}
|
|
1255
|
+
/**
|
|
1256
|
+
* @public
|
|
1257
|
+
*/
|
|
1137
1258
|
export interface CreateListenerRequest {
|
|
1138
1259
|
/**
|
|
1139
1260
|
* <p>The Amazon Resource Name (ARN) of your accelerator.</p>
|
|
@@ -1169,6 +1290,7 @@ export interface CreateListenerRequest {
|
|
|
1169
1290
|
IdempotencyToken?: string;
|
|
1170
1291
|
}
|
|
1171
1292
|
/**
|
|
1293
|
+
* @public
|
|
1172
1294
|
* <p>A complex type for a listener.</p>
|
|
1173
1295
|
*/
|
|
1174
1296
|
export interface Listener {
|
|
@@ -1200,6 +1322,9 @@ export interface Listener {
|
|
|
1200
1322
|
*/
|
|
1201
1323
|
ClientAffinity?: ClientAffinity | string;
|
|
1202
1324
|
}
|
|
1325
|
+
/**
|
|
1326
|
+
* @public
|
|
1327
|
+
*/
|
|
1203
1328
|
export interface CreateListenerResponse {
|
|
1204
1329
|
/**
|
|
1205
1330
|
* <p>The listener that you've created.</p>
|
|
@@ -1207,6 +1332,7 @@ export interface CreateListenerResponse {
|
|
|
1207
1332
|
Listener?: Listener;
|
|
1208
1333
|
}
|
|
1209
1334
|
/**
|
|
1335
|
+
* @public
|
|
1210
1336
|
* <p>Attributes of a custom routing accelerator.</p>
|
|
1211
1337
|
*/
|
|
1212
1338
|
export interface CustomRoutingAcceleratorAttributes {
|
|
@@ -1232,46 +1358,70 @@ export interface CustomRoutingAcceleratorAttributes {
|
|
|
1232
1358
|
*/
|
|
1233
1359
|
FlowLogsS3Prefix?: string;
|
|
1234
1360
|
}
|
|
1361
|
+
/**
|
|
1362
|
+
* @public
|
|
1363
|
+
*/
|
|
1235
1364
|
export declare enum CustomRoutingDestinationTrafficState {
|
|
1236
1365
|
ALLOW = "ALLOW",
|
|
1237
1366
|
DENY = "DENY"
|
|
1238
1367
|
}
|
|
1368
|
+
/**
|
|
1369
|
+
* @public
|
|
1370
|
+
*/
|
|
1239
1371
|
export interface DeleteAcceleratorRequest {
|
|
1240
1372
|
/**
|
|
1241
1373
|
* <p>The Amazon Resource Name (ARN) of an accelerator.</p>
|
|
1242
1374
|
*/
|
|
1243
1375
|
AcceleratorArn: string | undefined;
|
|
1244
1376
|
}
|
|
1377
|
+
/**
|
|
1378
|
+
* @public
|
|
1379
|
+
*/
|
|
1245
1380
|
export interface DeleteCustomRoutingAcceleratorRequest {
|
|
1246
1381
|
/**
|
|
1247
1382
|
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator to delete.</p>
|
|
1248
1383
|
*/
|
|
1249
1384
|
AcceleratorArn: string | undefined;
|
|
1250
1385
|
}
|
|
1386
|
+
/**
|
|
1387
|
+
* @public
|
|
1388
|
+
*/
|
|
1251
1389
|
export interface DeleteCustomRoutingEndpointGroupRequest {
|
|
1252
1390
|
/**
|
|
1253
1391
|
* <p>The Amazon Resource Name (ARN) of the endpoint group to delete.</p>
|
|
1254
1392
|
*/
|
|
1255
1393
|
EndpointGroupArn: string | undefined;
|
|
1256
1394
|
}
|
|
1395
|
+
/**
|
|
1396
|
+
* @public
|
|
1397
|
+
*/
|
|
1257
1398
|
export interface DeleteCustomRoutingListenerRequest {
|
|
1258
1399
|
/**
|
|
1259
1400
|
* <p>The Amazon Resource Name (ARN) of the listener to delete.</p>
|
|
1260
1401
|
*/
|
|
1261
1402
|
ListenerArn: string | undefined;
|
|
1262
1403
|
}
|
|
1404
|
+
/**
|
|
1405
|
+
* @public
|
|
1406
|
+
*/
|
|
1263
1407
|
export interface DeleteEndpointGroupRequest {
|
|
1264
1408
|
/**
|
|
1265
1409
|
* <p>The Amazon Resource Name (ARN) of the endpoint group to delete.</p>
|
|
1266
1410
|
*/
|
|
1267
1411
|
EndpointGroupArn: string | undefined;
|
|
1268
1412
|
}
|
|
1413
|
+
/**
|
|
1414
|
+
* @public
|
|
1415
|
+
*/
|
|
1269
1416
|
export interface DeleteListenerRequest {
|
|
1270
1417
|
/**
|
|
1271
1418
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1272
1419
|
*/
|
|
1273
1420
|
ListenerArn: string | undefined;
|
|
1274
1421
|
}
|
|
1422
|
+
/**
|
|
1423
|
+
* @public
|
|
1424
|
+
*/
|
|
1275
1425
|
export interface DenyCustomRoutingTrafficRequest {
|
|
1276
1426
|
/**
|
|
1277
1427
|
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
@@ -1304,6 +1454,9 @@ export interface DenyCustomRoutingTrafficRequest {
|
|
|
1304
1454
|
*/
|
|
1305
1455
|
DenyAllTrafficToEndpoint?: boolean;
|
|
1306
1456
|
}
|
|
1457
|
+
/**
|
|
1458
|
+
* @public
|
|
1459
|
+
*/
|
|
1307
1460
|
export interface DeprovisionByoipCidrRequest {
|
|
1308
1461
|
/**
|
|
1309
1462
|
* <p>The address range, in CIDR notation. The prefix must be the same prefix that you specified
|
|
@@ -1311,102 +1464,153 @@ export interface DeprovisionByoipCidrRequest {
|
|
|
1311
1464
|
*/
|
|
1312
1465
|
Cidr: string | undefined;
|
|
1313
1466
|
}
|
|
1467
|
+
/**
|
|
1468
|
+
* @public
|
|
1469
|
+
*/
|
|
1314
1470
|
export interface DeprovisionByoipCidrResponse {
|
|
1315
1471
|
/**
|
|
1316
1472
|
* <p>Information about the address range.</p>
|
|
1317
1473
|
*/
|
|
1318
1474
|
ByoipCidr?: ByoipCidr;
|
|
1319
1475
|
}
|
|
1476
|
+
/**
|
|
1477
|
+
* @public
|
|
1478
|
+
*/
|
|
1320
1479
|
export interface DescribeAcceleratorRequest {
|
|
1321
1480
|
/**
|
|
1322
1481
|
* <p>The Amazon Resource Name (ARN) of the accelerator to describe.</p>
|
|
1323
1482
|
*/
|
|
1324
1483
|
AcceleratorArn: string | undefined;
|
|
1325
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* @public
|
|
1487
|
+
*/
|
|
1326
1488
|
export interface DescribeAcceleratorResponse {
|
|
1327
1489
|
/**
|
|
1328
1490
|
* <p>The description of the accelerator.</p>
|
|
1329
1491
|
*/
|
|
1330
1492
|
Accelerator?: Accelerator;
|
|
1331
1493
|
}
|
|
1494
|
+
/**
|
|
1495
|
+
* @public
|
|
1496
|
+
*/
|
|
1332
1497
|
export interface DescribeAcceleratorAttributesRequest {
|
|
1333
1498
|
/**
|
|
1334
1499
|
* <p>The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.</p>
|
|
1335
1500
|
*/
|
|
1336
1501
|
AcceleratorArn: string | undefined;
|
|
1337
1502
|
}
|
|
1503
|
+
/**
|
|
1504
|
+
* @public
|
|
1505
|
+
*/
|
|
1338
1506
|
export interface DescribeAcceleratorAttributesResponse {
|
|
1339
1507
|
/**
|
|
1340
1508
|
* <p>The attributes of the accelerator.</p>
|
|
1341
1509
|
*/
|
|
1342
1510
|
AcceleratorAttributes?: AcceleratorAttributes;
|
|
1343
1511
|
}
|
|
1512
|
+
/**
|
|
1513
|
+
* @public
|
|
1514
|
+
*/
|
|
1344
1515
|
export interface DescribeCustomRoutingAcceleratorRequest {
|
|
1345
1516
|
/**
|
|
1346
1517
|
* <p>The Amazon Resource Name (ARN) of the accelerator to describe.</p>
|
|
1347
1518
|
*/
|
|
1348
1519
|
AcceleratorArn: string | undefined;
|
|
1349
1520
|
}
|
|
1521
|
+
/**
|
|
1522
|
+
* @public
|
|
1523
|
+
*/
|
|
1350
1524
|
export interface DescribeCustomRoutingAcceleratorResponse {
|
|
1351
1525
|
/**
|
|
1352
1526
|
* <p>The description of the custom routing accelerator.</p>
|
|
1353
1527
|
*/
|
|
1354
1528
|
Accelerator?: CustomRoutingAccelerator;
|
|
1355
1529
|
}
|
|
1530
|
+
/**
|
|
1531
|
+
* @public
|
|
1532
|
+
*/
|
|
1356
1533
|
export interface DescribeCustomRoutingAcceleratorAttributesRequest {
|
|
1357
1534
|
/**
|
|
1358
1535
|
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator to describe the attributes for.</p>
|
|
1359
1536
|
*/
|
|
1360
1537
|
AcceleratorArn: string | undefined;
|
|
1361
1538
|
}
|
|
1539
|
+
/**
|
|
1540
|
+
* @public
|
|
1541
|
+
*/
|
|
1362
1542
|
export interface DescribeCustomRoutingAcceleratorAttributesResponse {
|
|
1363
1543
|
/**
|
|
1364
1544
|
* <p>The attributes of the custom routing accelerator.</p>
|
|
1365
1545
|
*/
|
|
1366
1546
|
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
1367
1547
|
}
|
|
1548
|
+
/**
|
|
1549
|
+
* @public
|
|
1550
|
+
*/
|
|
1368
1551
|
export interface DescribeCustomRoutingEndpointGroupRequest {
|
|
1369
1552
|
/**
|
|
1370
1553
|
* <p>The Amazon Resource Name (ARN) of the endpoint group to describe.</p>
|
|
1371
1554
|
*/
|
|
1372
1555
|
EndpointGroupArn: string | undefined;
|
|
1373
1556
|
}
|
|
1557
|
+
/**
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1374
1560
|
export interface DescribeCustomRoutingEndpointGroupResponse {
|
|
1375
1561
|
/**
|
|
1376
1562
|
* <p>The description of an endpoint group for a custom routing accelerator.</p>
|
|
1377
1563
|
*/
|
|
1378
1564
|
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
1379
1565
|
}
|
|
1566
|
+
/**
|
|
1567
|
+
* @public
|
|
1568
|
+
*/
|
|
1380
1569
|
export interface DescribeCustomRoutingListenerRequest {
|
|
1381
1570
|
/**
|
|
1382
1571
|
* <p>The Amazon Resource Name (ARN) of the listener to describe.</p>
|
|
1383
1572
|
*/
|
|
1384
1573
|
ListenerArn: string | undefined;
|
|
1385
1574
|
}
|
|
1575
|
+
/**
|
|
1576
|
+
* @public
|
|
1577
|
+
*/
|
|
1386
1578
|
export interface DescribeCustomRoutingListenerResponse {
|
|
1387
1579
|
/**
|
|
1388
1580
|
* <p>The description of a listener for a custom routing accelerator.</p>
|
|
1389
1581
|
*/
|
|
1390
1582
|
Listener?: CustomRoutingListener;
|
|
1391
1583
|
}
|
|
1584
|
+
/**
|
|
1585
|
+
* @public
|
|
1586
|
+
*/
|
|
1392
1587
|
export interface DescribeEndpointGroupRequest {
|
|
1393
1588
|
/**
|
|
1394
1589
|
* <p>The Amazon Resource Name (ARN) of the endpoint group to describe.</p>
|
|
1395
1590
|
*/
|
|
1396
1591
|
EndpointGroupArn: string | undefined;
|
|
1397
1592
|
}
|
|
1593
|
+
/**
|
|
1594
|
+
* @public
|
|
1595
|
+
*/
|
|
1398
1596
|
export interface DescribeEndpointGroupResponse {
|
|
1399
1597
|
/**
|
|
1400
1598
|
* <p>The description of an endpoint group.</p>
|
|
1401
1599
|
*/
|
|
1402
1600
|
EndpointGroup?: EndpointGroup;
|
|
1403
1601
|
}
|
|
1602
|
+
/**
|
|
1603
|
+
* @public
|
|
1604
|
+
*/
|
|
1404
1605
|
export interface DescribeListenerRequest {
|
|
1405
1606
|
/**
|
|
1406
1607
|
* <p>The Amazon Resource Name (ARN) of the listener to describe.</p>
|
|
1407
1608
|
*/
|
|
1408
1609
|
ListenerArn: string | undefined;
|
|
1409
1610
|
}
|
|
1611
|
+
/**
|
|
1612
|
+
* @public
|
|
1613
|
+
*/
|
|
1410
1614
|
export interface DescribeListenerResponse {
|
|
1411
1615
|
/**
|
|
1412
1616
|
* <p>The description of a listener.</p>
|
|
@@ -1414,6 +1618,7 @@ export interface DescribeListenerResponse {
|
|
|
1414
1618
|
Listener?: Listener;
|
|
1415
1619
|
}
|
|
1416
1620
|
/**
|
|
1621
|
+
* @public
|
|
1417
1622
|
* <p>An IP address/port combination.</p>
|
|
1418
1623
|
*/
|
|
1419
1624
|
export interface SocketAddress {
|
|
@@ -1427,6 +1632,7 @@ export interface SocketAddress {
|
|
|
1427
1632
|
Port?: number;
|
|
1428
1633
|
}
|
|
1429
1634
|
/**
|
|
1635
|
+
* @public
|
|
1430
1636
|
* <p>The port mappings for a specified endpoint IP address (destination).</p>
|
|
1431
1637
|
*/
|
|
1432
1638
|
export interface DestinationPortMapping {
|
|
@@ -1467,6 +1673,7 @@ export interface DestinationPortMapping {
|
|
|
1467
1673
|
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
1468
1674
|
}
|
|
1469
1675
|
/**
|
|
1676
|
+
* @public
|
|
1470
1677
|
* <p>A complex type for an endpoint. Specifies information about the endpoint to remove from the endpoint group.</p>
|
|
1471
1678
|
*/
|
|
1472
1679
|
export interface EndpointIdentifier {
|
|
@@ -1485,6 +1692,7 @@ export interface EndpointIdentifier {
|
|
|
1485
1692
|
ClientIPPreservationEnabled?: boolean;
|
|
1486
1693
|
}
|
|
1487
1694
|
/**
|
|
1695
|
+
* @public
|
|
1488
1696
|
* <p>The endpoint that you specified doesn't exist.</p>
|
|
1489
1697
|
*/
|
|
1490
1698
|
export declare class EndpointNotFoundException extends __BaseException {
|
|
@@ -1497,6 +1705,7 @@ export declare class EndpointNotFoundException extends __BaseException {
|
|
|
1497
1705
|
constructor(opts: __ExceptionOptionType<EndpointNotFoundException, __BaseException>);
|
|
1498
1706
|
}
|
|
1499
1707
|
/**
|
|
1708
|
+
* @public
|
|
1500
1709
|
* <p>There isn't another item to return.</p>
|
|
1501
1710
|
*/
|
|
1502
1711
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
@@ -1508,6 +1717,9 @@ export declare class InvalidNextTokenException extends __BaseException {
|
|
|
1508
1717
|
*/
|
|
1509
1718
|
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
1510
1719
|
}
|
|
1720
|
+
/**
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1511
1723
|
export interface ListAcceleratorsRequest {
|
|
1512
1724
|
/**
|
|
1513
1725
|
* <p>The number of Global Accelerator objects that you want to return with this call. The default value is 10.</p>
|
|
@@ -1518,6 +1730,9 @@ export interface ListAcceleratorsRequest {
|
|
|
1518
1730
|
*/
|
|
1519
1731
|
NextToken?: string;
|
|
1520
1732
|
}
|
|
1733
|
+
/**
|
|
1734
|
+
* @public
|
|
1735
|
+
*/
|
|
1521
1736
|
export interface ListAcceleratorsResponse {
|
|
1522
1737
|
/**
|
|
1523
1738
|
* <p>The list of accelerators for a customer account.</p>
|
|
@@ -1528,6 +1743,9 @@ export interface ListAcceleratorsResponse {
|
|
|
1528
1743
|
*/
|
|
1529
1744
|
NextToken?: string;
|
|
1530
1745
|
}
|
|
1746
|
+
/**
|
|
1747
|
+
* @public
|
|
1748
|
+
*/
|
|
1531
1749
|
export interface ListByoipCidrsRequest {
|
|
1532
1750
|
/**
|
|
1533
1751
|
* <p>The maximum number of results to return with a single call. To retrieve the remaining results, make
|
|
@@ -1539,6 +1757,9 @@ export interface ListByoipCidrsRequest {
|
|
|
1539
1757
|
*/
|
|
1540
1758
|
NextToken?: string;
|
|
1541
1759
|
}
|
|
1760
|
+
/**
|
|
1761
|
+
* @public
|
|
1762
|
+
*/
|
|
1542
1763
|
export interface ListByoipCidrsResponse {
|
|
1543
1764
|
/**
|
|
1544
1765
|
* <p>Information about your address ranges.</p>
|
|
@@ -1549,6 +1770,9 @@ export interface ListByoipCidrsResponse {
|
|
|
1549
1770
|
*/
|
|
1550
1771
|
NextToken?: string;
|
|
1551
1772
|
}
|
|
1773
|
+
/**
|
|
1774
|
+
* @public
|
|
1775
|
+
*/
|
|
1552
1776
|
export interface ListCustomRoutingAcceleratorsRequest {
|
|
1553
1777
|
/**
|
|
1554
1778
|
* <p>The number of custom routing Global Accelerator objects that you want to return with this call. The default value is 10.</p>
|
|
@@ -1559,6 +1783,9 @@ export interface ListCustomRoutingAcceleratorsRequest {
|
|
|
1559
1783
|
*/
|
|
1560
1784
|
NextToken?: string;
|
|
1561
1785
|
}
|
|
1786
|
+
/**
|
|
1787
|
+
* @public
|
|
1788
|
+
*/
|
|
1562
1789
|
export interface ListCustomRoutingAcceleratorsResponse {
|
|
1563
1790
|
/**
|
|
1564
1791
|
* <p>The list of custom routing accelerators for a customer account.</p>
|
|
@@ -1569,6 +1796,9 @@ export interface ListCustomRoutingAcceleratorsResponse {
|
|
|
1569
1796
|
*/
|
|
1570
1797
|
NextToken?: string;
|
|
1571
1798
|
}
|
|
1799
|
+
/**
|
|
1800
|
+
* @public
|
|
1801
|
+
*/
|
|
1572
1802
|
export interface ListCustomRoutingEndpointGroupsRequest {
|
|
1573
1803
|
/**
|
|
1574
1804
|
* <p>The Amazon Resource Name (ARN) of the listener to list endpoint groups for.</p>
|
|
@@ -1583,6 +1813,9 @@ export interface ListCustomRoutingEndpointGroupsRequest {
|
|
|
1583
1813
|
*/
|
|
1584
1814
|
NextToken?: string;
|
|
1585
1815
|
}
|
|
1816
|
+
/**
|
|
1817
|
+
* @public
|
|
1818
|
+
*/
|
|
1586
1819
|
export interface ListCustomRoutingEndpointGroupsResponse {
|
|
1587
1820
|
/**
|
|
1588
1821
|
* <p>The list of the endpoint groups associated with a listener for a custom routing accelerator.</p>
|
|
@@ -1593,6 +1826,9 @@ export interface ListCustomRoutingEndpointGroupsResponse {
|
|
|
1593
1826
|
*/
|
|
1594
1827
|
NextToken?: string;
|
|
1595
1828
|
}
|
|
1829
|
+
/**
|
|
1830
|
+
* @public
|
|
1831
|
+
*/
|
|
1596
1832
|
export interface ListCustomRoutingListenersRequest {
|
|
1597
1833
|
/**
|
|
1598
1834
|
* <p>The Amazon Resource Name (ARN) of the accelerator to list listeners for.</p>
|
|
@@ -1607,6 +1843,9 @@ export interface ListCustomRoutingListenersRequest {
|
|
|
1607
1843
|
*/
|
|
1608
1844
|
NextToken?: string;
|
|
1609
1845
|
}
|
|
1846
|
+
/**
|
|
1847
|
+
* @public
|
|
1848
|
+
*/
|
|
1610
1849
|
export interface ListCustomRoutingListenersResponse {
|
|
1611
1850
|
/**
|
|
1612
1851
|
* <p>The list of listeners for a custom routing accelerator.</p>
|
|
@@ -1617,6 +1856,9 @@ export interface ListCustomRoutingListenersResponse {
|
|
|
1617
1856
|
*/
|
|
1618
1857
|
NextToken?: string;
|
|
1619
1858
|
}
|
|
1859
|
+
/**
|
|
1860
|
+
* @public
|
|
1861
|
+
*/
|
|
1620
1862
|
export interface ListCustomRoutingPortMappingsRequest {
|
|
1621
1863
|
/**
|
|
1622
1864
|
* <p>The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.</p>
|
|
@@ -1636,6 +1878,7 @@ export interface ListCustomRoutingPortMappingsRequest {
|
|
|
1636
1878
|
NextToken?: string;
|
|
1637
1879
|
}
|
|
1638
1880
|
/**
|
|
1881
|
+
* @public
|
|
1639
1882
|
* <p>Returns the ports and associated IP addresses and ports of Amazon EC2 instances in your virtual
|
|
1640
1883
|
* private cloud (VPC) subnets. Custom routing is a port mapping protocol in Global Accelerator that
|
|
1641
1884
|
* statically associates port ranges with VPC subnets, which allows Global Accelerator to route to
|
|
@@ -1668,6 +1911,9 @@ export interface PortMapping {
|
|
|
1668
1911
|
*/
|
|
1669
1912
|
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
1670
1913
|
}
|
|
1914
|
+
/**
|
|
1915
|
+
* @public
|
|
1916
|
+
*/
|
|
1671
1917
|
export interface ListCustomRoutingPortMappingsResponse {
|
|
1672
1918
|
/**
|
|
1673
1919
|
* <p>The port mappings for a custom routing accelerator.</p>
|
|
@@ -1678,6 +1924,9 @@ export interface ListCustomRoutingPortMappingsResponse {
|
|
|
1678
1924
|
*/
|
|
1679
1925
|
NextToken?: string;
|
|
1680
1926
|
}
|
|
1927
|
+
/**
|
|
1928
|
+
* @public
|
|
1929
|
+
*/
|
|
1681
1930
|
export interface ListCustomRoutingPortMappingsByDestinationRequest {
|
|
1682
1931
|
/**
|
|
1683
1932
|
* <p>The ID for the virtual private cloud (VPC) subnet.</p>
|
|
@@ -1697,6 +1946,9 @@ export interface ListCustomRoutingPortMappingsByDestinationRequest {
|
|
|
1697
1946
|
*/
|
|
1698
1947
|
NextToken?: string;
|
|
1699
1948
|
}
|
|
1949
|
+
/**
|
|
1950
|
+
* @public
|
|
1951
|
+
*/
|
|
1700
1952
|
export interface ListCustomRoutingPortMappingsByDestinationResponse {
|
|
1701
1953
|
/**
|
|
1702
1954
|
* <p>The port mappings for the endpoint IP address that you specified in the request.</p>
|
|
@@ -1707,6 +1959,9 @@ export interface ListCustomRoutingPortMappingsByDestinationResponse {
|
|
|
1707
1959
|
*/
|
|
1708
1960
|
NextToken?: string;
|
|
1709
1961
|
}
|
|
1962
|
+
/**
|
|
1963
|
+
* @public
|
|
1964
|
+
*/
|
|
1710
1965
|
export interface ListEndpointGroupsRequest {
|
|
1711
1966
|
/**
|
|
1712
1967
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
@@ -1721,6 +1976,9 @@ export interface ListEndpointGroupsRequest {
|
|
|
1721
1976
|
*/
|
|
1722
1977
|
NextToken?: string;
|
|
1723
1978
|
}
|
|
1979
|
+
/**
|
|
1980
|
+
* @public
|
|
1981
|
+
*/
|
|
1724
1982
|
export interface ListEndpointGroupsResponse {
|
|
1725
1983
|
/**
|
|
1726
1984
|
* <p>The list of the endpoint groups associated with a listener.</p>
|
|
@@ -1731,6 +1989,9 @@ export interface ListEndpointGroupsResponse {
|
|
|
1731
1989
|
*/
|
|
1732
1990
|
NextToken?: string;
|
|
1733
1991
|
}
|
|
1992
|
+
/**
|
|
1993
|
+
* @public
|
|
1994
|
+
*/
|
|
1734
1995
|
export interface ListListenersRequest {
|
|
1735
1996
|
/**
|
|
1736
1997
|
* <p>The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.</p>
|
|
@@ -1745,6 +2006,9 @@ export interface ListListenersRequest {
|
|
|
1745
2006
|
*/
|
|
1746
2007
|
NextToken?: string;
|
|
1747
2008
|
}
|
|
2009
|
+
/**
|
|
2010
|
+
* @public
|
|
2011
|
+
*/
|
|
1748
2012
|
export interface ListListenersResponse {
|
|
1749
2013
|
/**
|
|
1750
2014
|
* <p>The list of listeners for an accelerator.</p>
|
|
@@ -1755,18 +2019,27 @@ export interface ListListenersResponse {
|
|
|
1755
2019
|
*/
|
|
1756
2020
|
NextToken?: string;
|
|
1757
2021
|
}
|
|
2022
|
+
/**
|
|
2023
|
+
* @public
|
|
2024
|
+
*/
|
|
1758
2025
|
export interface ListTagsForResourceRequest {
|
|
1759
2026
|
/**
|
|
1760
2027
|
* <p>The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.</p>
|
|
1761
2028
|
*/
|
|
1762
2029
|
ResourceArn: string | undefined;
|
|
1763
2030
|
}
|
|
2031
|
+
/**
|
|
2032
|
+
* @public
|
|
2033
|
+
*/
|
|
1764
2034
|
export interface ListTagsForResourceResponse {
|
|
1765
2035
|
/**
|
|
1766
2036
|
* <p>Root level tag for the Tags parameters.</p>
|
|
1767
2037
|
*/
|
|
1768
2038
|
Tags?: Tag[];
|
|
1769
2039
|
}
|
|
2040
|
+
/**
|
|
2041
|
+
* @public
|
|
2042
|
+
*/
|
|
1770
2043
|
export interface ProvisionByoipCidrRequest {
|
|
1771
2044
|
/**
|
|
1772
2045
|
* <p>The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can
|
|
@@ -1781,12 +2054,18 @@ export interface ProvisionByoipCidrRequest {
|
|
|
1781
2054
|
*/
|
|
1782
2055
|
CidrAuthorizationContext: CidrAuthorizationContext | undefined;
|
|
1783
2056
|
}
|
|
2057
|
+
/**
|
|
2058
|
+
* @public
|
|
2059
|
+
*/
|
|
1784
2060
|
export interface ProvisionByoipCidrResponse {
|
|
1785
2061
|
/**
|
|
1786
2062
|
* <p>Information about the address range.</p>
|
|
1787
2063
|
*/
|
|
1788
2064
|
ByoipCidr?: ByoipCidr;
|
|
1789
2065
|
}
|
|
2066
|
+
/**
|
|
2067
|
+
* @public
|
|
2068
|
+
*/
|
|
1790
2069
|
export interface RemoveCustomRoutingEndpointsRequest {
|
|
1791
2070
|
/**
|
|
1792
2071
|
* <p>The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC)
|
|
@@ -1798,6 +2077,9 @@ export interface RemoveCustomRoutingEndpointsRequest {
|
|
|
1798
2077
|
*/
|
|
1799
2078
|
EndpointGroupArn: string | undefined;
|
|
1800
2079
|
}
|
|
2080
|
+
/**
|
|
2081
|
+
* @public
|
|
2082
|
+
*/
|
|
1801
2083
|
export interface RemoveEndpointsRequest {
|
|
1802
2084
|
/**
|
|
1803
2085
|
* <p>The identifiers of the endpoints that you want to remove.</p>
|
|
@@ -1808,6 +2090,9 @@ export interface RemoveEndpointsRequest {
|
|
|
1808
2090
|
*/
|
|
1809
2091
|
EndpointGroupArn: string | undefined;
|
|
1810
2092
|
}
|
|
2093
|
+
/**
|
|
2094
|
+
* @public
|
|
2095
|
+
*/
|
|
1811
2096
|
export interface TagResourceRequest {
|
|
1812
2097
|
/**
|
|
1813
2098
|
* <p>The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.</p>
|
|
@@ -1818,8 +2103,14 @@ export interface TagResourceRequest {
|
|
|
1818
2103
|
*/
|
|
1819
2104
|
Tags: Tag[] | undefined;
|
|
1820
2105
|
}
|
|
2106
|
+
/**
|
|
2107
|
+
* @public
|
|
2108
|
+
*/
|
|
1821
2109
|
export interface TagResourceResponse {
|
|
1822
2110
|
}
|
|
2111
|
+
/**
|
|
2112
|
+
* @public
|
|
2113
|
+
*/
|
|
1823
2114
|
export interface UntagResourceRequest {
|
|
1824
2115
|
/**
|
|
1825
2116
|
* <p>The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.</p>
|
|
@@ -1830,8 +2121,14 @@ export interface UntagResourceRequest {
|
|
|
1830
2121
|
*/
|
|
1831
2122
|
TagKeys: string[] | undefined;
|
|
1832
2123
|
}
|
|
2124
|
+
/**
|
|
2125
|
+
* @public
|
|
2126
|
+
*/
|
|
1833
2127
|
export interface UntagResourceResponse {
|
|
1834
2128
|
}
|
|
2129
|
+
/**
|
|
2130
|
+
* @public
|
|
2131
|
+
*/
|
|
1835
2132
|
export interface UpdateAcceleratorRequest {
|
|
1836
2133
|
/**
|
|
1837
2134
|
* <p>The Amazon Resource Name (ARN) of the accelerator to update.</p>
|
|
@@ -1852,12 +2149,18 @@ export interface UpdateAcceleratorRequest {
|
|
|
1852
2149
|
*/
|
|
1853
2150
|
Enabled?: boolean;
|
|
1854
2151
|
}
|
|
2152
|
+
/**
|
|
2153
|
+
* @public
|
|
2154
|
+
*/
|
|
1855
2155
|
export interface UpdateAcceleratorResponse {
|
|
1856
2156
|
/**
|
|
1857
2157
|
* <p>Information about the updated accelerator.</p>
|
|
1858
2158
|
*/
|
|
1859
2159
|
Accelerator?: Accelerator;
|
|
1860
2160
|
}
|
|
2161
|
+
/**
|
|
2162
|
+
* @public
|
|
2163
|
+
*/
|
|
1861
2164
|
export interface UpdateAcceleratorAttributesRequest {
|
|
1862
2165
|
/**
|
|
1863
2166
|
* <p>The Amazon Resource Name (ARN) of the accelerator that you want to update.</p>
|
|
@@ -1885,12 +2188,18 @@ export interface UpdateAcceleratorAttributesRequest {
|
|
|
1885
2188
|
*/
|
|
1886
2189
|
FlowLogsS3Prefix?: string;
|
|
1887
2190
|
}
|
|
2191
|
+
/**
|
|
2192
|
+
* @public
|
|
2193
|
+
*/
|
|
1888
2194
|
export interface UpdateAcceleratorAttributesResponse {
|
|
1889
2195
|
/**
|
|
1890
2196
|
* <p>Updated attributes for the accelerator.</p>
|
|
1891
2197
|
*/
|
|
1892
2198
|
AcceleratorAttributes?: AcceleratorAttributes;
|
|
1893
2199
|
}
|
|
2200
|
+
/**
|
|
2201
|
+
* @public
|
|
2202
|
+
*/
|
|
1894
2203
|
export interface UpdateCustomRoutingAcceleratorRequest {
|
|
1895
2204
|
/**
|
|
1896
2205
|
* <p>The Amazon Resource Name (ARN) of the accelerator to update.</p>
|
|
@@ -1911,12 +2220,18 @@ export interface UpdateCustomRoutingAcceleratorRequest {
|
|
|
1911
2220
|
*/
|
|
1912
2221
|
Enabled?: boolean;
|
|
1913
2222
|
}
|
|
2223
|
+
/**
|
|
2224
|
+
* @public
|
|
2225
|
+
*/
|
|
1914
2226
|
export interface UpdateCustomRoutingAcceleratorResponse {
|
|
1915
2227
|
/**
|
|
1916
2228
|
* <p>Information about the updated custom routing accelerator.</p>
|
|
1917
2229
|
*/
|
|
1918
2230
|
Accelerator?: CustomRoutingAccelerator;
|
|
1919
2231
|
}
|
|
2232
|
+
/**
|
|
2233
|
+
* @public
|
|
2234
|
+
*/
|
|
1920
2235
|
export interface UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
1921
2236
|
/**
|
|
1922
2237
|
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.</p>
|
|
@@ -1944,12 +2259,18 @@ export interface UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
|
1944
2259
|
*/
|
|
1945
2260
|
FlowLogsS3Prefix?: string;
|
|
1946
2261
|
}
|
|
2262
|
+
/**
|
|
2263
|
+
* @public
|
|
2264
|
+
*/
|
|
1947
2265
|
export interface UpdateCustomRoutingAcceleratorAttributesResponse {
|
|
1948
2266
|
/**
|
|
1949
2267
|
* <p>Updated custom routing accelerator.</p>
|
|
1950
2268
|
*/
|
|
1951
2269
|
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
1952
2270
|
}
|
|
2271
|
+
/**
|
|
2272
|
+
* @public
|
|
2273
|
+
*/
|
|
1953
2274
|
export interface UpdateCustomRoutingListenerRequest {
|
|
1954
2275
|
/**
|
|
1955
2276
|
* <p>The Amazon Resource Name (ARN) of the listener to update.</p>
|
|
@@ -1963,12 +2284,18 @@ export interface UpdateCustomRoutingListenerRequest {
|
|
|
1963
2284
|
*/
|
|
1964
2285
|
PortRanges: PortRange[] | undefined;
|
|
1965
2286
|
}
|
|
2287
|
+
/**
|
|
2288
|
+
* @public
|
|
2289
|
+
*/
|
|
1966
2290
|
export interface UpdateCustomRoutingListenerResponse {
|
|
1967
2291
|
/**
|
|
1968
2292
|
* <p>Information for the updated listener for a custom routing accelerator.</p>
|
|
1969
2293
|
*/
|
|
1970
2294
|
Listener?: CustomRoutingListener;
|
|
1971
2295
|
}
|
|
2296
|
+
/**
|
|
2297
|
+
* @public
|
|
2298
|
+
*/
|
|
1972
2299
|
export interface UpdateEndpointGroupRequest {
|
|
1973
2300
|
/**
|
|
1974
2301
|
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
@@ -2021,12 +2348,18 @@ export interface UpdateEndpointGroupRequest {
|
|
|
2021
2348
|
*/
|
|
2022
2349
|
PortOverrides?: PortOverride[];
|
|
2023
2350
|
}
|
|
2351
|
+
/**
|
|
2352
|
+
* @public
|
|
2353
|
+
*/
|
|
2024
2354
|
export interface UpdateEndpointGroupResponse {
|
|
2025
2355
|
/**
|
|
2026
2356
|
* <p>The information about the endpoint group that was updated.</p>
|
|
2027
2357
|
*/
|
|
2028
2358
|
EndpointGroup?: EndpointGroup;
|
|
2029
2359
|
}
|
|
2360
|
+
/**
|
|
2361
|
+
* @public
|
|
2362
|
+
*/
|
|
2030
2363
|
export interface UpdateListenerRequest {
|
|
2031
2364
|
/**
|
|
2032
2365
|
* <p>The Amazon Resource Name (ARN) of the listener to update.</p>
|
|
@@ -2056,18 +2389,27 @@ export interface UpdateListenerRequest {
|
|
|
2056
2389
|
*/
|
|
2057
2390
|
ClientAffinity?: ClientAffinity | string;
|
|
2058
2391
|
}
|
|
2392
|
+
/**
|
|
2393
|
+
* @public
|
|
2394
|
+
*/
|
|
2059
2395
|
export interface UpdateListenerResponse {
|
|
2060
2396
|
/**
|
|
2061
2397
|
* <p>Information for the updated listener.</p>
|
|
2062
2398
|
*/
|
|
2063
2399
|
Listener?: Listener;
|
|
2064
2400
|
}
|
|
2401
|
+
/**
|
|
2402
|
+
* @public
|
|
2403
|
+
*/
|
|
2065
2404
|
export interface WithdrawByoipCidrRequest {
|
|
2066
2405
|
/**
|
|
2067
2406
|
* <p>The address range, in CIDR notation.</p>
|
|
2068
2407
|
*/
|
|
2069
2408
|
Cidr: string | undefined;
|
|
2070
2409
|
}
|
|
2410
|
+
/**
|
|
2411
|
+
* @public
|
|
2412
|
+
*/
|
|
2071
2413
|
export interface WithdrawByoipCidrResponse {
|
|
2072
2414
|
/**
|
|
2073
2415
|
* <p>Information about the address pool.</p>
|