@aws-sdk/client-elastic-load-balancing-v2 3.50.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +523 -3
- package/dist-cjs/protocols/Aws_query.js +398 -1419
- package/dist-es/index.js +1 -0
- package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +12 -0
- package/dist-es/models/models_0.js +483 -1
- package/dist-es/protocols/Aws_query.js +816 -1475
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ElasticLoadBalancingV2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +261 -112
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +175 -0
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +107 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +34 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +750 -0
- package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +104 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +5 -0
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,750 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ElasticLoadBalancingV2ServiceException as __BaseException } from "./ElasticLoadBalancingV2ServiceException";
|
|
3
|
+
export declare enum AuthenticateCognitoActionConditionalBehaviorEnum {
|
|
4
|
+
ALLOW = "allow",
|
|
5
|
+
AUTHENTICATE = "authenticate",
|
|
6
|
+
DENY = "deny"
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface AuthenticateCognitoActionConfig {
|
|
10
|
+
|
|
11
|
+
UserPoolArn: string | undefined;
|
|
12
|
+
|
|
13
|
+
UserPoolClientId: string | undefined;
|
|
14
|
+
|
|
15
|
+
UserPoolDomain: string | undefined;
|
|
16
|
+
|
|
17
|
+
SessionCookieName?: string;
|
|
18
|
+
|
|
19
|
+
Scope?: string;
|
|
20
|
+
|
|
21
|
+
SessionTimeout?: number;
|
|
22
|
+
|
|
23
|
+
AuthenticationRequestExtraParams?: {
|
|
24
|
+
[key: string]: string;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
OnUnauthenticatedRequest?: AuthenticateCognitoActionConditionalBehaviorEnum | string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace AuthenticateCognitoActionConfig {
|
|
30
|
+
|
|
31
|
+
const filterSensitiveLog: (obj: AuthenticateCognitoActionConfig) => any;
|
|
32
|
+
}
|
|
33
|
+
export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
|
|
34
|
+
ALLOW = "allow",
|
|
35
|
+
AUTHENTICATE = "authenticate",
|
|
36
|
+
DENY = "deny"
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface AuthenticateOidcActionConfig {
|
|
40
|
+
|
|
41
|
+
Issuer: string | undefined;
|
|
42
|
+
|
|
43
|
+
AuthorizationEndpoint: string | undefined;
|
|
44
|
+
|
|
45
|
+
TokenEndpoint: string | undefined;
|
|
46
|
+
|
|
47
|
+
UserInfoEndpoint: string | undefined;
|
|
48
|
+
|
|
49
|
+
ClientId: string | undefined;
|
|
50
|
+
|
|
51
|
+
ClientSecret?: string;
|
|
52
|
+
|
|
53
|
+
SessionCookieName?: string;
|
|
54
|
+
|
|
55
|
+
Scope?: string;
|
|
56
|
+
|
|
57
|
+
SessionTimeout?: number;
|
|
58
|
+
|
|
59
|
+
AuthenticationRequestExtraParams?: {
|
|
60
|
+
[key: string]: string;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
OnUnauthenticatedRequest?: AuthenticateOidcActionConditionalBehaviorEnum | string;
|
|
64
|
+
|
|
65
|
+
UseExistingClientSecret?: boolean;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace AuthenticateOidcActionConfig {
|
|
68
|
+
|
|
69
|
+
const filterSensitiveLog: (obj: AuthenticateOidcActionConfig) => any;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface FixedResponseActionConfig {
|
|
73
|
+
|
|
74
|
+
MessageBody?: string;
|
|
75
|
+
|
|
76
|
+
StatusCode: string | undefined;
|
|
77
|
+
|
|
78
|
+
ContentType?: string;
|
|
79
|
+
}
|
|
80
|
+
export declare namespace FixedResponseActionConfig {
|
|
81
|
+
|
|
82
|
+
const filterSensitiveLog: (obj: FixedResponseActionConfig) => any;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export interface TargetGroupTuple {
|
|
86
|
+
|
|
87
|
+
TargetGroupArn?: string;
|
|
88
|
+
|
|
89
|
+
Weight?: number;
|
|
90
|
+
}
|
|
91
|
+
export declare namespace TargetGroupTuple {
|
|
92
|
+
|
|
93
|
+
const filterSensitiveLog: (obj: TargetGroupTuple) => any;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export interface TargetGroupStickinessConfig {
|
|
97
|
+
|
|
98
|
+
Enabled?: boolean;
|
|
99
|
+
|
|
100
|
+
DurationSeconds?: number;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace TargetGroupStickinessConfig {
|
|
103
|
+
|
|
104
|
+
const filterSensitiveLog: (obj: TargetGroupStickinessConfig) => any;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export interface ForwardActionConfig {
|
|
108
|
+
|
|
109
|
+
TargetGroups?: TargetGroupTuple[];
|
|
110
|
+
|
|
111
|
+
TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
|
|
112
|
+
}
|
|
113
|
+
export declare namespace ForwardActionConfig {
|
|
114
|
+
|
|
115
|
+
const filterSensitiveLog: (obj: ForwardActionConfig) => any;
|
|
116
|
+
}
|
|
117
|
+
export declare enum RedirectActionStatusCodeEnum {
|
|
118
|
+
HTTP_301 = "HTTP_301",
|
|
119
|
+
HTTP_302 = "HTTP_302"
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export interface RedirectActionConfig {
|
|
123
|
+
|
|
124
|
+
Protocol?: string;
|
|
125
|
+
|
|
126
|
+
Port?: string;
|
|
127
|
+
|
|
128
|
+
Host?: string;
|
|
129
|
+
|
|
130
|
+
Path?: string;
|
|
131
|
+
|
|
132
|
+
Query?: string;
|
|
133
|
+
|
|
134
|
+
StatusCode: RedirectActionStatusCodeEnum | string | undefined;
|
|
135
|
+
}
|
|
136
|
+
export declare namespace RedirectActionConfig {
|
|
137
|
+
|
|
138
|
+
const filterSensitiveLog: (obj: RedirectActionConfig) => any;
|
|
139
|
+
}
|
|
140
|
+
export declare enum ActionTypeEnum {
|
|
141
|
+
AUTHENTICATE_COGNITO = "authenticate-cognito",
|
|
142
|
+
AUTHENTICATE_OIDC = "authenticate-oidc",
|
|
143
|
+
FIXED_RESPONSE = "fixed-response",
|
|
144
|
+
FORWARD = "forward",
|
|
145
|
+
REDIRECT = "redirect"
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface Action {
|
|
149
|
+
|
|
150
|
+
Type: ActionTypeEnum | string | undefined;
|
|
151
|
+
|
|
152
|
+
TargetGroupArn?: string;
|
|
153
|
+
|
|
154
|
+
AuthenticateOidcConfig?: AuthenticateOidcActionConfig;
|
|
155
|
+
|
|
156
|
+
AuthenticateCognitoConfig?: AuthenticateCognitoActionConfig;
|
|
157
|
+
|
|
158
|
+
Order?: number;
|
|
159
|
+
|
|
160
|
+
RedirectConfig?: RedirectActionConfig;
|
|
161
|
+
|
|
162
|
+
FixedResponseConfig?: FixedResponseActionConfig;
|
|
163
|
+
|
|
164
|
+
ForwardConfig?: ForwardActionConfig;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace Action {
|
|
167
|
+
|
|
168
|
+
const filterSensitiveLog: (obj: Action) => any;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export interface Certificate {
|
|
172
|
+
|
|
173
|
+
CertificateArn?: string;
|
|
174
|
+
|
|
175
|
+
IsDefault?: boolean;
|
|
176
|
+
}
|
|
177
|
+
export declare namespace Certificate {
|
|
178
|
+
|
|
179
|
+
const filterSensitiveLog: (obj: Certificate) => any;
|
|
180
|
+
}
|
|
181
|
+
export interface AddListenerCertificatesInput {
|
|
182
|
+
|
|
183
|
+
ListenerArn: string | undefined;
|
|
184
|
+
|
|
185
|
+
Certificates: Certificate[] | undefined;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace AddListenerCertificatesInput {
|
|
188
|
+
|
|
189
|
+
const filterSensitiveLog: (obj: AddListenerCertificatesInput) => any;
|
|
190
|
+
}
|
|
191
|
+
export interface AddListenerCertificatesOutput {
|
|
192
|
+
|
|
193
|
+
Certificates?: Certificate[];
|
|
194
|
+
}
|
|
195
|
+
export declare namespace AddListenerCertificatesOutput {
|
|
196
|
+
|
|
197
|
+
const filterSensitiveLog: (obj: AddListenerCertificatesOutput) => any;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export declare class CertificateNotFoundException extends __BaseException {
|
|
201
|
+
readonly name: "CertificateNotFoundException";
|
|
202
|
+
readonly $fault: "client";
|
|
203
|
+
Message?: string;
|
|
204
|
+
|
|
205
|
+
constructor(opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export declare class ListenerNotFoundException extends __BaseException {
|
|
209
|
+
readonly name: "ListenerNotFoundException";
|
|
210
|
+
readonly $fault: "client";
|
|
211
|
+
Message?: string;
|
|
212
|
+
|
|
213
|
+
constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export declare class TooManyCertificatesException extends __BaseException {
|
|
217
|
+
readonly name: "TooManyCertificatesException";
|
|
218
|
+
readonly $fault: "client";
|
|
219
|
+
Message?: string;
|
|
220
|
+
|
|
221
|
+
constructor(opts: __ExceptionOptionType<TooManyCertificatesException, __BaseException>);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
export interface Tag {
|
|
225
|
+
|
|
226
|
+
Key: string | undefined;
|
|
227
|
+
|
|
228
|
+
Value?: string;
|
|
229
|
+
}
|
|
230
|
+
export declare namespace Tag {
|
|
231
|
+
|
|
232
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
233
|
+
}
|
|
234
|
+
export interface AddTagsInput {
|
|
235
|
+
|
|
236
|
+
ResourceArns: string[] | undefined;
|
|
237
|
+
|
|
238
|
+
Tags: Tag[] | undefined;
|
|
239
|
+
}
|
|
240
|
+
export declare namespace AddTagsInput {
|
|
241
|
+
|
|
242
|
+
const filterSensitiveLog: (obj: AddTagsInput) => any;
|
|
243
|
+
}
|
|
244
|
+
export interface AddTagsOutput {
|
|
245
|
+
}
|
|
246
|
+
export declare namespace AddTagsOutput {
|
|
247
|
+
|
|
248
|
+
const filterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export declare class DuplicateTagKeysException extends __BaseException {
|
|
252
|
+
readonly name: "DuplicateTagKeysException";
|
|
253
|
+
readonly $fault: "client";
|
|
254
|
+
Message?: string;
|
|
255
|
+
|
|
256
|
+
constructor(opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export declare class LoadBalancerNotFoundException extends __BaseException {
|
|
260
|
+
readonly name: "LoadBalancerNotFoundException";
|
|
261
|
+
readonly $fault: "client";
|
|
262
|
+
Message?: string;
|
|
263
|
+
|
|
264
|
+
constructor(opts: __ExceptionOptionType<LoadBalancerNotFoundException, __BaseException>);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
export declare class RuleNotFoundException extends __BaseException {
|
|
268
|
+
readonly name: "RuleNotFoundException";
|
|
269
|
+
readonly $fault: "client";
|
|
270
|
+
Message?: string;
|
|
271
|
+
|
|
272
|
+
constructor(opts: __ExceptionOptionType<RuleNotFoundException, __BaseException>);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export declare class TargetGroupNotFoundException extends __BaseException {
|
|
276
|
+
readonly name: "TargetGroupNotFoundException";
|
|
277
|
+
readonly $fault: "client";
|
|
278
|
+
Message?: string;
|
|
279
|
+
|
|
280
|
+
constructor(opts: __ExceptionOptionType<TargetGroupNotFoundException, __BaseException>);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
284
|
+
readonly name: "TooManyTagsException";
|
|
285
|
+
readonly $fault: "client";
|
|
286
|
+
Message?: string;
|
|
287
|
+
|
|
288
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export declare class AllocationIdNotFoundException extends __BaseException {
|
|
292
|
+
readonly name: "AllocationIdNotFoundException";
|
|
293
|
+
readonly $fault: "client";
|
|
294
|
+
Message?: string;
|
|
295
|
+
|
|
296
|
+
constructor(opts: __ExceptionOptionType<AllocationIdNotFoundException, __BaseException>);
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
export declare class ALPNPolicyNotSupportedException extends __BaseException {
|
|
300
|
+
readonly name: "ALPNPolicyNotSupportedException";
|
|
301
|
+
readonly $fault: "client";
|
|
302
|
+
Message?: string;
|
|
303
|
+
|
|
304
|
+
constructor(opts: __ExceptionOptionType<ALPNPolicyNotSupportedException, __BaseException>);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
export interface LoadBalancerAddress {
|
|
308
|
+
|
|
309
|
+
IpAddress?: string;
|
|
310
|
+
|
|
311
|
+
AllocationId?: string;
|
|
312
|
+
|
|
313
|
+
PrivateIPv4Address?: string;
|
|
314
|
+
|
|
315
|
+
IPv6Address?: string;
|
|
316
|
+
}
|
|
317
|
+
export declare namespace LoadBalancerAddress {
|
|
318
|
+
|
|
319
|
+
const filterSensitiveLog: (obj: LoadBalancerAddress) => any;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface AvailabilityZone {
|
|
323
|
+
|
|
324
|
+
ZoneName?: string;
|
|
325
|
+
|
|
326
|
+
SubnetId?: string;
|
|
327
|
+
|
|
328
|
+
OutpostId?: string;
|
|
329
|
+
|
|
330
|
+
LoadBalancerAddresses?: LoadBalancerAddress[];
|
|
331
|
+
}
|
|
332
|
+
export declare namespace AvailabilityZone {
|
|
333
|
+
|
|
334
|
+
const filterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
export declare class AvailabilityZoneNotSupportedException extends __BaseException {
|
|
338
|
+
readonly name: "AvailabilityZoneNotSupportedException";
|
|
339
|
+
readonly $fault: "client";
|
|
340
|
+
Message?: string;
|
|
341
|
+
|
|
342
|
+
constructor(opts: __ExceptionOptionType<AvailabilityZoneNotSupportedException, __BaseException>);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface Cipher {
|
|
346
|
+
|
|
347
|
+
Name?: string;
|
|
348
|
+
|
|
349
|
+
Priority?: number;
|
|
350
|
+
}
|
|
351
|
+
export declare namespace Cipher {
|
|
352
|
+
|
|
353
|
+
const filterSensitiveLog: (obj: Cipher) => any;
|
|
354
|
+
}
|
|
355
|
+
export declare type ProtocolEnum = "GENEVE" | "HTTP" | "HTTPS" | "TCP" | "TCP_UDP" | "TLS" | "UDP";
|
|
356
|
+
export interface CreateListenerInput {
|
|
357
|
+
|
|
358
|
+
LoadBalancerArn: string | undefined;
|
|
359
|
+
|
|
360
|
+
Protocol?: ProtocolEnum | string;
|
|
361
|
+
|
|
362
|
+
Port?: number;
|
|
363
|
+
|
|
364
|
+
SslPolicy?: string;
|
|
365
|
+
|
|
366
|
+
Certificates?: Certificate[];
|
|
367
|
+
|
|
368
|
+
DefaultActions: Action[] | undefined;
|
|
369
|
+
|
|
370
|
+
AlpnPolicy?: string[];
|
|
371
|
+
|
|
372
|
+
Tags?: Tag[];
|
|
373
|
+
}
|
|
374
|
+
export declare namespace CreateListenerInput {
|
|
375
|
+
|
|
376
|
+
const filterSensitiveLog: (obj: CreateListenerInput) => any;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface Listener {
|
|
380
|
+
|
|
381
|
+
ListenerArn?: string;
|
|
382
|
+
|
|
383
|
+
LoadBalancerArn?: string;
|
|
384
|
+
|
|
385
|
+
Port?: number;
|
|
386
|
+
|
|
387
|
+
Protocol?: ProtocolEnum | string;
|
|
388
|
+
|
|
389
|
+
Certificates?: Certificate[];
|
|
390
|
+
|
|
391
|
+
SslPolicy?: string;
|
|
392
|
+
|
|
393
|
+
DefaultActions?: Action[];
|
|
394
|
+
|
|
395
|
+
AlpnPolicy?: string[];
|
|
396
|
+
}
|
|
397
|
+
export declare namespace Listener {
|
|
398
|
+
|
|
399
|
+
const filterSensitiveLog: (obj: Listener) => any;
|
|
400
|
+
}
|
|
401
|
+
export interface CreateListenerOutput {
|
|
402
|
+
|
|
403
|
+
Listeners?: Listener[];
|
|
404
|
+
}
|
|
405
|
+
export declare namespace CreateListenerOutput {
|
|
406
|
+
|
|
407
|
+
const filterSensitiveLog: (obj: CreateListenerOutput) => any;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
export declare class DuplicateListenerException extends __BaseException {
|
|
411
|
+
readonly name: "DuplicateListenerException";
|
|
412
|
+
readonly $fault: "client";
|
|
413
|
+
Message?: string;
|
|
414
|
+
|
|
415
|
+
constructor(opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>);
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export declare class IncompatibleProtocolsException extends __BaseException {
|
|
419
|
+
readonly name: "IncompatibleProtocolsException";
|
|
420
|
+
readonly $fault: "client";
|
|
421
|
+
Message?: string;
|
|
422
|
+
|
|
423
|
+
constructor(opts: __ExceptionOptionType<IncompatibleProtocolsException, __BaseException>);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
export declare class InvalidConfigurationRequestException extends __BaseException {
|
|
427
|
+
readonly name: "InvalidConfigurationRequestException";
|
|
428
|
+
readonly $fault: "client";
|
|
429
|
+
Message?: string;
|
|
430
|
+
|
|
431
|
+
constructor(opts: __ExceptionOptionType<InvalidConfigurationRequestException, __BaseException>);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
export declare class InvalidLoadBalancerActionException extends __BaseException {
|
|
435
|
+
readonly name: "InvalidLoadBalancerActionException";
|
|
436
|
+
readonly $fault: "client";
|
|
437
|
+
Message?: string;
|
|
438
|
+
|
|
439
|
+
constructor(opts: __ExceptionOptionType<InvalidLoadBalancerActionException, __BaseException>);
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export declare class SSLPolicyNotFoundException extends __BaseException {
|
|
443
|
+
readonly name: "SSLPolicyNotFoundException";
|
|
444
|
+
readonly $fault: "client";
|
|
445
|
+
Message?: string;
|
|
446
|
+
|
|
447
|
+
constructor(opts: __ExceptionOptionType<SSLPolicyNotFoundException, __BaseException>);
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export declare class TargetGroupAssociationLimitException extends __BaseException {
|
|
451
|
+
readonly name: "TargetGroupAssociationLimitException";
|
|
452
|
+
readonly $fault: "client";
|
|
453
|
+
Message?: string;
|
|
454
|
+
|
|
455
|
+
constructor(opts: __ExceptionOptionType<TargetGroupAssociationLimitException, __BaseException>);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export declare class TooManyActionsException extends __BaseException {
|
|
459
|
+
readonly name: "TooManyActionsException";
|
|
460
|
+
readonly $fault: "client";
|
|
461
|
+
Message?: string;
|
|
462
|
+
|
|
463
|
+
constructor(opts: __ExceptionOptionType<TooManyActionsException, __BaseException>);
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
export declare class TooManyListenersException extends __BaseException {
|
|
467
|
+
readonly name: "TooManyListenersException";
|
|
468
|
+
readonly $fault: "client";
|
|
469
|
+
Message?: string;
|
|
470
|
+
|
|
471
|
+
constructor(opts: __ExceptionOptionType<TooManyListenersException, __BaseException>);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
export declare class TooManyRegistrationsForTargetIdException extends __BaseException {
|
|
475
|
+
readonly name: "TooManyRegistrationsForTargetIdException";
|
|
476
|
+
readonly $fault: "client";
|
|
477
|
+
Message?: string;
|
|
478
|
+
|
|
479
|
+
constructor(opts: __ExceptionOptionType<TooManyRegistrationsForTargetIdException, __BaseException>);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
export declare class TooManyTargetsException extends __BaseException {
|
|
483
|
+
readonly name: "TooManyTargetsException";
|
|
484
|
+
readonly $fault: "client";
|
|
485
|
+
Message?: string;
|
|
486
|
+
|
|
487
|
+
constructor(opts: __ExceptionOptionType<TooManyTargetsException, __BaseException>);
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends __BaseException {
|
|
491
|
+
readonly name: "TooManyUniqueTargetGroupsPerLoadBalancerException";
|
|
492
|
+
readonly $fault: "client";
|
|
493
|
+
Message?: string;
|
|
494
|
+
|
|
495
|
+
constructor(opts: __ExceptionOptionType<TooManyUniqueTargetGroupsPerLoadBalancerException, __BaseException>);
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export declare class UnsupportedProtocolException extends __BaseException {
|
|
499
|
+
readonly name: "UnsupportedProtocolException";
|
|
500
|
+
readonly $fault: "client";
|
|
501
|
+
Message?: string;
|
|
502
|
+
|
|
503
|
+
constructor(opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>);
|
|
504
|
+
}
|
|
505
|
+
export declare enum IpAddressType {
|
|
506
|
+
DUALSTACK = "dualstack",
|
|
507
|
+
IPV4 = "ipv4"
|
|
508
|
+
}
|
|
509
|
+
export declare enum LoadBalancerSchemeEnum {
|
|
510
|
+
INTERNAL = "internal",
|
|
511
|
+
INTERNET_FACING = "internet-facing"
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
export interface SubnetMapping {
|
|
515
|
+
|
|
516
|
+
SubnetId?: string;
|
|
517
|
+
|
|
518
|
+
AllocationId?: string;
|
|
519
|
+
|
|
520
|
+
PrivateIPv4Address?: string;
|
|
521
|
+
|
|
522
|
+
IPv6Address?: string;
|
|
523
|
+
}
|
|
524
|
+
export declare namespace SubnetMapping {
|
|
525
|
+
|
|
526
|
+
const filterSensitiveLog: (obj: SubnetMapping) => any;
|
|
527
|
+
}
|
|
528
|
+
export declare enum LoadBalancerTypeEnum {
|
|
529
|
+
APPLICATION = "application",
|
|
530
|
+
GATEWAY = "gateway",
|
|
531
|
+
NETWORK = "network"
|
|
532
|
+
}
|
|
533
|
+
export interface CreateLoadBalancerInput {
|
|
534
|
+
|
|
535
|
+
Name: string | undefined;
|
|
536
|
+
|
|
537
|
+
Subnets?: string[];
|
|
538
|
+
|
|
539
|
+
SubnetMappings?: SubnetMapping[];
|
|
540
|
+
|
|
541
|
+
SecurityGroups?: string[];
|
|
542
|
+
|
|
543
|
+
Scheme?: LoadBalancerSchemeEnum | string;
|
|
544
|
+
|
|
545
|
+
Tags?: Tag[];
|
|
546
|
+
|
|
547
|
+
Type?: LoadBalancerTypeEnum | string;
|
|
548
|
+
|
|
549
|
+
IpAddressType?: IpAddressType | string;
|
|
550
|
+
|
|
551
|
+
CustomerOwnedIpv4Pool?: string;
|
|
552
|
+
}
|
|
553
|
+
export declare namespace CreateLoadBalancerInput {
|
|
554
|
+
|
|
555
|
+
const filterSensitiveLog: (obj: CreateLoadBalancerInput) => any;
|
|
556
|
+
}
|
|
557
|
+
export declare enum LoadBalancerStateEnum {
|
|
558
|
+
ACTIVE = "active",
|
|
559
|
+
ACTIVE_IMPAIRED = "active_impaired",
|
|
560
|
+
FAILED = "failed",
|
|
561
|
+
PROVISIONING = "provisioning"
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
export interface LoadBalancerState {
|
|
565
|
+
|
|
566
|
+
Code?: LoadBalancerStateEnum | string;
|
|
567
|
+
|
|
568
|
+
Reason?: string;
|
|
569
|
+
}
|
|
570
|
+
export declare namespace LoadBalancerState {
|
|
571
|
+
|
|
572
|
+
const filterSensitiveLog: (obj: LoadBalancerState) => any;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
export interface LoadBalancer {
|
|
576
|
+
|
|
577
|
+
LoadBalancerArn?: string;
|
|
578
|
+
|
|
579
|
+
DNSName?: string;
|
|
580
|
+
|
|
581
|
+
CanonicalHostedZoneId?: string;
|
|
582
|
+
|
|
583
|
+
CreatedTime?: Date;
|
|
584
|
+
|
|
585
|
+
LoadBalancerName?: string;
|
|
586
|
+
|
|
587
|
+
Scheme?: LoadBalancerSchemeEnum | string;
|
|
588
|
+
|
|
589
|
+
VpcId?: string;
|
|
590
|
+
|
|
591
|
+
State?: LoadBalancerState;
|
|
592
|
+
|
|
593
|
+
Type?: LoadBalancerTypeEnum | string;
|
|
594
|
+
|
|
595
|
+
AvailabilityZones?: AvailabilityZone[];
|
|
596
|
+
|
|
597
|
+
SecurityGroups?: string[];
|
|
598
|
+
|
|
599
|
+
IpAddressType?: IpAddressType | string;
|
|
600
|
+
|
|
601
|
+
CustomerOwnedIpv4Pool?: string;
|
|
602
|
+
}
|
|
603
|
+
export declare namespace LoadBalancer {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: LoadBalancer) => any;
|
|
606
|
+
}
|
|
607
|
+
export interface CreateLoadBalancerOutput {
|
|
608
|
+
|
|
609
|
+
LoadBalancers?: LoadBalancer[];
|
|
610
|
+
}
|
|
611
|
+
export declare namespace CreateLoadBalancerOutput {
|
|
612
|
+
|
|
613
|
+
const filterSensitiveLog: (obj: CreateLoadBalancerOutput) => any;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
export declare class DuplicateLoadBalancerNameException extends __BaseException {
|
|
617
|
+
readonly name: "DuplicateLoadBalancerNameException";
|
|
618
|
+
readonly $fault: "client";
|
|
619
|
+
Message?: string;
|
|
620
|
+
|
|
621
|
+
constructor(opts: __ExceptionOptionType<DuplicateLoadBalancerNameException, __BaseException>);
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
export declare class InvalidSchemeException extends __BaseException {
|
|
625
|
+
readonly name: "InvalidSchemeException";
|
|
626
|
+
readonly $fault: "client";
|
|
627
|
+
Message?: string;
|
|
628
|
+
|
|
629
|
+
constructor(opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>);
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export declare class InvalidSecurityGroupException extends __BaseException {
|
|
633
|
+
readonly name: "InvalidSecurityGroupException";
|
|
634
|
+
readonly $fault: "client";
|
|
635
|
+
Message?: string;
|
|
636
|
+
|
|
637
|
+
constructor(opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>);
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
export declare class InvalidSubnetException extends __BaseException {
|
|
641
|
+
readonly name: "InvalidSubnetException";
|
|
642
|
+
readonly $fault: "client";
|
|
643
|
+
Message?: string;
|
|
644
|
+
|
|
645
|
+
constructor(opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>);
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
export declare class OperationNotPermittedException extends __BaseException {
|
|
649
|
+
readonly name: "OperationNotPermittedException";
|
|
650
|
+
readonly $fault: "client";
|
|
651
|
+
Message?: string;
|
|
652
|
+
|
|
653
|
+
constructor(opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>);
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
657
|
+
readonly name: "ResourceInUseException";
|
|
658
|
+
readonly $fault: "client";
|
|
659
|
+
Message?: string;
|
|
660
|
+
|
|
661
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export declare class SubnetNotFoundException extends __BaseException {
|
|
665
|
+
readonly name: "SubnetNotFoundException";
|
|
666
|
+
readonly $fault: "client";
|
|
667
|
+
Message?: string;
|
|
668
|
+
|
|
669
|
+
constructor(opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
export declare class TooManyLoadBalancersException extends __BaseException {
|
|
673
|
+
readonly name: "TooManyLoadBalancersException";
|
|
674
|
+
readonly $fault: "client";
|
|
675
|
+
Message?: string;
|
|
676
|
+
|
|
677
|
+
constructor(opts: __ExceptionOptionType<TooManyLoadBalancersException, __BaseException>);
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
export interface HostHeaderConditionConfig {
|
|
681
|
+
|
|
682
|
+
Values?: string[];
|
|
683
|
+
}
|
|
684
|
+
export declare namespace HostHeaderConditionConfig {
|
|
685
|
+
|
|
686
|
+
const filterSensitiveLog: (obj: HostHeaderConditionConfig) => any;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
export interface HttpHeaderConditionConfig {
|
|
690
|
+
|
|
691
|
+
HttpHeaderName?: string;
|
|
692
|
+
|
|
693
|
+
Values?: string[];
|
|
694
|
+
}
|
|
695
|
+
export declare namespace HttpHeaderConditionConfig {
|
|
696
|
+
|
|
697
|
+
const filterSensitiveLog: (obj: HttpHeaderConditionConfig) => any;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export interface HttpRequestMethodConditionConfig {
|
|
701
|
+
|
|
702
|
+
Values?: string[];
|
|
703
|
+
}
|
|
704
|
+
export declare namespace HttpRequestMethodConditionConfig {
|
|
705
|
+
|
|
706
|
+
const filterSensitiveLog: (obj: HttpRequestMethodConditionConfig) => any;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
export interface PathPatternConditionConfig {
|
|
710
|
+
|
|
711
|
+
Values?: string[];
|
|
712
|
+
}
|
|
713
|
+
export declare namespace PathPatternConditionConfig {
|
|
714
|
+
|
|
715
|
+
const filterSensitiveLog: (obj: PathPatternConditionConfig) => any;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
export interface QueryStringKeyValuePair {
|
|
719
|
+
|
|
720
|
+
Key?: string;
|
|
721
|
+
|
|
722
|
+
Value?: string;
|
|
723
|
+
}
|
|
724
|
+
export declare namespace QueryStringKeyValuePair {
|
|
725
|
+
|
|
726
|
+
const filterSensitiveLog: (obj: QueryStringKeyValuePair) => any;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
export interface QueryStringConditionConfig {
|
|
730
|
+
|
|
731
|
+
Values?: QueryStringKeyValuePair[];
|
|
732
|
+
}
|
|
733
|
+
export declare namespace QueryStringConditionConfig {
|
|
734
|
+
|
|
735
|
+
const filterSensitiveLog: (obj: QueryStringConditionConfig) => any;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
export interface SourceIpConditionConfig {
|
|
739
|
+
|
|
740
|
+
Values?: string[];
|
|
741
|
+
}
|
|
742
|
+
export declare namespace SourceIpConditionConfig {
|
|
743
|
+
|
|
744
|
+
const filterSensitiveLog: (obj: SourceIpConditionConfig) => any;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export interface RuleCondition {
|
|
748
|
+
|
|
749
|
+
Field?: string;
|
|
750
|
+
|