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