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