@aws-sdk/client-global-accelerator 3.131.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +23 -120
- package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +2 -2
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +2 -2
- package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +1 -1
- package/dist-cjs/commands/CreateAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateListenerCommand.js +2 -2
- package/dist-cjs/commands/DeleteAcceleratorCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +1 -1
- package/dist-cjs/commands/DeleteEndpointGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteListenerCommand.js +1 -1
- package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +1 -1
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +2 -2
- package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeListenerCommand.js +2 -2
- package/dist-cjs/commands/ListAcceleratorsCommand.js +2 -2
- package/dist-cjs/commands/ListByoipCidrsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -2
- package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListListenersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +2 -2
- package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateListenerCommand.js +2 -2
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +2 -2
- package/dist-cjs/models/models_0.js +449 -657
- package/dist-cjs/protocols/Aws_json1_1.js +29 -0
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +3 -3
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +3 -3
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/CreateAcceleratorCommand.js +3 -3
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +3 -3
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +3 -3
- package/dist-es/commands/CreateEndpointGroupCommand.js +3 -3
- package/dist-es/commands/CreateListenerCommand.js +3 -3
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +3 -3
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeAcceleratorCommand.js +3 -3
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +3 -3
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointGroupCommand.js +3 -3
- package/dist-es/commands/DescribeListenerCommand.js +3 -3
- package/dist-es/commands/ListAcceleratorsCommand.js +3 -3
- package/dist-es/commands/ListByoipCidrsCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +3 -3
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +3 -3
- package/dist-es/commands/ListEndpointGroupsCommand.js +3 -3
- package/dist-es/commands/ListListenersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ProvisionByoipCidrCommand.js +3 -3
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateAcceleratorCommand.js +3 -3
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -3
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointGroupCommand.js +3 -3
- package/dist-es/commands/UpdateListenerCommand.js +3 -3
- package/dist-es/commands/WithdrawByoipCidrCommand.js +3 -3
- package/dist-es/models/models_0.js +116 -436
- package/dist-es/protocols/Aws_json1_1.js +56 -24
- package/dist-types/GlobalAccelerator.d.ts +66 -158
- package/dist-types/GlobalAcceleratorClient.d.ts +25 -120
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +4 -4
- package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -2
- package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +4 -3
- package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAcceleratorCommand.d.ts +4 -4
- package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -3
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -3
- package/dist-types/commands/ListAcceleratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +4 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -2
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +620 -779
- package/dist-types/ts3.4/models/models_0.d.ts +236 -434
- package/package.json +6 -6
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { GlobalAcceleratorServiceException as __BaseException } from "./GlobalAcceleratorServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AcceleratorEvent {
|
|
5
|
+
|
|
6
|
+
Message?: string;
|
|
7
|
+
|
|
8
|
+
Timestamp?: Date;
|
|
9
|
+
}
|
|
3
10
|
export declare enum IpAddressType {
|
|
11
|
+
DUAL_STACK = "DUAL_STACK",
|
|
4
12
|
IPV4 = "IPV4"
|
|
5
13
|
}
|
|
14
|
+
export declare enum IpAddressFamily {
|
|
15
|
+
IPv4 = "IPv4",
|
|
16
|
+
IPv6 = "IPv6"
|
|
17
|
+
}
|
|
6
18
|
|
|
7
19
|
export interface IpSet {
|
|
8
20
|
|
|
9
21
|
IpFamily?: string;
|
|
10
22
|
|
|
11
23
|
IpAddresses?: string[];
|
|
12
|
-
}
|
|
13
|
-
export declare namespace IpSet {
|
|
14
24
|
|
|
15
|
-
|
|
25
|
+
IpAddressFamily?: IpAddressFamily | string;
|
|
16
26
|
}
|
|
17
27
|
export declare type AcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
|
|
18
28
|
|
|
@@ -35,10 +45,10 @@ export interface Accelerator {
|
|
|
35
45
|
CreatedTime?: Date;
|
|
36
46
|
|
|
37
47
|
LastModifiedTime?: Date;
|
|
38
|
-
}
|
|
39
|
-
export declare namespace Accelerator {
|
|
40
48
|
|
|
41
|
-
|
|
49
|
+
DualStackDnsName?: string;
|
|
50
|
+
|
|
51
|
+
Events?: AcceleratorEvent[];
|
|
42
52
|
}
|
|
43
53
|
|
|
44
54
|
export interface AcceleratorAttributes {
|
|
@@ -49,10 +59,6 @@ export interface AcceleratorAttributes {
|
|
|
49
59
|
|
|
50
60
|
FlowLogsS3Prefix?: string;
|
|
51
61
|
}
|
|
52
|
-
export declare namespace AcceleratorAttributes {
|
|
53
|
-
|
|
54
|
-
const filterSensitiveLog: (obj: AcceleratorAttributes) => any;
|
|
55
|
-
}
|
|
56
62
|
|
|
57
63
|
export declare class AcceleratorNotDisabledException extends __BaseException {
|
|
58
64
|
readonly name: "AcceleratorNotDisabledException";
|
|
@@ -82,39 +88,23 @@ export interface CustomRoutingEndpointConfiguration {
|
|
|
82
88
|
|
|
83
89
|
EndpointId?: string;
|
|
84
90
|
}
|
|
85
|
-
export declare namespace CustomRoutingEndpointConfiguration {
|
|
86
|
-
|
|
87
|
-
const filterSensitiveLog: (obj: CustomRoutingEndpointConfiguration) => any;
|
|
88
|
-
}
|
|
89
91
|
export interface AddCustomRoutingEndpointsRequest {
|
|
90
92
|
|
|
91
93
|
EndpointConfigurations: CustomRoutingEndpointConfiguration[] | undefined;
|
|
92
94
|
|
|
93
95
|
EndpointGroupArn: string | undefined;
|
|
94
96
|
}
|
|
95
|
-
export declare namespace AddCustomRoutingEndpointsRequest {
|
|
96
|
-
|
|
97
|
-
const filterSensitiveLog: (obj: AddCustomRoutingEndpointsRequest) => any;
|
|
98
|
-
}
|
|
99
97
|
|
|
100
98
|
export interface CustomRoutingEndpointDescription {
|
|
101
99
|
|
|
102
100
|
EndpointId?: string;
|
|
103
101
|
}
|
|
104
|
-
export declare namespace CustomRoutingEndpointDescription {
|
|
105
|
-
|
|
106
|
-
const filterSensitiveLog: (obj: CustomRoutingEndpointDescription) => any;
|
|
107
|
-
}
|
|
108
102
|
export interface AddCustomRoutingEndpointsResponse {
|
|
109
103
|
|
|
110
104
|
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
111
105
|
|
|
112
106
|
EndpointGroupArn?: string;
|
|
113
107
|
}
|
|
114
|
-
export declare namespace AddCustomRoutingEndpointsResponse {
|
|
115
|
-
|
|
116
|
-
const filterSensitiveLog: (obj: AddCustomRoutingEndpointsResponse) => any;
|
|
117
|
-
}
|
|
118
108
|
|
|
119
109
|
export declare class ConflictException extends __BaseException {
|
|
120
110
|
readonly name: "ConflictException";
|
|
@@ -167,10 +157,6 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
167
157
|
|
|
168
158
|
Cidr: string | undefined;
|
|
169
159
|
}
|
|
170
|
-
export declare namespace AdvertiseByoipCidrRequest {
|
|
171
|
-
|
|
172
|
-
const filterSensitiveLog: (obj: AdvertiseByoipCidrRequest) => any;
|
|
173
|
-
}
|
|
174
160
|
|
|
175
161
|
export interface ByoipCidrEvent {
|
|
176
162
|
|
|
@@ -178,10 +164,6 @@ export interface ByoipCidrEvent {
|
|
|
178
164
|
|
|
179
165
|
Timestamp?: Date;
|
|
180
166
|
}
|
|
181
|
-
export declare namespace ByoipCidrEvent {
|
|
182
|
-
|
|
183
|
-
const filterSensitiveLog: (obj: ByoipCidrEvent) => any;
|
|
184
|
-
}
|
|
185
167
|
export declare enum ByoipCidrState {
|
|
186
168
|
ADVERTISING = "ADVERTISING",
|
|
187
169
|
DEPROVISIONED = "DEPROVISIONED",
|
|
@@ -204,18 +186,10 @@ export interface ByoipCidr {
|
|
|
204
186
|
|
|
205
187
|
Events?: ByoipCidrEvent[];
|
|
206
188
|
}
|
|
207
|
-
export declare namespace ByoipCidr {
|
|
208
|
-
|
|
209
|
-
const filterSensitiveLog: (obj: ByoipCidr) => any;
|
|
210
|
-
}
|
|
211
189
|
export interface AdvertiseByoipCidrResponse {
|
|
212
190
|
|
|
213
191
|
ByoipCidr?: ByoipCidr;
|
|
214
192
|
}
|
|
215
|
-
export declare namespace AdvertiseByoipCidrResponse {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: AdvertiseByoipCidrResponse) => any;
|
|
218
|
-
}
|
|
219
193
|
|
|
220
194
|
export declare class ByoipCidrNotFoundException extends __BaseException {
|
|
221
195
|
readonly name: "ByoipCidrNotFoundException";
|
|
@@ -244,10 +218,6 @@ export interface AllowCustomRoutingTrafficRequest {
|
|
|
244
218
|
|
|
245
219
|
AllowAllTrafficToEndpoint?: boolean;
|
|
246
220
|
}
|
|
247
|
-
export declare namespace AllowCustomRoutingTrafficRequest {
|
|
248
|
-
|
|
249
|
-
const filterSensitiveLog: (obj: AllowCustomRoutingTrafficRequest) => any;
|
|
250
|
-
}
|
|
251
221
|
|
|
252
222
|
export declare class AssociatedEndpointGroupFoundException extends __BaseException {
|
|
253
223
|
readonly name: "AssociatedEndpointGroupFoundException";
|
|
@@ -271,10 +241,6 @@ export interface CidrAuthorizationContext {
|
|
|
271
241
|
|
|
272
242
|
Signature: string | undefined;
|
|
273
243
|
}
|
|
274
|
-
export declare namespace CidrAuthorizationContext {
|
|
275
|
-
|
|
276
|
-
const filterSensitiveLog: (obj: CidrAuthorizationContext) => any;
|
|
277
|
-
}
|
|
278
244
|
export declare type ClientAffinity = "NONE" | "SOURCE_IP";
|
|
279
245
|
|
|
280
246
|
export interface Tag {
|
|
@@ -283,10 +249,6 @@ export interface Tag {
|
|
|
283
249
|
|
|
284
250
|
Value: string | undefined;
|
|
285
251
|
}
|
|
286
|
-
export declare namespace Tag {
|
|
287
|
-
|
|
288
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
289
|
-
}
|
|
290
252
|
export interface CreateAcceleratorRequest {
|
|
291
253
|
|
|
292
254
|
Name: string | undefined;
|
|
@@ -301,18 +263,10 @@ export interface CreateAcceleratorRequest {
|
|
|
301
263
|
|
|
302
264
|
Tags?: Tag[];
|
|
303
265
|
}
|
|
304
|
-
export declare namespace CreateAcceleratorRequest {
|
|
305
|
-
|
|
306
|
-
const filterSensitiveLog: (obj: CreateAcceleratorRequest) => any;
|
|
307
|
-
}
|
|
308
266
|
export interface CreateAcceleratorResponse {
|
|
309
267
|
|
|
310
268
|
Accelerator?: Accelerator;
|
|
311
269
|
}
|
|
312
|
-
export declare namespace CreateAcceleratorResponse {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: CreateAcceleratorResponse) => any;
|
|
315
|
-
}
|
|
316
270
|
export interface CreateCustomRoutingAcceleratorRequest {
|
|
317
271
|
|
|
318
272
|
Name: string | undefined;
|
|
@@ -327,10 +281,6 @@ export interface CreateCustomRoutingAcceleratorRequest {
|
|
|
327
281
|
|
|
328
282
|
Tags?: Tag[];
|
|
329
283
|
}
|
|
330
|
-
export declare namespace CreateCustomRoutingAcceleratorRequest {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: CreateCustomRoutingAcceleratorRequest) => any;
|
|
333
|
-
}
|
|
334
284
|
export declare type CustomRoutingAcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
|
|
335
285
|
|
|
336
286
|
export interface CustomRoutingAccelerator {
|
|
@@ -353,18 +303,10 @@ export interface CustomRoutingAccelerator {
|
|
|
353
303
|
|
|
354
304
|
LastModifiedTime?: Date;
|
|
355
305
|
}
|
|
356
|
-
export declare namespace CustomRoutingAccelerator {
|
|
357
|
-
|
|
358
|
-
const filterSensitiveLog: (obj: CustomRoutingAccelerator) => any;
|
|
359
|
-
}
|
|
360
306
|
export interface CreateCustomRoutingAcceleratorResponse {
|
|
361
307
|
|
|
362
308
|
Accelerator?: CustomRoutingAccelerator;
|
|
363
309
|
}
|
|
364
|
-
export declare namespace CreateCustomRoutingAcceleratorResponse {
|
|
365
|
-
|
|
366
|
-
const filterSensitiveLog: (obj: CreateCustomRoutingAcceleratorResponse) => any;
|
|
367
|
-
}
|
|
368
310
|
export declare enum CustomRoutingProtocol {
|
|
369
311
|
TCP = "TCP",
|
|
370
312
|
UDP = "UDP"
|
|
@@ -378,10 +320,6 @@ export interface CustomRoutingDestinationConfiguration {
|
|
|
378
320
|
|
|
379
321
|
Protocols: (CustomRoutingProtocol | string)[] | undefined;
|
|
380
322
|
}
|
|
381
|
-
export declare namespace CustomRoutingDestinationConfiguration {
|
|
382
|
-
|
|
383
|
-
const filterSensitiveLog: (obj: CustomRoutingDestinationConfiguration) => any;
|
|
384
|
-
}
|
|
385
323
|
export interface CreateCustomRoutingEndpointGroupRequest {
|
|
386
324
|
|
|
387
325
|
ListenerArn: string | undefined;
|
|
@@ -392,10 +330,6 @@ export interface CreateCustomRoutingEndpointGroupRequest {
|
|
|
392
330
|
|
|
393
331
|
IdempotencyToken?: string;
|
|
394
332
|
}
|
|
395
|
-
export declare namespace CreateCustomRoutingEndpointGroupRequest {
|
|
396
|
-
|
|
397
|
-
const filterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupRequest) => any;
|
|
398
|
-
}
|
|
399
333
|
export declare enum Protocol {
|
|
400
334
|
TCP = "TCP",
|
|
401
335
|
UDP = "UDP"
|
|
@@ -409,10 +343,6 @@ export interface CustomRoutingDestinationDescription {
|
|
|
409
343
|
|
|
410
344
|
Protocols?: (Protocol | string)[];
|
|
411
345
|
}
|
|
412
|
-
export declare namespace CustomRoutingDestinationDescription {
|
|
413
|
-
|
|
414
|
-
const filterSensitiveLog: (obj: CustomRoutingDestinationDescription) => any;
|
|
415
|
-
}
|
|
416
346
|
|
|
417
347
|
export interface CustomRoutingEndpointGroup {
|
|
418
348
|
|
|
@@ -424,18 +354,10 @@ export interface CustomRoutingEndpointGroup {
|
|
|
424
354
|
|
|
425
355
|
EndpointDescriptions?: CustomRoutingEndpointDescription[];
|
|
426
356
|
}
|
|
427
|
-
export declare namespace CustomRoutingEndpointGroup {
|
|
428
|
-
|
|
429
|
-
const filterSensitiveLog: (obj: CustomRoutingEndpointGroup) => any;
|
|
430
|
-
}
|
|
431
357
|
export interface CreateCustomRoutingEndpointGroupResponse {
|
|
432
358
|
|
|
433
359
|
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
434
360
|
}
|
|
435
|
-
export declare namespace CreateCustomRoutingEndpointGroupResponse {
|
|
436
|
-
|
|
437
|
-
const filterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupResponse) => any;
|
|
438
|
-
}
|
|
439
361
|
|
|
440
362
|
export declare class EndpointGroupAlreadyExistsException extends __BaseException {
|
|
441
363
|
readonly name: "EndpointGroupAlreadyExistsException";
|
|
@@ -467,10 +389,6 @@ export interface PortRange {
|
|
|
467
389
|
|
|
468
390
|
ToPort?: number;
|
|
469
391
|
}
|
|
470
|
-
export declare namespace PortRange {
|
|
471
|
-
|
|
472
|
-
const filterSensitiveLog: (obj: PortRange) => any;
|
|
473
|
-
}
|
|
474
392
|
export interface CreateCustomRoutingListenerRequest {
|
|
475
393
|
|
|
476
394
|
AcceleratorArn: string | undefined;
|
|
@@ -479,10 +397,6 @@ export interface CreateCustomRoutingListenerRequest {
|
|
|
479
397
|
|
|
480
398
|
IdempotencyToken?: string;
|
|
481
399
|
}
|
|
482
|
-
export declare namespace CreateCustomRoutingListenerRequest {
|
|
483
|
-
|
|
484
|
-
const filterSensitiveLog: (obj: CreateCustomRoutingListenerRequest) => any;
|
|
485
|
-
}
|
|
486
400
|
|
|
487
401
|
export interface CustomRoutingListener {
|
|
488
402
|
|
|
@@ -490,18 +404,10 @@ export interface CustomRoutingListener {
|
|
|
490
404
|
|
|
491
405
|
PortRanges?: PortRange[];
|
|
492
406
|
}
|
|
493
|
-
export declare namespace CustomRoutingListener {
|
|
494
|
-
|
|
495
|
-
const filterSensitiveLog: (obj: CustomRoutingListener) => any;
|
|
496
|
-
}
|
|
497
407
|
export interface CreateCustomRoutingListenerResponse {
|
|
498
408
|
|
|
499
409
|
Listener?: CustomRoutingListener;
|
|
500
410
|
}
|
|
501
|
-
export declare namespace CreateCustomRoutingListenerResponse {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: CreateCustomRoutingListenerResponse) => any;
|
|
504
|
-
}
|
|
505
411
|
|
|
506
412
|
export interface EndpointConfiguration {
|
|
507
413
|
|
|
@@ -511,10 +417,6 @@ export interface EndpointConfiguration {
|
|
|
511
417
|
|
|
512
418
|
ClientIPPreservationEnabled?: boolean;
|
|
513
419
|
}
|
|
514
|
-
export declare namespace EndpointConfiguration {
|
|
515
|
-
|
|
516
|
-
const filterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
517
|
-
}
|
|
518
420
|
export declare enum HealthCheckProtocol {
|
|
519
421
|
HTTP = "HTTP",
|
|
520
422
|
HTTPS = "HTTPS",
|
|
@@ -527,10 +429,6 @@ export interface PortOverride {
|
|
|
527
429
|
|
|
528
430
|
EndpointPort?: number;
|
|
529
431
|
}
|
|
530
|
-
export declare namespace PortOverride {
|
|
531
|
-
|
|
532
|
-
const filterSensitiveLog: (obj: PortOverride) => any;
|
|
533
|
-
}
|
|
534
432
|
export interface CreateEndpointGroupRequest {
|
|
535
433
|
|
|
536
434
|
ListenerArn: string | undefined;
|
|
@@ -555,10 +453,6 @@ export interface CreateEndpointGroupRequest {
|
|
|
555
453
|
|
|
556
454
|
PortOverrides?: PortOverride[];
|
|
557
455
|
}
|
|
558
|
-
export declare namespace CreateEndpointGroupRequest {
|
|
559
|
-
|
|
560
|
-
const filterSensitiveLog: (obj: CreateEndpointGroupRequest) => any;
|
|
561
|
-
}
|
|
562
456
|
export declare type HealthState = "HEALTHY" | "INITIAL" | "UNHEALTHY";
|
|
563
457
|
|
|
564
458
|
export interface EndpointDescription {
|
|
@@ -573,10 +467,6 @@ export interface EndpointDescription {
|
|
|
573
467
|
|
|
574
468
|
ClientIPPreservationEnabled?: boolean;
|
|
575
469
|
}
|
|
576
|
-
export declare namespace EndpointDescription {
|
|
577
|
-
|
|
578
|
-
const filterSensitiveLog: (obj: EndpointDescription) => any;
|
|
579
|
-
}
|
|
580
470
|
|
|
581
471
|
export interface EndpointGroup {
|
|
582
472
|
|
|
@@ -600,18 +490,10 @@ export interface EndpointGroup {
|
|
|
600
490
|
|
|
601
491
|
PortOverrides?: PortOverride[];
|
|
602
492
|
}
|
|
603
|
-
export declare namespace EndpointGroup {
|
|
604
|
-
|
|
605
|
-
const filterSensitiveLog: (obj: EndpointGroup) => any;
|
|
606
|
-
}
|
|
607
493
|
export interface CreateEndpointGroupResponse {
|
|
608
494
|
|
|
609
495
|
EndpointGroup?: EndpointGroup;
|
|
610
496
|
}
|
|
611
|
-
export declare namespace CreateEndpointGroupResponse {
|
|
612
|
-
|
|
613
|
-
const filterSensitiveLog: (obj: CreateEndpointGroupResponse) => any;
|
|
614
|
-
}
|
|
615
497
|
export interface CreateListenerRequest {
|
|
616
498
|
|
|
617
499
|
AcceleratorArn: string | undefined;
|
|
@@ -624,10 +506,6 @@ export interface CreateListenerRequest {
|
|
|
624
506
|
|
|
625
507
|
IdempotencyToken?: string;
|
|
626
508
|
}
|
|
627
|
-
export declare namespace CreateListenerRequest {
|
|
628
|
-
|
|
629
|
-
const filterSensitiveLog: (obj: CreateListenerRequest) => any;
|
|
630
|
-
}
|
|
631
509
|
|
|
632
510
|
export interface Listener {
|
|
633
511
|
|
|
@@ -639,18 +517,10 @@ export interface Listener {
|
|
|
639
517
|
|
|
640
518
|
ClientAffinity?: ClientAffinity | string;
|
|
641
519
|
}
|
|
642
|
-
export declare namespace Listener {
|
|
643
|
-
|
|
644
|
-
const filterSensitiveLog: (obj: Listener) => any;
|
|
645
|
-
}
|
|
646
520
|
export interface CreateListenerResponse {
|
|
647
521
|
|
|
648
522
|
Listener?: Listener;
|
|
649
523
|
}
|
|
650
|
-
export declare namespace CreateListenerResponse {
|
|
651
|
-
|
|
652
|
-
const filterSensitiveLog: (obj: CreateListenerResponse) => any;
|
|
653
|
-
}
|
|
654
524
|
|
|
655
525
|
export interface CustomRoutingAcceleratorAttributes {
|
|
656
526
|
|
|
@@ -660,10 +530,6 @@ export interface CustomRoutingAcceleratorAttributes {
|
|
|
660
530
|
|
|
661
531
|
FlowLogsS3Prefix?: string;
|
|
662
532
|
}
|
|
663
|
-
export declare namespace CustomRoutingAcceleratorAttributes {
|
|
664
|
-
|
|
665
|
-
const filterSensitiveLog: (obj: CustomRoutingAcceleratorAttributes) => any;
|
|
666
|
-
}
|
|
667
533
|
export declare enum CustomRoutingDestinationTrafficState {
|
|
668
534
|
ALLOW = "ALLOW",
|
|
669
535
|
DENY = "DENY"
|
|
@@ -672,50 +538,26 @@ export interface DeleteAcceleratorRequest {
|
|
|
672
538
|
|
|
673
539
|
AcceleratorArn: string | undefined;
|
|
674
540
|
}
|
|
675
|
-
export declare namespace DeleteAcceleratorRequest {
|
|
676
|
-
|
|
677
|
-
const filterSensitiveLog: (obj: DeleteAcceleratorRequest) => any;
|
|
678
|
-
}
|
|
679
541
|
export interface DeleteCustomRoutingAcceleratorRequest {
|
|
680
542
|
|
|
681
543
|
AcceleratorArn: string | undefined;
|
|
682
544
|
}
|
|
683
|
-
export declare namespace DeleteCustomRoutingAcceleratorRequest {
|
|
684
|
-
|
|
685
|
-
const filterSensitiveLog: (obj: DeleteCustomRoutingAcceleratorRequest) => any;
|
|
686
|
-
}
|
|
687
545
|
export interface DeleteCustomRoutingEndpointGroupRequest {
|
|
688
546
|
|
|
689
547
|
EndpointGroupArn: string | undefined;
|
|
690
548
|
}
|
|
691
|
-
export declare namespace DeleteCustomRoutingEndpointGroupRequest {
|
|
692
|
-
|
|
693
|
-
const filterSensitiveLog: (obj: DeleteCustomRoutingEndpointGroupRequest) => any;
|
|
694
|
-
}
|
|
695
549
|
export interface DeleteCustomRoutingListenerRequest {
|
|
696
550
|
|
|
697
551
|
ListenerArn: string | undefined;
|
|
698
552
|
}
|
|
699
|
-
export declare namespace DeleteCustomRoutingListenerRequest {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: DeleteCustomRoutingListenerRequest) => any;
|
|
702
|
-
}
|
|
703
553
|
export interface DeleteEndpointGroupRequest {
|
|
704
554
|
|
|
705
555
|
EndpointGroupArn: string | undefined;
|
|
706
556
|
}
|
|
707
|
-
export declare namespace DeleteEndpointGroupRequest {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: DeleteEndpointGroupRequest) => any;
|
|
710
|
-
}
|
|
711
557
|
export interface DeleteListenerRequest {
|
|
712
558
|
|
|
713
559
|
ListenerArn: string | undefined;
|
|
714
560
|
}
|
|
715
|
-
export declare namespace DeleteListenerRequest {
|
|
716
|
-
|
|
717
|
-
const filterSensitiveLog: (obj: DeleteListenerRequest) => any;
|
|
718
|
-
}
|
|
719
561
|
export interface DenyCustomRoutingTrafficRequest {
|
|
720
562
|
|
|
721
563
|
EndpointGroupArn: string | undefined;
|
|
@@ -728,154 +570,78 @@ export interface DenyCustomRoutingTrafficRequest {
|
|
|
728
570
|
|
|
729
571
|
DenyAllTrafficToEndpoint?: boolean;
|
|
730
572
|
}
|
|
731
|
-
export declare namespace DenyCustomRoutingTrafficRequest {
|
|
732
|
-
|
|
733
|
-
const filterSensitiveLog: (obj: DenyCustomRoutingTrafficRequest) => any;
|
|
734
|
-
}
|
|
735
573
|
export interface DeprovisionByoipCidrRequest {
|
|
736
574
|
|
|
737
575
|
Cidr: string | undefined;
|
|
738
576
|
}
|
|
739
|
-
export declare namespace DeprovisionByoipCidrRequest {
|
|
740
|
-
|
|
741
|
-
const filterSensitiveLog: (obj: DeprovisionByoipCidrRequest) => any;
|
|
742
|
-
}
|
|
743
577
|
export interface DeprovisionByoipCidrResponse {
|
|
744
578
|
|
|
745
579
|
ByoipCidr?: ByoipCidr;
|
|
746
580
|
}
|
|
747
|
-
export declare namespace DeprovisionByoipCidrResponse {
|
|
748
|
-
|
|
749
|
-
const filterSensitiveLog: (obj: DeprovisionByoipCidrResponse) => any;
|
|
750
|
-
}
|
|
751
581
|
export interface DescribeAcceleratorRequest {
|
|
752
582
|
|
|
753
583
|
AcceleratorArn: string | undefined;
|
|
754
584
|
}
|
|
755
|
-
export declare namespace DescribeAcceleratorRequest {
|
|
756
|
-
|
|
757
|
-
const filterSensitiveLog: (obj: DescribeAcceleratorRequest) => any;
|
|
758
|
-
}
|
|
759
585
|
export interface DescribeAcceleratorResponse {
|
|
760
586
|
|
|
761
587
|
Accelerator?: Accelerator;
|
|
762
588
|
}
|
|
763
|
-
export declare namespace DescribeAcceleratorResponse {
|
|
764
|
-
|
|
765
|
-
const filterSensitiveLog: (obj: DescribeAcceleratorResponse) => any;
|
|
766
|
-
}
|
|
767
589
|
export interface DescribeAcceleratorAttributesRequest {
|
|
768
590
|
|
|
769
591
|
AcceleratorArn: string | undefined;
|
|
770
592
|
}
|
|
771
|
-
export declare namespace DescribeAcceleratorAttributesRequest {
|
|
772
|
-
|
|
773
|
-
const filterSensitiveLog: (obj: DescribeAcceleratorAttributesRequest) => any;
|
|
774
|
-
}
|
|
775
593
|
export interface DescribeAcceleratorAttributesResponse {
|
|
776
594
|
|
|
777
595
|
AcceleratorAttributes?: AcceleratorAttributes;
|
|
778
596
|
}
|
|
779
|
-
export declare namespace DescribeAcceleratorAttributesResponse {
|
|
780
|
-
|
|
781
|
-
const filterSensitiveLog: (obj: DescribeAcceleratorAttributesResponse) => any;
|
|
782
|
-
}
|
|
783
597
|
export interface DescribeCustomRoutingAcceleratorRequest {
|
|
784
598
|
|
|
785
599
|
AcceleratorArn: string | undefined;
|
|
786
600
|
}
|
|
787
|
-
export declare namespace DescribeCustomRoutingAcceleratorRequest {
|
|
788
|
-
|
|
789
|
-
const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorRequest) => any;
|
|
790
|
-
}
|
|
791
601
|
export interface DescribeCustomRoutingAcceleratorResponse {
|
|
792
602
|
|
|
793
603
|
Accelerator?: CustomRoutingAccelerator;
|
|
794
604
|
}
|
|
795
|
-
export declare namespace DescribeCustomRoutingAcceleratorResponse {
|
|
796
|
-
|
|
797
|
-
const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorResponse) => any;
|
|
798
|
-
}
|
|
799
605
|
export interface DescribeCustomRoutingAcceleratorAttributesRequest {
|
|
800
606
|
|
|
801
607
|
AcceleratorArn: string | undefined;
|
|
802
608
|
}
|
|
803
|
-
export declare namespace DescribeCustomRoutingAcceleratorAttributesRequest {
|
|
804
|
-
|
|
805
|
-
const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorAttributesRequest) => any;
|
|
806
|
-
}
|
|
807
609
|
export interface DescribeCustomRoutingAcceleratorAttributesResponse {
|
|
808
610
|
|
|
809
611
|
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
810
612
|
}
|
|
811
|
-
export declare namespace DescribeCustomRoutingAcceleratorAttributesResponse {
|
|
812
|
-
|
|
813
|
-
const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorAttributesResponse) => any;
|
|
814
|
-
}
|
|
815
613
|
export interface DescribeCustomRoutingEndpointGroupRequest {
|
|
816
614
|
|
|
817
615
|
EndpointGroupArn: string | undefined;
|
|
818
616
|
}
|
|
819
|
-
export declare namespace DescribeCustomRoutingEndpointGroupRequest {
|
|
820
|
-
|
|
821
|
-
const filterSensitiveLog: (obj: DescribeCustomRoutingEndpointGroupRequest) => any;
|
|
822
|
-
}
|
|
823
617
|
export interface DescribeCustomRoutingEndpointGroupResponse {
|
|
824
618
|
|
|
825
619
|
EndpointGroup?: CustomRoutingEndpointGroup;
|
|
826
620
|
}
|
|
827
|
-
export declare namespace DescribeCustomRoutingEndpointGroupResponse {
|
|
828
|
-
|
|
829
|
-
const filterSensitiveLog: (obj: DescribeCustomRoutingEndpointGroupResponse) => any;
|
|
830
|
-
}
|
|
831
621
|
export interface DescribeCustomRoutingListenerRequest {
|
|
832
622
|
|
|
833
623
|
ListenerArn: string | undefined;
|
|
834
624
|
}
|
|
835
|
-
export declare namespace DescribeCustomRoutingListenerRequest {
|
|
836
|
-
|
|
837
|
-
const filterSensitiveLog: (obj: DescribeCustomRoutingListenerRequest) => any;
|
|
838
|
-
}
|
|
839
625
|
export interface DescribeCustomRoutingListenerResponse {
|
|
840
626
|
|
|
841
627
|
Listener?: CustomRoutingListener;
|
|
842
628
|
}
|
|
843
|
-
export declare namespace DescribeCustomRoutingListenerResponse {
|
|
844
|
-
|
|
845
|
-
const filterSensitiveLog: (obj: DescribeCustomRoutingListenerResponse) => any;
|
|
846
|
-
}
|
|
847
629
|
export interface DescribeEndpointGroupRequest {
|
|
848
630
|
|
|
849
631
|
EndpointGroupArn: string | undefined;
|
|
850
632
|
}
|
|
851
|
-
export declare namespace DescribeEndpointGroupRequest {
|
|
852
|
-
|
|
853
|
-
const filterSensitiveLog: (obj: DescribeEndpointGroupRequest) => any;
|
|
854
|
-
}
|
|
855
633
|
export interface DescribeEndpointGroupResponse {
|
|
856
634
|
|
|
857
635
|
EndpointGroup?: EndpointGroup;
|
|
858
636
|
}
|
|
859
|
-
export declare namespace DescribeEndpointGroupResponse {
|
|
860
|
-
|
|
861
|
-
const filterSensitiveLog: (obj: DescribeEndpointGroupResponse) => any;
|
|
862
|
-
}
|
|
863
637
|
export interface DescribeListenerRequest {
|
|
864
638
|
|
|
865
639
|
ListenerArn: string | undefined;
|
|
866
640
|
}
|
|
867
|
-
export declare namespace DescribeListenerRequest {
|
|
868
|
-
|
|
869
|
-
const filterSensitiveLog: (obj: DescribeListenerRequest) => any;
|
|
870
|
-
}
|
|
871
641
|
export interface DescribeListenerResponse {
|
|
872
642
|
|
|
873
643
|
Listener?: Listener;
|
|
874
644
|
}
|
|
875
|
-
export declare namespace DescribeListenerResponse {
|
|
876
|
-
|
|
877
|
-
const filterSensitiveLog: (obj: DescribeListenerResponse) => any;
|
|
878
|
-
}
|
|
879
645
|
|
|
880
646
|
export interface SocketAddress {
|
|
881
647
|
|
|
@@ -883,10 +649,6 @@ export interface SocketAddress {
|
|
|
883
649
|
|
|
884
650
|
Port?: number;
|
|
885
651
|
}
|
|
886
|
-
export declare namespace SocketAddress {
|
|
887
|
-
|
|
888
|
-
const filterSensitiveLog: (obj: SocketAddress) => any;
|
|
889
|
-
}
|
|
890
652
|
|
|
891
653
|
export interface DestinationPortMapping {
|
|
892
654
|
|
|
@@ -906,10 +668,6 @@ export interface DestinationPortMapping {
|
|
|
906
668
|
|
|
907
669
|
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
908
670
|
}
|
|
909
|
-
export declare namespace DestinationPortMapping {
|
|
910
|
-
|
|
911
|
-
const filterSensitiveLog: (obj: DestinationPortMapping) => any;
|
|
912
|
-
}
|
|
913
671
|
|
|
914
672
|
export declare class EndpointNotFoundException extends __BaseException {
|
|
915
673
|
readonly name: "EndpointNotFoundException";
|
|
@@ -932,60 +690,36 @@ export interface ListAcceleratorsRequest {
|
|
|
932
690
|
|
|
933
691
|
NextToken?: string;
|
|
934
692
|
}
|
|
935
|
-
export declare namespace ListAcceleratorsRequest {
|
|
936
|
-
|
|
937
|
-
const filterSensitiveLog: (obj: ListAcceleratorsRequest) => any;
|
|
938
|
-
}
|
|
939
693
|
export interface ListAcceleratorsResponse {
|
|
940
694
|
|
|
941
695
|
Accelerators?: Accelerator[];
|
|
942
696
|
|
|
943
697
|
NextToken?: string;
|
|
944
698
|
}
|
|
945
|
-
export declare namespace ListAcceleratorsResponse {
|
|
946
|
-
|
|
947
|
-
const filterSensitiveLog: (obj: ListAcceleratorsResponse) => any;
|
|
948
|
-
}
|
|
949
699
|
export interface ListByoipCidrsRequest {
|
|
950
700
|
|
|
951
701
|
MaxResults?: number;
|
|
952
702
|
|
|
953
703
|
NextToken?: string;
|
|
954
704
|
}
|
|
955
|
-
export declare namespace ListByoipCidrsRequest {
|
|
956
|
-
|
|
957
|
-
const filterSensitiveLog: (obj: ListByoipCidrsRequest) => any;
|
|
958
|
-
}
|
|
959
705
|
export interface ListByoipCidrsResponse {
|
|
960
706
|
|
|
961
707
|
ByoipCidrs?: ByoipCidr[];
|
|
962
708
|
|
|
963
709
|
NextToken?: string;
|
|
964
710
|
}
|
|
965
|
-
export declare namespace ListByoipCidrsResponse {
|
|
966
|
-
|
|
967
|
-
const filterSensitiveLog: (obj: ListByoipCidrsResponse) => any;
|
|
968
|
-
}
|
|
969
711
|
export interface ListCustomRoutingAcceleratorsRequest {
|
|
970
712
|
|
|
971
713
|
MaxResults?: number;
|
|
972
714
|
|
|
973
715
|
NextToken?: string;
|
|
974
716
|
}
|
|
975
|
-
export declare namespace ListCustomRoutingAcceleratorsRequest {
|
|
976
|
-
|
|
977
|
-
const filterSensitiveLog: (obj: ListCustomRoutingAcceleratorsRequest) => any;
|
|
978
|
-
}
|
|
979
717
|
export interface ListCustomRoutingAcceleratorsResponse {
|
|
980
718
|
|
|
981
719
|
Accelerators?: CustomRoutingAccelerator[];
|
|
982
720
|
|
|
983
721
|
NextToken?: string;
|
|
984
722
|
}
|
|
985
|
-
export declare namespace ListCustomRoutingAcceleratorsResponse {
|
|
986
|
-
|
|
987
|
-
const filterSensitiveLog: (obj: ListCustomRoutingAcceleratorsResponse) => any;
|
|
988
|
-
}
|
|
989
723
|
export interface ListCustomRoutingEndpointGroupsRequest {
|
|
990
724
|
|
|
991
725
|
ListenerArn: string | undefined;
|
|
@@ -994,20 +728,12 @@ export interface ListCustomRoutingEndpointGroupsRequest {
|
|
|
994
728
|
|
|
995
729
|
NextToken?: string;
|
|
996
730
|
}
|
|
997
|
-
export declare namespace ListCustomRoutingEndpointGroupsRequest {
|
|
998
|
-
|
|
999
|
-
const filterSensitiveLog: (obj: ListCustomRoutingEndpointGroupsRequest) => any;
|
|
1000
|
-
}
|
|
1001
731
|
export interface ListCustomRoutingEndpointGroupsResponse {
|
|
1002
732
|
|
|
1003
733
|
EndpointGroups?: CustomRoutingEndpointGroup[];
|
|
1004
734
|
|
|
1005
735
|
NextToken?: string;
|
|
1006
736
|
}
|
|
1007
|
-
export declare namespace ListCustomRoutingEndpointGroupsResponse {
|
|
1008
|
-
|
|
1009
|
-
const filterSensitiveLog: (obj: ListCustomRoutingEndpointGroupsResponse) => any;
|
|
1010
|
-
}
|
|
1011
737
|
export interface ListCustomRoutingListenersRequest {
|
|
1012
738
|
|
|
1013
739
|
AcceleratorArn: string | undefined;
|
|
@@ -1016,20 +742,12 @@ export interface ListCustomRoutingListenersRequest {
|
|
|
1016
742
|
|
|
1017
743
|
NextToken?: string;
|
|
1018
744
|
}
|
|
1019
|
-
export declare namespace ListCustomRoutingListenersRequest {
|
|
1020
|
-
|
|
1021
|
-
const filterSensitiveLog: (obj: ListCustomRoutingListenersRequest) => any;
|
|
1022
|
-
}
|
|
1023
745
|
export interface ListCustomRoutingListenersResponse {
|
|
1024
746
|
|
|
1025
747
|
Listeners?: CustomRoutingListener[];
|
|
1026
748
|
|
|
1027
749
|
NextToken?: string;
|
|
1028
750
|
}
|
|
1029
|
-
export declare namespace ListCustomRoutingListenersResponse {
|
|
1030
|
-
|
|
1031
|
-
const filterSensitiveLog: (obj: ListCustomRoutingListenersResponse) => any;
|
|
1032
|
-
}
|
|
1033
751
|
export interface ListCustomRoutingPortMappingsRequest {
|
|
1034
752
|
|
|
1035
753
|
AcceleratorArn: string | undefined;
|
|
@@ -1040,10 +758,6 @@ export interface ListCustomRoutingPortMappingsRequest {
|
|
|
1040
758
|
|
|
1041
759
|
NextToken?: string;
|
|
1042
760
|
}
|
|
1043
|
-
export declare namespace ListCustomRoutingPortMappingsRequest {
|
|
1044
|
-
|
|
1045
|
-
const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsRequest) => any;
|
|
1046
|
-
}
|
|
1047
761
|
|
|
1048
762
|
export interface PortMapping {
|
|
1049
763
|
|
|
@@ -1059,20 +773,12 @@ export interface PortMapping {
|
|
|
1059
773
|
|
|
1060
774
|
DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
|
|
1061
775
|
}
|
|
1062
|
-
export declare namespace PortMapping {
|
|
1063
|
-
|
|
1064
|
-
const filterSensitiveLog: (obj: PortMapping) => any;
|
|
1065
|
-
}
|
|
1066
776
|
export interface ListCustomRoutingPortMappingsResponse {
|
|
1067
777
|
|
|
1068
778
|
PortMappings?: PortMapping[];
|
|
1069
779
|
|
|
1070
780
|
NextToken?: string;
|
|
1071
781
|
}
|
|
1072
|
-
export declare namespace ListCustomRoutingPortMappingsResponse {
|
|
1073
|
-
|
|
1074
|
-
const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsResponse) => any;
|
|
1075
|
-
}
|
|
1076
782
|
export interface ListCustomRoutingPortMappingsByDestinationRequest {
|
|
1077
783
|
|
|
1078
784
|
EndpointId: string | undefined;
|
|
@@ -1083,20 +789,12 @@ export interface ListCustomRoutingPortMappingsByDestinationRequest {
|
|
|
1083
789
|
|
|
1084
790
|
NextToken?: string;
|
|
1085
791
|
}
|
|
1086
|
-
export declare namespace ListCustomRoutingPortMappingsByDestinationRequest {
|
|
1087
|
-
|
|
1088
|
-
const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsByDestinationRequest) => any;
|
|
1089
|
-
}
|
|
1090
792
|
export interface ListCustomRoutingPortMappingsByDestinationResponse {
|
|
1091
793
|
|
|
1092
794
|
DestinationPortMappings?: DestinationPortMapping[];
|
|
1093
795
|
|
|
1094
796
|
NextToken?: string;
|
|
1095
797
|
}
|
|
1096
|
-
export declare namespace ListCustomRoutingPortMappingsByDestinationResponse {
|
|
1097
|
-
|
|
1098
|
-
const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsByDestinationResponse) => any;
|
|
1099
|
-
}
|
|
1100
798
|
export interface ListEndpointGroupsRequest {
|
|
1101
799
|
|
|
1102
800
|
ListenerArn: string | undefined;
|
|
@@ -1105,20 +803,12 @@ export interface ListEndpointGroupsRequest {
|
|
|
1105
803
|
|
|
1106
804
|
NextToken?: string;
|
|
1107
805
|
}
|
|
1108
|
-
export declare namespace ListEndpointGroupsRequest {
|
|
1109
|
-
|
|
1110
|
-
const filterSensitiveLog: (obj: ListEndpointGroupsRequest) => any;
|
|
1111
|
-
}
|
|
1112
806
|
export interface ListEndpointGroupsResponse {
|
|
1113
807
|
|
|
1114
808
|
EndpointGroups?: EndpointGroup[];
|
|
1115
809
|
|
|
1116
810
|
NextToken?: string;
|
|
1117
811
|
}
|
|
1118
|
-
export declare namespace ListEndpointGroupsResponse {
|
|
1119
|
-
|
|
1120
|
-
const filterSensitiveLog: (obj: ListEndpointGroupsResponse) => any;
|
|
1121
|
-
}
|
|
1122
812
|
export interface ListListenersRequest {
|
|
1123
813
|
|
|
1124
814
|
AcceleratorArn: string | undefined;
|
|
@@ -1127,96 +817,52 @@ export interface ListListenersRequest {
|
|
|
1127
817
|
|
|
1128
818
|
NextToken?: string;
|
|
1129
819
|
}
|
|
1130
|
-
export declare namespace ListListenersRequest {
|
|
1131
|
-
|
|
1132
|
-
const filterSensitiveLog: (obj: ListListenersRequest) => any;
|
|
1133
|
-
}
|
|
1134
820
|
export interface ListListenersResponse {
|
|
1135
821
|
|
|
1136
822
|
Listeners?: Listener[];
|
|
1137
823
|
|
|
1138
824
|
NextToken?: string;
|
|
1139
825
|
}
|
|
1140
|
-
export declare namespace ListListenersResponse {
|
|
1141
|
-
|
|
1142
|
-
const filterSensitiveLog: (obj: ListListenersResponse) => any;
|
|
1143
|
-
}
|
|
1144
826
|
export interface ListTagsForResourceRequest {
|
|
1145
827
|
|
|
1146
828
|
ResourceArn: string | undefined;
|
|
1147
829
|
}
|
|
1148
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1149
|
-
|
|
1150
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1151
|
-
}
|
|
1152
830
|
export interface ListTagsForResourceResponse {
|
|
1153
831
|
|
|
1154
832
|
Tags?: Tag[];
|
|
1155
833
|
}
|
|
1156
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1157
|
-
|
|
1158
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1159
|
-
}
|
|
1160
834
|
export interface ProvisionByoipCidrRequest {
|
|
1161
835
|
|
|
1162
836
|
Cidr: string | undefined;
|
|
1163
837
|
|
|
1164
838
|
CidrAuthorizationContext: CidrAuthorizationContext | undefined;
|
|
1165
839
|
}
|
|
1166
|
-
export declare namespace ProvisionByoipCidrRequest {
|
|
1167
|
-
|
|
1168
|
-
const filterSensitiveLog: (obj: ProvisionByoipCidrRequest) => any;
|
|
1169
|
-
}
|
|
1170
840
|
export interface ProvisionByoipCidrResponse {
|
|
1171
841
|
|
|
1172
842
|
ByoipCidr?: ByoipCidr;
|
|
1173
843
|
}
|
|
1174
|
-
export declare namespace ProvisionByoipCidrResponse {
|
|
1175
|
-
|
|
1176
|
-
const filterSensitiveLog: (obj: ProvisionByoipCidrResponse) => any;
|
|
1177
|
-
}
|
|
1178
844
|
export interface RemoveCustomRoutingEndpointsRequest {
|
|
1179
845
|
|
|
1180
846
|
EndpointIds: string[] | undefined;
|
|
1181
847
|
|
|
1182
848
|
EndpointGroupArn: string | undefined;
|
|
1183
849
|
}
|
|
1184
|
-
export declare namespace RemoveCustomRoutingEndpointsRequest {
|
|
1185
|
-
|
|
1186
|
-
const filterSensitiveLog: (obj: RemoveCustomRoutingEndpointsRequest) => any;
|
|
1187
|
-
}
|
|
1188
850
|
export interface TagResourceRequest {
|
|
1189
851
|
|
|
1190
852
|
ResourceArn: string | undefined;
|
|
1191
853
|
|
|
1192
854
|
Tags: Tag[] | undefined;
|
|
1193
855
|
}
|
|
1194
|
-
export declare namespace TagResourceRequest {
|
|
1195
|
-
|
|
1196
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1197
|
-
}
|
|
1198
856
|
export interface TagResourceResponse {
|
|
1199
857
|
}
|
|
1200
|
-
export declare namespace TagResourceResponse {
|
|
1201
|
-
|
|
1202
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1203
|
-
}
|
|
1204
858
|
export interface UntagResourceRequest {
|
|
1205
859
|
|
|
1206
860
|
ResourceArn: string | undefined;
|
|
1207
861
|
|
|
1208
862
|
TagKeys: string[] | undefined;
|
|
1209
863
|
}
|
|
1210
|
-
export declare namespace UntagResourceRequest {
|
|
1211
|
-
|
|
1212
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1213
|
-
}
|
|
1214
864
|
export interface UntagResourceResponse {
|
|
1215
865
|
}
|
|
1216
|
-
export declare namespace UntagResourceResponse {
|
|
1217
|
-
|
|
1218
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1219
|
-
}
|
|
1220
866
|
export interface UpdateAcceleratorRequest {
|
|
1221
867
|
|
|
1222
868
|
AcceleratorArn: string | undefined;
|
|
@@ -1227,18 +873,10 @@ export interface UpdateAcceleratorRequest {
|
|
|
1227
873
|
|
|
1228
874
|
Enabled?: boolean;
|
|
1229
875
|
}
|
|
1230
|
-
export declare namespace UpdateAcceleratorRequest {
|
|
1231
|
-
|
|
1232
|
-
const filterSensitiveLog: (obj: UpdateAcceleratorRequest) => any;
|
|
1233
|
-
}
|
|
1234
876
|
export interface UpdateAcceleratorResponse {
|
|
1235
877
|
|
|
1236
878
|
Accelerator?: Accelerator;
|
|
1237
879
|
}
|
|
1238
|
-
export declare namespace UpdateAcceleratorResponse {
|
|
1239
|
-
|
|
1240
|
-
const filterSensitiveLog: (obj: UpdateAcceleratorResponse) => any;
|
|
1241
|
-
}
|
|
1242
880
|
export interface UpdateAcceleratorAttributesRequest {
|
|
1243
881
|
|
|
1244
882
|
AcceleratorArn: string | undefined;
|
|
@@ -1249,18 +887,10 @@ export interface UpdateAcceleratorAttributesRequest {
|
|
|
1249
887
|
|
|
1250
888
|
FlowLogsS3Prefix?: string;
|
|
1251
889
|
}
|
|
1252
|
-
export declare namespace UpdateAcceleratorAttributesRequest {
|
|
1253
|
-
|
|
1254
|
-
const filterSensitiveLog: (obj: UpdateAcceleratorAttributesRequest) => any;
|
|
1255
|
-
}
|
|
1256
890
|
export interface UpdateAcceleratorAttributesResponse {
|
|
1257
891
|
|
|
1258
892
|
AcceleratorAttributes?: AcceleratorAttributes;
|
|
1259
893
|
}
|
|
1260
|
-
export declare namespace UpdateAcceleratorAttributesResponse {
|
|
1261
|
-
|
|
1262
|
-
const filterSensitiveLog: (obj: UpdateAcceleratorAttributesResponse) => any;
|
|
1263
|
-
}
|
|
1264
894
|
export interface UpdateCustomRoutingAcceleratorRequest {
|
|
1265
895
|
|
|
1266
896
|
AcceleratorArn: string | undefined;
|
|
@@ -1271,18 +901,10 @@ export interface UpdateCustomRoutingAcceleratorRequest {
|
|
|
1271
901
|
|
|
1272
902
|
Enabled?: boolean;
|
|
1273
903
|
}
|
|
1274
|
-
export declare namespace UpdateCustomRoutingAcceleratorRequest {
|
|
1275
|
-
|
|
1276
|
-
const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorRequest) => any;
|
|
1277
|
-
}
|
|
1278
904
|
export interface UpdateCustomRoutingAcceleratorResponse {
|
|
1279
905
|
|
|
1280
906
|
Accelerator?: CustomRoutingAccelerator;
|
|
1281
907
|
}
|
|
1282
|
-
export declare namespace UpdateCustomRoutingAcceleratorResponse {
|
|
1283
|
-
|
|
1284
|
-
const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorResponse) => any;
|
|
1285
|
-
}
|
|
1286
908
|
export interface UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
1287
909
|
|
|
1288
910
|
AcceleratorArn: string | undefined;
|
|
@@ -1293,36 +915,20 @@ export interface UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
|
1293
915
|
|
|
1294
916
|
FlowLogsS3Prefix?: string;
|
|
1295
917
|
}
|
|
1296
|
-
export declare namespace UpdateCustomRoutingAcceleratorAttributesRequest {
|
|
1297
|
-
|
|
1298
|
-
const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorAttributesRequest) => any;
|
|
1299
|
-
}
|
|
1300
918
|
export interface UpdateCustomRoutingAcceleratorAttributesResponse {
|
|
1301
919
|
|
|
1302
920
|
AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
|
|
1303
921
|
}
|
|
1304
|
-
export declare namespace UpdateCustomRoutingAcceleratorAttributesResponse {
|
|
1305
|
-
|
|
1306
|
-
const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorAttributesResponse) => any;
|
|
1307
|
-
}
|
|
1308
922
|
export interface UpdateCustomRoutingListenerRequest {
|
|
1309
923
|
|
|
1310
924
|
ListenerArn: string | undefined;
|
|
1311
925
|
|
|
1312
926
|
PortRanges: PortRange[] | undefined;
|
|
1313
927
|
}
|
|
1314
|
-
export declare namespace UpdateCustomRoutingListenerRequest {
|
|
1315
|
-
|
|
1316
|
-
const filterSensitiveLog: (obj: UpdateCustomRoutingListenerRequest) => any;
|
|
1317
|
-
}
|
|
1318
928
|
export interface UpdateCustomRoutingListenerResponse {
|
|
1319
929
|
|
|
1320
930
|
Listener?: CustomRoutingListener;
|
|
1321
931
|
}
|
|
1322
|
-
export declare namespace UpdateCustomRoutingListenerResponse {
|
|
1323
|
-
|
|
1324
|
-
const filterSensitiveLog: (obj: UpdateCustomRoutingListenerResponse) => any;
|
|
1325
|
-
}
|
|
1326
932
|
export interface UpdateEndpointGroupRequest {
|
|
1327
933
|
|
|
1328
934
|
EndpointGroupArn: string | undefined;
|
|
@@ -1343,18 +949,10 @@ export interface UpdateEndpointGroupRequest {
|
|
|
1343
949
|
|
|
1344
950
|
PortOverrides?: PortOverride[];
|
|
1345
951
|
}
|
|
1346
|
-
export declare namespace UpdateEndpointGroupRequest {
|
|
1347
|
-
|
|
1348
|
-
const filterSensitiveLog: (obj: UpdateEndpointGroupRequest) => any;
|
|
1349
|
-
}
|
|
1350
952
|
export interface UpdateEndpointGroupResponse {
|
|
1351
953
|
|
|
1352
954
|
EndpointGroup?: EndpointGroup;
|
|
1353
955
|
}
|
|
1354
|
-
export declare namespace UpdateEndpointGroupResponse {
|
|
1355
|
-
|
|
1356
|
-
const filterSensitiveLog: (obj: UpdateEndpointGroupResponse) => any;
|
|
1357
|
-
}
|
|
1358
956
|
export interface UpdateListenerRequest {
|
|
1359
957
|
|
|
1360
958
|
ListenerArn: string | undefined;
|
|
@@ -1365,31 +963,235 @@ export interface UpdateListenerRequest {
|
|
|
1365
963
|
|
|
1366
964
|
ClientAffinity?: ClientAffinity | string;
|
|
1367
965
|
}
|
|
1368
|
-
export declare namespace UpdateListenerRequest {
|
|
1369
|
-
|
|
1370
|
-
const filterSensitiveLog: (obj: UpdateListenerRequest) => any;
|
|
1371
|
-
}
|
|
1372
966
|
export interface UpdateListenerResponse {
|
|
1373
967
|
|
|
1374
968
|
Listener?: Listener;
|
|
1375
969
|
}
|
|
1376
|
-
export declare namespace UpdateListenerResponse {
|
|
1377
|
-
|
|
1378
|
-
const filterSensitiveLog: (obj: UpdateListenerResponse) => any;
|
|
1379
|
-
}
|
|
1380
970
|
export interface WithdrawByoipCidrRequest {
|
|
1381
971
|
|
|
1382
972
|
Cidr: string | undefined;
|
|
1383
973
|
}
|
|
1384
|
-
export declare namespace WithdrawByoipCidrRequest {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: WithdrawByoipCidrRequest) => any;
|
|
1387
|
-
}
|
|
1388
974
|
export interface WithdrawByoipCidrResponse {
|
|
1389
975
|
|
|
1390
976
|
ByoipCidr?: ByoipCidr;
|
|
1391
977
|
}
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
978
|
+
|
|
979
|
+
export declare const AcceleratorEventFilterSensitiveLog: (obj: AcceleratorEvent) => any;
|
|
980
|
+
|
|
981
|
+
export declare const IpSetFilterSensitiveLog: (obj: IpSet) => any;
|
|
982
|
+
|
|
983
|
+
export declare const AcceleratorFilterSensitiveLog: (obj: Accelerator) => any;
|
|
984
|
+
|
|
985
|
+
export declare const AcceleratorAttributesFilterSensitiveLog: (obj: AcceleratorAttributes) => any;
|
|
986
|
+
|
|
987
|
+
export declare const CustomRoutingEndpointConfigurationFilterSensitiveLog: (obj: CustomRoutingEndpointConfiguration) => any;
|
|
988
|
+
|
|
989
|
+
export declare const AddCustomRoutingEndpointsRequestFilterSensitiveLog: (obj: AddCustomRoutingEndpointsRequest) => any;
|
|
990
|
+
|
|
991
|
+
export declare const CustomRoutingEndpointDescriptionFilterSensitiveLog: (obj: CustomRoutingEndpointDescription) => any;
|
|
992
|
+
|
|
993
|
+
export declare const AddCustomRoutingEndpointsResponseFilterSensitiveLog: (obj: AddCustomRoutingEndpointsResponse) => any;
|
|
994
|
+
|
|
995
|
+
export declare const AdvertiseByoipCidrRequestFilterSensitiveLog: (obj: AdvertiseByoipCidrRequest) => any;
|
|
996
|
+
|
|
997
|
+
export declare const ByoipCidrEventFilterSensitiveLog: (obj: ByoipCidrEvent) => any;
|
|
998
|
+
|
|
999
|
+
export declare const ByoipCidrFilterSensitiveLog: (obj: ByoipCidr) => any;
|
|
1000
|
+
|
|
1001
|
+
export declare const AdvertiseByoipCidrResponseFilterSensitiveLog: (obj: AdvertiseByoipCidrResponse) => any;
|
|
1002
|
+
|
|
1003
|
+
export declare const AllowCustomRoutingTrafficRequestFilterSensitiveLog: (obj: AllowCustomRoutingTrafficRequest) => any;
|
|
1004
|
+
|
|
1005
|
+
export declare const CidrAuthorizationContextFilterSensitiveLog: (obj: CidrAuthorizationContext) => any;
|
|
1006
|
+
|
|
1007
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1008
|
+
|
|
1009
|
+
export declare const CreateAcceleratorRequestFilterSensitiveLog: (obj: CreateAcceleratorRequest) => any;
|
|
1010
|
+
|
|
1011
|
+
export declare const CreateAcceleratorResponseFilterSensitiveLog: (obj: CreateAcceleratorResponse) => any;
|
|
1012
|
+
|
|
1013
|
+
export declare const CreateCustomRoutingAcceleratorRequestFilterSensitiveLog: (obj: CreateCustomRoutingAcceleratorRequest) => any;
|
|
1014
|
+
|
|
1015
|
+
export declare const CustomRoutingAcceleratorFilterSensitiveLog: (obj: CustomRoutingAccelerator) => any;
|
|
1016
|
+
|
|
1017
|
+
export declare const CreateCustomRoutingAcceleratorResponseFilterSensitiveLog: (obj: CreateCustomRoutingAcceleratorResponse) => any;
|
|
1018
|
+
|
|
1019
|
+
export declare const CustomRoutingDestinationConfigurationFilterSensitiveLog: (obj: CustomRoutingDestinationConfiguration) => any;
|
|
1020
|
+
|
|
1021
|
+
export declare const CreateCustomRoutingEndpointGroupRequestFilterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupRequest) => any;
|
|
1022
|
+
|
|
1023
|
+
export declare const CustomRoutingDestinationDescriptionFilterSensitiveLog: (obj: CustomRoutingDestinationDescription) => any;
|
|
1024
|
+
|
|
1025
|
+
export declare const CustomRoutingEndpointGroupFilterSensitiveLog: (obj: CustomRoutingEndpointGroup) => any;
|
|
1026
|
+
|
|
1027
|
+
export declare const CreateCustomRoutingEndpointGroupResponseFilterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupResponse) => any;
|
|
1028
|
+
|
|
1029
|
+
export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
|
|
1030
|
+
|
|
1031
|
+
export declare const CreateCustomRoutingListenerRequestFilterSensitiveLog: (obj: CreateCustomRoutingListenerRequest) => any;
|
|
1032
|
+
|
|
1033
|
+
export declare const CustomRoutingListenerFilterSensitiveLog: (obj: CustomRoutingListener) => any;
|
|
1034
|
+
|
|
1035
|
+
export declare const CreateCustomRoutingListenerResponseFilterSensitiveLog: (obj: CreateCustomRoutingListenerResponse) => any;
|
|
1036
|
+
|
|
1037
|
+
export declare const EndpointConfigurationFilterSensitiveLog: (obj: EndpointConfiguration) => any;
|
|
1038
|
+
|
|
1039
|
+
export declare const PortOverrideFilterSensitiveLog: (obj: PortOverride) => any;
|
|
1040
|
+
|
|
1041
|
+
export declare const CreateEndpointGroupRequestFilterSensitiveLog: (obj: CreateEndpointGroupRequest) => any;
|
|
1042
|
+
|
|
1043
|
+
export declare const EndpointDescriptionFilterSensitiveLog: (obj: EndpointDescription) => any;
|
|
1044
|
+
|
|
1045
|
+
export declare const EndpointGroupFilterSensitiveLog: (obj: EndpointGroup) => any;
|
|
1046
|
+
|
|
1047
|
+
export declare const CreateEndpointGroupResponseFilterSensitiveLog: (obj: CreateEndpointGroupResponse) => any;
|
|
1048
|
+
|
|
1049
|
+
export declare const CreateListenerRequestFilterSensitiveLog: (obj: CreateListenerRequest) => any;
|
|
1050
|
+
|
|
1051
|
+
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
1052
|
+
|
|
1053
|
+
export declare const CreateListenerResponseFilterSensitiveLog: (obj: CreateListenerResponse) => any;
|
|
1054
|
+
|
|
1055
|
+
export declare const CustomRoutingAcceleratorAttributesFilterSensitiveLog: (obj: CustomRoutingAcceleratorAttributes) => any;
|
|
1056
|
+
|
|
1057
|
+
export declare const DeleteAcceleratorRequestFilterSensitiveLog: (obj: DeleteAcceleratorRequest) => any;
|
|
1058
|
+
|
|
1059
|
+
export declare const DeleteCustomRoutingAcceleratorRequestFilterSensitiveLog: (obj: DeleteCustomRoutingAcceleratorRequest) => any;
|
|
1060
|
+
|
|
1061
|
+
export declare const DeleteCustomRoutingEndpointGroupRequestFilterSensitiveLog: (obj: DeleteCustomRoutingEndpointGroupRequest) => any;
|
|
1062
|
+
|
|
1063
|
+
export declare const DeleteCustomRoutingListenerRequestFilterSensitiveLog: (obj: DeleteCustomRoutingListenerRequest) => any;
|
|
1064
|
+
|
|
1065
|
+
export declare const DeleteEndpointGroupRequestFilterSensitiveLog: (obj: DeleteEndpointGroupRequest) => any;
|
|
1066
|
+
|
|
1067
|
+
export declare const DeleteListenerRequestFilterSensitiveLog: (obj: DeleteListenerRequest) => any;
|
|
1068
|
+
|
|
1069
|
+
export declare const DenyCustomRoutingTrafficRequestFilterSensitiveLog: (obj: DenyCustomRoutingTrafficRequest) => any;
|
|
1070
|
+
|
|
1071
|
+
export declare const DeprovisionByoipCidrRequestFilterSensitiveLog: (obj: DeprovisionByoipCidrRequest) => any;
|
|
1072
|
+
|
|
1073
|
+
export declare const DeprovisionByoipCidrResponseFilterSensitiveLog: (obj: DeprovisionByoipCidrResponse) => any;
|
|
1074
|
+
|
|
1075
|
+
export declare const DescribeAcceleratorRequestFilterSensitiveLog: (obj: DescribeAcceleratorRequest) => any;
|
|
1076
|
+
|
|
1077
|
+
export declare const DescribeAcceleratorResponseFilterSensitiveLog: (obj: DescribeAcceleratorResponse) => any;
|
|
1078
|
+
|
|
1079
|
+
export declare const DescribeAcceleratorAttributesRequestFilterSensitiveLog: (obj: DescribeAcceleratorAttributesRequest) => any;
|
|
1080
|
+
|
|
1081
|
+
export declare const DescribeAcceleratorAttributesResponseFilterSensitiveLog: (obj: DescribeAcceleratorAttributesResponse) => any;
|
|
1082
|
+
|
|
1083
|
+
export declare const DescribeCustomRoutingAcceleratorRequestFilterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorRequest) => any;
|
|
1084
|
+
|
|
1085
|
+
export declare const DescribeCustomRoutingAcceleratorResponseFilterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorResponse) => any;
|
|
1086
|
+
|
|
1087
|
+
export declare const DescribeCustomRoutingAcceleratorAttributesRequestFilterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorAttributesRequest) => any;
|
|
1088
|
+
|
|
1089
|
+
export declare const DescribeCustomRoutingAcceleratorAttributesResponseFilterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorAttributesResponse) => any;
|
|
1090
|
+
|
|
1091
|
+
export declare const DescribeCustomRoutingEndpointGroupRequestFilterSensitiveLog: (obj: DescribeCustomRoutingEndpointGroupRequest) => any;
|
|
1092
|
+
|
|
1093
|
+
export declare const DescribeCustomRoutingEndpointGroupResponseFilterSensitiveLog: (obj: DescribeCustomRoutingEndpointGroupResponse) => any;
|
|
1094
|
+
|
|
1095
|
+
export declare const DescribeCustomRoutingListenerRequestFilterSensitiveLog: (obj: DescribeCustomRoutingListenerRequest) => any;
|
|
1096
|
+
|
|
1097
|
+
export declare const DescribeCustomRoutingListenerResponseFilterSensitiveLog: (obj: DescribeCustomRoutingListenerResponse) => any;
|
|
1098
|
+
|
|
1099
|
+
export declare const DescribeEndpointGroupRequestFilterSensitiveLog: (obj: DescribeEndpointGroupRequest) => any;
|
|
1100
|
+
|
|
1101
|
+
export declare const DescribeEndpointGroupResponseFilterSensitiveLog: (obj: DescribeEndpointGroupResponse) => any;
|
|
1102
|
+
|
|
1103
|
+
export declare const DescribeListenerRequestFilterSensitiveLog: (obj: DescribeListenerRequest) => any;
|
|
1104
|
+
|
|
1105
|
+
export declare const DescribeListenerResponseFilterSensitiveLog: (obj: DescribeListenerResponse) => any;
|
|
1106
|
+
|
|
1107
|
+
export declare const SocketAddressFilterSensitiveLog: (obj: SocketAddress) => any;
|
|
1108
|
+
|
|
1109
|
+
export declare const DestinationPortMappingFilterSensitiveLog: (obj: DestinationPortMapping) => any;
|
|
1110
|
+
|
|
1111
|
+
export declare const ListAcceleratorsRequestFilterSensitiveLog: (obj: ListAcceleratorsRequest) => any;
|
|
1112
|
+
|
|
1113
|
+
export declare const ListAcceleratorsResponseFilterSensitiveLog: (obj: ListAcceleratorsResponse) => any;
|
|
1114
|
+
|
|
1115
|
+
export declare const ListByoipCidrsRequestFilterSensitiveLog: (obj: ListByoipCidrsRequest) => any;
|
|
1116
|
+
|
|
1117
|
+
export declare const ListByoipCidrsResponseFilterSensitiveLog: (obj: ListByoipCidrsResponse) => any;
|
|
1118
|
+
|
|
1119
|
+
export declare const ListCustomRoutingAcceleratorsRequestFilterSensitiveLog: (obj: ListCustomRoutingAcceleratorsRequest) => any;
|
|
1120
|
+
|
|
1121
|
+
export declare const ListCustomRoutingAcceleratorsResponseFilterSensitiveLog: (obj: ListCustomRoutingAcceleratorsResponse) => any;
|
|
1122
|
+
|
|
1123
|
+
export declare const ListCustomRoutingEndpointGroupsRequestFilterSensitiveLog: (obj: ListCustomRoutingEndpointGroupsRequest) => any;
|
|
1124
|
+
|
|
1125
|
+
export declare const ListCustomRoutingEndpointGroupsResponseFilterSensitiveLog: (obj: ListCustomRoutingEndpointGroupsResponse) => any;
|
|
1126
|
+
|
|
1127
|
+
export declare const ListCustomRoutingListenersRequestFilterSensitiveLog: (obj: ListCustomRoutingListenersRequest) => any;
|
|
1128
|
+
|
|
1129
|
+
export declare const ListCustomRoutingListenersResponseFilterSensitiveLog: (obj: ListCustomRoutingListenersResponse) => any;
|
|
1130
|
+
|
|
1131
|
+
export declare const ListCustomRoutingPortMappingsRequestFilterSensitiveLog: (obj: ListCustomRoutingPortMappingsRequest) => any;
|
|
1132
|
+
|
|
1133
|
+
export declare const PortMappingFilterSensitiveLog: (obj: PortMapping) => any;
|
|
1134
|
+
|
|
1135
|
+
export declare const ListCustomRoutingPortMappingsResponseFilterSensitiveLog: (obj: ListCustomRoutingPortMappingsResponse) => any;
|
|
1136
|
+
|
|
1137
|
+
export declare const ListCustomRoutingPortMappingsByDestinationRequestFilterSensitiveLog: (obj: ListCustomRoutingPortMappingsByDestinationRequest) => any;
|
|
1138
|
+
|
|
1139
|
+
export declare const ListCustomRoutingPortMappingsByDestinationResponseFilterSensitiveLog: (obj: ListCustomRoutingPortMappingsByDestinationResponse) => any;
|
|
1140
|
+
|
|
1141
|
+
export declare const ListEndpointGroupsRequestFilterSensitiveLog: (obj: ListEndpointGroupsRequest) => any;
|
|
1142
|
+
|
|
1143
|
+
export declare const ListEndpointGroupsResponseFilterSensitiveLog: (obj: ListEndpointGroupsResponse) => any;
|
|
1144
|
+
|
|
1145
|
+
export declare const ListListenersRequestFilterSensitiveLog: (obj: ListListenersRequest) => any;
|
|
1146
|
+
|
|
1147
|
+
export declare const ListListenersResponseFilterSensitiveLog: (obj: ListListenersResponse) => any;
|
|
1148
|
+
|
|
1149
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1150
|
+
|
|
1151
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1152
|
+
|
|
1153
|
+
export declare const ProvisionByoipCidrRequestFilterSensitiveLog: (obj: ProvisionByoipCidrRequest) => any;
|
|
1154
|
+
|
|
1155
|
+
export declare const ProvisionByoipCidrResponseFilterSensitiveLog: (obj: ProvisionByoipCidrResponse) => any;
|
|
1156
|
+
|
|
1157
|
+
export declare const RemoveCustomRoutingEndpointsRequestFilterSensitiveLog: (obj: RemoveCustomRoutingEndpointsRequest) => any;
|
|
1158
|
+
|
|
1159
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1160
|
+
|
|
1161
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1162
|
+
|
|
1163
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1164
|
+
|
|
1165
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1166
|
+
|
|
1167
|
+
export declare const UpdateAcceleratorRequestFilterSensitiveLog: (obj: UpdateAcceleratorRequest) => any;
|
|
1168
|
+
|
|
1169
|
+
export declare const UpdateAcceleratorResponseFilterSensitiveLog: (obj: UpdateAcceleratorResponse) => any;
|
|
1170
|
+
|
|
1171
|
+
export declare const UpdateAcceleratorAttributesRequestFilterSensitiveLog: (obj: UpdateAcceleratorAttributesRequest) => any;
|
|
1172
|
+
|
|
1173
|
+
export declare const UpdateAcceleratorAttributesResponseFilterSensitiveLog: (obj: UpdateAcceleratorAttributesResponse) => any;
|
|
1174
|
+
|
|
1175
|
+
export declare const UpdateCustomRoutingAcceleratorRequestFilterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorRequest) => any;
|
|
1176
|
+
|
|
1177
|
+
export declare const UpdateCustomRoutingAcceleratorResponseFilterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorResponse) => any;
|
|
1178
|
+
|
|
1179
|
+
export declare const UpdateCustomRoutingAcceleratorAttributesRequestFilterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorAttributesRequest) => any;
|
|
1180
|
+
|
|
1181
|
+
export declare const UpdateCustomRoutingAcceleratorAttributesResponseFilterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorAttributesResponse) => any;
|
|
1182
|
+
|
|
1183
|
+
export declare const UpdateCustomRoutingListenerRequestFilterSensitiveLog: (obj: UpdateCustomRoutingListenerRequest) => any;
|
|
1184
|
+
|
|
1185
|
+
export declare const UpdateCustomRoutingListenerResponseFilterSensitiveLog: (obj: UpdateCustomRoutingListenerResponse) => any;
|
|
1186
|
+
|
|
1187
|
+
export declare const UpdateEndpointGroupRequestFilterSensitiveLog: (obj: UpdateEndpointGroupRequest) => any;
|
|
1188
|
+
|
|
1189
|
+
export declare const UpdateEndpointGroupResponseFilterSensitiveLog: (obj: UpdateEndpointGroupResponse) => any;
|
|
1190
|
+
|
|
1191
|
+
export declare const UpdateListenerRequestFilterSensitiveLog: (obj: UpdateListenerRequest) => any;
|
|
1192
|
+
|
|
1193
|
+
export declare const UpdateListenerResponseFilterSensitiveLog: (obj: UpdateListenerResponse) => any;
|
|
1194
|
+
|
|
1195
|
+
export declare const WithdrawByoipCidrRequestFilterSensitiveLog: (obj: WithdrawByoipCidrRequest) => any;
|
|
1196
|
+
|
|
1197
|
+
export declare const WithdrawByoipCidrResponseFilterSensitiveLog: (obj: WithdrawByoipCidrResponse) => any;
|