@aws-sdk/client-elastic-load-balancing-v2 3.169.0 → 3.171.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.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +582 -175
  3. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +309 -107
  4. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
  6. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/index.d.ts +34 -34
  39. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  40. package/dist-types/ts3.4/index.d.ts +7 -7
  41. package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +7 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +1200 -618
  44. package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  49. package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -104
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  54. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  55. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +11 -7
  56. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +11 -7
  57. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +11 -7
  58. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +11 -7
  59. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +11 -7
  60. package/package.json +35 -35
@@ -1,618 +1,1200 @@
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?: Record<string, string>;
24
-
25
- OnUnauthenticatedRequest?: AuthenticateCognitoActionConditionalBehaviorEnum | string;
26
- }
27
- export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
28
- ALLOW = "allow",
29
- AUTHENTICATE = "authenticate",
30
- DENY = "deny"
31
- }
32
-
33
- export interface AuthenticateOidcActionConfig {
34
-
35
- Issuer: string | undefined;
36
-
37
- AuthorizationEndpoint: string | undefined;
38
-
39
- TokenEndpoint: string | undefined;
40
-
41
- UserInfoEndpoint: string | undefined;
42
-
43
- ClientId: string | undefined;
44
-
45
- ClientSecret?: string;
46
-
47
- SessionCookieName?: string;
48
-
49
- Scope?: string;
50
-
51
- SessionTimeout?: number;
52
-
53
- AuthenticationRequestExtraParams?: Record<string, string>;
54
-
55
- OnUnauthenticatedRequest?: AuthenticateOidcActionConditionalBehaviorEnum | string;
56
-
57
- UseExistingClientSecret?: boolean;
58
- }
59
-
60
- export interface FixedResponseActionConfig {
61
-
62
- MessageBody?: string;
63
-
64
- StatusCode: string | undefined;
65
-
66
- ContentType?: string;
67
- }
68
-
69
- export interface TargetGroupTuple {
70
-
71
- TargetGroupArn?: string;
72
-
73
- Weight?: number;
74
- }
75
-
76
- export interface TargetGroupStickinessConfig {
77
-
78
- Enabled?: boolean;
79
-
80
- DurationSeconds?: number;
81
- }
82
-
83
- export interface ForwardActionConfig {
84
-
85
- TargetGroups?: TargetGroupTuple[];
86
-
87
- TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
88
- }
89
- export declare enum RedirectActionStatusCodeEnum {
90
- HTTP_301 = "HTTP_301",
91
- HTTP_302 = "HTTP_302"
92
- }
93
-
94
- export interface RedirectActionConfig {
95
-
96
- Protocol?: string;
97
-
98
- Port?: string;
99
-
100
- Host?: string;
101
-
102
- Path?: string;
103
-
104
- Query?: string;
105
-
106
- StatusCode: RedirectActionStatusCodeEnum | string | undefined;
107
- }
108
- export declare enum ActionTypeEnum {
109
- AUTHENTICATE_COGNITO = "authenticate-cognito",
110
- AUTHENTICATE_OIDC = "authenticate-oidc",
111
- FIXED_RESPONSE = "fixed-response",
112
- FORWARD = "forward",
113
- REDIRECT = "redirect"
114
- }
115
-
116
- export interface Action {
117
-
118
- Type: ActionTypeEnum | string | undefined;
119
-
120
- TargetGroupArn?: string;
121
-
122
- AuthenticateOidcConfig?: AuthenticateOidcActionConfig;
123
-
124
- AuthenticateCognitoConfig?: AuthenticateCognitoActionConfig;
125
-
126
- Order?: number;
127
-
128
- RedirectConfig?: RedirectActionConfig;
129
-
130
- FixedResponseConfig?: FixedResponseActionConfig;
131
-
132
- ForwardConfig?: ForwardActionConfig;
133
- }
134
-
135
- export interface Certificate {
136
-
137
- CertificateArn?: string;
138
-
139
- IsDefault?: boolean;
140
- }
141
- export interface AddListenerCertificatesInput {
142
-
143
- ListenerArn: string | undefined;
144
-
145
- Certificates: Certificate[] | undefined;
146
- }
147
- export interface AddListenerCertificatesOutput {
148
-
149
- Certificates?: Certificate[];
150
- }
151
-
152
- export declare class CertificateNotFoundException extends __BaseException {
153
- readonly name: "CertificateNotFoundException";
154
- readonly $fault: "client";
155
- Message?: string;
156
-
157
- constructor(opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>);
158
- }
159
-
160
- export declare class ListenerNotFoundException extends __BaseException {
161
- readonly name: "ListenerNotFoundException";
162
- readonly $fault: "client";
163
- Message?: string;
164
-
165
- constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
166
- }
167
-
168
- export declare class TooManyCertificatesException extends __BaseException {
169
- readonly name: "TooManyCertificatesException";
170
- readonly $fault: "client";
171
- Message?: string;
172
-
173
- constructor(opts: __ExceptionOptionType<TooManyCertificatesException, __BaseException>);
174
- }
175
-
176
- export interface Tag {
177
-
178
- Key: string | undefined;
179
-
180
- Value?: string;
181
- }
182
- export interface AddTagsInput {
183
-
184
- ResourceArns: string[] | undefined;
185
-
186
- Tags: Tag[] | undefined;
187
- }
188
- export interface AddTagsOutput {
189
- }
190
-
191
- export declare class DuplicateTagKeysException extends __BaseException {
192
- readonly name: "DuplicateTagKeysException";
193
- readonly $fault: "client";
194
- Message?: string;
195
-
196
- constructor(opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>);
197
- }
198
-
199
- export declare class LoadBalancerNotFoundException extends __BaseException {
200
- readonly name: "LoadBalancerNotFoundException";
201
- readonly $fault: "client";
202
- Message?: string;
203
-
204
- constructor(opts: __ExceptionOptionType<LoadBalancerNotFoundException, __BaseException>);
205
- }
206
-
207
- export declare class RuleNotFoundException extends __BaseException {
208
- readonly name: "RuleNotFoundException";
209
- readonly $fault: "client";
210
- Message?: string;
211
-
212
- constructor(opts: __ExceptionOptionType<RuleNotFoundException, __BaseException>);
213
- }
214
-
215
- export declare class TargetGroupNotFoundException extends __BaseException {
216
- readonly name: "TargetGroupNotFoundException";
217
- readonly $fault: "client";
218
- Message?: string;
219
-
220
- constructor(opts: __ExceptionOptionType<TargetGroupNotFoundException, __BaseException>);
221
- }
222
-
223
- export declare class TooManyTagsException extends __BaseException {
224
- readonly name: "TooManyTagsException";
225
- readonly $fault: "client";
226
- Message?: string;
227
-
228
- constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
229
- }
230
-
231
- export declare class AllocationIdNotFoundException extends __BaseException {
232
- readonly name: "AllocationIdNotFoundException";
233
- readonly $fault: "client";
234
- Message?: string;
235
-
236
- constructor(opts: __ExceptionOptionType<AllocationIdNotFoundException, __BaseException>);
237
- }
238
-
239
- export declare class ALPNPolicyNotSupportedException extends __BaseException {
240
- readonly name: "ALPNPolicyNotSupportedException";
241
- readonly $fault: "client";
242
- Message?: string;
243
-
244
- constructor(opts: __ExceptionOptionType<ALPNPolicyNotSupportedException, __BaseException>);
245
- }
246
-
247
- export interface LoadBalancerAddress {
248
-
249
- IpAddress?: string;
250
-
251
- AllocationId?: string;
252
-
253
- PrivateIPv4Address?: string;
254
-
255
- IPv6Address?: string;
256
- }
257
-
258
- export interface AvailabilityZone {
259
-
260
- ZoneName?: string;
261
-
262
- SubnetId?: string;
263
-
264
- OutpostId?: string;
265
-
266
- LoadBalancerAddresses?: LoadBalancerAddress[];
267
- }
268
-
269
- export declare class AvailabilityZoneNotSupportedException extends __BaseException {
270
- readonly name: "AvailabilityZoneNotSupportedException";
271
- readonly $fault: "client";
272
- Message?: string;
273
-
274
- constructor(opts: __ExceptionOptionType<AvailabilityZoneNotSupportedException, __BaseException>);
275
- }
276
-
277
- export interface Cipher {
278
-
279
- Name?: string;
280
-
281
- Priority?: number;
282
- }
283
- export declare type ProtocolEnum = "GENEVE" | "HTTP" | "HTTPS" | "TCP" | "TCP_UDP" | "TLS" | "UDP";
284
- export interface CreateListenerInput {
285
-
286
- LoadBalancerArn: string | undefined;
287
-
288
- Protocol?: ProtocolEnum | string;
289
-
290
- Port?: number;
291
-
292
- SslPolicy?: string;
293
-
294
- Certificates?: Certificate[];
295
-
296
- DefaultActions: Action[] | undefined;
297
-
298
- AlpnPolicy?: string[];
299
-
300
- Tags?: Tag[];
301
- }
302
-
303
- export interface Listener {
304
-
305
- ListenerArn?: string;
306
-
307
- LoadBalancerArn?: string;
308
-
309
- Port?: number;
310
-
311
- Protocol?: ProtocolEnum | string;
312
-
313
- Certificates?: Certificate[];
314
-
315
- SslPolicy?: string;
316
-
317
- DefaultActions?: Action[];
318
-
319
- AlpnPolicy?: string[];
320
- }
321
- export interface CreateListenerOutput {
322
-
323
- Listeners?: Listener[];
324
- }
325
-
326
- export declare class DuplicateListenerException extends __BaseException {
327
- readonly name: "DuplicateListenerException";
328
- readonly $fault: "client";
329
- Message?: string;
330
-
331
- constructor(opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>);
332
- }
333
-
334
- export declare class IncompatibleProtocolsException extends __BaseException {
335
- readonly name: "IncompatibleProtocolsException";
336
- readonly $fault: "client";
337
- Message?: string;
338
-
339
- constructor(opts: __ExceptionOptionType<IncompatibleProtocolsException, __BaseException>);
340
- }
341
-
342
- export declare class InvalidConfigurationRequestException extends __BaseException {
343
- readonly name: "InvalidConfigurationRequestException";
344
- readonly $fault: "client";
345
- Message?: string;
346
-
347
- constructor(opts: __ExceptionOptionType<InvalidConfigurationRequestException, __BaseException>);
348
- }
349
-
350
- export declare class InvalidLoadBalancerActionException extends __BaseException {
351
- readonly name: "InvalidLoadBalancerActionException";
352
- readonly $fault: "client";
353
- Message?: string;
354
-
355
- constructor(opts: __ExceptionOptionType<InvalidLoadBalancerActionException, __BaseException>);
356
- }
357
-
358
- export declare class SSLPolicyNotFoundException extends __BaseException {
359
- readonly name: "SSLPolicyNotFoundException";
360
- readonly $fault: "client";
361
- Message?: string;
362
-
363
- constructor(opts: __ExceptionOptionType<SSLPolicyNotFoundException, __BaseException>);
364
- }
365
-
366
- export declare class TargetGroupAssociationLimitException extends __BaseException {
367
- readonly name: "TargetGroupAssociationLimitException";
368
- readonly $fault: "client";
369
- Message?: string;
370
-
371
- constructor(opts: __ExceptionOptionType<TargetGroupAssociationLimitException, __BaseException>);
372
- }
373
-
374
- export declare class TooManyActionsException extends __BaseException {
375
- readonly name: "TooManyActionsException";
376
- readonly $fault: "client";
377
- Message?: string;
378
-
379
- constructor(opts: __ExceptionOptionType<TooManyActionsException, __BaseException>);
380
- }
381
-
382
- export declare class TooManyListenersException extends __BaseException {
383
- readonly name: "TooManyListenersException";
384
- readonly $fault: "client";
385
- Message?: string;
386
-
387
- constructor(opts: __ExceptionOptionType<TooManyListenersException, __BaseException>);
388
- }
389
-
390
- export declare class TooManyRegistrationsForTargetIdException extends __BaseException {
391
- readonly name: "TooManyRegistrationsForTargetIdException";
392
- readonly $fault: "client";
393
- Message?: string;
394
-
395
- constructor(opts: __ExceptionOptionType<TooManyRegistrationsForTargetIdException, __BaseException>);
396
- }
397
-
398
- export declare class TooManyTargetsException extends __BaseException {
399
- readonly name: "TooManyTargetsException";
400
- readonly $fault: "client";
401
- Message?: string;
402
-
403
- constructor(opts: __ExceptionOptionType<TooManyTargetsException, __BaseException>);
404
- }
405
-
406
- export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends __BaseException {
407
- readonly name: "TooManyUniqueTargetGroupsPerLoadBalancerException";
408
- readonly $fault: "client";
409
- Message?: string;
410
-
411
- constructor(opts: __ExceptionOptionType<TooManyUniqueTargetGroupsPerLoadBalancerException, __BaseException>);
412
- }
413
-
414
- export declare class UnsupportedProtocolException extends __BaseException {
415
- readonly name: "UnsupportedProtocolException";
416
- readonly $fault: "client";
417
- Message?: string;
418
-
419
- constructor(opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>);
420
- }
421
- export declare enum IpAddressType {
422
- DUALSTACK = "dualstack",
423
- IPV4 = "ipv4"
424
- }
425
- export declare enum LoadBalancerSchemeEnum {
426
- INTERNAL = "internal",
427
- INTERNET_FACING = "internet-facing"
428
- }
429
-
430
- export interface SubnetMapping {
431
-
432
- SubnetId?: string;
433
-
434
- AllocationId?: string;
435
-
436
- PrivateIPv4Address?: string;
437
-
438
- IPv6Address?: string;
439
- }
440
- export declare enum LoadBalancerTypeEnum {
441
- APPLICATION = "application",
442
- GATEWAY = "gateway",
443
- NETWORK = "network"
444
- }
445
- export interface CreateLoadBalancerInput {
446
-
447
- Name: string | undefined;
448
-
449
- Subnets?: string[];
450
-
451
- SubnetMappings?: SubnetMapping[];
452
-
453
- SecurityGroups?: string[];
454
-
455
- Scheme?: LoadBalancerSchemeEnum | string;
456
-
457
- Tags?: Tag[];
458
-
459
- Type?: LoadBalancerTypeEnum | string;
460
-
461
- IpAddressType?: IpAddressType | string;
462
-
463
- CustomerOwnedIpv4Pool?: string;
464
- }
465
- export declare enum LoadBalancerStateEnum {
466
- ACTIVE = "active",
467
- ACTIVE_IMPAIRED = "active_impaired",
468
- FAILED = "failed",
469
- PROVISIONING = "provisioning"
470
- }
471
-
472
- export interface LoadBalancerState {
473
-
474
- Code?: LoadBalancerStateEnum | string;
475
-
476
- Reason?: string;
477
- }
478
-
479
- export interface LoadBalancer {
480
-
481
- LoadBalancerArn?: string;
482
-
483
- DNSName?: string;
484
-
485
- CanonicalHostedZoneId?: string;
486
-
487
- CreatedTime?: Date;
488
-
489
- LoadBalancerName?: string;
490
-
491
- Scheme?: LoadBalancerSchemeEnum | string;
492
-
493
- VpcId?: string;
494
-
495
- State?: LoadBalancerState;
496
-
497
- Type?: LoadBalancerTypeEnum | string;
498
-
499
- AvailabilityZones?: AvailabilityZone[];
500
-
501
- SecurityGroups?: string[];
502
-
503
- IpAddressType?: IpAddressType | string;
504
-
505
- CustomerOwnedIpv4Pool?: string;
506
- }
507
- export interface CreateLoadBalancerOutput {
508
-
509
- LoadBalancers?: LoadBalancer[];
510
- }
511
-
512
- export declare class DuplicateLoadBalancerNameException extends __BaseException {
513
- readonly name: "DuplicateLoadBalancerNameException";
514
- readonly $fault: "client";
515
- Message?: string;
516
-
517
- constructor(opts: __ExceptionOptionType<DuplicateLoadBalancerNameException, __BaseException>);
518
- }
519
-
520
- export declare class InvalidSchemeException extends __BaseException {
521
- readonly name: "InvalidSchemeException";
522
- readonly $fault: "client";
523
- Message?: string;
524
-
525
- constructor(opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>);
526
- }
527
-
528
- export declare class InvalidSecurityGroupException extends __BaseException {
529
- readonly name: "InvalidSecurityGroupException";
530
- readonly $fault: "client";
531
- Message?: string;
532
-
533
- constructor(opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>);
534
- }
535
-
536
- export declare class InvalidSubnetException extends __BaseException {
537
- readonly name: "InvalidSubnetException";
538
- readonly $fault: "client";
539
- Message?: string;
540
-
541
- constructor(opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>);
542
- }
543
-
544
- export declare class OperationNotPermittedException extends __BaseException {
545
- readonly name: "OperationNotPermittedException";
546
- readonly $fault: "client";
547
- Message?: string;
548
-
549
- constructor(opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>);
550
- }
551
-
552
- export declare class ResourceInUseException extends __BaseException {
553
- readonly name: "ResourceInUseException";
554
- readonly $fault: "client";
555
- Message?: string;
556
-
557
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
558
- }
559
-
560
- export declare class SubnetNotFoundException extends __BaseException {
561
- readonly name: "SubnetNotFoundException";
562
- readonly $fault: "client";
563
- Message?: string;
564
-
565
- constructor(opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>);
566
- }
567
-
568
- export declare class TooManyLoadBalancersException extends __BaseException {
569
- readonly name: "TooManyLoadBalancersException";
570
- readonly $fault: "client";
571
- Message?: string;
572
-
573
- constructor(opts: __ExceptionOptionType<TooManyLoadBalancersException, __BaseException>);
574
- }
575
-
576
- export interface HostHeaderConditionConfig {
577
-
578
- Values?: string[];
579
- }
580
-
581
- export interface HttpHeaderConditionConfig {
582
-
583
- HttpHeaderName?: string;
584
-
585
- Values?: string[];
586
- }
587
-
588
- export interface HttpRequestMethodConditionConfig {
589
-
590
- Values?: string[];
591
- }
592
-
593
- export interface PathPatternConditionConfig {
594
-
595
- Values?: string[];
596
- }
597
-
598
- export interface QueryStringKeyValuePair {
599
-
600
- Key?: string;
601
-
602
- Value?: string;
603
- }
604
-
605
- export interface QueryStringConditionConfig {
606
-
607
- Values?: QueryStringKeyValuePair[];
608
- }
609
-
610
- export interface SourceIpConditionConfig {
611
-
612
- Values?: string[];
613
- }
614
-
615
- export interface RuleCondition {
616
-
617
- Field?: string;
618
-
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
+ export interface AuthenticateCognitoActionConfig {
9
+ UserPoolArn: string | undefined;
10
+ UserPoolClientId: string | undefined;
11
+ UserPoolDomain: string | undefined;
12
+ SessionCookieName?: string;
13
+ Scope?: string;
14
+ SessionTimeout?: number;
15
+ AuthenticationRequestExtraParams?: Record<string, string>;
16
+ OnUnauthenticatedRequest?:
17
+ | AuthenticateCognitoActionConditionalBehaviorEnum
18
+ | string;
19
+ }
20
+ export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
21
+ ALLOW = "allow",
22
+ AUTHENTICATE = "authenticate",
23
+ DENY = "deny",
24
+ }
25
+ export interface AuthenticateOidcActionConfig {
26
+ Issuer: string | undefined;
27
+ AuthorizationEndpoint: string | undefined;
28
+ TokenEndpoint: string | undefined;
29
+ UserInfoEndpoint: string | undefined;
30
+ ClientId: string | undefined;
31
+ ClientSecret?: string;
32
+ SessionCookieName?: string;
33
+ Scope?: string;
34
+ SessionTimeout?: number;
35
+ AuthenticationRequestExtraParams?: Record<string, string>;
36
+ OnUnauthenticatedRequest?:
37
+ | AuthenticateOidcActionConditionalBehaviorEnum
38
+ | string;
39
+ UseExistingClientSecret?: boolean;
40
+ }
41
+ export interface FixedResponseActionConfig {
42
+ MessageBody?: string;
43
+ StatusCode: string | undefined;
44
+ ContentType?: string;
45
+ }
46
+ export interface TargetGroupTuple {
47
+ TargetGroupArn?: string;
48
+ Weight?: number;
49
+ }
50
+ export interface TargetGroupStickinessConfig {
51
+ Enabled?: boolean;
52
+ DurationSeconds?: number;
53
+ }
54
+ export interface ForwardActionConfig {
55
+ TargetGroups?: TargetGroupTuple[];
56
+ TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
57
+ }
58
+ export declare enum RedirectActionStatusCodeEnum {
59
+ HTTP_301 = "HTTP_301",
60
+ HTTP_302 = "HTTP_302",
61
+ }
62
+ export interface RedirectActionConfig {
63
+ Protocol?: string;
64
+ Port?: string;
65
+ Host?: string;
66
+ Path?: string;
67
+ Query?: string;
68
+ StatusCode: RedirectActionStatusCodeEnum | string | undefined;
69
+ }
70
+ export declare enum ActionTypeEnum {
71
+ AUTHENTICATE_COGNITO = "authenticate-cognito",
72
+ AUTHENTICATE_OIDC = "authenticate-oidc",
73
+ FIXED_RESPONSE = "fixed-response",
74
+ FORWARD = "forward",
75
+ REDIRECT = "redirect",
76
+ }
77
+ export interface Action {
78
+ Type: ActionTypeEnum | string | undefined;
79
+ TargetGroupArn?: string;
80
+ AuthenticateOidcConfig?: AuthenticateOidcActionConfig;
81
+ AuthenticateCognitoConfig?: AuthenticateCognitoActionConfig;
82
+ Order?: number;
83
+ RedirectConfig?: RedirectActionConfig;
84
+ FixedResponseConfig?: FixedResponseActionConfig;
85
+ ForwardConfig?: ForwardActionConfig;
86
+ }
87
+ export interface Certificate {
88
+ CertificateArn?: string;
89
+ IsDefault?: boolean;
90
+ }
91
+ export interface AddListenerCertificatesInput {
92
+ ListenerArn: string | undefined;
93
+ Certificates: Certificate[] | undefined;
94
+ }
95
+ export interface AddListenerCertificatesOutput {
96
+ Certificates?: Certificate[];
97
+ }
98
+ export declare class CertificateNotFoundException extends __BaseException {
99
+ readonly name: "CertificateNotFoundException";
100
+ readonly $fault: "client";
101
+ Message?: string;
102
+ constructor(
103
+ opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>
104
+ );
105
+ }
106
+ export declare class ListenerNotFoundException extends __BaseException {
107
+ readonly name: "ListenerNotFoundException";
108
+ readonly $fault: "client";
109
+ Message?: string;
110
+ constructor(
111
+ opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>
112
+ );
113
+ }
114
+ export declare class TooManyCertificatesException extends __BaseException {
115
+ readonly name: "TooManyCertificatesException";
116
+ readonly $fault: "client";
117
+ Message?: string;
118
+ constructor(
119
+ opts: __ExceptionOptionType<TooManyCertificatesException, __BaseException>
120
+ );
121
+ }
122
+ export interface Tag {
123
+ Key: string | undefined;
124
+ Value?: string;
125
+ }
126
+ export interface AddTagsInput {
127
+ ResourceArns: string[] | undefined;
128
+ Tags: Tag[] | undefined;
129
+ }
130
+ export interface AddTagsOutput {}
131
+ export declare class DuplicateTagKeysException extends __BaseException {
132
+ readonly name: "DuplicateTagKeysException";
133
+ readonly $fault: "client";
134
+ Message?: string;
135
+ constructor(
136
+ opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>
137
+ );
138
+ }
139
+ export declare class LoadBalancerNotFoundException extends __BaseException {
140
+ readonly name: "LoadBalancerNotFoundException";
141
+ readonly $fault: "client";
142
+ Message?: string;
143
+ constructor(
144
+ opts: __ExceptionOptionType<LoadBalancerNotFoundException, __BaseException>
145
+ );
146
+ }
147
+ export declare class RuleNotFoundException extends __BaseException {
148
+ readonly name: "RuleNotFoundException";
149
+ readonly $fault: "client";
150
+ Message?: string;
151
+ constructor(
152
+ opts: __ExceptionOptionType<RuleNotFoundException, __BaseException>
153
+ );
154
+ }
155
+ export declare class TargetGroupNotFoundException extends __BaseException {
156
+ readonly name: "TargetGroupNotFoundException";
157
+ readonly $fault: "client";
158
+ Message?: string;
159
+ constructor(
160
+ opts: __ExceptionOptionType<TargetGroupNotFoundException, __BaseException>
161
+ );
162
+ }
163
+ export declare class TooManyTagsException extends __BaseException {
164
+ readonly name: "TooManyTagsException";
165
+ readonly $fault: "client";
166
+ Message?: string;
167
+ constructor(
168
+ opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
169
+ );
170
+ }
171
+ export declare class AllocationIdNotFoundException extends __BaseException {
172
+ readonly name: "AllocationIdNotFoundException";
173
+ readonly $fault: "client";
174
+ Message?: string;
175
+ constructor(
176
+ opts: __ExceptionOptionType<AllocationIdNotFoundException, __BaseException>
177
+ );
178
+ }
179
+ export declare class ALPNPolicyNotSupportedException extends __BaseException {
180
+ readonly name: "ALPNPolicyNotSupportedException";
181
+ readonly $fault: "client";
182
+ Message?: string;
183
+ constructor(
184
+ opts: __ExceptionOptionType<
185
+ ALPNPolicyNotSupportedException,
186
+ __BaseException
187
+ >
188
+ );
189
+ }
190
+ export interface LoadBalancerAddress {
191
+ IpAddress?: string;
192
+ AllocationId?: string;
193
+ PrivateIPv4Address?: string;
194
+ IPv6Address?: string;
195
+ }
196
+ export interface AvailabilityZone {
197
+ ZoneName?: string;
198
+ SubnetId?: string;
199
+ OutpostId?: string;
200
+ LoadBalancerAddresses?: LoadBalancerAddress[];
201
+ }
202
+ export declare class AvailabilityZoneNotSupportedException extends __BaseException {
203
+ readonly name: "AvailabilityZoneNotSupportedException";
204
+ readonly $fault: "client";
205
+ Message?: string;
206
+ constructor(
207
+ opts: __ExceptionOptionType<
208
+ AvailabilityZoneNotSupportedException,
209
+ __BaseException
210
+ >
211
+ );
212
+ }
213
+ export interface Cipher {
214
+ Name?: string;
215
+ Priority?: number;
216
+ }
217
+ export declare type ProtocolEnum =
218
+ | "GENEVE"
219
+ | "HTTP"
220
+ | "HTTPS"
221
+ | "TCP"
222
+ | "TCP_UDP"
223
+ | "TLS"
224
+ | "UDP";
225
+ export interface CreateListenerInput {
226
+ LoadBalancerArn: string | undefined;
227
+ Protocol?: ProtocolEnum | string;
228
+ Port?: number;
229
+ SslPolicy?: string;
230
+ Certificates?: Certificate[];
231
+ DefaultActions: Action[] | undefined;
232
+ AlpnPolicy?: string[];
233
+ Tags?: Tag[];
234
+ }
235
+ export interface Listener {
236
+ ListenerArn?: string;
237
+ LoadBalancerArn?: string;
238
+ Port?: number;
239
+ Protocol?: ProtocolEnum | string;
240
+ Certificates?: Certificate[];
241
+ SslPolicy?: string;
242
+ DefaultActions?: Action[];
243
+ AlpnPolicy?: string[];
244
+ }
245
+ export interface CreateListenerOutput {
246
+ Listeners?: Listener[];
247
+ }
248
+ export declare class DuplicateListenerException extends __BaseException {
249
+ readonly name: "DuplicateListenerException";
250
+ readonly $fault: "client";
251
+ Message?: string;
252
+ constructor(
253
+ opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>
254
+ );
255
+ }
256
+ export declare class IncompatibleProtocolsException extends __BaseException {
257
+ readonly name: "IncompatibleProtocolsException";
258
+ readonly $fault: "client";
259
+ Message?: string;
260
+ constructor(
261
+ opts: __ExceptionOptionType<IncompatibleProtocolsException, __BaseException>
262
+ );
263
+ }
264
+ export declare class InvalidConfigurationRequestException extends __BaseException {
265
+ readonly name: "InvalidConfigurationRequestException";
266
+ readonly $fault: "client";
267
+ Message?: string;
268
+ constructor(
269
+ opts: __ExceptionOptionType<
270
+ InvalidConfigurationRequestException,
271
+ __BaseException
272
+ >
273
+ );
274
+ }
275
+ export declare class InvalidLoadBalancerActionException extends __BaseException {
276
+ readonly name: "InvalidLoadBalancerActionException";
277
+ readonly $fault: "client";
278
+ Message?: string;
279
+ constructor(
280
+ opts: __ExceptionOptionType<
281
+ InvalidLoadBalancerActionException,
282
+ __BaseException
283
+ >
284
+ );
285
+ }
286
+ export declare class SSLPolicyNotFoundException extends __BaseException {
287
+ readonly name: "SSLPolicyNotFoundException";
288
+ readonly $fault: "client";
289
+ Message?: string;
290
+ constructor(
291
+ opts: __ExceptionOptionType<SSLPolicyNotFoundException, __BaseException>
292
+ );
293
+ }
294
+ export declare class TargetGroupAssociationLimitException extends __BaseException {
295
+ readonly name: "TargetGroupAssociationLimitException";
296
+ readonly $fault: "client";
297
+ Message?: string;
298
+ constructor(
299
+ opts: __ExceptionOptionType<
300
+ TargetGroupAssociationLimitException,
301
+ __BaseException
302
+ >
303
+ );
304
+ }
305
+ export declare class TooManyActionsException extends __BaseException {
306
+ readonly name: "TooManyActionsException";
307
+ readonly $fault: "client";
308
+ Message?: string;
309
+ constructor(
310
+ opts: __ExceptionOptionType<TooManyActionsException, __BaseException>
311
+ );
312
+ }
313
+ export declare class TooManyListenersException extends __BaseException {
314
+ readonly name: "TooManyListenersException";
315
+ readonly $fault: "client";
316
+ Message?: string;
317
+ constructor(
318
+ opts: __ExceptionOptionType<TooManyListenersException, __BaseException>
319
+ );
320
+ }
321
+ export declare class TooManyRegistrationsForTargetIdException extends __BaseException {
322
+ readonly name: "TooManyRegistrationsForTargetIdException";
323
+ readonly $fault: "client";
324
+ Message?: string;
325
+ constructor(
326
+ opts: __ExceptionOptionType<
327
+ TooManyRegistrationsForTargetIdException,
328
+ __BaseException
329
+ >
330
+ );
331
+ }
332
+ export declare class TooManyTargetsException extends __BaseException {
333
+ readonly name: "TooManyTargetsException";
334
+ readonly $fault: "client";
335
+ Message?: string;
336
+ constructor(
337
+ opts: __ExceptionOptionType<TooManyTargetsException, __BaseException>
338
+ );
339
+ }
340
+ export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends __BaseException {
341
+ readonly name: "TooManyUniqueTargetGroupsPerLoadBalancerException";
342
+ readonly $fault: "client";
343
+ Message?: string;
344
+ constructor(
345
+ opts: __ExceptionOptionType<
346
+ TooManyUniqueTargetGroupsPerLoadBalancerException,
347
+ __BaseException
348
+ >
349
+ );
350
+ }
351
+ export declare class UnsupportedProtocolException extends __BaseException {
352
+ readonly name: "UnsupportedProtocolException";
353
+ readonly $fault: "client";
354
+ Message?: string;
355
+ constructor(
356
+ opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>
357
+ );
358
+ }
359
+ export declare enum IpAddressType {
360
+ DUALSTACK = "dualstack",
361
+ IPV4 = "ipv4",
362
+ }
363
+ export declare enum LoadBalancerSchemeEnum {
364
+ INTERNAL = "internal",
365
+ INTERNET_FACING = "internet-facing",
366
+ }
367
+ export interface SubnetMapping {
368
+ SubnetId?: string;
369
+ AllocationId?: string;
370
+ PrivateIPv4Address?: string;
371
+ IPv6Address?: string;
372
+ }
373
+ export declare enum LoadBalancerTypeEnum {
374
+ APPLICATION = "application",
375
+ GATEWAY = "gateway",
376
+ NETWORK = "network",
377
+ }
378
+ export interface CreateLoadBalancerInput {
379
+ Name: string | undefined;
380
+ Subnets?: string[];
381
+ SubnetMappings?: SubnetMapping[];
382
+ SecurityGroups?: string[];
383
+ Scheme?: LoadBalancerSchemeEnum | string;
384
+ Tags?: Tag[];
385
+ Type?: LoadBalancerTypeEnum | string;
386
+ IpAddressType?: IpAddressType | string;
387
+ CustomerOwnedIpv4Pool?: string;
388
+ }
389
+ export declare enum LoadBalancerStateEnum {
390
+ ACTIVE = "active",
391
+ ACTIVE_IMPAIRED = "active_impaired",
392
+ FAILED = "failed",
393
+ PROVISIONING = "provisioning",
394
+ }
395
+ export interface LoadBalancerState {
396
+ Code?: LoadBalancerStateEnum | string;
397
+ Reason?: string;
398
+ }
399
+ export interface LoadBalancer {
400
+ LoadBalancerArn?: string;
401
+ DNSName?: string;
402
+ CanonicalHostedZoneId?: string;
403
+ CreatedTime?: Date;
404
+ LoadBalancerName?: string;
405
+ Scheme?: LoadBalancerSchemeEnum | string;
406
+ VpcId?: string;
407
+ State?: LoadBalancerState;
408
+ Type?: LoadBalancerTypeEnum | string;
409
+ AvailabilityZones?: AvailabilityZone[];
410
+ SecurityGroups?: string[];
411
+ IpAddressType?: IpAddressType | string;
412
+ CustomerOwnedIpv4Pool?: string;
413
+ }
414
+ export interface CreateLoadBalancerOutput {
415
+ LoadBalancers?: LoadBalancer[];
416
+ }
417
+ export declare class DuplicateLoadBalancerNameException extends __BaseException {
418
+ readonly name: "DuplicateLoadBalancerNameException";
419
+ readonly $fault: "client";
420
+ Message?: string;
421
+ constructor(
422
+ opts: __ExceptionOptionType<
423
+ DuplicateLoadBalancerNameException,
424
+ __BaseException
425
+ >
426
+ );
427
+ }
428
+ export declare class InvalidSchemeException extends __BaseException {
429
+ readonly name: "InvalidSchemeException";
430
+ readonly $fault: "client";
431
+ Message?: string;
432
+ constructor(
433
+ opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>
434
+ );
435
+ }
436
+ export declare class InvalidSecurityGroupException extends __BaseException {
437
+ readonly name: "InvalidSecurityGroupException";
438
+ readonly $fault: "client";
439
+ Message?: string;
440
+ constructor(
441
+ opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>
442
+ );
443
+ }
444
+ export declare class InvalidSubnetException extends __BaseException {
445
+ readonly name: "InvalidSubnetException";
446
+ readonly $fault: "client";
447
+ Message?: string;
448
+ constructor(
449
+ opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>
450
+ );
451
+ }
452
+ export declare class OperationNotPermittedException extends __BaseException {
453
+ readonly name: "OperationNotPermittedException";
454
+ readonly $fault: "client";
455
+ Message?: string;
456
+ constructor(
457
+ opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
458
+ );
459
+ }
460
+ export declare class ResourceInUseException extends __BaseException {
461
+ readonly name: "ResourceInUseException";
462
+ readonly $fault: "client";
463
+ Message?: string;
464
+ constructor(
465
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
466
+ );
467
+ }
468
+ export declare class SubnetNotFoundException extends __BaseException {
469
+ readonly name: "SubnetNotFoundException";
470
+ readonly $fault: "client";
471
+ Message?: string;
472
+ constructor(
473
+ opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>
474
+ );
475
+ }
476
+ export declare class TooManyLoadBalancersException extends __BaseException {
477
+ readonly name: "TooManyLoadBalancersException";
478
+ readonly $fault: "client";
479
+ Message?: string;
480
+ constructor(
481
+ opts: __ExceptionOptionType<TooManyLoadBalancersException, __BaseException>
482
+ );
483
+ }
484
+ export interface HostHeaderConditionConfig {
485
+ Values?: string[];
486
+ }
487
+ export interface HttpHeaderConditionConfig {
488
+ HttpHeaderName?: string;
489
+ Values?: string[];
490
+ }
491
+ export interface HttpRequestMethodConditionConfig {
492
+ Values?: string[];
493
+ }
494
+ export interface PathPatternConditionConfig {
495
+ Values?: string[];
496
+ }
497
+ export interface QueryStringKeyValuePair {
498
+ Key?: string;
499
+ Value?: string;
500
+ }
501
+ export interface QueryStringConditionConfig {
502
+ Values?: QueryStringKeyValuePair[];
503
+ }
504
+ export interface SourceIpConditionConfig {
505
+ Values?: string[];
506
+ }
507
+ export interface RuleCondition {
508
+ Field?: string;
509
+ Values?: string[];
510
+ HostHeaderConfig?: HostHeaderConditionConfig;
511
+ PathPatternConfig?: PathPatternConditionConfig;
512
+ HttpHeaderConfig?: HttpHeaderConditionConfig;
513
+ QueryStringConfig?: QueryStringConditionConfig;
514
+ HttpRequestMethodConfig?: HttpRequestMethodConditionConfig;
515
+ SourceIpConfig?: SourceIpConditionConfig;
516
+ }
517
+ export interface CreateRuleInput {
518
+ ListenerArn: string | undefined;
519
+ Conditions: RuleCondition[] | undefined;
520
+ Priority: number | undefined;
521
+ Actions: Action[] | undefined;
522
+ Tags?: Tag[];
523
+ }
524
+ export interface Rule {
525
+ RuleArn?: string;
526
+ Priority?: string;
527
+ Conditions?: RuleCondition[];
528
+ Actions?: Action[];
529
+ IsDefault?: boolean;
530
+ }
531
+ export interface CreateRuleOutput {
532
+ Rules?: Rule[];
533
+ }
534
+ export declare class PriorityInUseException extends __BaseException {
535
+ readonly name: "PriorityInUseException";
536
+ readonly $fault: "client";
537
+ Message?: string;
538
+ constructor(
539
+ opts: __ExceptionOptionType<PriorityInUseException, __BaseException>
540
+ );
541
+ }
542
+ export declare class TooManyRulesException extends __BaseException {
543
+ readonly name: "TooManyRulesException";
544
+ readonly $fault: "client";
545
+ Message?: string;
546
+ constructor(
547
+ opts: __ExceptionOptionType<TooManyRulesException, __BaseException>
548
+ );
549
+ }
550
+ export declare class TooManyTargetGroupsException extends __BaseException {
551
+ readonly name: "TooManyTargetGroupsException";
552
+ readonly $fault: "client";
553
+ Message?: string;
554
+ constructor(
555
+ opts: __ExceptionOptionType<TooManyTargetGroupsException, __BaseException>
556
+ );
557
+ }
558
+ export declare enum TargetGroupIpAddressTypeEnum {
559
+ IPV4 = "ipv4",
560
+ IPV6 = "ipv6",
561
+ }
562
+ export interface Matcher {
563
+ HttpCode?: string;
564
+ GrpcCode?: string;
565
+ }
566
+ export declare enum TargetTypeEnum {
567
+ ALB = "alb",
568
+ INSTANCE = "instance",
569
+ IP = "ip",
570
+ LAMBDA = "lambda",
571
+ }
572
+ export interface CreateTargetGroupInput {
573
+ Name: string | undefined;
574
+ Protocol?: ProtocolEnum | string;
575
+ ProtocolVersion?: string;
576
+ Port?: number;
577
+ VpcId?: string;
578
+ HealthCheckProtocol?: ProtocolEnum | string;
579
+ HealthCheckPort?: string;
580
+ HealthCheckEnabled?: boolean;
581
+ HealthCheckPath?: string;
582
+ HealthCheckIntervalSeconds?: number;
583
+ HealthCheckTimeoutSeconds?: number;
584
+ HealthyThresholdCount?: number;
585
+ UnhealthyThresholdCount?: number;
586
+ Matcher?: Matcher;
587
+ TargetType?: TargetTypeEnum | string;
588
+ Tags?: Tag[];
589
+ IpAddressType?: TargetGroupIpAddressTypeEnum | string;
590
+ }
591
+ export interface TargetGroup {
592
+ TargetGroupArn?: string;
593
+ TargetGroupName?: string;
594
+ Protocol?: ProtocolEnum | string;
595
+ Port?: number;
596
+ VpcId?: string;
597
+ HealthCheckProtocol?: ProtocolEnum | string;
598
+ HealthCheckPort?: string;
599
+ HealthCheckEnabled?: boolean;
600
+ HealthCheckIntervalSeconds?: number;
601
+ HealthCheckTimeoutSeconds?: number;
602
+ HealthyThresholdCount?: number;
603
+ UnhealthyThresholdCount?: number;
604
+ HealthCheckPath?: string;
605
+ Matcher?: Matcher;
606
+ LoadBalancerArns?: string[];
607
+ TargetType?: TargetTypeEnum | string;
608
+ ProtocolVersion?: string;
609
+ IpAddressType?: TargetGroupIpAddressTypeEnum | string;
610
+ }
611
+ export interface CreateTargetGroupOutput {
612
+ TargetGroups?: TargetGroup[];
613
+ }
614
+ export declare class DuplicateTargetGroupNameException extends __BaseException {
615
+ readonly name: "DuplicateTargetGroupNameException";
616
+ readonly $fault: "client";
617
+ Message?: string;
618
+ constructor(
619
+ opts: __ExceptionOptionType<
620
+ DuplicateTargetGroupNameException,
621
+ __BaseException
622
+ >
623
+ );
624
+ }
625
+ export interface DeleteListenerInput {
626
+ ListenerArn: string | undefined;
627
+ }
628
+ export interface DeleteListenerOutput {}
629
+ export interface DeleteLoadBalancerInput {
630
+ LoadBalancerArn: string | undefined;
631
+ }
632
+ export interface DeleteLoadBalancerOutput {}
633
+ export interface DeleteRuleInput {
634
+ RuleArn: string | undefined;
635
+ }
636
+ export interface DeleteRuleOutput {}
637
+ export interface DeleteTargetGroupInput {
638
+ TargetGroupArn: string | undefined;
639
+ }
640
+ export interface DeleteTargetGroupOutput {}
641
+ export interface TargetDescription {
642
+ Id: string | undefined;
643
+ Port?: number;
644
+ AvailabilityZone?: string;
645
+ }
646
+ export interface DeregisterTargetsInput {
647
+ TargetGroupArn: string | undefined;
648
+ Targets: TargetDescription[] | undefined;
649
+ }
650
+ export interface DeregisterTargetsOutput {}
651
+ export declare class InvalidTargetException extends __BaseException {
652
+ readonly name: "InvalidTargetException";
653
+ readonly $fault: "client";
654
+ Message?: string;
655
+ constructor(
656
+ opts: __ExceptionOptionType<InvalidTargetException, __BaseException>
657
+ );
658
+ }
659
+ export interface DescribeAccountLimitsInput {
660
+ Marker?: string;
661
+ PageSize?: number;
662
+ }
663
+ export interface Limit {
664
+ Name?: string;
665
+ Max?: string;
666
+ }
667
+ export interface DescribeAccountLimitsOutput {
668
+ Limits?: Limit[];
669
+ NextMarker?: string;
670
+ }
671
+ export interface DescribeListenerCertificatesInput {
672
+ ListenerArn: string | undefined;
673
+ Marker?: string;
674
+ PageSize?: number;
675
+ }
676
+ export interface DescribeListenerCertificatesOutput {
677
+ Certificates?: Certificate[];
678
+ NextMarker?: string;
679
+ }
680
+ export interface DescribeListenersInput {
681
+ LoadBalancerArn?: string;
682
+ ListenerArns?: string[];
683
+ Marker?: string;
684
+ PageSize?: number;
685
+ }
686
+ export interface DescribeListenersOutput {
687
+ Listeners?: Listener[];
688
+ NextMarker?: string;
689
+ }
690
+ export interface DescribeLoadBalancerAttributesInput {
691
+ LoadBalancerArn: string | undefined;
692
+ }
693
+ export interface LoadBalancerAttribute {
694
+ Key?: string;
695
+ Value?: string;
696
+ }
697
+ export interface DescribeLoadBalancerAttributesOutput {
698
+ Attributes?: LoadBalancerAttribute[];
699
+ }
700
+ export interface DescribeLoadBalancersInput {
701
+ LoadBalancerArns?: string[];
702
+ Names?: string[];
703
+ Marker?: string;
704
+ PageSize?: number;
705
+ }
706
+ export interface DescribeLoadBalancersOutput {
707
+ LoadBalancers?: LoadBalancer[];
708
+ NextMarker?: string;
709
+ }
710
+ export interface DescribeRulesInput {
711
+ ListenerArn?: string;
712
+ RuleArns?: string[];
713
+ Marker?: string;
714
+ PageSize?: number;
715
+ }
716
+ export interface DescribeRulesOutput {
717
+ Rules?: Rule[];
718
+ NextMarker?: string;
719
+ }
720
+ export interface DescribeSSLPoliciesInput {
721
+ Names?: string[];
722
+ Marker?: string;
723
+ PageSize?: number;
724
+ LoadBalancerType?: LoadBalancerTypeEnum | string;
725
+ }
726
+ export interface SslPolicy {
727
+ SslProtocols?: string[];
728
+ Ciphers?: Cipher[];
729
+ Name?: string;
730
+ SupportedLoadBalancerTypes?: string[];
731
+ }
732
+ export interface DescribeSSLPoliciesOutput {
733
+ SslPolicies?: SslPolicy[];
734
+ NextMarker?: string;
735
+ }
736
+ export interface DescribeTagsInput {
737
+ ResourceArns: string[] | undefined;
738
+ }
739
+ export interface TagDescription {
740
+ ResourceArn?: string;
741
+ Tags?: Tag[];
742
+ }
743
+ export interface DescribeTagsOutput {
744
+ TagDescriptions?: TagDescription[];
745
+ }
746
+ export interface DescribeTargetGroupAttributesInput {
747
+ TargetGroupArn: string | undefined;
748
+ }
749
+ export interface TargetGroupAttribute {
750
+ Key?: string;
751
+ Value?: string;
752
+ }
753
+ export interface DescribeTargetGroupAttributesOutput {
754
+ Attributes?: TargetGroupAttribute[];
755
+ }
756
+ export interface DescribeTargetGroupsInput {
757
+ LoadBalancerArn?: string;
758
+ TargetGroupArns?: string[];
759
+ Names?: string[];
760
+ Marker?: string;
761
+ PageSize?: number;
762
+ }
763
+ export interface DescribeTargetGroupsOutput {
764
+ TargetGroups?: TargetGroup[];
765
+ NextMarker?: string;
766
+ }
767
+ export interface DescribeTargetHealthInput {
768
+ TargetGroupArn: string | undefined;
769
+ Targets?: TargetDescription[];
770
+ }
771
+ export declare enum TargetHealthReasonEnum {
772
+ DEREGISTRATION_IN_PROGRESS = "Target.DeregistrationInProgress",
773
+ FAILED_HEALTH_CHECKS = "Target.FailedHealthChecks",
774
+ HEALTH_CHECK_DISABLED = "Target.HealthCheckDisabled",
775
+ INITIAL_HEALTH_CHECKING = "Elb.InitialHealthChecking",
776
+ INTERNAL_ERROR = "Elb.InternalError",
777
+ INVALID_STATE = "Target.InvalidState",
778
+ IP_UNUSABLE = "Target.IpUnusable",
779
+ NOT_IN_USE = "Target.NotInUse",
780
+ NOT_REGISTERED = "Target.NotRegistered",
781
+ REGISTRATION_IN_PROGRESS = "Elb.RegistrationInProgress",
782
+ RESPONSE_CODE_MISMATCH = "Target.ResponseCodeMismatch",
783
+ TIMEOUT = "Target.Timeout",
784
+ }
785
+ export declare enum TargetHealthStateEnum {
786
+ DRAINING = "draining",
787
+ HEALTHY = "healthy",
788
+ INITIAL = "initial",
789
+ UNAVAILABLE = "unavailable",
790
+ UNHEALTHY = "unhealthy",
791
+ UNUSED = "unused",
792
+ }
793
+ export interface TargetHealth {
794
+ State?: TargetHealthStateEnum | string;
795
+ Reason?: TargetHealthReasonEnum | string;
796
+ Description?: string;
797
+ }
798
+ export interface TargetHealthDescription {
799
+ Target?: TargetDescription;
800
+ HealthCheckPort?: string;
801
+ TargetHealth?: TargetHealth;
802
+ }
803
+ export interface DescribeTargetHealthOutput {
804
+ TargetHealthDescriptions?: TargetHealthDescription[];
805
+ }
806
+ export declare class HealthUnavailableException extends __BaseException {
807
+ readonly name: "HealthUnavailableException";
808
+ readonly $fault: "server";
809
+ Message?: string;
810
+ constructor(
811
+ opts: __ExceptionOptionType<HealthUnavailableException, __BaseException>
812
+ );
813
+ }
814
+ export interface ModifyListenerInput {
815
+ ListenerArn: string | undefined;
816
+ Port?: number;
817
+ Protocol?: ProtocolEnum | string;
818
+ SslPolicy?: string;
819
+ Certificates?: Certificate[];
820
+ DefaultActions?: Action[];
821
+ AlpnPolicy?: string[];
822
+ }
823
+ export interface ModifyListenerOutput {
824
+ Listeners?: Listener[];
825
+ }
826
+ export interface ModifyLoadBalancerAttributesInput {
827
+ LoadBalancerArn: string | undefined;
828
+ Attributes: LoadBalancerAttribute[] | undefined;
829
+ }
830
+ export interface ModifyLoadBalancerAttributesOutput {
831
+ Attributes?: LoadBalancerAttribute[];
832
+ }
833
+ export interface ModifyRuleInput {
834
+ RuleArn: string | undefined;
835
+ Conditions?: RuleCondition[];
836
+ Actions?: Action[];
837
+ }
838
+ export interface ModifyRuleOutput {
839
+ Rules?: Rule[];
840
+ }
841
+ export interface ModifyTargetGroupInput {
842
+ TargetGroupArn: string | undefined;
843
+ HealthCheckProtocol?: ProtocolEnum | string;
844
+ HealthCheckPort?: string;
845
+ HealthCheckPath?: string;
846
+ HealthCheckEnabled?: boolean;
847
+ HealthCheckIntervalSeconds?: number;
848
+ HealthCheckTimeoutSeconds?: number;
849
+ HealthyThresholdCount?: number;
850
+ UnhealthyThresholdCount?: number;
851
+ Matcher?: Matcher;
852
+ }
853
+ export interface ModifyTargetGroupOutput {
854
+ TargetGroups?: TargetGroup[];
855
+ }
856
+ export interface ModifyTargetGroupAttributesInput {
857
+ TargetGroupArn: string | undefined;
858
+ Attributes: TargetGroupAttribute[] | undefined;
859
+ }
860
+ export interface ModifyTargetGroupAttributesOutput {
861
+ Attributes?: TargetGroupAttribute[];
862
+ }
863
+ export interface RegisterTargetsInput {
864
+ TargetGroupArn: string | undefined;
865
+ Targets: TargetDescription[] | undefined;
866
+ }
867
+ export interface RegisterTargetsOutput {}
868
+ export interface RemoveListenerCertificatesInput {
869
+ ListenerArn: string | undefined;
870
+ Certificates: Certificate[] | undefined;
871
+ }
872
+ export interface RemoveListenerCertificatesOutput {}
873
+ export interface RemoveTagsInput {
874
+ ResourceArns: string[] | undefined;
875
+ TagKeys: string[] | undefined;
876
+ }
877
+ export interface RemoveTagsOutput {}
878
+ export interface SetIpAddressTypeInput {
879
+ LoadBalancerArn: string | undefined;
880
+ IpAddressType: IpAddressType | string | undefined;
881
+ }
882
+ export interface SetIpAddressTypeOutput {
883
+ IpAddressType?: IpAddressType | string;
884
+ }
885
+ export interface RulePriorityPair {
886
+ RuleArn?: string;
887
+ Priority?: number;
888
+ }
889
+ export interface SetRulePrioritiesInput {
890
+ RulePriorities: RulePriorityPair[] | undefined;
891
+ }
892
+ export interface SetRulePrioritiesOutput {
893
+ Rules?: Rule[];
894
+ }
895
+ export interface SetSecurityGroupsInput {
896
+ LoadBalancerArn: string | undefined;
897
+ SecurityGroups: string[] | undefined;
898
+ }
899
+ export interface SetSecurityGroupsOutput {
900
+ SecurityGroupIds?: string[];
901
+ }
902
+ export interface SetSubnetsInput {
903
+ LoadBalancerArn: string | undefined;
904
+ Subnets?: string[];
905
+ SubnetMappings?: SubnetMapping[];
906
+ IpAddressType?: IpAddressType | string;
907
+ }
908
+ export interface SetSubnetsOutput {
909
+ AvailabilityZones?: AvailabilityZone[];
910
+ IpAddressType?: IpAddressType | string;
911
+ }
912
+ export declare const AuthenticateCognitoActionConfigFilterSensitiveLog: (
913
+ obj: AuthenticateCognitoActionConfig
914
+ ) => any;
915
+ export declare const AuthenticateOidcActionConfigFilterSensitiveLog: (
916
+ obj: AuthenticateOidcActionConfig
917
+ ) => any;
918
+ export declare const FixedResponseActionConfigFilterSensitiveLog: (
919
+ obj: FixedResponseActionConfig
920
+ ) => any;
921
+ export declare const TargetGroupTupleFilterSensitiveLog: (
922
+ obj: TargetGroupTuple
923
+ ) => any;
924
+ export declare const TargetGroupStickinessConfigFilterSensitiveLog: (
925
+ obj: TargetGroupStickinessConfig
926
+ ) => any;
927
+ export declare const ForwardActionConfigFilterSensitiveLog: (
928
+ obj: ForwardActionConfig
929
+ ) => any;
930
+ export declare const RedirectActionConfigFilterSensitiveLog: (
931
+ obj: RedirectActionConfig
932
+ ) => any;
933
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
934
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
935
+ export declare const AddListenerCertificatesInputFilterSensitiveLog: (
936
+ obj: AddListenerCertificatesInput
937
+ ) => any;
938
+ export declare const AddListenerCertificatesOutputFilterSensitiveLog: (
939
+ obj: AddListenerCertificatesOutput
940
+ ) => any;
941
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
942
+ export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
943
+ export declare const AddTagsOutputFilterSensitiveLog: (
944
+ obj: AddTagsOutput
945
+ ) => any;
946
+ export declare const LoadBalancerAddressFilterSensitiveLog: (
947
+ obj: LoadBalancerAddress
948
+ ) => any;
949
+ export declare const AvailabilityZoneFilterSensitiveLog: (
950
+ obj: AvailabilityZone
951
+ ) => any;
952
+ export declare const CipherFilterSensitiveLog: (obj: Cipher) => any;
953
+ export declare const CreateListenerInputFilterSensitiveLog: (
954
+ obj: CreateListenerInput
955
+ ) => any;
956
+ export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
957
+ export declare const CreateListenerOutputFilterSensitiveLog: (
958
+ obj: CreateListenerOutput
959
+ ) => any;
960
+ export declare const SubnetMappingFilterSensitiveLog: (
961
+ obj: SubnetMapping
962
+ ) => any;
963
+ export declare const CreateLoadBalancerInputFilterSensitiveLog: (
964
+ obj: CreateLoadBalancerInput
965
+ ) => any;
966
+ export declare const LoadBalancerStateFilterSensitiveLog: (
967
+ obj: LoadBalancerState
968
+ ) => any;
969
+ export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
970
+ export declare const CreateLoadBalancerOutputFilterSensitiveLog: (
971
+ obj: CreateLoadBalancerOutput
972
+ ) => any;
973
+ export declare const HostHeaderConditionConfigFilterSensitiveLog: (
974
+ obj: HostHeaderConditionConfig
975
+ ) => any;
976
+ export declare const HttpHeaderConditionConfigFilterSensitiveLog: (
977
+ obj: HttpHeaderConditionConfig
978
+ ) => any;
979
+ export declare const HttpRequestMethodConditionConfigFilterSensitiveLog: (
980
+ obj: HttpRequestMethodConditionConfig
981
+ ) => any;
982
+ export declare const PathPatternConditionConfigFilterSensitiveLog: (
983
+ obj: PathPatternConditionConfig
984
+ ) => any;
985
+ export declare const QueryStringKeyValuePairFilterSensitiveLog: (
986
+ obj: QueryStringKeyValuePair
987
+ ) => any;
988
+ export declare const QueryStringConditionConfigFilterSensitiveLog: (
989
+ obj: QueryStringConditionConfig
990
+ ) => any;
991
+ export declare const SourceIpConditionConfigFilterSensitiveLog: (
992
+ obj: SourceIpConditionConfig
993
+ ) => any;
994
+ export declare const RuleConditionFilterSensitiveLog: (
995
+ obj: RuleCondition
996
+ ) => any;
997
+ export declare const CreateRuleInputFilterSensitiveLog: (
998
+ obj: CreateRuleInput
999
+ ) => any;
1000
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
1001
+ export declare const CreateRuleOutputFilterSensitiveLog: (
1002
+ obj: CreateRuleOutput
1003
+ ) => any;
1004
+ export declare const MatcherFilterSensitiveLog: (obj: Matcher) => any;
1005
+ export declare const CreateTargetGroupInputFilterSensitiveLog: (
1006
+ obj: CreateTargetGroupInput
1007
+ ) => any;
1008
+ export declare const TargetGroupFilterSensitiveLog: (obj: TargetGroup) => any;
1009
+ export declare const CreateTargetGroupOutputFilterSensitiveLog: (
1010
+ obj: CreateTargetGroupOutput
1011
+ ) => any;
1012
+ export declare const DeleteListenerInputFilterSensitiveLog: (
1013
+ obj: DeleteListenerInput
1014
+ ) => any;
1015
+ export declare const DeleteListenerOutputFilterSensitiveLog: (
1016
+ obj: DeleteListenerOutput
1017
+ ) => any;
1018
+ export declare const DeleteLoadBalancerInputFilterSensitiveLog: (
1019
+ obj: DeleteLoadBalancerInput
1020
+ ) => any;
1021
+ export declare const DeleteLoadBalancerOutputFilterSensitiveLog: (
1022
+ obj: DeleteLoadBalancerOutput
1023
+ ) => any;
1024
+ export declare const DeleteRuleInputFilterSensitiveLog: (
1025
+ obj: DeleteRuleInput
1026
+ ) => any;
1027
+ export declare const DeleteRuleOutputFilterSensitiveLog: (
1028
+ obj: DeleteRuleOutput
1029
+ ) => any;
1030
+ export declare const DeleteTargetGroupInputFilterSensitiveLog: (
1031
+ obj: DeleteTargetGroupInput
1032
+ ) => any;
1033
+ export declare const DeleteTargetGroupOutputFilterSensitiveLog: (
1034
+ obj: DeleteTargetGroupOutput
1035
+ ) => any;
1036
+ export declare const TargetDescriptionFilterSensitiveLog: (
1037
+ obj: TargetDescription
1038
+ ) => any;
1039
+ export declare const DeregisterTargetsInputFilterSensitiveLog: (
1040
+ obj: DeregisterTargetsInput
1041
+ ) => any;
1042
+ export declare const DeregisterTargetsOutputFilterSensitiveLog: (
1043
+ obj: DeregisterTargetsOutput
1044
+ ) => any;
1045
+ export declare const DescribeAccountLimitsInputFilterSensitiveLog: (
1046
+ obj: DescribeAccountLimitsInput
1047
+ ) => any;
1048
+ export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
1049
+ export declare const DescribeAccountLimitsOutputFilterSensitiveLog: (
1050
+ obj: DescribeAccountLimitsOutput
1051
+ ) => any;
1052
+ export declare const DescribeListenerCertificatesInputFilterSensitiveLog: (
1053
+ obj: DescribeListenerCertificatesInput
1054
+ ) => any;
1055
+ export declare const DescribeListenerCertificatesOutputFilterSensitiveLog: (
1056
+ obj: DescribeListenerCertificatesOutput
1057
+ ) => any;
1058
+ export declare const DescribeListenersInputFilterSensitiveLog: (
1059
+ obj: DescribeListenersInput
1060
+ ) => any;
1061
+ export declare const DescribeListenersOutputFilterSensitiveLog: (
1062
+ obj: DescribeListenersOutput
1063
+ ) => any;
1064
+ export declare const DescribeLoadBalancerAttributesInputFilterSensitiveLog: (
1065
+ obj: DescribeLoadBalancerAttributesInput
1066
+ ) => any;
1067
+ export declare const LoadBalancerAttributeFilterSensitiveLog: (
1068
+ obj: LoadBalancerAttribute
1069
+ ) => any;
1070
+ export declare const DescribeLoadBalancerAttributesOutputFilterSensitiveLog: (
1071
+ obj: DescribeLoadBalancerAttributesOutput
1072
+ ) => any;
1073
+ export declare const DescribeLoadBalancersInputFilterSensitiveLog: (
1074
+ obj: DescribeLoadBalancersInput
1075
+ ) => any;
1076
+ export declare const DescribeLoadBalancersOutputFilterSensitiveLog: (
1077
+ obj: DescribeLoadBalancersOutput
1078
+ ) => any;
1079
+ export declare const DescribeRulesInputFilterSensitiveLog: (
1080
+ obj: DescribeRulesInput
1081
+ ) => any;
1082
+ export declare const DescribeRulesOutputFilterSensitiveLog: (
1083
+ obj: DescribeRulesOutput
1084
+ ) => any;
1085
+ export declare const DescribeSSLPoliciesInputFilterSensitiveLog: (
1086
+ obj: DescribeSSLPoliciesInput
1087
+ ) => any;
1088
+ export declare const SslPolicyFilterSensitiveLog: (obj: SslPolicy) => any;
1089
+ export declare const DescribeSSLPoliciesOutputFilterSensitiveLog: (
1090
+ obj: DescribeSSLPoliciesOutput
1091
+ ) => any;
1092
+ export declare const DescribeTagsInputFilterSensitiveLog: (
1093
+ obj: DescribeTagsInput
1094
+ ) => any;
1095
+ export declare const TagDescriptionFilterSensitiveLog: (
1096
+ obj: TagDescription
1097
+ ) => any;
1098
+ export declare const DescribeTagsOutputFilterSensitiveLog: (
1099
+ obj: DescribeTagsOutput
1100
+ ) => any;
1101
+ export declare const DescribeTargetGroupAttributesInputFilterSensitiveLog: (
1102
+ obj: DescribeTargetGroupAttributesInput
1103
+ ) => any;
1104
+ export declare const TargetGroupAttributeFilterSensitiveLog: (
1105
+ obj: TargetGroupAttribute
1106
+ ) => any;
1107
+ export declare const DescribeTargetGroupAttributesOutputFilterSensitiveLog: (
1108
+ obj: DescribeTargetGroupAttributesOutput
1109
+ ) => any;
1110
+ export declare const DescribeTargetGroupsInputFilterSensitiveLog: (
1111
+ obj: DescribeTargetGroupsInput
1112
+ ) => any;
1113
+ export declare const DescribeTargetGroupsOutputFilterSensitiveLog: (
1114
+ obj: DescribeTargetGroupsOutput
1115
+ ) => any;
1116
+ export declare const DescribeTargetHealthInputFilterSensitiveLog: (
1117
+ obj: DescribeTargetHealthInput
1118
+ ) => any;
1119
+ export declare const TargetHealthFilterSensitiveLog: (obj: TargetHealth) => any;
1120
+ export declare const TargetHealthDescriptionFilterSensitiveLog: (
1121
+ obj: TargetHealthDescription
1122
+ ) => any;
1123
+ export declare const DescribeTargetHealthOutputFilterSensitiveLog: (
1124
+ obj: DescribeTargetHealthOutput
1125
+ ) => any;
1126
+ export declare const ModifyListenerInputFilterSensitiveLog: (
1127
+ obj: ModifyListenerInput
1128
+ ) => any;
1129
+ export declare const ModifyListenerOutputFilterSensitiveLog: (
1130
+ obj: ModifyListenerOutput
1131
+ ) => any;
1132
+ export declare const ModifyLoadBalancerAttributesInputFilterSensitiveLog: (
1133
+ obj: ModifyLoadBalancerAttributesInput
1134
+ ) => any;
1135
+ export declare const ModifyLoadBalancerAttributesOutputFilterSensitiveLog: (
1136
+ obj: ModifyLoadBalancerAttributesOutput
1137
+ ) => any;
1138
+ export declare const ModifyRuleInputFilterSensitiveLog: (
1139
+ obj: ModifyRuleInput
1140
+ ) => any;
1141
+ export declare const ModifyRuleOutputFilterSensitiveLog: (
1142
+ obj: ModifyRuleOutput
1143
+ ) => any;
1144
+ export declare const ModifyTargetGroupInputFilterSensitiveLog: (
1145
+ obj: ModifyTargetGroupInput
1146
+ ) => any;
1147
+ export declare const ModifyTargetGroupOutputFilterSensitiveLog: (
1148
+ obj: ModifyTargetGroupOutput
1149
+ ) => any;
1150
+ export declare const ModifyTargetGroupAttributesInputFilterSensitiveLog: (
1151
+ obj: ModifyTargetGroupAttributesInput
1152
+ ) => any;
1153
+ export declare const ModifyTargetGroupAttributesOutputFilterSensitiveLog: (
1154
+ obj: ModifyTargetGroupAttributesOutput
1155
+ ) => any;
1156
+ export declare const RegisterTargetsInputFilterSensitiveLog: (
1157
+ obj: RegisterTargetsInput
1158
+ ) => any;
1159
+ export declare const RegisterTargetsOutputFilterSensitiveLog: (
1160
+ obj: RegisterTargetsOutput
1161
+ ) => any;
1162
+ export declare const RemoveListenerCertificatesInputFilterSensitiveLog: (
1163
+ obj: RemoveListenerCertificatesInput
1164
+ ) => any;
1165
+ export declare const RemoveListenerCertificatesOutputFilterSensitiveLog: (
1166
+ obj: RemoveListenerCertificatesOutput
1167
+ ) => any;
1168
+ export declare const RemoveTagsInputFilterSensitiveLog: (
1169
+ obj: RemoveTagsInput
1170
+ ) => any;
1171
+ export declare const RemoveTagsOutputFilterSensitiveLog: (
1172
+ obj: RemoveTagsOutput
1173
+ ) => any;
1174
+ export declare const SetIpAddressTypeInputFilterSensitiveLog: (
1175
+ obj: SetIpAddressTypeInput
1176
+ ) => any;
1177
+ export declare const SetIpAddressTypeOutputFilterSensitiveLog: (
1178
+ obj: SetIpAddressTypeOutput
1179
+ ) => any;
1180
+ export declare const RulePriorityPairFilterSensitiveLog: (
1181
+ obj: RulePriorityPair
1182
+ ) => any;
1183
+ export declare const SetRulePrioritiesInputFilterSensitiveLog: (
1184
+ obj: SetRulePrioritiesInput
1185
+ ) => any;
1186
+ export declare const SetRulePrioritiesOutputFilterSensitiveLog: (
1187
+ obj: SetRulePrioritiesOutput
1188
+ ) => any;
1189
+ export declare const SetSecurityGroupsInputFilterSensitiveLog: (
1190
+ obj: SetSecurityGroupsInput
1191
+ ) => any;
1192
+ export declare const SetSecurityGroupsOutputFilterSensitiveLog: (
1193
+ obj: SetSecurityGroupsOutput
1194
+ ) => any;
1195
+ export declare const SetSubnetsInputFilterSensitiveLog: (
1196
+ obj: SetSubnetsInput
1197
+ ) => any;
1198
+ export declare const SetSubnetsOutputFilterSensitiveLog: (
1199
+ obj: SetSubnetsOutput
1200
+ ) => any;