@aws-sdk/client-global-accelerator 3.687.0 → 3.692.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/models/models_0.d.ts +267 -267
- package/dist-types/ts3.4/models/models_0.d.ts +267 -267
- package/package.json +35 -35
|
@@ -13,12 +13,12 @@ export interface AcceleratorEvent {
|
|
|
13
13
|
* when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.</p>
|
|
14
14
|
* @public
|
|
15
15
|
*/
|
|
16
|
-
Message?: string;
|
|
16
|
+
Message?: string | undefined;
|
|
17
17
|
/**
|
|
18
18
|
* <p>A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.</p>
|
|
19
19
|
* @public
|
|
20
20
|
*/
|
|
21
|
-
Timestamp?: Date;
|
|
21
|
+
Timestamp?: Date | undefined;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* @public
|
|
@@ -55,17 +55,17 @@ export interface IpSet {
|
|
|
55
55
|
* <p>IpFamily is deprecated and has been replaced by IpAddressFamily.</p>
|
|
56
56
|
* @public
|
|
57
57
|
*/
|
|
58
|
-
IpFamily?: string;
|
|
58
|
+
IpFamily?: string | undefined;
|
|
59
59
|
/**
|
|
60
60
|
* <p>The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.</p>
|
|
61
61
|
* @public
|
|
62
62
|
*/
|
|
63
|
-
IpAddresses?: string[];
|
|
63
|
+
IpAddresses?: string[] | undefined;
|
|
64
64
|
/**
|
|
65
65
|
* <p>The types of IP addresses included in this IP set. </p>
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
|
-
IpAddressFamily?: IpAddressFamily;
|
|
68
|
+
IpAddressFamily?: IpAddressFamily | undefined;
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
71
|
* @public
|
|
@@ -89,29 +89,29 @@ export interface Accelerator {
|
|
|
89
89
|
* <p>The Amazon Resource Name (ARN) of the accelerator.</p>
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
|
-
AcceleratorArn?: string;
|
|
92
|
+
AcceleratorArn?: string | undefined;
|
|
93
93
|
/**
|
|
94
94
|
* <p>The name of the accelerator. The name must contain only alphanumeric characters or
|
|
95
95
|
* hyphens (-), and must not begin or end with a hyphen.</p>
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
|
-
Name?: string;
|
|
98
|
+
Name?: string | undefined;
|
|
99
99
|
/**
|
|
100
100
|
* <p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
|
-
IpAddressType?: IpAddressType;
|
|
103
|
+
IpAddressType?: IpAddressType | undefined;
|
|
104
104
|
/**
|
|
105
105
|
* <p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
106
106
|
* <p>If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.</p>
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
|
-
Enabled?: boolean;
|
|
109
|
+
Enabled?: boolean | undefined;
|
|
110
110
|
/**
|
|
111
111
|
* <p>The static IP addresses that Global Accelerator associates with the accelerator.</p>
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
|
-
IpSets?: IpSet[];
|
|
114
|
+
IpSets?: IpSet[] | undefined;
|
|
115
115
|
/**
|
|
116
116
|
* <p>The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4 addresses.</p>
|
|
117
117
|
* <p>The naming convention for the DNS name for an accelerator is the following: A lowercase letter a,
|
|
@@ -123,22 +123,22 @@ export interface Accelerator {
|
|
|
123
123
|
* Support for DNS addressing in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
|
-
DnsName?: string;
|
|
126
|
+
DnsName?: string | undefined;
|
|
127
127
|
/**
|
|
128
128
|
* <p>Describes the deployment status of the accelerator.</p>
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
|
-
Status?: AcceleratorStatus;
|
|
131
|
+
Status?: AcceleratorStatus | undefined;
|
|
132
132
|
/**
|
|
133
133
|
* <p>The date and time that the accelerator was created.</p>
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
|
-
CreatedTime?: Date;
|
|
136
|
+
CreatedTime?: Date | undefined;
|
|
137
137
|
/**
|
|
138
138
|
* <p>The date and time that the accelerator was last modified.</p>
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
|
-
LastModifiedTime?: Date;
|
|
141
|
+
LastModifiedTime?: Date | undefined;
|
|
142
142
|
/**
|
|
143
143
|
* <p>The Domain Name System (DNS) name that Global Accelerator creates that points to a dual-stack accelerator's four static IP addresses:
|
|
144
144
|
* two IPv4 addresses and two IPv6 addresses.</p>
|
|
@@ -150,12 +150,12 @@ export interface Accelerator {
|
|
|
150
150
|
* Support for DNS addressing in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
|
-
DualStackDnsName?: string;
|
|
153
|
+
DualStackDnsName?: string | undefined;
|
|
154
154
|
/**
|
|
155
155
|
* <p>A history of changes that you make to an accelerator in Global Accelerator.</p>
|
|
156
156
|
* @public
|
|
157
157
|
*/
|
|
158
|
-
Events?: AcceleratorEvent[];
|
|
158
|
+
Events?: AcceleratorEvent[] | undefined;
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* <p>Attributes of an accelerator.</p>
|
|
@@ -169,14 +169,14 @@ export interface AcceleratorAttributes {
|
|
|
169
169
|
* the <i>Global Accelerator Developer Guide</i>.</p>
|
|
170
170
|
* @public
|
|
171
171
|
*/
|
|
172
|
-
FlowLogsEnabled?: boolean;
|
|
172
|
+
FlowLogsEnabled?: boolean | undefined;
|
|
173
173
|
/**
|
|
174
174
|
* <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
|
|
175
175
|
* <code>true</code>. The bucket must exist and have a bucket policy that grants Global Accelerator permission to write to the
|
|
176
176
|
* bucket.</p>
|
|
177
177
|
* @public
|
|
178
178
|
*/
|
|
179
|
-
FlowLogsS3Bucket?: string;
|
|
179
|
+
FlowLogsS3Bucket?: string | undefined;
|
|
180
180
|
/**
|
|
181
181
|
* <p>The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
|
|
182
182
|
* <code>FlowLogsEnabled</code> is <code>true</code>.</p>
|
|
@@ -184,7 +184,7 @@ export interface AcceleratorAttributes {
|
|
|
184
184
|
* <p>s3-bucket_name//AWSLogs/aws_account_id</p>
|
|
185
185
|
* @public
|
|
186
186
|
*/
|
|
187
|
-
FlowLogsS3Prefix?: string;
|
|
187
|
+
FlowLogsS3Prefix?: string | undefined;
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
190
|
* <p>The accelerator that you specified could not be disabled.</p>
|
|
@@ -193,7 +193,7 @@ export interface AcceleratorAttributes {
|
|
|
193
193
|
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
194
194
|
readonly name: "AcceleratorNotDisabledException";
|
|
195
195
|
readonly $fault: "client";
|
|
196
|
-
Message?: string;
|
|
196
|
+
Message?: string | undefined;
|
|
197
197
|
/**
|
|
198
198
|
* @internal
|
|
199
199
|
*/
|
|
@@ -206,7 +206,7 @@ export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
|
206
206
|
export declare class AcceleratorNotFoundException extends __BaseException {
|
|
207
207
|
readonly name: "AcceleratorNotFoundException";
|
|
208
208
|
readonly $fault: "client";
|
|
209
|
-
Message?: string;
|
|
209
|
+
Message?: string | undefined;
|
|
210
210
|
/**
|
|
211
211
|
* @internal
|
|
212
212
|
*/
|
|
@@ -219,7 +219,7 @@ export declare class AcceleratorNotFoundException extends __BaseException {
|
|
|
219
219
|
export declare class AccessDeniedException extends __BaseException {
|
|
220
220
|
readonly name: "AccessDeniedException";
|
|
221
221
|
readonly $fault: "client";
|
|
222
|
-
Message?: string;
|
|
222
|
+
Message?: string | undefined;
|
|
223
223
|
/**
|
|
224
224
|
* @internal
|
|
225
225
|
*/
|
|
@@ -235,13 +235,13 @@ export interface CustomRoutingEndpointConfiguration {
|
|
|
235
235
|
* subnet ID. </p>
|
|
236
236
|
* @public
|
|
237
237
|
*/
|
|
238
|
-
EndpointId?: string;
|
|
238
|
+
EndpointId?: string | undefined;
|
|
239
239
|
/**
|
|
240
240
|
* <p>The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources)
|
|
241
241
|
* that can be added to accelerators and principals that have permission to add the endpoints.</p>
|
|
242
242
|
* @public
|
|
243
243
|
*/
|
|
244
|
-
AttachmentArn?: string;
|
|
244
|
+
AttachmentArn?: string | undefined;
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
247
|
* @public
|
|
@@ -269,7 +269,7 @@ export interface CustomRoutingEndpointDescription {
|
|
|
269
269
|
* subnet ID. </p>
|
|
270
270
|
* @public
|
|
271
271
|
*/
|
|
272
|
-
EndpointId?: string;
|
|
272
|
+
EndpointId?: string | undefined;
|
|
273
273
|
}
|
|
274
274
|
/**
|
|
275
275
|
* @public
|
|
@@ -279,12 +279,12 @@ export interface AddCustomRoutingEndpointsResponse {
|
|
|
279
279
|
* <p>The endpoint objects added to the custom routing accelerator.</p>
|
|
280
280
|
* @public
|
|
281
281
|
*/
|
|
282
|
-
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
282
|
+
EndpointDescriptions?: CustomRoutingEndpointDescription[] | undefined;
|
|
283
283
|
/**
|
|
284
284
|
* <p>The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.</p>
|
|
285
285
|
* @public
|
|
286
286
|
*/
|
|
287
|
-
EndpointGroupArn?: string;
|
|
287
|
+
EndpointGroupArn?: string | undefined;
|
|
288
288
|
}
|
|
289
289
|
/**
|
|
290
290
|
* <p>You can't use both of those options.</p>
|
|
@@ -293,7 +293,7 @@ export interface AddCustomRoutingEndpointsResponse {
|
|
|
293
293
|
export declare class ConflictException extends __BaseException {
|
|
294
294
|
readonly name: "ConflictException";
|
|
295
295
|
readonly $fault: "client";
|
|
296
|
-
Message?: string;
|
|
296
|
+
Message?: string | undefined;
|
|
297
297
|
/**
|
|
298
298
|
* @internal
|
|
299
299
|
*/
|
|
@@ -306,7 +306,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
306
306
|
export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
307
307
|
readonly name: "EndpointAlreadyExistsException";
|
|
308
308
|
readonly $fault: "client";
|
|
309
|
-
Message?: string;
|
|
309
|
+
Message?: string | undefined;
|
|
310
310
|
/**
|
|
311
311
|
* @internal
|
|
312
312
|
*/
|
|
@@ -319,7 +319,7 @@ export declare class EndpointAlreadyExistsException extends __BaseException {
|
|
|
319
319
|
export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
320
320
|
readonly name: "EndpointGroupNotFoundException";
|
|
321
321
|
readonly $fault: "client";
|
|
322
|
-
Message?: string;
|
|
322
|
+
Message?: string | undefined;
|
|
323
323
|
/**
|
|
324
324
|
* @internal
|
|
325
325
|
*/
|
|
@@ -332,7 +332,7 @@ export declare class EndpointGroupNotFoundException extends __BaseException {
|
|
|
332
332
|
export declare class InternalServiceErrorException extends __BaseException {
|
|
333
333
|
readonly name: "InternalServiceErrorException";
|
|
334
334
|
readonly $fault: "server";
|
|
335
|
-
Message?: string;
|
|
335
|
+
Message?: string | undefined;
|
|
336
336
|
/**
|
|
337
337
|
* @internal
|
|
338
338
|
*/
|
|
@@ -345,7 +345,7 @@ export declare class InternalServiceErrorException extends __BaseException {
|
|
|
345
345
|
export declare class InvalidArgumentException extends __BaseException {
|
|
346
346
|
readonly name: "InvalidArgumentException";
|
|
347
347
|
readonly $fault: "client";
|
|
348
|
-
Message?: string;
|
|
348
|
+
Message?: string | undefined;
|
|
349
349
|
/**
|
|
350
350
|
* @internal
|
|
351
351
|
*/
|
|
@@ -358,7 +358,7 @@ export declare class InvalidArgumentException extends __BaseException {
|
|
|
358
358
|
export declare class LimitExceededException extends __BaseException {
|
|
359
359
|
readonly name: "LimitExceededException";
|
|
360
360
|
readonly $fault: "client";
|
|
361
|
-
Message?: string;
|
|
361
|
+
Message?: string | undefined;
|
|
362
362
|
/**
|
|
363
363
|
* @internal
|
|
364
364
|
*/
|
|
@@ -377,7 +377,7 @@ export interface EndpointConfiguration {
|
|
|
377
377
|
* <p>For cross-account endpoints, this must be the ARN of the resource.</p>
|
|
378
378
|
* @public
|
|
379
379
|
*/
|
|
380
|
-
EndpointId?: string;
|
|
380
|
+
EndpointId?: string | undefined;
|
|
381
381
|
/**
|
|
382
382
|
* <p>The weight associated with the endpoint. When you add weights to endpoints, you configure Global Accelerator to route traffic
|
|
383
383
|
* based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
|
|
@@ -386,7 +386,7 @@ export interface EndpointConfiguration {
|
|
|
386
386
|
* <i>Global Accelerator Developer Guide</i>.</p>
|
|
387
387
|
* @public
|
|
388
388
|
*/
|
|
389
|
-
Weight?: number;
|
|
389
|
+
Weight?: number | undefined;
|
|
390
390
|
/**
|
|
391
391
|
* <p>Indicates whether client IP address preservation is enabled for an endpoint.
|
|
392
392
|
* The value is true or false. The default value is true for Application Load Balancer endpoints. </p>
|
|
@@ -399,13 +399,13 @@ export interface EndpointConfiguration {
|
|
|
399
399
|
* Preserve client IP addresses in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
400
400
|
* @public
|
|
401
401
|
*/
|
|
402
|
-
ClientIPPreservationEnabled?: boolean;
|
|
402
|
+
ClientIPPreservationEnabled?: boolean | undefined;
|
|
403
403
|
/**
|
|
404
404
|
* <p>The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources)
|
|
405
405
|
* that can be added to accelerators and principals that have permission to add the endpoints.</p>
|
|
406
406
|
* @public
|
|
407
407
|
*/
|
|
408
|
-
AttachmentArn?: string;
|
|
408
|
+
AttachmentArn?: string | undefined;
|
|
409
409
|
}
|
|
410
410
|
/**
|
|
411
411
|
* @public
|
|
@@ -448,7 +448,7 @@ export interface EndpointDescription {
|
|
|
448
448
|
* <p>An Application Load Balancer can be either internal or internet-facing.</p>
|
|
449
449
|
* @public
|
|
450
450
|
*/
|
|
451
|
-
EndpointId?: string;
|
|
451
|
+
EndpointId?: string | undefined;
|
|
452
452
|
/**
|
|
453
453
|
* <p>The weight associated with the endpoint. When you add weights to endpoints, you configure Global Accelerator to route traffic
|
|
454
454
|
* based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
|
|
@@ -457,17 +457,17 @@ export interface EndpointDescription {
|
|
|
457
457
|
* <i>Global Accelerator Developer Guide</i>. </p>
|
|
458
458
|
* @public
|
|
459
459
|
*/
|
|
460
|
-
Weight?: number;
|
|
460
|
+
Weight?: number | undefined;
|
|
461
461
|
/**
|
|
462
462
|
* <p>The health status of the endpoint.</p>
|
|
463
463
|
* @public
|
|
464
464
|
*/
|
|
465
|
-
HealthState?: HealthState;
|
|
465
|
+
HealthState?: HealthState | undefined;
|
|
466
466
|
/**
|
|
467
467
|
* <p>Returns a null result.</p>
|
|
468
468
|
* @public
|
|
469
469
|
*/
|
|
470
|
-
HealthReason?: string;
|
|
470
|
+
HealthReason?: string | undefined;
|
|
471
471
|
/**
|
|
472
472
|
* <p>Indicates whether client IP address preservation is enabled for an endpoint.
|
|
473
473
|
* The value is true or false. The default value is true for Application Load Balancers endpoints. </p>
|
|
@@ -480,7 +480,7 @@ export interface EndpointDescription {
|
|
|
480
480
|
* Preserve client IP addresses in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
481
481
|
* @public
|
|
482
482
|
*/
|
|
483
|
-
ClientIPPreservationEnabled?: boolean;
|
|
483
|
+
ClientIPPreservationEnabled?: boolean | undefined;
|
|
484
484
|
}
|
|
485
485
|
/**
|
|
486
486
|
* @public
|
|
@@ -490,12 +490,12 @@ export interface AddEndpointsResponse {
|
|
|
490
490
|
* <p>The list of endpoint objects.</p>
|
|
491
491
|
* @public
|
|
492
492
|
*/
|
|
493
|
-
EndpointDescriptions?: EndpointDescription[];
|
|
493
|
+
EndpointDescriptions?: EndpointDescription[] | undefined;
|
|
494
494
|
/**
|
|
495
495
|
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
496
496
|
* @public
|
|
497
497
|
*/
|
|
498
|
-
EndpointGroupArn?: string;
|
|
498
|
+
EndpointGroupArn?: string | undefined;
|
|
499
499
|
}
|
|
500
500
|
/**
|
|
501
501
|
* <p>There's already a transaction in progress. Another transaction can't be processed.</p>
|
|
@@ -504,7 +504,7 @@ export interface AddEndpointsResponse {
|
|
|
504
504
|
export declare class TransactionInProgressException extends __BaseException {
|
|
505
505
|
readonly name: "TransactionInProgressException";
|
|
506
506
|
readonly $fault: "client";
|
|
507
|
-
Message?: string;
|
|
507
|
+
Message?: string | undefined;
|
|
508
508
|
/**
|
|
509
509
|
* @internal
|
|
510
510
|
*/
|
|
@@ -536,13 +536,13 @@ export interface ByoipCidrEvent {
|
|
|
536
536
|
* of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).</p>
|
|
537
537
|
* @public
|
|
538
538
|
*/
|
|
539
|
-
Message?: string;
|
|
539
|
+
Message?: string | undefined;
|
|
540
540
|
/**
|
|
541
541
|
* <p>A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through
|
|
542
542
|
* bring your own IP address (BYOIP).</p>
|
|
543
543
|
* @public
|
|
544
544
|
*/
|
|
545
|
-
Timestamp?: Date;
|
|
545
|
+
Timestamp?: Date | undefined;
|
|
546
546
|
}
|
|
547
547
|
/**
|
|
548
548
|
* @public
|
|
@@ -646,18 +646,18 @@ export interface ByoipCidr {
|
|
|
646
646
|
* the Global Accelerator Developer Guide.</p>
|
|
647
647
|
* @public
|
|
648
648
|
*/
|
|
649
|
-
Cidr?: string;
|
|
649
|
+
Cidr?: string | undefined;
|
|
650
650
|
/**
|
|
651
651
|
* <p>The state of the address pool.</p>
|
|
652
652
|
* @public
|
|
653
653
|
*/
|
|
654
|
-
State?: ByoipCidrState;
|
|
654
|
+
State?: ByoipCidrState | undefined;
|
|
655
655
|
/**
|
|
656
656
|
* <p>A history of status changes for an IP address range that you bring to Global Accelerator
|
|
657
657
|
* through bring your own IP address (BYOIP).</p>
|
|
658
658
|
* @public
|
|
659
659
|
*/
|
|
660
|
-
Events?: ByoipCidrEvent[];
|
|
660
|
+
Events?: ByoipCidrEvent[] | undefined;
|
|
661
661
|
}
|
|
662
662
|
/**
|
|
663
663
|
* @public
|
|
@@ -667,7 +667,7 @@ export interface AdvertiseByoipCidrResponse {
|
|
|
667
667
|
* <p>Information about the address range.</p>
|
|
668
668
|
* @public
|
|
669
669
|
*/
|
|
670
|
-
ByoipCidr?: ByoipCidr;
|
|
670
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
671
671
|
}
|
|
672
672
|
/**
|
|
673
673
|
* <p>The CIDR that you specified was not found or is incorrect.</p>
|
|
@@ -676,7 +676,7 @@ export interface AdvertiseByoipCidrResponse {
|
|
|
676
676
|
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
677
677
|
readonly name: "ByoipCidrNotFoundException";
|
|
678
678
|
readonly $fault: "client";
|
|
679
|
-
Message?: string;
|
|
679
|
+
Message?: string | undefined;
|
|
680
680
|
/**
|
|
681
681
|
* @internal
|
|
682
682
|
*/
|
|
@@ -690,7 +690,7 @@ export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
|
690
690
|
export declare class IncorrectCidrStateException extends __BaseException {
|
|
691
691
|
readonly name: "IncorrectCidrStateException";
|
|
692
692
|
readonly $fault: "client";
|
|
693
|
-
Message?: string;
|
|
693
|
+
Message?: string | undefined;
|
|
694
694
|
/**
|
|
695
695
|
* @internal
|
|
696
696
|
*/
|
|
@@ -718,12 +718,12 @@ export interface AllowCustomRoutingTrafficRequest {
|
|
|
718
718
|
* not specified.</p>
|
|
719
719
|
* @public
|
|
720
720
|
*/
|
|
721
|
-
DestinationAddresses?: string[];
|
|
721
|
+
DestinationAddresses?: string[] | undefined;
|
|
722
722
|
/**
|
|
723
723
|
* <p>A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.</p>
|
|
724
724
|
* @public
|
|
725
725
|
*/
|
|
726
|
-
DestinationPorts?: number[];
|
|
726
|
+
DestinationPorts?: number[] | undefined;
|
|
727
727
|
/**
|
|
728
728
|
* <p>Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint can receive traffic
|
|
729
729
|
* from a custom routing accelerator. The value is TRUE or FALSE. </p>
|
|
@@ -735,7 +735,7 @@ export interface AllowCustomRoutingTrafficRequest {
|
|
|
735
735
|
* <p>The default value is FALSE.</p>
|
|
736
736
|
* @public
|
|
737
737
|
*/
|
|
738
|
-
AllowAllTrafficToEndpoint?: boolean;
|
|
738
|
+
AllowAllTrafficToEndpoint?: boolean | undefined;
|
|
739
739
|
}
|
|
740
740
|
/**
|
|
741
741
|
* <p>The listener that you specified has an endpoint group associated with it. You must remove all dependent resources
|
|
@@ -745,7 +745,7 @@ export interface AllowCustomRoutingTrafficRequest {
|
|
|
745
745
|
export declare class AssociatedEndpointGroupFoundException extends __BaseException {
|
|
746
746
|
readonly name: "AssociatedEndpointGroupFoundException";
|
|
747
747
|
readonly $fault: "client";
|
|
748
|
-
Message?: string;
|
|
748
|
+
Message?: string | undefined;
|
|
749
749
|
/**
|
|
750
750
|
* @internal
|
|
751
751
|
*/
|
|
@@ -759,7 +759,7 @@ export declare class AssociatedEndpointGroupFoundException extends __BaseExcepti
|
|
|
759
759
|
export declare class AssociatedListenerFoundException extends __BaseException {
|
|
760
760
|
readonly name: "AssociatedListenerFoundException";
|
|
761
761
|
readonly $fault: "client";
|
|
762
|
-
Message?: string;
|
|
762
|
+
Message?: string | undefined;
|
|
763
763
|
/**
|
|
764
764
|
* @internal
|
|
765
765
|
*/
|
|
@@ -777,7 +777,7 @@ export interface Resource {
|
|
|
777
777
|
* Network Load Balancer, that Global Accelerator supports as an endpoint for an accelerator.</p>
|
|
778
778
|
* @public
|
|
779
779
|
*/
|
|
780
|
-
EndpointId?: string;
|
|
780
|
+
EndpointId?: string | undefined;
|
|
781
781
|
/**
|
|
782
782
|
* <p>An IP address range, in CIDR format, that is specified as resource. The address must
|
|
783
783
|
* be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process
|
|
@@ -787,12 +787,12 @@ export interface Resource {
|
|
|
787
787
|
* the Global Accelerator Developer Guide.</p>
|
|
788
788
|
* @public
|
|
789
789
|
*/
|
|
790
|
-
Cidr?: string;
|
|
790
|
+
Cidr?: string | undefined;
|
|
791
791
|
/**
|
|
792
792
|
* <p>The Amazon Web Services Region where a shared endpoint resource is located.</p>
|
|
793
793
|
* @public
|
|
794
794
|
*/
|
|
795
|
-
Region?: string;
|
|
795
|
+
Region?: string | undefined;
|
|
796
796
|
}
|
|
797
797
|
/**
|
|
798
798
|
* <p>A cross-account attachment in Global Accelerator. A cross-account attachment
|
|
@@ -805,32 +805,32 @@ export interface Attachment {
|
|
|
805
805
|
* <p>The Amazon Resource Name (ARN) of the cross-account attachment.</p>
|
|
806
806
|
* @public
|
|
807
807
|
*/
|
|
808
|
-
AttachmentArn?: string;
|
|
808
|
+
AttachmentArn?: string | undefined;
|
|
809
809
|
/**
|
|
810
810
|
* <p>The name of the cross-account attachment.</p>
|
|
811
811
|
* @public
|
|
812
812
|
*/
|
|
813
|
-
Name?: string;
|
|
813
|
+
Name?: string | undefined;
|
|
814
814
|
/**
|
|
815
815
|
* <p>The principals included in the cross-account attachment.</p>
|
|
816
816
|
* @public
|
|
817
817
|
*/
|
|
818
|
-
Principals?: string[];
|
|
818
|
+
Principals?: string[] | undefined;
|
|
819
819
|
/**
|
|
820
820
|
* <p>The resources included in the cross-account attachment.</p>
|
|
821
821
|
* @public
|
|
822
822
|
*/
|
|
823
|
-
Resources?: Resource[];
|
|
823
|
+
Resources?: Resource[] | undefined;
|
|
824
824
|
/**
|
|
825
825
|
* <p>The date and time that the cross-account attachment was last modified.</p>
|
|
826
826
|
* @public
|
|
827
827
|
*/
|
|
828
|
-
LastModifiedTime?: Date;
|
|
828
|
+
LastModifiedTime?: Date | undefined;
|
|
829
829
|
/**
|
|
830
830
|
* <p>The date and time that the cross-account attachment was created.</p>
|
|
831
831
|
* @public
|
|
832
832
|
*/
|
|
833
|
-
CreatedTime?: Date;
|
|
833
|
+
CreatedTime?: Date | undefined;
|
|
834
834
|
}
|
|
835
835
|
/**
|
|
836
836
|
* <p>No cross-account attachment was found.</p>
|
|
@@ -839,7 +839,7 @@ export interface Attachment {
|
|
|
839
839
|
export declare class AttachmentNotFoundException extends __BaseException {
|
|
840
840
|
readonly name: "AttachmentNotFoundException";
|
|
841
841
|
readonly $fault: "client";
|
|
842
|
-
Message?: string;
|
|
842
|
+
Message?: string | undefined;
|
|
843
843
|
/**
|
|
844
844
|
* @internal
|
|
845
845
|
*/
|
|
@@ -906,7 +906,7 @@ export interface CreateAcceleratorRequest {
|
|
|
906
906
|
* <p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>
|
|
907
907
|
* @public
|
|
908
908
|
*/
|
|
909
|
-
IpAddressType?: IpAddressType;
|
|
909
|
+
IpAddressType?: IpAddressType | undefined;
|
|
910
910
|
/**
|
|
911
911
|
* <p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address
|
|
912
912
|
* from your own pool to use for the accelerator's static IPv4 address when you create an accelerator. </p>
|
|
@@ -922,26 +922,26 @@ export interface CreateAcceleratorRequest {
|
|
|
922
922
|
* your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
923
923
|
* @public
|
|
924
924
|
*/
|
|
925
|
-
IpAddresses?: string[];
|
|
925
|
+
IpAddresses?: string[] | undefined;
|
|
926
926
|
/**
|
|
927
927
|
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
928
928
|
* <p>If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
|
|
929
929
|
* @public
|
|
930
930
|
*/
|
|
931
|
-
Enabled?: boolean;
|
|
931
|
+
Enabled?: boolean | undefined;
|
|
932
932
|
/**
|
|
933
933
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
934
934
|
* uniqueness—of an accelerator.</p>
|
|
935
935
|
* @public
|
|
936
936
|
*/
|
|
937
|
-
IdempotencyToken?: string;
|
|
937
|
+
IdempotencyToken?: string | undefined;
|
|
938
938
|
/**
|
|
939
939
|
* <p>Create tags for an accelerator.</p>
|
|
940
940
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
941
941
|
* in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
942
942
|
* @public
|
|
943
943
|
*/
|
|
944
|
-
Tags?: Tag[];
|
|
944
|
+
Tags?: Tag[] | undefined;
|
|
945
945
|
}
|
|
946
946
|
/**
|
|
947
947
|
* @public
|
|
@@ -951,7 +951,7 @@ export interface CreateAcceleratorResponse {
|
|
|
951
951
|
* <p>The accelerator that is created by specifying a listener and the supported IP address types.</p>
|
|
952
952
|
* @public
|
|
953
953
|
*/
|
|
954
|
-
Accelerator?: Accelerator;
|
|
954
|
+
Accelerator?: Accelerator | undefined;
|
|
955
955
|
}
|
|
956
956
|
/**
|
|
957
957
|
* @public
|
|
@@ -967,27 +967,27 @@ export interface CreateCrossAccountAttachmentRequest {
|
|
|
967
967
|
* number or the Amazon Resource Name (ARN) for an accelerator. </p>
|
|
968
968
|
* @public
|
|
969
969
|
*/
|
|
970
|
-
Principals?: string[];
|
|
970
|
+
Principals?: string[] | undefined;
|
|
971
971
|
/**
|
|
972
972
|
* <p>The Amazon Resource Names (ARNs) for the resources to include in the cross-account attachment. A resource can
|
|
973
973
|
* be any supported Amazon Web Services resource type for Global Accelerator or a CIDR range for a
|
|
974
974
|
* bring your own IP address (BYOIP) address pool. </p>
|
|
975
975
|
* @public
|
|
976
976
|
*/
|
|
977
|
-
Resources?: Resource[];
|
|
977
|
+
Resources?: Resource[] | undefined;
|
|
978
978
|
/**
|
|
979
979
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
980
980
|
* uniqueness—of the request.</p>
|
|
981
981
|
* @public
|
|
982
982
|
*/
|
|
983
|
-
IdempotencyToken?: string;
|
|
983
|
+
IdempotencyToken?: string | undefined;
|
|
984
984
|
/**
|
|
985
985
|
* <p>Add tags for a cross-account attachment.</p>
|
|
986
986
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
987
987
|
* in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
988
988
|
* @public
|
|
989
989
|
*/
|
|
990
|
-
Tags?: Tag[];
|
|
990
|
+
Tags?: Tag[] | undefined;
|
|
991
991
|
}
|
|
992
992
|
/**
|
|
993
993
|
* @public
|
|
@@ -997,7 +997,7 @@ export interface CreateCrossAccountAttachmentResponse {
|
|
|
997
997
|
* <p>Information about the cross-account attachment.</p>
|
|
998
998
|
* @public
|
|
999
999
|
*/
|
|
1000
|
-
CrossAccountAttachment?: Attachment;
|
|
1000
|
+
CrossAccountAttachment?: Attachment | undefined;
|
|
1001
1001
|
}
|
|
1002
1002
|
/**
|
|
1003
1003
|
* @public
|
|
@@ -1013,7 +1013,7 @@ export interface CreateCustomRoutingAcceleratorRequest {
|
|
|
1013
1013
|
* <p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>
|
|
1014
1014
|
* @public
|
|
1015
1015
|
*/
|
|
1016
|
-
IpAddressType?: IpAddressType;
|
|
1016
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1017
1017
|
/**
|
|
1018
1018
|
* <p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address
|
|
1019
1019
|
* from your own pool to use for the accelerator's static IPv4 address when you create an accelerator. </p>
|
|
@@ -1029,26 +1029,26 @@ export interface CreateCustomRoutingAcceleratorRequest {
|
|
|
1029
1029
|
* your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
1030
1030
|
* @public
|
|
1031
1031
|
*/
|
|
1032
|
-
IpAddresses?: string[];
|
|
1032
|
+
IpAddresses?: string[] | undefined;
|
|
1033
1033
|
/**
|
|
1034
1034
|
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
1035
1035
|
* <p>If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
|
|
1036
1036
|
* @public
|
|
1037
1037
|
*/
|
|
1038
|
-
Enabled?: boolean;
|
|
1038
|
+
Enabled?: boolean | undefined;
|
|
1039
1039
|
/**
|
|
1040
1040
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that
|
|
1041
1041
|
* is, the uniqueness—of the request.</p>
|
|
1042
1042
|
* @public
|
|
1043
1043
|
*/
|
|
1044
|
-
IdempotencyToken?: string;
|
|
1044
|
+
IdempotencyToken?: string | undefined;
|
|
1045
1045
|
/**
|
|
1046
1046
|
* <p>Create tags for an accelerator.</p>
|
|
1047
1047
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
|
|
1048
1048
|
* in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
1049
1049
|
* @public
|
|
1050
1050
|
*/
|
|
1051
|
-
Tags?: Tag[];
|
|
1051
|
+
Tags?: Tag[] | undefined;
|
|
1052
1052
|
}
|
|
1053
1053
|
/**
|
|
1054
1054
|
* @public
|
|
@@ -1071,29 +1071,29 @@ export interface CustomRoutingAccelerator {
|
|
|
1071
1071
|
* <p>The Amazon Resource Name (ARN) of the custom routing accelerator.</p>
|
|
1072
1072
|
* @public
|
|
1073
1073
|
*/
|
|
1074
|
-
AcceleratorArn?: string;
|
|
1074
|
+
AcceleratorArn?: string | undefined;
|
|
1075
1075
|
/**
|
|
1076
1076
|
* <p>The name of the accelerator. The name must contain only alphanumeric characters or
|
|
1077
1077
|
* hyphens (-), and must not begin or end with a hyphen.</p>
|
|
1078
1078
|
* @public
|
|
1079
1079
|
*/
|
|
1080
|
-
Name?: string;
|
|
1080
|
+
Name?: string | undefined;
|
|
1081
1081
|
/**
|
|
1082
1082
|
* <p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>
|
|
1083
1083
|
* @public
|
|
1084
1084
|
*/
|
|
1085
|
-
IpAddressType?: IpAddressType;
|
|
1085
|
+
IpAddressType?: IpAddressType | undefined;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* <p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
1088
1088
|
* <p>If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.</p>
|
|
1089
1089
|
* @public
|
|
1090
1090
|
*/
|
|
1091
|
-
Enabled?: boolean;
|
|
1091
|
+
Enabled?: boolean | undefined;
|
|
1092
1092
|
/**
|
|
1093
1093
|
* <p>The static IP addresses that Global Accelerator associates with the accelerator.</p>
|
|
1094
1094
|
* @public
|
|
1095
1095
|
*/
|
|
1096
|
-
IpSets?: IpSet[];
|
|
1096
|
+
IpSets?: IpSet[] | undefined;
|
|
1097
1097
|
/**
|
|
1098
1098
|
* <p>The Domain Name System (DNS) name that Global Accelerator creates that points to an accelerator's static IPv4 addresses. </p>
|
|
1099
1099
|
* <p>The naming convention for the DNS name is the following: A lowercase letter a,
|
|
@@ -1105,22 +1105,22 @@ export interface CustomRoutingAccelerator {
|
|
|
1105
1105
|
* Support for DNS addressing in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
1106
1106
|
* @public
|
|
1107
1107
|
*/
|
|
1108
|
-
DnsName?: string;
|
|
1108
|
+
DnsName?: string | undefined;
|
|
1109
1109
|
/**
|
|
1110
1110
|
* <p>Describes the deployment status of the accelerator.</p>
|
|
1111
1111
|
* @public
|
|
1112
1112
|
*/
|
|
1113
|
-
Status?: CustomRoutingAcceleratorStatus;
|
|
1113
|
+
Status?: CustomRoutingAcceleratorStatus | undefined;
|
|
1114
1114
|
/**
|
|
1115
1115
|
* <p>The date and time that the accelerator was created.</p>
|
|
1116
1116
|
* @public
|
|
1117
1117
|
*/
|
|
1118
|
-
CreatedTime?: Date;
|
|
1118
|
+
CreatedTime?: Date | undefined;
|
|
1119
1119
|
/**
|
|
1120
1120
|
* <p>The date and time that the accelerator was last modified.</p>
|
|
1121
1121
|
* @public
|
|
1122
1122
|
*/
|
|
1123
|
-
LastModifiedTime?: Date;
|
|
1123
|
+
LastModifiedTime?: Date | undefined;
|
|
1124
1124
|
}
|
|
1125
1125
|
/**
|
|
1126
1126
|
* @public
|
|
@@ -1130,7 +1130,7 @@ export interface CreateCustomRoutingAcceleratorResponse {
|
|
|
1130
1130
|
* <p>The accelerator that is created.</p>
|
|
1131
1131
|
* @public
|
|
1132
1132
|
*/
|
|
1133
|
-
Accelerator?: CustomRoutingAccelerator;
|
|
1133
|
+
Accelerator?: CustomRoutingAccelerator | undefined;
|
|
1134
1134
|
}
|
|
1135
1135
|
/**
|
|
1136
1136
|
* @public
|
|
@@ -1192,7 +1192,7 @@ export interface CreateCustomRoutingEndpointGroupRequest {
|
|
|
1192
1192
|
* uniqueness—of the request.</p>
|
|
1193
1193
|
* @public
|
|
1194
1194
|
*/
|
|
1195
|
-
IdempotencyToken?: string;
|
|
1195
|
+
IdempotencyToken?: string | undefined;
|
|
1196
1196
|
}
|
|
1197
1197
|
/**
|
|
1198
1198
|
* @public
|
|
@@ -1216,17 +1216,17 @@ export interface CustomRoutingDestinationDescription {
|
|
|
1216
1216
|
* <p>The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
|
|
1217
1217
|
* @public
|
|
1218
1218
|
*/
|
|
1219
|
-
FromPort?: number;
|
|
1219
|
+
FromPort?: number | undefined;
|
|
1220
1220
|
/**
|
|
1221
1221
|
* <p>The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
|
|
1222
1222
|
* @public
|
|
1223
1223
|
*/
|
|
1224
|
-
ToPort?: number;
|
|
1224
|
+
ToPort?: number | undefined;
|
|
1225
1225
|
/**
|
|
1226
1226
|
* <p>The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.</p>
|
|
1227
1227
|
* @public
|
|
1228
1228
|
*/
|
|
1229
|
-
Protocols?: Protocol[];
|
|
1229
|
+
Protocols?: Protocol[] | undefined;
|
|
1230
1230
|
}
|
|
1231
1231
|
/**
|
|
1232
1232
|
* <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.
|
|
@@ -1238,24 +1238,24 @@ export interface CustomRoutingEndpointGroup {
|
|
|
1238
1238
|
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
1239
1239
|
* @public
|
|
1240
1240
|
*/
|
|
1241
|
-
EndpointGroupArn?: string;
|
|
1241
|
+
EndpointGroupArn?: string | undefined;
|
|
1242
1242
|
/**
|
|
1243
1243
|
* <p>The Amazon Web Services Region where the endpoint group is located.</p>
|
|
1244
1244
|
* @public
|
|
1245
1245
|
*/
|
|
1246
|
-
EndpointGroupRegion?: string;
|
|
1246
|
+
EndpointGroupRegion?: string | undefined;
|
|
1247
1247
|
/**
|
|
1248
1248
|
* <p>For a custom routing accelerator, describes the port range and protocol for all endpoints
|
|
1249
1249
|
* (virtual private cloud subnets) in an endpoint group to accept client traffic on.</p>
|
|
1250
1250
|
* @public
|
|
1251
1251
|
*/
|
|
1252
|
-
DestinationDescriptions?: CustomRoutingDestinationDescription[];
|
|
1252
|
+
DestinationDescriptions?: CustomRoutingDestinationDescription[] | undefined;
|
|
1253
1253
|
/**
|
|
1254
1254
|
* <p>For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an
|
|
1255
1255
|
* endpoint group to accept client traffic on.</p>
|
|
1256
1256
|
* @public
|
|
1257
1257
|
*/
|
|
1258
|
-
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
1258
|
+
EndpointDescriptions?: CustomRoutingEndpointDescription[] | undefined;
|
|
1259
1259
|
}
|
|
1260
1260
|
/**
|
|
1261
1261
|
* @public
|
|
@@ -1265,7 +1265,7 @@ export interface CreateCustomRoutingEndpointGroupResponse {
|
|
|
1265
1265
|
* <p>The information about the endpoint group created for a custom routing accelerator.</p>
|
|
1266
1266
|
* @public
|
|
1267
1267
|
*/
|
|
1268
|
-
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
1268
|
+
EndpointGroup?: CustomRoutingEndpointGroup | undefined;
|
|
1269
1269
|
}
|
|
1270
1270
|
/**
|
|
1271
1271
|
* <p>The endpoint group that you specified already exists.</p>
|
|
@@ -1274,7 +1274,7 @@ export interface CreateCustomRoutingEndpointGroupResponse {
|
|
|
1274
1274
|
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
1275
1275
|
readonly name: "EndpointGroupAlreadyExistsException";
|
|
1276
1276
|
readonly $fault: "client";
|
|
1277
|
-
Message?: string;
|
|
1277
|
+
Message?: string | undefined;
|
|
1278
1278
|
/**
|
|
1279
1279
|
* @internal
|
|
1280
1280
|
*/
|
|
@@ -1287,7 +1287,7 @@ export declare class EndpointGroupAlreadyExistsException extends __BaseException
|
|
|
1287
1287
|
export declare class InvalidPortRangeException extends __BaseException {
|
|
1288
1288
|
readonly name: "InvalidPortRangeException";
|
|
1289
1289
|
readonly $fault: "client";
|
|
1290
|
-
Message?: string;
|
|
1290
|
+
Message?: string | undefined;
|
|
1291
1291
|
/**
|
|
1292
1292
|
* @internal
|
|
1293
1293
|
*/
|
|
@@ -1300,7 +1300,7 @@ export declare class InvalidPortRangeException extends __BaseException {
|
|
|
1300
1300
|
export declare class ListenerNotFoundException extends __BaseException {
|
|
1301
1301
|
readonly name: "ListenerNotFoundException";
|
|
1302
1302
|
readonly $fault: "client";
|
|
1303
|
-
Message?: string;
|
|
1303
|
+
Message?: string | undefined;
|
|
1304
1304
|
/**
|
|
1305
1305
|
* @internal
|
|
1306
1306
|
*/
|
|
@@ -1315,12 +1315,12 @@ export interface PortRange {
|
|
|
1315
1315
|
* <p>The first port in the range of ports, inclusive.</p>
|
|
1316
1316
|
* @public
|
|
1317
1317
|
*/
|
|
1318
|
-
FromPort?: number;
|
|
1318
|
+
FromPort?: number | undefined;
|
|
1319
1319
|
/**
|
|
1320
1320
|
* <p>The last port in the range of ports, inclusive.</p>
|
|
1321
1321
|
* @public
|
|
1322
1322
|
*/
|
|
1323
|
-
ToPort?: number;
|
|
1323
|
+
ToPort?: number | undefined;
|
|
1324
1324
|
}
|
|
1325
1325
|
/**
|
|
1326
1326
|
* @public
|
|
@@ -1343,7 +1343,7 @@ export interface CreateCustomRoutingListenerRequest {
|
|
|
1343
1343
|
* uniqueness—of the request.</p>
|
|
1344
1344
|
* @public
|
|
1345
1345
|
*/
|
|
1346
|
-
IdempotencyToken?: string;
|
|
1346
|
+
IdempotencyToken?: string | undefined;
|
|
1347
1347
|
}
|
|
1348
1348
|
/**
|
|
1349
1349
|
* <p>A complex type for a listener for a custom routing accelerator.</p>
|
|
@@ -1354,14 +1354,14 @@ export interface CustomRoutingListener {
|
|
|
1354
1354
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1355
1355
|
* @public
|
|
1356
1356
|
*/
|
|
1357
|
-
ListenerArn?: string;
|
|
1357
|
+
ListenerArn?: string | undefined;
|
|
1358
1358
|
/**
|
|
1359
1359
|
* <p>The port range to support for connections from clients to your accelerator.</p>
|
|
1360
1360
|
* <p>Separately, you set port ranges for endpoints. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html">About
|
|
1361
1361
|
* endpoints for custom routing accelerators</a>.</p>
|
|
1362
1362
|
* @public
|
|
1363
1363
|
*/
|
|
1364
|
-
PortRanges?: PortRange[];
|
|
1364
|
+
PortRanges?: PortRange[] | undefined;
|
|
1365
1365
|
}
|
|
1366
1366
|
/**
|
|
1367
1367
|
* @public
|
|
@@ -1371,7 +1371,7 @@ export interface CreateCustomRoutingListenerResponse {
|
|
|
1371
1371
|
* <p>The listener that you've created for a custom routing accelerator.</p>
|
|
1372
1372
|
* @public
|
|
1373
1373
|
*/
|
|
1374
|
-
Listener?: CustomRoutingListener;
|
|
1374
|
+
Listener?: CustomRoutingListener | undefined;
|
|
1375
1375
|
}
|
|
1376
1376
|
/**
|
|
1377
1377
|
* @public
|
|
@@ -1401,13 +1401,13 @@ export interface PortOverride {
|
|
|
1401
1401
|
* arrives to the Global Accelerator on.</p>
|
|
1402
1402
|
* @public
|
|
1403
1403
|
*/
|
|
1404
|
-
ListenerPort?: number;
|
|
1404
|
+
ListenerPort?: number | undefined;
|
|
1405
1405
|
/**
|
|
1406
1406
|
* <p>The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint,
|
|
1407
1407
|
* such as the Application Load Balancer or Amazon EC2 instance.</p>
|
|
1408
1408
|
* @public
|
|
1409
1409
|
*/
|
|
1410
|
-
EndpointPort?: number;
|
|
1410
|
+
EndpointPort?: number | undefined;
|
|
1411
1411
|
}
|
|
1412
1412
|
/**
|
|
1413
1413
|
* @public
|
|
@@ -1428,7 +1428,7 @@ export interface CreateEndpointGroupRequest {
|
|
|
1428
1428
|
* <p>The list of endpoint objects.</p>
|
|
1429
1429
|
* @public
|
|
1430
1430
|
*/
|
|
1431
|
-
EndpointConfigurations?: EndpointConfiguration[];
|
|
1431
|
+
EndpointConfigurations?: EndpointConfiguration[] | undefined;
|
|
1432
1432
|
/**
|
|
1433
1433
|
* <p>The percentage of traffic to send to an Amazon Web Services Region. Additional traffic is distributed to other endpoint groups for
|
|
1434
1434
|
* this listener. </p>
|
|
@@ -1437,43 +1437,43 @@ export interface CreateEndpointGroupRequest {
|
|
|
1437
1437
|
* <p>The default value is 100.</p>
|
|
1438
1438
|
* @public
|
|
1439
1439
|
*/
|
|
1440
|
-
TrafficDialPercentage?: number;
|
|
1440
|
+
TrafficDialPercentage?: number | undefined;
|
|
1441
1441
|
/**
|
|
1442
1442
|
* <p>The port that Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port
|
|
1443
1443
|
* is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the
|
|
1444
1444
|
* first port in the list.</p>
|
|
1445
1445
|
* @public
|
|
1446
1446
|
*/
|
|
1447
|
-
HealthCheckPort?: number;
|
|
1447
|
+
HealthCheckPort?: number | undefined;
|
|
1448
1448
|
/**
|
|
1449
1449
|
* <p>The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default
|
|
1450
1450
|
* value is TCP.</p>
|
|
1451
1451
|
* @public
|
|
1452
1452
|
*/
|
|
1453
|
-
HealthCheckProtocol?: HealthCheckProtocol;
|
|
1453
|
+
HealthCheckProtocol?: HealthCheckProtocol | undefined;
|
|
1454
1454
|
/**
|
|
1455
1455
|
* <p>If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The
|
|
1456
1456
|
* default value is slash (/).</p>
|
|
1457
1457
|
* @public
|
|
1458
1458
|
*/
|
|
1459
|
-
HealthCheckPath?: string;
|
|
1459
|
+
HealthCheckPath?: string | undefined;
|
|
1460
1460
|
/**
|
|
1461
1461
|
* <p>The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.</p>
|
|
1462
1462
|
* @public
|
|
1463
1463
|
*/
|
|
1464
|
-
HealthCheckIntervalSeconds?: number;
|
|
1464
|
+
HealthCheckIntervalSeconds?: number | undefined;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
|
|
1467
1467
|
* unhealthy endpoint to healthy. The default value is 3.</p>
|
|
1468
1468
|
* @public
|
|
1469
1469
|
*/
|
|
1470
|
-
ThresholdCount?: number;
|
|
1470
|
+
ThresholdCount?: number | undefined;
|
|
1471
1471
|
/**
|
|
1472
1472
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
1473
1473
|
* uniqueness—of the request.</p>
|
|
1474
1474
|
* @public
|
|
1475
1475
|
*/
|
|
1476
|
-
IdempotencyToken?: string;
|
|
1476
|
+
IdempotencyToken?: string | undefined;
|
|
1477
1477
|
/**
|
|
1478
1478
|
* <p>Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
|
1479
1479
|
* For example, you can create a port override in which the listener
|
|
@@ -1483,7 +1483,7 @@ export interface CreateEndpointGroupRequest {
|
|
|
1483
1483
|
* Overriding listener ports</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
1484
1484
|
* @public
|
|
1485
1485
|
*/
|
|
1486
|
-
PortOverrides?: PortOverride[];
|
|
1486
|
+
PortOverrides?: PortOverride[] | undefined;
|
|
1487
1487
|
}
|
|
1488
1488
|
/**
|
|
1489
1489
|
* <p>A complex type for the endpoint group. An Amazon Web Services Region can have only one endpoint group for a specific listener.
|
|
@@ -1495,17 +1495,17 @@ export interface EndpointGroup {
|
|
|
1495
1495
|
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
1496
1496
|
* @public
|
|
1497
1497
|
*/
|
|
1498
|
-
EndpointGroupArn?: string;
|
|
1498
|
+
EndpointGroupArn?: string | undefined;
|
|
1499
1499
|
/**
|
|
1500
1500
|
* <p>The Amazon Web Services Region where the endpoint group is located.</p>
|
|
1501
1501
|
* @public
|
|
1502
1502
|
*/
|
|
1503
|
-
EndpointGroupRegion?: string;
|
|
1503
|
+
EndpointGroupRegion?: string | undefined;
|
|
1504
1504
|
/**
|
|
1505
1505
|
* <p>The list of endpoint objects.</p>
|
|
1506
1506
|
* @public
|
|
1507
1507
|
*/
|
|
1508
|
-
EndpointDescriptions?: EndpointDescription[];
|
|
1508
|
+
EndpointDescriptions?: EndpointDescription[] | undefined;
|
|
1509
1509
|
/**
|
|
1510
1510
|
* <p>The percentage of traffic to send to an Amazon Web Services Region. Additional traffic is distributed to other endpoint groups for
|
|
1511
1511
|
* this listener. </p>
|
|
@@ -1514,37 +1514,37 @@ export interface EndpointGroup {
|
|
|
1514
1514
|
* <p>The default value is 100.</p>
|
|
1515
1515
|
* @public
|
|
1516
1516
|
*/
|
|
1517
|
-
TrafficDialPercentage?: number;
|
|
1517
|
+
TrafficDialPercentage?: number | undefined;
|
|
1518
1518
|
/**
|
|
1519
1519
|
* <p>The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. </p>
|
|
1520
1520
|
* <p>The default port is the port for the listener that this endpoint group is associated with. If the listener port is a
|
|
1521
1521
|
* list, Global Accelerator uses the first specified port in the list of ports.</p>
|
|
1522
1522
|
* @public
|
|
1523
1523
|
*/
|
|
1524
|
-
HealthCheckPort?: number;
|
|
1524
|
+
HealthCheckPort?: number | undefined;
|
|
1525
1525
|
/**
|
|
1526
1526
|
* <p>The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default
|
|
1527
1527
|
* value is TCP.</p>
|
|
1528
1528
|
* @public
|
|
1529
1529
|
*/
|
|
1530
|
-
HealthCheckProtocol?: HealthCheckProtocol;
|
|
1530
|
+
HealthCheckProtocol?: HealthCheckProtocol | undefined;
|
|
1531
1531
|
/**
|
|
1532
1532
|
* <p>If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the
|
|
1533
1533
|
* endpoints for health checks. The default is slash (/).</p>
|
|
1534
1534
|
* @public
|
|
1535
1535
|
*/
|
|
1536
|
-
HealthCheckPath?: string;
|
|
1536
|
+
HealthCheckPath?: string | undefined;
|
|
1537
1537
|
/**
|
|
1538
1538
|
* <p>The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.</p>
|
|
1539
1539
|
* @public
|
|
1540
1540
|
*/
|
|
1541
|
-
HealthCheckIntervalSeconds?: number;
|
|
1541
|
+
HealthCheckIntervalSeconds?: number | undefined;
|
|
1542
1542
|
/**
|
|
1543
1543
|
* <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
|
|
1544
1544
|
* unhealthy endpoint to healthy. The default value is 3.</p>
|
|
1545
1545
|
* @public
|
|
1546
1546
|
*/
|
|
1547
|
-
ThresholdCount?: number;
|
|
1547
|
+
ThresholdCount?: number | undefined;
|
|
1548
1548
|
/**
|
|
1549
1549
|
* <p>Allows you to override the destination ports used to route traffic to an endpoint.
|
|
1550
1550
|
* Using a port override lets you map a list of external destination ports (that your
|
|
@@ -1552,7 +1552,7 @@ export interface EndpointGroup {
|
|
|
1552
1552
|
* endpoint to receive traffic on. </p>
|
|
1553
1553
|
* @public
|
|
1554
1554
|
*/
|
|
1555
|
-
PortOverrides?: PortOverride[];
|
|
1555
|
+
PortOverrides?: PortOverride[] | undefined;
|
|
1556
1556
|
}
|
|
1557
1557
|
/**
|
|
1558
1558
|
* @public
|
|
@@ -1562,7 +1562,7 @@ export interface CreateEndpointGroupResponse {
|
|
|
1562
1562
|
* <p>The information about the endpoint group that was created.</p>
|
|
1563
1563
|
* @public
|
|
1564
1564
|
*/
|
|
1565
|
-
EndpointGroup?: EndpointGroup;
|
|
1565
|
+
EndpointGroup?: EndpointGroup | undefined;
|
|
1566
1566
|
}
|
|
1567
1567
|
/**
|
|
1568
1568
|
* @public
|
|
@@ -1598,13 +1598,13 @@ export interface CreateListenerRequest {
|
|
|
1598
1598
|
* <p>The default value is <code>NONE</code>.</p>
|
|
1599
1599
|
* @public
|
|
1600
1600
|
*/
|
|
1601
|
-
ClientAffinity?: ClientAffinity;
|
|
1601
|
+
ClientAffinity?: ClientAffinity | undefined;
|
|
1602
1602
|
/**
|
|
1603
1603
|
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
|
|
1604
1604
|
* uniqueness—of the request.</p>
|
|
1605
1605
|
* @public
|
|
1606
1606
|
*/
|
|
1607
|
-
IdempotencyToken?: string;
|
|
1607
|
+
IdempotencyToken?: string | undefined;
|
|
1608
1608
|
}
|
|
1609
1609
|
/**
|
|
1610
1610
|
* <p>A complex type for a listener.</p>
|
|
@@ -1615,17 +1615,17 @@ export interface Listener {
|
|
|
1615
1615
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1616
1616
|
* @public
|
|
1617
1617
|
*/
|
|
1618
|
-
ListenerArn?: string;
|
|
1618
|
+
ListenerArn?: string | undefined;
|
|
1619
1619
|
/**
|
|
1620
1620
|
* <p>The list of port ranges for the connections from clients to the accelerator.</p>
|
|
1621
1621
|
* @public
|
|
1622
1622
|
*/
|
|
1623
|
-
PortRanges?: PortRange[];
|
|
1623
|
+
PortRanges?: PortRange[] | undefined;
|
|
1624
1624
|
/**
|
|
1625
1625
|
* <p>The protocol for the connections from clients to the accelerator.</p>
|
|
1626
1626
|
* @public
|
|
1627
1627
|
*/
|
|
1628
|
-
Protocol?: Protocol;
|
|
1628
|
+
Protocol?: Protocol | undefined;
|
|
1629
1629
|
/**
|
|
1630
1630
|
* <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
|
|
1631
1631
|
* regardless of the port and protocol of the client request. Client affinity gives you control over whether to always
|
|
@@ -1641,7 +1641,7 @@ export interface Listener {
|
|
|
1641
1641
|
* <p>The default value is <code>NONE</code>.</p>
|
|
1642
1642
|
* @public
|
|
1643
1643
|
*/
|
|
1644
|
-
ClientAffinity?: ClientAffinity;
|
|
1644
|
+
ClientAffinity?: ClientAffinity | undefined;
|
|
1645
1645
|
}
|
|
1646
1646
|
/**
|
|
1647
1647
|
* @public
|
|
@@ -1651,7 +1651,7 @@ export interface CreateListenerResponse {
|
|
|
1651
1651
|
* <p>The listener that you've created.</p>
|
|
1652
1652
|
* @public
|
|
1653
1653
|
*/
|
|
1654
|
-
Listener?: Listener;
|
|
1654
|
+
Listener?: Listener | undefined;
|
|
1655
1655
|
}
|
|
1656
1656
|
/**
|
|
1657
1657
|
* <p>An endpoint (Amazon Web Services resource) or an IP address range, in CIDR format, that is
|
|
@@ -1668,7 +1668,7 @@ export interface CrossAccountResource {
|
|
|
1668
1668
|
* can be added to an accelerator by specified principals.</p>
|
|
1669
1669
|
* @public
|
|
1670
1670
|
*/
|
|
1671
|
-
EndpointId?: string;
|
|
1671
|
+
EndpointId?: string | undefined;
|
|
1672
1672
|
/**
|
|
1673
1673
|
* <p>An IP address range, in CIDR format, that is specified as an Amazon Web Services resource. The address must
|
|
1674
1674
|
* be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process
|
|
@@ -1678,13 +1678,13 @@ export interface CrossAccountResource {
|
|
|
1678
1678
|
* the Global Accelerator Developer Guide.</p>
|
|
1679
1679
|
* @public
|
|
1680
1680
|
*/
|
|
1681
|
-
Cidr?: string;
|
|
1681
|
+
Cidr?: string | undefined;
|
|
1682
1682
|
/**
|
|
1683
1683
|
* <p>The Amazon Resource Name (ARN) of the cross-account attachment that specifies the resources (endpoints or
|
|
1684
1684
|
* CIDR range) that can be added to accelerators and principals that have permission to add them.</p>
|
|
1685
1685
|
* @public
|
|
1686
1686
|
*/
|
|
1687
|
-
AttachmentArn?: string;
|
|
1687
|
+
AttachmentArn?: string | undefined;
|
|
1688
1688
|
}
|
|
1689
1689
|
/**
|
|
1690
1690
|
* <p>Attributes of a custom routing accelerator.</p>
|
|
@@ -1698,14 +1698,14 @@ export interface CustomRoutingAcceleratorAttributes {
|
|
|
1698
1698
|
* the <i>Global Accelerator Developer Guide</i>.</p>
|
|
1699
1699
|
* @public
|
|
1700
1700
|
*/
|
|
1701
|
-
FlowLogsEnabled?: boolean;
|
|
1701
|
+
FlowLogsEnabled?: boolean | undefined;
|
|
1702
1702
|
/**
|
|
1703
1703
|
* <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
|
|
1704
1704
|
* <code>true</code>. The bucket must exist and have a bucket policy that grants Global Accelerator permission to write to the
|
|
1705
1705
|
* bucket.</p>
|
|
1706
1706
|
* @public
|
|
1707
1707
|
*/
|
|
1708
|
-
FlowLogsS3Bucket?: string;
|
|
1708
|
+
FlowLogsS3Bucket?: string | undefined;
|
|
1709
1709
|
/**
|
|
1710
1710
|
* <p>The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
|
|
1711
1711
|
* <code>FlowLogsEnabled</code> is <code>true</code>.</p>
|
|
@@ -1714,7 +1714,7 @@ export interface CustomRoutingAcceleratorAttributes {
|
|
|
1714
1714
|
* <p>DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id</p>
|
|
1715
1715
|
* @public
|
|
1716
1716
|
*/
|
|
1717
|
-
FlowLogsS3Prefix?: string;
|
|
1717
|
+
FlowLogsS3Prefix?: string | undefined;
|
|
1718
1718
|
}
|
|
1719
1719
|
/**
|
|
1720
1720
|
* @public
|
|
@@ -1818,13 +1818,13 @@ export interface DenyCustomRoutingTrafficRequest {
|
|
|
1818
1818
|
* endpoint group.</p>
|
|
1819
1819
|
* @public
|
|
1820
1820
|
*/
|
|
1821
|
-
DestinationAddresses?: string[];
|
|
1821
|
+
DestinationAddresses?: string[] | undefined;
|
|
1822
1822
|
/**
|
|
1823
1823
|
* <p>A list of specific Amazon EC2 instance ports (destination ports) in a subnet endpoint that you want to prevent from
|
|
1824
1824
|
* receiving traffic.</p>
|
|
1825
1825
|
* @public
|
|
1826
1826
|
*/
|
|
1827
|
-
DestinationPorts?: number[];
|
|
1827
|
+
DestinationPorts?: number[] | undefined;
|
|
1828
1828
|
/**
|
|
1829
1829
|
* <p>Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint <i>cannot</i>
|
|
1830
1830
|
* receive traffic from a custom routing accelerator. The value is TRUE or FALSE. </p>
|
|
@@ -1836,7 +1836,7 @@ export interface DenyCustomRoutingTrafficRequest {
|
|
|
1836
1836
|
* <p>The default value is FALSE.</p>
|
|
1837
1837
|
* @public
|
|
1838
1838
|
*/
|
|
1839
|
-
DenyAllTrafficToEndpoint?: boolean;
|
|
1839
|
+
DenyAllTrafficToEndpoint?: boolean | undefined;
|
|
1840
1840
|
}
|
|
1841
1841
|
/**
|
|
1842
1842
|
* @public
|
|
@@ -1860,7 +1860,7 @@ export interface DeprovisionByoipCidrResponse {
|
|
|
1860
1860
|
* <p>Information about the address range.</p>
|
|
1861
1861
|
* @public
|
|
1862
1862
|
*/
|
|
1863
|
-
ByoipCidr?: ByoipCidr;
|
|
1863
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
1864
1864
|
}
|
|
1865
1865
|
/**
|
|
1866
1866
|
* @public
|
|
@@ -1880,7 +1880,7 @@ export interface DescribeAcceleratorResponse {
|
|
|
1880
1880
|
* <p>The description of the accelerator.</p>
|
|
1881
1881
|
* @public
|
|
1882
1882
|
*/
|
|
1883
|
-
Accelerator?: Accelerator;
|
|
1883
|
+
Accelerator?: Accelerator | undefined;
|
|
1884
1884
|
}
|
|
1885
1885
|
/**
|
|
1886
1886
|
* @public
|
|
@@ -1900,7 +1900,7 @@ export interface DescribeAcceleratorAttributesResponse {
|
|
|
1900
1900
|
* <p>The attributes of the accelerator.</p>
|
|
1901
1901
|
* @public
|
|
1902
1902
|
*/
|
|
1903
|
-
AcceleratorAttributes?: AcceleratorAttributes;
|
|
1903
|
+
AcceleratorAttributes?: AcceleratorAttributes | undefined;
|
|
1904
1904
|
}
|
|
1905
1905
|
/**
|
|
1906
1906
|
* @public
|
|
@@ -1920,7 +1920,7 @@ export interface DescribeCrossAccountAttachmentResponse {
|
|
|
1920
1920
|
* <p>Information about the cross-account attachment.</p>
|
|
1921
1921
|
* @public
|
|
1922
1922
|
*/
|
|
1923
|
-
CrossAccountAttachment?: Attachment;
|
|
1923
|
+
CrossAccountAttachment?: Attachment | undefined;
|
|
1924
1924
|
}
|
|
1925
1925
|
/**
|
|
1926
1926
|
* @public
|
|
@@ -1940,7 +1940,7 @@ export interface DescribeCustomRoutingAcceleratorResponse {
|
|
|
1940
1940
|
* <p>The description of the custom routing accelerator.</p>
|
|
1941
1941
|
* @public
|
|
1942
1942
|
*/
|
|
1943
|
-
Accelerator?: CustomRoutingAccelerator;
|
|
1943
|
+
Accelerator?: CustomRoutingAccelerator | undefined;
|
|
1944
1944
|
}
|
|
1945
1945
|
/**
|
|
1946
1946
|
* @public
|
|
@@ -1960,7 +1960,7 @@ export interface DescribeCustomRoutingAcceleratorAttributesResponse {
|
|
|
1960
1960
|
* <p>The attributes of the custom routing accelerator.</p>
|
|
1961
1961
|
* @public
|
|
1962
1962
|
*/
|
|
1963
|
-
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
1963
|
+
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes | undefined;
|
|
1964
1964
|
}
|
|
1965
1965
|
/**
|
|
1966
1966
|
* @public
|
|
@@ -1980,7 +1980,7 @@ export interface DescribeCustomRoutingEndpointGroupResponse {
|
|
|
1980
1980
|
* <p>The description of an endpoint group for a custom routing accelerator.</p>
|
|
1981
1981
|
* @public
|
|
1982
1982
|
*/
|
|
1983
|
-
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
1983
|
+
EndpointGroup?: CustomRoutingEndpointGroup | undefined;
|
|
1984
1984
|
}
|
|
1985
1985
|
/**
|
|
1986
1986
|
* @public
|
|
@@ -2000,7 +2000,7 @@ export interface DescribeCustomRoutingListenerResponse {
|
|
|
2000
2000
|
* <p>The description of a listener for a custom routing accelerator.</p>
|
|
2001
2001
|
* @public
|
|
2002
2002
|
*/
|
|
2003
|
-
Listener?: CustomRoutingListener;
|
|
2003
|
+
Listener?: CustomRoutingListener | undefined;
|
|
2004
2004
|
}
|
|
2005
2005
|
/**
|
|
2006
2006
|
* @public
|
|
@@ -2020,7 +2020,7 @@ export interface DescribeEndpointGroupResponse {
|
|
|
2020
2020
|
* <p>The description of an endpoint group.</p>
|
|
2021
2021
|
* @public
|
|
2022
2022
|
*/
|
|
2023
|
-
EndpointGroup?: EndpointGroup;
|
|
2023
|
+
EndpointGroup?: EndpointGroup | undefined;
|
|
2024
2024
|
}
|
|
2025
2025
|
/**
|
|
2026
2026
|
* @public
|
|
@@ -2040,7 +2040,7 @@ export interface DescribeListenerResponse {
|
|
|
2040
2040
|
* <p>The description of a listener.</p>
|
|
2041
2041
|
* @public
|
|
2042
2042
|
*/
|
|
2043
|
-
Listener?: Listener;
|
|
2043
|
+
Listener?: Listener | undefined;
|
|
2044
2044
|
}
|
|
2045
2045
|
/**
|
|
2046
2046
|
* <p>An IP address/port combination.</p>
|
|
@@ -2051,12 +2051,12 @@ export interface SocketAddress {
|
|
|
2051
2051
|
* <p>The IP address for the socket address.</p>
|
|
2052
2052
|
* @public
|
|
2053
2053
|
*/
|
|
2054
|
-
IpAddress?: string;
|
|
2054
|
+
IpAddress?: string | undefined;
|
|
2055
2055
|
/**
|
|
2056
2056
|
* <p>The port for the socket address.</p>
|
|
2057
2057
|
* @public
|
|
2058
2058
|
*/
|
|
2059
|
-
Port?: number;
|
|
2059
|
+
Port?: number | undefined;
|
|
2060
2060
|
}
|
|
2061
2061
|
/**
|
|
2062
2062
|
* <p>The port mappings for a specified endpoint IP address (destination).</p>
|
|
@@ -2068,44 +2068,44 @@ export interface DestinationPortMapping {
|
|
|
2068
2068
|
* that you have port mappings for.</p>
|
|
2069
2069
|
* @public
|
|
2070
2070
|
*/
|
|
2071
|
-
AcceleratorArn?: string;
|
|
2071
|
+
AcceleratorArn?: string | undefined;
|
|
2072
2072
|
/**
|
|
2073
2073
|
* <p>The IP address/port combinations (sockets) that map to a given destination socket
|
|
2074
2074
|
* address.</p>
|
|
2075
2075
|
* @public
|
|
2076
2076
|
*/
|
|
2077
|
-
AcceleratorSocketAddresses?: SocketAddress[];
|
|
2077
|
+
AcceleratorSocketAddresses?: SocketAddress[] | undefined;
|
|
2078
2078
|
/**
|
|
2079
2079
|
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
2080
2080
|
* @public
|
|
2081
2081
|
*/
|
|
2082
|
-
EndpointGroupArn?: string;
|
|
2082
|
+
EndpointGroupArn?: string | undefined;
|
|
2083
2083
|
/**
|
|
2084
2084
|
* <p>The ID for the virtual private cloud (VPC) subnet.</p>
|
|
2085
2085
|
* @public
|
|
2086
2086
|
*/
|
|
2087
|
-
EndpointId?: string;
|
|
2087
|
+
EndpointId?: string | undefined;
|
|
2088
2088
|
/**
|
|
2089
2089
|
* <p>The Amazon Web Services Region for the endpoint group.</p>
|
|
2090
2090
|
* @public
|
|
2091
2091
|
*/
|
|
2092
|
-
EndpointGroupRegion?: string;
|
|
2092
|
+
EndpointGroupRegion?: string | undefined;
|
|
2093
2093
|
/**
|
|
2094
2094
|
* <p>The endpoint IP address/port combination for traffic received on the accelerator socket address.</p>
|
|
2095
2095
|
* @public
|
|
2096
2096
|
*/
|
|
2097
|
-
DestinationSocketAddress?: SocketAddress;
|
|
2097
|
+
DestinationSocketAddress?: SocketAddress | undefined;
|
|
2098
2098
|
/**
|
|
2099
2099
|
* <p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>
|
|
2100
2100
|
* @public
|
|
2101
2101
|
*/
|
|
2102
|
-
IpAddressType?: IpAddressType;
|
|
2102
|
+
IpAddressType?: IpAddressType | undefined;
|
|
2103
2103
|
/**
|
|
2104
2104
|
* <p>Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if
|
|
2105
2105
|
* traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.</p>
|
|
2106
2106
|
* @public
|
|
2107
2107
|
*/
|
|
2108
|
-
DestinationTrafficState?: CustomRoutingDestinationTrafficState;
|
|
2108
|
+
DestinationTrafficState?: CustomRoutingDestinationTrafficState | undefined;
|
|
2109
2109
|
}
|
|
2110
2110
|
/**
|
|
2111
2111
|
* <p>A complex type for an endpoint. Specifies information about the endpoint to remove from the endpoint group.</p>
|
|
@@ -2126,7 +2126,7 @@ export interface EndpointIdentifier {
|
|
|
2126
2126
|
* traffic travels to applications on the endpoint fronted by the accelerator.</p>
|
|
2127
2127
|
* @public
|
|
2128
2128
|
*/
|
|
2129
|
-
ClientIPPreservationEnabled?: boolean;
|
|
2129
|
+
ClientIPPreservationEnabled?: boolean | undefined;
|
|
2130
2130
|
}
|
|
2131
2131
|
/**
|
|
2132
2132
|
* <p>The endpoint that you specified doesn't exist.</p>
|
|
@@ -2135,7 +2135,7 @@ export interface EndpointIdentifier {
|
|
|
2135
2135
|
export declare class EndpointNotFoundException extends __BaseException {
|
|
2136
2136
|
readonly name: "EndpointNotFoundException";
|
|
2137
2137
|
readonly $fault: "client";
|
|
2138
|
-
Message?: string;
|
|
2138
|
+
Message?: string | undefined;
|
|
2139
2139
|
/**
|
|
2140
2140
|
* @internal
|
|
2141
2141
|
*/
|
|
@@ -2148,7 +2148,7 @@ export declare class EndpointNotFoundException extends __BaseException {
|
|
|
2148
2148
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
2149
2149
|
readonly name: "InvalidNextTokenException";
|
|
2150
2150
|
readonly $fault: "client";
|
|
2151
|
-
Message?: string;
|
|
2151
|
+
Message?: string | undefined;
|
|
2152
2152
|
/**
|
|
2153
2153
|
* @internal
|
|
2154
2154
|
*/
|
|
@@ -2162,12 +2162,12 @@ export interface ListAcceleratorsRequest {
|
|
|
2162
2162
|
* <p>The number of Global Accelerator objects that you want to return with this call. The default value is 10.</p>
|
|
2163
2163
|
* @public
|
|
2164
2164
|
*/
|
|
2165
|
-
MaxResults?: number;
|
|
2165
|
+
MaxResults?: number | undefined;
|
|
2166
2166
|
/**
|
|
2167
2167
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2168
2168
|
* @public
|
|
2169
2169
|
*/
|
|
2170
|
-
NextToken?: string;
|
|
2170
|
+
NextToken?: string | undefined;
|
|
2171
2171
|
}
|
|
2172
2172
|
/**
|
|
2173
2173
|
* @public
|
|
@@ -2177,12 +2177,12 @@ export interface ListAcceleratorsResponse {
|
|
|
2177
2177
|
* <p>The list of accelerators for a customer account.</p>
|
|
2178
2178
|
* @public
|
|
2179
2179
|
*/
|
|
2180
|
-
Accelerators?: Accelerator[];
|
|
2180
|
+
Accelerators?: Accelerator[] | undefined;
|
|
2181
2181
|
/**
|
|
2182
2182
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2183
2183
|
* @public
|
|
2184
2184
|
*/
|
|
2185
|
-
NextToken?: string;
|
|
2185
|
+
NextToken?: string | undefined;
|
|
2186
2186
|
}
|
|
2187
2187
|
/**
|
|
2188
2188
|
* @public
|
|
@@ -2193,12 +2193,12 @@ export interface ListByoipCidrsRequest {
|
|
|
2193
2193
|
* another call with the returned <code>nextToken</code> value.</p>
|
|
2194
2194
|
* @public
|
|
2195
2195
|
*/
|
|
2196
|
-
MaxResults?: number;
|
|
2196
|
+
MaxResults?: number | undefined;
|
|
2197
2197
|
/**
|
|
2198
2198
|
* <p>The token for the next page of results.</p>
|
|
2199
2199
|
* @public
|
|
2200
2200
|
*/
|
|
2201
|
-
NextToken?: string;
|
|
2201
|
+
NextToken?: string | undefined;
|
|
2202
2202
|
}
|
|
2203
2203
|
/**
|
|
2204
2204
|
* @public
|
|
@@ -2208,12 +2208,12 @@ export interface ListByoipCidrsResponse {
|
|
|
2208
2208
|
* <p>Information about your address ranges.</p>
|
|
2209
2209
|
* @public
|
|
2210
2210
|
*/
|
|
2211
|
-
ByoipCidrs?: ByoipCidr[];
|
|
2211
|
+
ByoipCidrs?: ByoipCidr[] | undefined;
|
|
2212
2212
|
/**
|
|
2213
2213
|
* <p>The token for the next page of results.</p>
|
|
2214
2214
|
* @public
|
|
2215
2215
|
*/
|
|
2216
|
-
NextToken?: string;
|
|
2216
|
+
NextToken?: string | undefined;
|
|
2217
2217
|
}
|
|
2218
2218
|
/**
|
|
2219
2219
|
* @public
|
|
@@ -2223,12 +2223,12 @@ export interface ListCrossAccountAttachmentsRequest {
|
|
|
2223
2223
|
* <p>The number of cross-account attachment objects that you want to return with this call. The default value is 10.</p>
|
|
2224
2224
|
* @public
|
|
2225
2225
|
*/
|
|
2226
|
-
MaxResults?: number;
|
|
2226
|
+
MaxResults?: number | undefined;
|
|
2227
2227
|
/**
|
|
2228
2228
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2229
2229
|
* @public
|
|
2230
2230
|
*/
|
|
2231
|
-
NextToken?: string;
|
|
2231
|
+
NextToken?: string | undefined;
|
|
2232
2232
|
}
|
|
2233
2233
|
/**
|
|
2234
2234
|
* @public
|
|
@@ -2238,12 +2238,12 @@ export interface ListCrossAccountAttachmentsResponse {
|
|
|
2238
2238
|
* <p>Information about the cross-account attachments.</p>
|
|
2239
2239
|
* @public
|
|
2240
2240
|
*/
|
|
2241
|
-
CrossAccountAttachments?: Attachment[];
|
|
2241
|
+
CrossAccountAttachments?: Attachment[] | undefined;
|
|
2242
2242
|
/**
|
|
2243
2243
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2244
2244
|
* @public
|
|
2245
2245
|
*/
|
|
2246
|
-
NextToken?: string;
|
|
2246
|
+
NextToken?: string | undefined;
|
|
2247
2247
|
}
|
|
2248
2248
|
/**
|
|
2249
2249
|
* @public
|
|
@@ -2259,7 +2259,7 @@ export interface ListCrossAccountResourceAccountsResponse {
|
|
|
2259
2259
|
* with resources listed in the same attachment.</p>
|
|
2260
2260
|
* @public
|
|
2261
2261
|
*/
|
|
2262
|
-
ResourceOwnerAwsAccountIds?: string[];
|
|
2262
|
+
ResourceOwnerAwsAccountIds?: string[] | undefined;
|
|
2263
2263
|
}
|
|
2264
2264
|
/**
|
|
2265
2265
|
* @public
|
|
@@ -2269,7 +2269,7 @@ export interface ListCrossAccountResourcesRequest {
|
|
|
2269
2269
|
* <p>The Amazon Resource Name (ARN) of an accelerator in a cross-account attachment.</p>
|
|
2270
2270
|
* @public
|
|
2271
2271
|
*/
|
|
2272
|
-
AcceleratorArn?: string;
|
|
2272
|
+
AcceleratorArn?: string | undefined;
|
|
2273
2273
|
/**
|
|
2274
2274
|
* <p>The account ID of a resource owner in a cross-account attachment.</p>
|
|
2275
2275
|
* @public
|
|
@@ -2279,12 +2279,12 @@ export interface ListCrossAccountResourcesRequest {
|
|
|
2279
2279
|
* <p>The number of cross-account resource objects that you want to return with this call. The default value is 10.</p>
|
|
2280
2280
|
* @public
|
|
2281
2281
|
*/
|
|
2282
|
-
MaxResults?: number;
|
|
2282
|
+
MaxResults?: number | undefined;
|
|
2283
2283
|
/**
|
|
2284
2284
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2285
2285
|
* @public
|
|
2286
2286
|
*/
|
|
2287
|
-
NextToken?: string;
|
|
2287
|
+
NextToken?: string | undefined;
|
|
2288
2288
|
}
|
|
2289
2289
|
/**
|
|
2290
2290
|
* @public
|
|
@@ -2294,12 +2294,12 @@ export interface ListCrossAccountResourcesResponse {
|
|
|
2294
2294
|
* <p>The cross-account resources used with an accelerator.</p>
|
|
2295
2295
|
* @public
|
|
2296
2296
|
*/
|
|
2297
|
-
CrossAccountResources?: CrossAccountResource[];
|
|
2297
|
+
CrossAccountResources?: CrossAccountResource[] | undefined;
|
|
2298
2298
|
/**
|
|
2299
2299
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2300
2300
|
* @public
|
|
2301
2301
|
*/
|
|
2302
|
-
NextToken?: string;
|
|
2302
|
+
NextToken?: string | undefined;
|
|
2303
2303
|
}
|
|
2304
2304
|
/**
|
|
2305
2305
|
* @public
|
|
@@ -2309,12 +2309,12 @@ export interface ListCustomRoutingAcceleratorsRequest {
|
|
|
2309
2309
|
* <p>The number of custom routing Global Accelerator objects that you want to return with this call. The default value is 10.</p>
|
|
2310
2310
|
* @public
|
|
2311
2311
|
*/
|
|
2312
|
-
MaxResults?: number;
|
|
2312
|
+
MaxResults?: number | undefined;
|
|
2313
2313
|
/**
|
|
2314
2314
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2315
2315
|
* @public
|
|
2316
2316
|
*/
|
|
2317
|
-
NextToken?: string;
|
|
2317
|
+
NextToken?: string | undefined;
|
|
2318
2318
|
}
|
|
2319
2319
|
/**
|
|
2320
2320
|
* @public
|
|
@@ -2324,12 +2324,12 @@ export interface ListCustomRoutingAcceleratorsResponse {
|
|
|
2324
2324
|
* <p>The list of custom routing accelerators for a customer account.</p>
|
|
2325
2325
|
* @public
|
|
2326
2326
|
*/
|
|
2327
|
-
Accelerators?: CustomRoutingAccelerator[];
|
|
2327
|
+
Accelerators?: CustomRoutingAccelerator[] | undefined;
|
|
2328
2328
|
/**
|
|
2329
2329
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2330
2330
|
* @public
|
|
2331
2331
|
*/
|
|
2332
|
-
NextToken?: string;
|
|
2332
|
+
NextToken?: string | undefined;
|
|
2333
2333
|
}
|
|
2334
2334
|
/**
|
|
2335
2335
|
* @public
|
|
@@ -2344,12 +2344,12 @@ export interface ListCustomRoutingEndpointGroupsRequest {
|
|
|
2344
2344
|
* <p>The number of endpoint group objects that you want to return with this call. The default value is 10.</p>
|
|
2345
2345
|
* @public
|
|
2346
2346
|
*/
|
|
2347
|
-
MaxResults?: number;
|
|
2347
|
+
MaxResults?: number | undefined;
|
|
2348
2348
|
/**
|
|
2349
2349
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2350
2350
|
* @public
|
|
2351
2351
|
*/
|
|
2352
|
-
NextToken?: string;
|
|
2352
|
+
NextToken?: string | undefined;
|
|
2353
2353
|
}
|
|
2354
2354
|
/**
|
|
2355
2355
|
* @public
|
|
@@ -2359,12 +2359,12 @@ export interface ListCustomRoutingEndpointGroupsResponse {
|
|
|
2359
2359
|
* <p>The list of the endpoint groups associated with a listener for a custom routing accelerator.</p>
|
|
2360
2360
|
* @public
|
|
2361
2361
|
*/
|
|
2362
|
-
EndpointGroups?: CustomRoutingEndpointGroup[];
|
|
2362
|
+
EndpointGroups?: CustomRoutingEndpointGroup[] | undefined;
|
|
2363
2363
|
/**
|
|
2364
2364
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2365
2365
|
* @public
|
|
2366
2366
|
*/
|
|
2367
|
-
NextToken?: string;
|
|
2367
|
+
NextToken?: string | undefined;
|
|
2368
2368
|
}
|
|
2369
2369
|
/**
|
|
2370
2370
|
* @public
|
|
@@ -2379,12 +2379,12 @@ export interface ListCustomRoutingListenersRequest {
|
|
|
2379
2379
|
* <p>The number of listener objects that you want to return with this call. The default value is 10.</p>
|
|
2380
2380
|
* @public
|
|
2381
2381
|
*/
|
|
2382
|
-
MaxResults?: number;
|
|
2382
|
+
MaxResults?: number | undefined;
|
|
2383
2383
|
/**
|
|
2384
2384
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2385
2385
|
* @public
|
|
2386
2386
|
*/
|
|
2387
|
-
NextToken?: string;
|
|
2387
|
+
NextToken?: string | undefined;
|
|
2388
2388
|
}
|
|
2389
2389
|
/**
|
|
2390
2390
|
* @public
|
|
@@ -2394,12 +2394,12 @@ export interface ListCustomRoutingListenersResponse {
|
|
|
2394
2394
|
* <p>The list of listeners for a custom routing accelerator.</p>
|
|
2395
2395
|
* @public
|
|
2396
2396
|
*/
|
|
2397
|
-
Listeners?: CustomRoutingListener[];
|
|
2397
|
+
Listeners?: CustomRoutingListener[] | undefined;
|
|
2398
2398
|
/**
|
|
2399
2399
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2400
2400
|
* @public
|
|
2401
2401
|
*/
|
|
2402
|
-
NextToken?: string;
|
|
2402
|
+
NextToken?: string | undefined;
|
|
2403
2403
|
}
|
|
2404
2404
|
/**
|
|
2405
2405
|
* @public
|
|
@@ -2414,17 +2414,17 @@ export interface ListCustomRoutingPortMappingsRequest {
|
|
|
2414
2414
|
* <p>The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.</p>
|
|
2415
2415
|
* @public
|
|
2416
2416
|
*/
|
|
2417
|
-
EndpointGroupArn?: string;
|
|
2417
|
+
EndpointGroupArn?: string | undefined;
|
|
2418
2418
|
/**
|
|
2419
2419
|
* <p>The number of destination port mappings that you want to return with this call. The default value is 10.</p>
|
|
2420
2420
|
* @public
|
|
2421
2421
|
*/
|
|
2422
|
-
MaxResults?: number;
|
|
2422
|
+
MaxResults?: number | undefined;
|
|
2423
2423
|
/**
|
|
2424
2424
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2425
2425
|
* @public
|
|
2426
2426
|
*/
|
|
2427
|
-
NextToken?: string;
|
|
2427
|
+
NextToken?: string | undefined;
|
|
2428
2428
|
}
|
|
2429
2429
|
/**
|
|
2430
2430
|
* <p>Returns the ports and associated IP addresses and ports of Amazon EC2 instances in your virtual
|
|
@@ -2438,33 +2438,33 @@ export interface PortMapping {
|
|
|
2438
2438
|
* <p>The accelerator port.</p>
|
|
2439
2439
|
* @public
|
|
2440
2440
|
*/
|
|
2441
|
-
AcceleratorPort?: number;
|
|
2441
|
+
AcceleratorPort?: number | undefined;
|
|
2442
2442
|
/**
|
|
2443
2443
|
* <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
|
|
2444
2444
|
* @public
|
|
2445
2445
|
*/
|
|
2446
|
-
EndpointGroupArn?: string;
|
|
2446
|
+
EndpointGroupArn?: string | undefined;
|
|
2447
2447
|
/**
|
|
2448
2448
|
* <p>The IP address of the VPC subnet (the subnet ID).</p>
|
|
2449
2449
|
* @public
|
|
2450
2450
|
*/
|
|
2451
|
-
EndpointId?: string;
|
|
2451
|
+
EndpointId?: string | undefined;
|
|
2452
2452
|
/**
|
|
2453
2453
|
* <p>The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.</p>
|
|
2454
2454
|
* @public
|
|
2455
2455
|
*/
|
|
2456
|
-
DestinationSocketAddress?: SocketAddress;
|
|
2456
|
+
DestinationSocketAddress?: SocketAddress | undefined;
|
|
2457
2457
|
/**
|
|
2458
2458
|
* <p>The protocols supported by the endpoint group.</p>
|
|
2459
2459
|
* @public
|
|
2460
2460
|
*/
|
|
2461
|
-
Protocols?: CustomRoutingProtocol[];
|
|
2461
|
+
Protocols?: CustomRoutingProtocol[] | undefined;
|
|
2462
2462
|
/**
|
|
2463
2463
|
* <p>Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if
|
|
2464
2464
|
* traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.</p>
|
|
2465
2465
|
* @public
|
|
2466
2466
|
*/
|
|
2467
|
-
DestinationTrafficState?: CustomRoutingDestinationTrafficState;
|
|
2467
|
+
DestinationTrafficState?: CustomRoutingDestinationTrafficState | undefined;
|
|
2468
2468
|
}
|
|
2469
2469
|
/**
|
|
2470
2470
|
* @public
|
|
@@ -2474,12 +2474,12 @@ export interface ListCustomRoutingPortMappingsResponse {
|
|
|
2474
2474
|
* <p>The port mappings for a custom routing accelerator.</p>
|
|
2475
2475
|
* @public
|
|
2476
2476
|
*/
|
|
2477
|
-
PortMappings?: PortMapping[];
|
|
2477
|
+
PortMappings?: PortMapping[] | undefined;
|
|
2478
2478
|
/**
|
|
2479
2479
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2480
2480
|
* @public
|
|
2481
2481
|
*/
|
|
2482
|
-
NextToken?: string;
|
|
2482
|
+
NextToken?: string | undefined;
|
|
2483
2483
|
}
|
|
2484
2484
|
/**
|
|
2485
2485
|
* @public
|
|
@@ -2500,12 +2500,12 @@ export interface ListCustomRoutingPortMappingsByDestinationRequest {
|
|
|
2500
2500
|
* <p>The number of destination port mappings that you want to return with this call. The default value is 10.</p>
|
|
2501
2501
|
* @public
|
|
2502
2502
|
*/
|
|
2503
|
-
MaxResults?: number;
|
|
2503
|
+
MaxResults?: number | undefined;
|
|
2504
2504
|
/**
|
|
2505
2505
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2506
2506
|
* @public
|
|
2507
2507
|
*/
|
|
2508
|
-
NextToken?: string;
|
|
2508
|
+
NextToken?: string | undefined;
|
|
2509
2509
|
}
|
|
2510
2510
|
/**
|
|
2511
2511
|
* @public
|
|
@@ -2515,12 +2515,12 @@ export interface ListCustomRoutingPortMappingsByDestinationResponse {
|
|
|
2515
2515
|
* <p>The port mappings for the endpoint IP address that you specified in the request.</p>
|
|
2516
2516
|
* @public
|
|
2517
2517
|
*/
|
|
2518
|
-
DestinationPortMappings?: DestinationPortMapping[];
|
|
2518
|
+
DestinationPortMappings?: DestinationPortMapping[] | undefined;
|
|
2519
2519
|
/**
|
|
2520
2520
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2521
2521
|
* @public
|
|
2522
2522
|
*/
|
|
2523
|
-
NextToken?: string;
|
|
2523
|
+
NextToken?: string | undefined;
|
|
2524
2524
|
}
|
|
2525
2525
|
/**
|
|
2526
2526
|
* @public
|
|
@@ -2535,12 +2535,12 @@ export interface ListEndpointGroupsRequest {
|
|
|
2535
2535
|
* <p>The number of endpoint group objects that you want to return with this call. The default value is 10.</p>
|
|
2536
2536
|
* @public
|
|
2537
2537
|
*/
|
|
2538
|
-
MaxResults?: number;
|
|
2538
|
+
MaxResults?: number | undefined;
|
|
2539
2539
|
/**
|
|
2540
2540
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2541
2541
|
* @public
|
|
2542
2542
|
*/
|
|
2543
|
-
NextToken?: string;
|
|
2543
|
+
NextToken?: string | undefined;
|
|
2544
2544
|
}
|
|
2545
2545
|
/**
|
|
2546
2546
|
* @public
|
|
@@ -2550,12 +2550,12 @@ export interface ListEndpointGroupsResponse {
|
|
|
2550
2550
|
* <p>The list of the endpoint groups associated with a listener.</p>
|
|
2551
2551
|
* @public
|
|
2552
2552
|
*/
|
|
2553
|
-
EndpointGroups?: EndpointGroup[];
|
|
2553
|
+
EndpointGroups?: EndpointGroup[] | undefined;
|
|
2554
2554
|
/**
|
|
2555
2555
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2556
2556
|
* @public
|
|
2557
2557
|
*/
|
|
2558
|
-
NextToken?: string;
|
|
2558
|
+
NextToken?: string | undefined;
|
|
2559
2559
|
}
|
|
2560
2560
|
/**
|
|
2561
2561
|
* @public
|
|
@@ -2570,12 +2570,12 @@ export interface ListListenersRequest {
|
|
|
2570
2570
|
* <p>The number of listener objects that you want to return with this call. The default value is 10.</p>
|
|
2571
2571
|
* @public
|
|
2572
2572
|
*/
|
|
2573
|
-
MaxResults?: number;
|
|
2573
|
+
MaxResults?: number | undefined;
|
|
2574
2574
|
/**
|
|
2575
2575
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2576
2576
|
* @public
|
|
2577
2577
|
*/
|
|
2578
|
-
NextToken?: string;
|
|
2578
|
+
NextToken?: string | undefined;
|
|
2579
2579
|
}
|
|
2580
2580
|
/**
|
|
2581
2581
|
* @public
|
|
@@ -2585,12 +2585,12 @@ export interface ListListenersResponse {
|
|
|
2585
2585
|
* <p>The list of listeners for an accelerator.</p>
|
|
2586
2586
|
* @public
|
|
2587
2587
|
*/
|
|
2588
|
-
Listeners?: Listener[];
|
|
2588
|
+
Listeners?: Listener[] | undefined;
|
|
2589
2589
|
/**
|
|
2590
2590
|
* <p>The token for the next set of results. You receive this token from a previous call.</p>
|
|
2591
2591
|
* @public
|
|
2592
2592
|
*/
|
|
2593
|
-
NextToken?: string;
|
|
2593
|
+
NextToken?: string | undefined;
|
|
2594
2594
|
}
|
|
2595
2595
|
/**
|
|
2596
2596
|
* @public
|
|
@@ -2610,7 +2610,7 @@ export interface ListTagsForResourceResponse {
|
|
|
2610
2610
|
* <p>Root level tag for the Tags parameters.</p>
|
|
2611
2611
|
* @public
|
|
2612
2612
|
*/
|
|
2613
|
-
Tags?: Tag[];
|
|
2613
|
+
Tags?: Tag[] | undefined;
|
|
2614
2614
|
}
|
|
2615
2615
|
/**
|
|
2616
2616
|
* @public
|
|
@@ -2642,7 +2642,7 @@ export interface ProvisionByoipCidrResponse {
|
|
|
2642
2642
|
* <p>Information about the address range.</p>
|
|
2643
2643
|
* @public
|
|
2644
2644
|
*/
|
|
2645
|
-
ByoipCidr?: ByoipCidr;
|
|
2645
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
2646
2646
|
}
|
|
2647
2647
|
/**
|
|
2648
2648
|
* @public
|
|
@@ -2729,23 +2729,23 @@ export interface UpdateAcceleratorRequest {
|
|
|
2729
2729
|
* periods (.), or hyphens (-), and must not begin or end with a hyphen or period.</p>
|
|
2730
2730
|
* @public
|
|
2731
2731
|
*/
|
|
2732
|
-
Name?: string;
|
|
2732
|
+
Name?: string | undefined;
|
|
2733
2733
|
/**
|
|
2734
2734
|
* <p>The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.</p>
|
|
2735
2735
|
* @public
|
|
2736
2736
|
*/
|
|
2737
|
-
IpAddressType?: IpAddressType;
|
|
2737
|
+
IpAddressType?: IpAddressType | undefined;
|
|
2738
2738
|
/**
|
|
2739
2739
|
* <p>The IP addresses for an accelerator.</p>
|
|
2740
2740
|
* @public
|
|
2741
2741
|
*/
|
|
2742
|
-
IpAddresses?: string[];
|
|
2742
|
+
IpAddresses?: string[] | undefined;
|
|
2743
2743
|
/**
|
|
2744
2744
|
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
2745
2745
|
* <p>If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
|
|
2746
2746
|
* @public
|
|
2747
2747
|
*/
|
|
2748
|
-
Enabled?: boolean;
|
|
2748
|
+
Enabled?: boolean | undefined;
|
|
2749
2749
|
}
|
|
2750
2750
|
/**
|
|
2751
2751
|
* @public
|
|
@@ -2755,7 +2755,7 @@ export interface UpdateAcceleratorResponse {
|
|
|
2755
2755
|
* <p>Information about the updated accelerator.</p>
|
|
2756
2756
|
* @public
|
|
2757
2757
|
*/
|
|
2758
|
-
Accelerator?: Accelerator;
|
|
2758
|
+
Accelerator?: Accelerator | undefined;
|
|
2759
2759
|
}
|
|
2760
2760
|
/**
|
|
2761
2761
|
* @public
|
|
@@ -2773,14 +2773,14 @@ export interface UpdateAcceleratorAttributesRequest {
|
|
|
2773
2773
|
* the <i>Global Accelerator Developer Guide</i>.</p>
|
|
2774
2774
|
* @public
|
|
2775
2775
|
*/
|
|
2776
|
-
FlowLogsEnabled?: boolean;
|
|
2776
|
+
FlowLogsEnabled?: boolean | undefined;
|
|
2777
2777
|
/**
|
|
2778
2778
|
* <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
|
|
2779
2779
|
* <code>true</code>. The bucket must exist and have a bucket policy that grants Global Accelerator permission to write to the
|
|
2780
2780
|
* bucket.</p>
|
|
2781
2781
|
* @public
|
|
2782
2782
|
*/
|
|
2783
|
-
FlowLogsS3Bucket?: string;
|
|
2783
|
+
FlowLogsS3Bucket?: string | undefined;
|
|
2784
2784
|
/**
|
|
2785
2785
|
* <p>Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
|
|
2786
2786
|
* <code>FlowLogsEnabled</code> is <code>true</code>. </p>
|
|
@@ -2789,7 +2789,7 @@ export interface UpdateAcceleratorAttributesRequest {
|
|
|
2789
2789
|
* <p>s3-bucket_name//AWSLogs/aws_account_id</p>
|
|
2790
2790
|
* @public
|
|
2791
2791
|
*/
|
|
2792
|
-
FlowLogsS3Prefix?: string;
|
|
2792
|
+
FlowLogsS3Prefix?: string | undefined;
|
|
2793
2793
|
}
|
|
2794
2794
|
/**
|
|
2795
2795
|
* @public
|
|
@@ -2799,7 +2799,7 @@ export interface UpdateAcceleratorAttributesResponse {
|
|
|
2799
2799
|
* <p>Updated attributes for the accelerator.</p>
|
|
2800
2800
|
* @public
|
|
2801
2801
|
*/
|
|
2802
|
-
AcceleratorAttributes?: AcceleratorAttributes;
|
|
2802
|
+
AcceleratorAttributes?: AcceleratorAttributes | undefined;
|
|
2803
2803
|
}
|
|
2804
2804
|
/**
|
|
2805
2805
|
* @public
|
|
@@ -2814,7 +2814,7 @@ export interface UpdateCrossAccountAttachmentRequest {
|
|
|
2814
2814
|
* <p>The name of the cross-account attachment. </p>
|
|
2815
2815
|
* @public
|
|
2816
2816
|
*/
|
|
2817
|
-
Name?: string;
|
|
2817
|
+
Name?: string | undefined;
|
|
2818
2818
|
/**
|
|
2819
2819
|
* <p>The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN)
|
|
2820
2820
|
* of an accelerator that the attachment gives permission to work with resources from another account. The resources
|
|
@@ -2822,7 +2822,7 @@ export interface UpdateCrossAccountAttachmentRequest {
|
|
|
2822
2822
|
* <p>To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.</p>
|
|
2823
2823
|
* @public
|
|
2824
2824
|
*/
|
|
2825
|
-
AddPrincipals?: string[];
|
|
2825
|
+
AddPrincipals?: string[] | undefined;
|
|
2826
2826
|
/**
|
|
2827
2827
|
* <p>The principals to remove from the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN)
|
|
2828
2828
|
* of an accelerator that the attachment gives permission to work with resources from another account. The resources
|
|
@@ -2830,21 +2830,21 @@ export interface UpdateCrossAccountAttachmentRequest {
|
|
|
2830
2830
|
* <p>To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.</p>
|
|
2831
2831
|
* @public
|
|
2832
2832
|
*/
|
|
2833
|
-
RemovePrincipals?: string[];
|
|
2833
|
+
RemovePrincipals?: string[] | undefined;
|
|
2834
2834
|
/**
|
|
2835
2835
|
* <p>The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can be used
|
|
2836
2836
|
* with an accelerator by the principals that are listed in the attachment.</p>
|
|
2837
2837
|
* <p>To add more than one resource, separate the resource ARNs with commas.</p>
|
|
2838
2838
|
* @public
|
|
2839
2839
|
*/
|
|
2840
|
-
AddResources?: Resource[];
|
|
2840
|
+
AddResources?: Resource[] | undefined;
|
|
2841
2841
|
/**
|
|
2842
2842
|
* <p>The resources to remove from the cross-account attachment. A resource listed in a cross-account attachment can be used
|
|
2843
2843
|
* with an accelerator by the principals that are listed in the attachment.</p>
|
|
2844
2844
|
* <p>To remove more than one resource, separate the resource ARNs with commas.</p>
|
|
2845
2845
|
* @public
|
|
2846
2846
|
*/
|
|
2847
|
-
RemoveResources?: Resource[];
|
|
2847
|
+
RemoveResources?: Resource[] | undefined;
|
|
2848
2848
|
}
|
|
2849
2849
|
/**
|
|
2850
2850
|
* @public
|
|
@@ -2854,7 +2854,7 @@ export interface UpdateCrossAccountAttachmentResponse {
|
|
|
2854
2854
|
* <p>Information about the updated cross-account attachment.</p>
|
|
2855
2855
|
* @public
|
|
2856
2856
|
*/
|
|
2857
|
-
CrossAccountAttachment?: Attachment;
|
|
2857
|
+
CrossAccountAttachment?: Attachment | undefined;
|
|
2858
2858
|
}
|
|
2859
2859
|
/**
|
|
2860
2860
|
* @public
|
|
@@ -2870,23 +2870,23 @@ export interface UpdateCustomRoutingAcceleratorRequest {
|
|
|
2870
2870
|
* periods (.), or hyphens (-), and must not begin or end with a hyphen or period.</p>
|
|
2871
2871
|
* @public
|
|
2872
2872
|
*/
|
|
2873
|
-
Name?: string;
|
|
2873
|
+
Name?: string | undefined;
|
|
2874
2874
|
/**
|
|
2875
2875
|
* <p>The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.</p>
|
|
2876
2876
|
* @public
|
|
2877
2877
|
*/
|
|
2878
|
-
IpAddressType?: IpAddressType;
|
|
2878
|
+
IpAddressType?: IpAddressType | undefined;
|
|
2879
2879
|
/**
|
|
2880
2880
|
* <p>The IP addresses for an accelerator.</p>
|
|
2881
2881
|
* @public
|
|
2882
2882
|
*/
|
|
2883
|
-
IpAddresses?: string[];
|
|
2883
|
+
IpAddresses?: string[] | undefined;
|
|
2884
2884
|
/**
|
|
2885
2885
|
* <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
|
|
2886
2886
|
* <p>If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
|
|
2887
2887
|
* @public
|
|
2888
2888
|
*/
|
|
2889
|
-
Enabled?: boolean;
|
|
2889
|
+
Enabled?: boolean | undefined;
|
|
2890
2890
|
}
|
|
2891
2891
|
/**
|
|
2892
2892
|
* @public
|
|
@@ -2896,7 +2896,7 @@ export interface UpdateCustomRoutingAcceleratorResponse {
|
|
|
2896
2896
|
* <p>Information about the updated custom routing accelerator.</p>
|
|
2897
2897
|
* @public
|
|
2898
2898
|
*/
|
|
2899
|
-
Accelerator?: CustomRoutingAccelerator;
|
|
2899
|
+
Accelerator?: CustomRoutingAccelerator | undefined;
|
|
2900
2900
|
}
|
|
2901
2901
|
/**
|
|
2902
2902
|
* @public
|
|
@@ -2914,14 +2914,14 @@ export interface UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
|
2914
2914
|
* the <i>Global Accelerator Developer Guide</i>.</p>
|
|
2915
2915
|
* @public
|
|
2916
2916
|
*/
|
|
2917
|
-
FlowLogsEnabled?: boolean;
|
|
2917
|
+
FlowLogsEnabled?: boolean | undefined;
|
|
2918
2918
|
/**
|
|
2919
2919
|
* <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
|
|
2920
2920
|
* <code>true</code>. The bucket must exist and have a bucket policy that grants Global Accelerator permission to write to the
|
|
2921
2921
|
* bucket.</p>
|
|
2922
2922
|
* @public
|
|
2923
2923
|
*/
|
|
2924
|
-
FlowLogsS3Bucket?: string;
|
|
2924
|
+
FlowLogsS3Bucket?: string | undefined;
|
|
2925
2925
|
/**
|
|
2926
2926
|
* <p>Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
|
|
2927
2927
|
* <code>FlowLogsEnabled</code> is <code>true</code>. </p>
|
|
@@ -2930,7 +2930,7 @@ export interface UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
|
2930
2930
|
* <p>DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id</p>
|
|
2931
2931
|
* @public
|
|
2932
2932
|
*/
|
|
2933
|
-
FlowLogsS3Prefix?: string;
|
|
2933
|
+
FlowLogsS3Prefix?: string | undefined;
|
|
2934
2934
|
}
|
|
2935
2935
|
/**
|
|
2936
2936
|
* @public
|
|
@@ -2940,7 +2940,7 @@ export interface UpdateCustomRoutingAcceleratorAttributesResponse {
|
|
|
2940
2940
|
* <p>Updated custom routing accelerator.</p>
|
|
2941
2941
|
* @public
|
|
2942
2942
|
*/
|
|
2943
|
-
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
2943
|
+
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes | undefined;
|
|
2944
2944
|
}
|
|
2945
2945
|
/**
|
|
2946
2946
|
* @public
|
|
@@ -2968,7 +2968,7 @@ export interface UpdateCustomRoutingListenerResponse {
|
|
|
2968
2968
|
* <p>Information for the updated listener for a custom routing accelerator.</p>
|
|
2969
2969
|
* @public
|
|
2970
2970
|
*/
|
|
2971
|
-
Listener?: CustomRoutingListener;
|
|
2971
|
+
Listener?: CustomRoutingListener | undefined;
|
|
2972
2972
|
}
|
|
2973
2973
|
/**
|
|
2974
2974
|
* @public
|
|
@@ -2983,7 +2983,7 @@ export interface UpdateEndpointGroupRequest {
|
|
|
2983
2983
|
* <p>The list of endpoint objects. A resource must be valid and active when you add it as an endpoint.</p>
|
|
2984
2984
|
* @public
|
|
2985
2985
|
*/
|
|
2986
|
-
EndpointConfigurations?: EndpointConfiguration[];
|
|
2986
|
+
EndpointConfigurations?: EndpointConfiguration[] | undefined;
|
|
2987
2987
|
/**
|
|
2988
2988
|
* <p>The percentage of traffic to send to an Amazon Web Services Region. Additional traffic is distributed to other endpoint groups for
|
|
2989
2989
|
* this listener. </p>
|
|
@@ -2992,37 +2992,37 @@ export interface UpdateEndpointGroupRequest {
|
|
|
2992
2992
|
* <p>The default value is 100.</p>
|
|
2993
2993
|
* @public
|
|
2994
2994
|
*/
|
|
2995
|
-
TrafficDialPercentage?: number;
|
|
2995
|
+
TrafficDialPercentage?: number | undefined;
|
|
2996
2996
|
/**
|
|
2997
2997
|
* <p>The port that Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port
|
|
2998
2998
|
* is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses
|
|
2999
2999
|
* the first port in the list.</p>
|
|
3000
3000
|
* @public
|
|
3001
3001
|
*/
|
|
3002
|
-
HealthCheckPort?: number;
|
|
3002
|
+
HealthCheckPort?: number | undefined;
|
|
3003
3003
|
/**
|
|
3004
3004
|
* <p>The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default
|
|
3005
3005
|
* value is TCP.</p>
|
|
3006
3006
|
* @public
|
|
3007
3007
|
*/
|
|
3008
|
-
HealthCheckProtocol?: HealthCheckProtocol;
|
|
3008
|
+
HealthCheckProtocol?: HealthCheckProtocol | undefined;
|
|
3009
3009
|
/**
|
|
3010
3010
|
* <p>If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The
|
|
3011
3011
|
* default value is slash (/).</p>
|
|
3012
3012
|
* @public
|
|
3013
3013
|
*/
|
|
3014
|
-
HealthCheckPath?: string;
|
|
3014
|
+
HealthCheckPath?: string | undefined;
|
|
3015
3015
|
/**
|
|
3016
3016
|
* <p>The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.</p>
|
|
3017
3017
|
* @public
|
|
3018
3018
|
*/
|
|
3019
|
-
HealthCheckIntervalSeconds?: number;
|
|
3019
|
+
HealthCheckIntervalSeconds?: number | undefined;
|
|
3020
3020
|
/**
|
|
3021
3021
|
* <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
|
|
3022
3022
|
* unhealthy endpoint to healthy. The default value is 3.</p>
|
|
3023
3023
|
* @public
|
|
3024
3024
|
*/
|
|
3025
|
-
ThresholdCount?: number;
|
|
3025
|
+
ThresholdCount?: number | undefined;
|
|
3026
3026
|
/**
|
|
3027
3027
|
* <p>Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
|
3028
3028
|
* For example, you can create a port override in which the listener
|
|
@@ -3032,7 +3032,7 @@ export interface UpdateEndpointGroupRequest {
|
|
|
3032
3032
|
* Overriding listener ports</a> in the <i>Global Accelerator Developer Guide</i>.</p>
|
|
3033
3033
|
* @public
|
|
3034
3034
|
*/
|
|
3035
|
-
PortOverrides?: PortOverride[];
|
|
3035
|
+
PortOverrides?: PortOverride[] | undefined;
|
|
3036
3036
|
}
|
|
3037
3037
|
/**
|
|
3038
3038
|
* @public
|
|
@@ -3042,7 +3042,7 @@ export interface UpdateEndpointGroupResponse {
|
|
|
3042
3042
|
* <p>The information about the endpoint group that was updated.</p>
|
|
3043
3043
|
* @public
|
|
3044
3044
|
*/
|
|
3045
|
-
EndpointGroup?: EndpointGroup;
|
|
3045
|
+
EndpointGroup?: EndpointGroup | undefined;
|
|
3046
3046
|
}
|
|
3047
3047
|
/**
|
|
3048
3048
|
* @public
|
|
@@ -3057,12 +3057,12 @@ export interface UpdateListenerRequest {
|
|
|
3057
3057
|
* <p>The updated list of port ranges for the connections from clients to the accelerator.</p>
|
|
3058
3058
|
* @public
|
|
3059
3059
|
*/
|
|
3060
|
-
PortRanges?: PortRange[];
|
|
3060
|
+
PortRanges?: PortRange[] | undefined;
|
|
3061
3061
|
/**
|
|
3062
3062
|
* <p>The updated protocol for the connections from clients to the accelerator.</p>
|
|
3063
3063
|
* @public
|
|
3064
3064
|
*/
|
|
3065
|
-
Protocol?: Protocol;
|
|
3065
|
+
Protocol?: Protocol | undefined;
|
|
3066
3066
|
/**
|
|
3067
3067
|
* <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
|
|
3068
3068
|
* regardless of the port and protocol of the client request. Client affinity gives you control over whether to always
|
|
@@ -3078,7 +3078,7 @@ export interface UpdateListenerRequest {
|
|
|
3078
3078
|
* <p>The default value is <code>NONE</code>.</p>
|
|
3079
3079
|
* @public
|
|
3080
3080
|
*/
|
|
3081
|
-
ClientAffinity?: ClientAffinity;
|
|
3081
|
+
ClientAffinity?: ClientAffinity | undefined;
|
|
3082
3082
|
}
|
|
3083
3083
|
/**
|
|
3084
3084
|
* @public
|
|
@@ -3088,7 +3088,7 @@ export interface UpdateListenerResponse {
|
|
|
3088
3088
|
* <p>Information for the updated listener.</p>
|
|
3089
3089
|
* @public
|
|
3090
3090
|
*/
|
|
3091
|
-
Listener?: Listener;
|
|
3091
|
+
Listener?: Listener | undefined;
|
|
3092
3092
|
}
|
|
3093
3093
|
/**
|
|
3094
3094
|
* @public
|
|
@@ -3111,5 +3111,5 @@ export interface WithdrawByoipCidrResponse {
|
|
|
3111
3111
|
* <p>Information about the BYOIP address pool.</p>
|
|
3112
3112
|
* @public
|
|
3113
3113
|
*/
|
|
3114
|
-
ByoipCidr?: ByoipCidr;
|
|
3114
|
+
ByoipCidr?: ByoipCidr | undefined;
|
|
3115
3115
|
}
|