@aws-sdk/client-elastic-load-balancing-v2 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/commands/AddListenerCertificatesCommand.js +2 -2
- package/dist-cjs/commands/AddTagsCommand.js +2 -2
- package/dist-cjs/commands/CreateListenerCommand.js +2 -2
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteListenerCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -2
- package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeListenersCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeRulesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTargetHealthCommand.js +2 -2
- package/dist-cjs/commands/ModifyListenerCommand.js +2 -2
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
- package/dist-cjs/commands/ModifyRuleCommand.js +2 -2
- package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +2 -2
- package/dist-cjs/commands/ModifyTargetGroupCommand.js +2 -2
- package/dist-cjs/commands/RegisterTargetsCommand.js +2 -2
- package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
- package/dist-cjs/commands/SetIpAddressTypeCommand.js +2 -2
- package/dist-cjs/commands/SetRulePrioritiesCommand.js +2 -2
- package/dist-cjs/commands/SetSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/SetSubnetsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +424 -634
- package/dist-es/commands/AddListenerCertificatesCommand.js +3 -3
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/CreateListenerCommand.js +3 -3
- package/dist-es/commands/CreateLoadBalancerCommand.js +3 -3
- package/dist-es/commands/CreateRuleCommand.js +3 -3
- package/dist-es/commands/CreateTargetGroupCommand.js +3 -3
- package/dist-es/commands/DeleteListenerCommand.js +3 -3
- package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -3
- package/dist-es/commands/DeleteRuleCommand.js +3 -3
- package/dist-es/commands/DeleteTargetGroupCommand.js +3 -3
- package/dist-es/commands/DeregisterTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -3
- package/dist-es/commands/DescribeListenersCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeRulesCommand.js +3 -3
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeTargetHealthCommand.js +3 -3
- package/dist-es/commands/ModifyListenerCommand.js +3 -3
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
- package/dist-es/commands/ModifyRuleCommand.js +3 -3
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -3
- package/dist-es/commands/ModifyTargetGroupCommand.js +3 -3
- package/dist-es/commands/RegisterTargetsCommand.js +3 -3
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -3
- package/dist-es/commands/RemoveTagsCommand.js +3 -3
- package/dist-es/commands/SetIpAddressTypeCommand.js +3 -3
- package/dist-es/commands/SetRulePrioritiesCommand.js +3 -3
- package/dist-es/commands/SetSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/SetSubnetsCommand.js +3 -3
- package/dist-es/models/models_0.js +105 -420
- package/dist-types/models/models_0.d.ts +420 -630
- package/dist-types/ts3.4/models/models_0.d.ts +0 -128
- package/package.json +9 -9
|
@@ -61,12 +61,6 @@ export interface AuthenticateCognitoActionConfig {
|
|
|
61
61
|
*/
|
|
62
62
|
OnUnauthenticatedRequest?: AuthenticateCognitoActionConditionalBehaviorEnum | string;
|
|
63
63
|
}
|
|
64
|
-
export declare namespace AuthenticateCognitoActionConfig {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
const filterSensitiveLog: (obj: AuthenticateCognitoActionConfig) => any;
|
|
69
|
-
}
|
|
70
64
|
export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
|
|
71
65
|
ALLOW = "allow",
|
|
72
66
|
AUTHENTICATE = "authenticate",
|
|
@@ -151,12 +145,6 @@ export interface AuthenticateOidcActionConfig {
|
|
|
151
145
|
*/
|
|
152
146
|
UseExistingClientSecret?: boolean;
|
|
153
147
|
}
|
|
154
|
-
export declare namespace AuthenticateOidcActionConfig {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
const filterSensitiveLog: (obj: AuthenticateOidcActionConfig) => any;
|
|
159
|
-
}
|
|
160
148
|
/**
|
|
161
149
|
* <p>Information about an action that returns a custom HTTP response.</p>
|
|
162
150
|
*/
|
|
@@ -176,12 +164,6 @@ export interface FixedResponseActionConfig {
|
|
|
176
164
|
*/
|
|
177
165
|
ContentType?: string;
|
|
178
166
|
}
|
|
179
|
-
export declare namespace FixedResponseActionConfig {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
const filterSensitiveLog: (obj: FixedResponseActionConfig) => any;
|
|
184
|
-
}
|
|
185
167
|
/**
|
|
186
168
|
* <p>Information about how traffic will be distributed between multiple target groups in a
|
|
187
169
|
* forward rule.</p>
|
|
@@ -196,12 +178,6 @@ export interface TargetGroupTuple {
|
|
|
196
178
|
*/
|
|
197
179
|
Weight?: number;
|
|
198
180
|
}
|
|
199
|
-
export declare namespace TargetGroupTuple {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
const filterSensitiveLog: (obj: TargetGroupTuple) => any;
|
|
204
|
-
}
|
|
205
181
|
/**
|
|
206
182
|
* <p>Information about the target group stickiness for a rule.</p>
|
|
207
183
|
*/
|
|
@@ -216,12 +192,6 @@ export interface TargetGroupStickinessConfig {
|
|
|
216
192
|
*/
|
|
217
193
|
DurationSeconds?: number;
|
|
218
194
|
}
|
|
219
|
-
export declare namespace TargetGroupStickinessConfig {
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
const filterSensitiveLog: (obj: TargetGroupStickinessConfig) => any;
|
|
224
|
-
}
|
|
225
195
|
/**
|
|
226
196
|
* <p>Information about a forward action.</p>
|
|
227
197
|
*/
|
|
@@ -236,12 +206,6 @@ export interface ForwardActionConfig {
|
|
|
236
206
|
*/
|
|
237
207
|
TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
|
|
238
208
|
}
|
|
239
|
-
export declare namespace ForwardActionConfig {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
|
-
const filterSensitiveLog: (obj: ForwardActionConfig) => any;
|
|
244
|
-
}
|
|
245
209
|
export declare enum RedirectActionStatusCodeEnum {
|
|
246
210
|
HTTP_301 = "HTTP_301",
|
|
247
211
|
HTTP_302 = "HTTP_302"
|
|
@@ -304,12 +268,6 @@ export interface RedirectActionConfig {
|
|
|
304
268
|
*/
|
|
305
269
|
StatusCode: RedirectActionStatusCodeEnum | string | undefined;
|
|
306
270
|
}
|
|
307
|
-
export declare namespace RedirectActionConfig {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
const filterSensitiveLog: (obj: RedirectActionConfig) => any;
|
|
312
|
-
}
|
|
313
271
|
export declare enum ActionTypeEnum {
|
|
314
272
|
AUTHENTICATE_COGNITO = "authenticate-cognito",
|
|
315
273
|
AUTHENTICATE_OIDC = "authenticate-oidc",
|
|
@@ -369,12 +327,6 @@ export interface Action {
|
|
|
369
327
|
*/
|
|
370
328
|
ForwardConfig?: ForwardActionConfig;
|
|
371
329
|
}
|
|
372
|
-
export declare namespace Action {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
|
-
const filterSensitiveLog: (obj: Action) => any;
|
|
377
|
-
}
|
|
378
330
|
/**
|
|
379
331
|
* <p>Information about an SSL server certificate.</p>
|
|
380
332
|
*/
|
|
@@ -390,12 +342,6 @@ export interface Certificate {
|
|
|
390
342
|
*/
|
|
391
343
|
IsDefault?: boolean;
|
|
392
344
|
}
|
|
393
|
-
export declare namespace Certificate {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
const filterSensitiveLog: (obj: Certificate) => any;
|
|
398
|
-
}
|
|
399
345
|
export interface AddListenerCertificatesInput {
|
|
400
346
|
/**
|
|
401
347
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
@@ -408,24 +354,12 @@ export interface AddListenerCertificatesInput {
|
|
|
408
354
|
*/
|
|
409
355
|
Certificates: Certificate[] | undefined;
|
|
410
356
|
}
|
|
411
|
-
export declare namespace AddListenerCertificatesInput {
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
|
-
const filterSensitiveLog: (obj: AddListenerCertificatesInput) => any;
|
|
416
|
-
}
|
|
417
357
|
export interface AddListenerCertificatesOutput {
|
|
418
358
|
/**
|
|
419
359
|
* <p>Information about the certificates in the certificate list.</p>
|
|
420
360
|
*/
|
|
421
361
|
Certificates?: Certificate[];
|
|
422
362
|
}
|
|
423
|
-
export declare namespace AddListenerCertificatesOutput {
|
|
424
|
-
/**
|
|
425
|
-
* @internal
|
|
426
|
-
*/
|
|
427
|
-
const filterSensitiveLog: (obj: AddListenerCertificatesOutput) => any;
|
|
428
|
-
}
|
|
429
363
|
/**
|
|
430
364
|
* <p>The specified certificate does not exist.</p>
|
|
431
365
|
*/
|
|
@@ -475,12 +409,6 @@ export interface Tag {
|
|
|
475
409
|
*/
|
|
476
410
|
Value?: string;
|
|
477
411
|
}
|
|
478
|
-
export declare namespace Tag {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
483
|
-
}
|
|
484
412
|
export interface AddTagsInput {
|
|
485
413
|
/**
|
|
486
414
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -491,20 +419,8 @@ export interface AddTagsInput {
|
|
|
491
419
|
*/
|
|
492
420
|
Tags: Tag[] | undefined;
|
|
493
421
|
}
|
|
494
|
-
export declare namespace AddTagsInput {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: AddTagsInput) => any;
|
|
499
|
-
}
|
|
500
422
|
export interface AddTagsOutput {
|
|
501
423
|
}
|
|
502
|
-
export declare namespace AddTagsOutput {
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
|
-
const filterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
507
|
-
}
|
|
508
424
|
/**
|
|
509
425
|
* <p>A tag key was specified more than once.</p>
|
|
510
426
|
*/
|
|
@@ -611,12 +527,6 @@ export interface LoadBalancerAddress {
|
|
|
611
527
|
*/
|
|
612
528
|
IPv6Address?: string;
|
|
613
529
|
}
|
|
614
|
-
export declare namespace LoadBalancerAddress {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
|
-
const filterSensitiveLog: (obj: LoadBalancerAddress) => any;
|
|
619
|
-
}
|
|
620
530
|
/**
|
|
621
531
|
* <p>Information about an Availability Zone.</p>
|
|
622
532
|
*/
|
|
@@ -641,12 +551,6 @@ export interface AvailabilityZone {
|
|
|
641
551
|
*/
|
|
642
552
|
LoadBalancerAddresses?: LoadBalancerAddress[];
|
|
643
553
|
}
|
|
644
|
-
export declare namespace AvailabilityZone {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
|
-
const filterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
649
|
-
}
|
|
650
554
|
/**
|
|
651
555
|
* <p>The specified Availability Zone is not supported.</p>
|
|
652
556
|
*/
|
|
@@ -672,12 +576,6 @@ export interface Cipher {
|
|
|
672
576
|
*/
|
|
673
577
|
Priority?: number;
|
|
674
578
|
}
|
|
675
|
-
export declare namespace Cipher {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
|
-
const filterSensitiveLog: (obj: Cipher) => any;
|
|
680
|
-
}
|
|
681
579
|
export declare type ProtocolEnum = "GENEVE" | "HTTP" | "HTTPS" | "TCP" | "TCP_UDP" | "TLS" | "UDP";
|
|
682
580
|
export interface CreateListenerInput {
|
|
683
581
|
/**
|
|
@@ -753,12 +651,6 @@ export interface CreateListenerInput {
|
|
|
753
651
|
*/
|
|
754
652
|
Tags?: Tag[];
|
|
755
653
|
}
|
|
756
|
-
export declare namespace CreateListenerInput {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
|
-
const filterSensitiveLog: (obj: CreateListenerInput) => any;
|
|
761
|
-
}
|
|
762
654
|
/**
|
|
763
655
|
* <p>Information about a listener.</p>
|
|
764
656
|
*/
|
|
@@ -798,24 +690,12 @@ export interface Listener {
|
|
|
798
690
|
*/
|
|
799
691
|
AlpnPolicy?: string[];
|
|
800
692
|
}
|
|
801
|
-
export declare namespace Listener {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
|
-
const filterSensitiveLog: (obj: Listener) => any;
|
|
806
|
-
}
|
|
807
693
|
export interface CreateListenerOutput {
|
|
808
694
|
/**
|
|
809
695
|
* <p>Information about the listener.</p>
|
|
810
696
|
*/
|
|
811
697
|
Listeners?: Listener[];
|
|
812
698
|
}
|
|
813
|
-
export declare namespace CreateListenerOutput {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
const filterSensitiveLog: (obj: CreateListenerOutput) => any;
|
|
818
|
-
}
|
|
819
699
|
/**
|
|
820
700
|
* <p>A listener with the specified port already exists.</p>
|
|
821
701
|
*/
|
|
@@ -993,12 +873,6 @@ export interface SubnetMapping {
|
|
|
993
873
|
*/
|
|
994
874
|
IPv6Address?: string;
|
|
995
875
|
}
|
|
996
|
-
export declare namespace SubnetMapping {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
|
-
const filterSensitiveLog: (obj: SubnetMapping) => any;
|
|
1001
|
-
}
|
|
1002
876
|
export declare enum LoadBalancerTypeEnum {
|
|
1003
877
|
APPLICATION = "application",
|
|
1004
878
|
GATEWAY = "gateway",
|
|
@@ -1081,12 +955,6 @@ export interface CreateLoadBalancerInput {
|
|
|
1081
955
|
*/
|
|
1082
956
|
CustomerOwnedIpv4Pool?: string;
|
|
1083
957
|
}
|
|
1084
|
-
export declare namespace CreateLoadBalancerInput {
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
const filterSensitiveLog: (obj: CreateLoadBalancerInput) => any;
|
|
1089
|
-
}
|
|
1090
958
|
export declare enum LoadBalancerStateEnum {
|
|
1091
959
|
ACTIVE = "active",
|
|
1092
960
|
ACTIVE_IMPAIRED = "active_impaired",
|
|
@@ -1110,12 +978,6 @@ export interface LoadBalancerState {
|
|
|
1110
978
|
*/
|
|
1111
979
|
Reason?: string;
|
|
1112
980
|
}
|
|
1113
|
-
export declare namespace LoadBalancerState {
|
|
1114
|
-
/**
|
|
1115
|
-
* @internal
|
|
1116
|
-
*/
|
|
1117
|
-
const filterSensitiveLog: (obj: LoadBalancerState) => any;
|
|
1118
|
-
}
|
|
1119
981
|
/**
|
|
1120
982
|
* <p>Information about a load balancer.</p>
|
|
1121
983
|
*/
|
|
@@ -1182,24 +1044,12 @@ export interface LoadBalancer {
|
|
|
1182
1044
|
*/
|
|
1183
1045
|
CustomerOwnedIpv4Pool?: string;
|
|
1184
1046
|
}
|
|
1185
|
-
export declare namespace LoadBalancer {
|
|
1186
|
-
/**
|
|
1187
|
-
* @internal
|
|
1188
|
-
*/
|
|
1189
|
-
const filterSensitiveLog: (obj: LoadBalancer) => any;
|
|
1190
|
-
}
|
|
1191
1047
|
export interface CreateLoadBalancerOutput {
|
|
1192
1048
|
/**
|
|
1193
1049
|
* <p>Information about the load balancer.</p>
|
|
1194
1050
|
*/
|
|
1195
1051
|
LoadBalancers?: LoadBalancer[];
|
|
1196
1052
|
}
|
|
1197
|
-
export declare namespace CreateLoadBalancerOutput {
|
|
1198
|
-
/**
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
1201
|
-
const filterSensitiveLog: (obj: CreateLoadBalancerOutput) => any;
|
|
1202
|
-
}
|
|
1203
1053
|
/**
|
|
1204
1054
|
* <p>A load balancer with the specified name already exists.</p>
|
|
1205
1055
|
*/
|
|
@@ -1310,12 +1160,6 @@ export interface HostHeaderConditionConfig {
|
|
|
1310
1160
|
*/
|
|
1311
1161
|
Values?: string[];
|
|
1312
1162
|
}
|
|
1313
|
-
export declare namespace HostHeaderConditionConfig {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
|
-
const filterSensitiveLog: (obj: HostHeaderConditionConfig) => any;
|
|
1318
|
-
}
|
|
1319
1163
|
/**
|
|
1320
1164
|
* <p>Information about an HTTP header condition.</p>
|
|
1321
1165
|
* <p>There is a set of standard HTTP header fields. You can also define custom HTTP header
|
|
@@ -1342,12 +1186,6 @@ export interface HttpHeaderConditionConfig {
|
|
|
1342
1186
|
*/
|
|
1343
1187
|
Values?: string[];
|
|
1344
1188
|
}
|
|
1345
|
-
export declare namespace HttpHeaderConditionConfig {
|
|
1346
|
-
/**
|
|
1347
|
-
* @internal
|
|
1348
|
-
*/
|
|
1349
|
-
const filterSensitiveLog: (obj: HttpHeaderConditionConfig) => any;
|
|
1350
|
-
}
|
|
1351
1189
|
/**
|
|
1352
1190
|
* <p>Information about an HTTP method condition.</p>
|
|
1353
1191
|
* <p>HTTP defines a set of request methods, also referred to as HTTP verbs. For more
|
|
@@ -1365,12 +1203,6 @@ export interface HttpRequestMethodConditionConfig {
|
|
|
1365
1203
|
*/
|
|
1366
1204
|
Values?: string[];
|
|
1367
1205
|
}
|
|
1368
|
-
export declare namespace HttpRequestMethodConditionConfig {
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
1372
|
-
const filterSensitiveLog: (obj: HttpRequestMethodConditionConfig) => any;
|
|
1373
|
-
}
|
|
1374
1206
|
/**
|
|
1375
1207
|
* <p>Information about a path pattern condition.</p>
|
|
1376
1208
|
*/
|
|
@@ -1385,12 +1217,6 @@ export interface PathPatternConditionConfig {
|
|
|
1385
1217
|
*/
|
|
1386
1218
|
Values?: string[];
|
|
1387
1219
|
}
|
|
1388
|
-
export declare namespace PathPatternConditionConfig {
|
|
1389
|
-
/**
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
1392
|
-
const filterSensitiveLog: (obj: PathPatternConditionConfig) => any;
|
|
1393
|
-
}
|
|
1394
1220
|
/**
|
|
1395
1221
|
* <p>Information about a key/value pair.</p>
|
|
1396
1222
|
*/
|
|
@@ -1404,12 +1230,6 @@ export interface QueryStringKeyValuePair {
|
|
|
1404
1230
|
*/
|
|
1405
1231
|
Value?: string;
|
|
1406
1232
|
}
|
|
1407
|
-
export declare namespace QueryStringKeyValuePair {
|
|
1408
|
-
/**
|
|
1409
|
-
* @internal
|
|
1410
|
-
*/
|
|
1411
|
-
const filterSensitiveLog: (obj: QueryStringKeyValuePair) => any;
|
|
1412
|
-
}
|
|
1413
1233
|
/**
|
|
1414
1234
|
* <p>Information about a query string condition.</p>
|
|
1415
1235
|
* <p>The query string component of a URI starts after the first '?' character and is terminated
|
|
@@ -1429,12 +1249,6 @@ export interface QueryStringConditionConfig {
|
|
|
1429
1249
|
*/
|
|
1430
1250
|
Values?: QueryStringKeyValuePair[];
|
|
1431
1251
|
}
|
|
1432
|
-
export declare namespace QueryStringConditionConfig {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
const filterSensitiveLog: (obj: QueryStringConditionConfig) => any;
|
|
1437
|
-
}
|
|
1438
1252
|
/**
|
|
1439
1253
|
* <p>Information about a source IP condition.</p>
|
|
1440
1254
|
* <p>You can use this condition to route based on the IP address of the source that connects to
|
|
@@ -1452,12 +1266,6 @@ export interface SourceIpConditionConfig {
|
|
|
1452
1266
|
*/
|
|
1453
1267
|
Values?: string[];
|
|
1454
1268
|
}
|
|
1455
|
-
export declare namespace SourceIpConditionConfig {
|
|
1456
|
-
/**
|
|
1457
|
-
* @internal
|
|
1458
|
-
*/
|
|
1459
|
-
const filterSensitiveLog: (obj: SourceIpConditionConfig) => any;
|
|
1460
|
-
}
|
|
1461
1269
|
/**
|
|
1462
1270
|
* <p>Information about a condition for a rule.</p>
|
|
1463
1271
|
* <p>Each rule can optionally include up to one of each of the following conditions:
|
|
@@ -1579,12 +1387,6 @@ export interface RuleCondition {
|
|
|
1579
1387
|
*/
|
|
1580
1388
|
SourceIpConfig?: SourceIpConditionConfig;
|
|
1581
1389
|
}
|
|
1582
|
-
export declare namespace RuleCondition {
|
|
1583
|
-
/**
|
|
1584
|
-
* @internal
|
|
1585
|
-
*/
|
|
1586
|
-
const filterSensitiveLog: (obj: RuleCondition) => any;
|
|
1587
|
-
}
|
|
1588
1390
|
export interface CreateRuleInput {
|
|
1589
1391
|
/**
|
|
1590
1392
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
@@ -1607,12 +1409,6 @@ export interface CreateRuleInput {
|
|
|
1607
1409
|
*/
|
|
1608
1410
|
Tags?: Tag[];
|
|
1609
1411
|
}
|
|
1610
|
-
export declare namespace CreateRuleInput {
|
|
1611
|
-
/**
|
|
1612
|
-
* @internal
|
|
1613
|
-
*/
|
|
1614
|
-
const filterSensitiveLog: (obj: CreateRuleInput) => any;
|
|
1615
|
-
}
|
|
1616
1412
|
/**
|
|
1617
1413
|
* <p>Information about a rule.</p>
|
|
1618
1414
|
*/
|
|
@@ -1643,24 +1439,12 @@ export interface Rule {
|
|
|
1643
1439
|
*/
|
|
1644
1440
|
IsDefault?: boolean;
|
|
1645
1441
|
}
|
|
1646
|
-
export declare namespace Rule {
|
|
1647
|
-
/**
|
|
1648
|
-
* @internal
|
|
1649
|
-
*/
|
|
1650
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
1651
|
-
}
|
|
1652
1442
|
export interface CreateRuleOutput {
|
|
1653
1443
|
/**
|
|
1654
1444
|
* <p>Information about the rule.</p>
|
|
1655
1445
|
*/
|
|
1656
1446
|
Rules?: Rule[];
|
|
1657
1447
|
}
|
|
1658
|
-
export declare namespace CreateRuleOutput {
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
*/
|
|
1662
|
-
const filterSensitiveLog: (obj: CreateRuleOutput) => any;
|
|
1663
|
-
}
|
|
1664
1448
|
/**
|
|
1665
1449
|
* <p>The specified priority is in use.</p>
|
|
1666
1450
|
*/
|
|
@@ -1722,12 +1506,6 @@ export interface Matcher {
|
|
|
1722
1506
|
*/
|
|
1723
1507
|
GrpcCode?: string;
|
|
1724
1508
|
}
|
|
1725
|
-
export declare namespace Matcher {
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
const filterSensitiveLog: (obj: Matcher) => any;
|
|
1730
|
-
}
|
|
1731
1509
|
export declare enum TargetTypeEnum {
|
|
1732
1510
|
ALB = "alb",
|
|
1733
1511
|
INSTANCE = "instance",
|
|
@@ -1871,12 +1649,6 @@ export interface CreateTargetGroupInput {
|
|
|
1871
1649
|
*/
|
|
1872
1650
|
IpAddressType?: TargetGroupIpAddressTypeEnum | string;
|
|
1873
1651
|
}
|
|
1874
|
-
export declare namespace CreateTargetGroupInput {
|
|
1875
|
-
/**
|
|
1876
|
-
* @internal
|
|
1877
|
-
*/
|
|
1878
|
-
const filterSensitiveLog: (obj: CreateTargetGroupInput) => any;
|
|
1879
|
-
}
|
|
1880
1652
|
/**
|
|
1881
1653
|
* <p>Information about a target group.</p>
|
|
1882
1654
|
*/
|
|
@@ -1969,24 +1741,12 @@ export interface TargetGroup {
|
|
|
1969
1741
|
*/
|
|
1970
1742
|
IpAddressType?: TargetGroupIpAddressTypeEnum | string;
|
|
1971
1743
|
}
|
|
1972
|
-
export declare namespace TargetGroup {
|
|
1973
|
-
/**
|
|
1974
|
-
* @internal
|
|
1975
|
-
*/
|
|
1976
|
-
const filterSensitiveLog: (obj: TargetGroup) => any;
|
|
1977
|
-
}
|
|
1978
1744
|
export interface CreateTargetGroupOutput {
|
|
1979
1745
|
/**
|
|
1980
1746
|
* <p>Information about the target group.</p>
|
|
1981
1747
|
*/
|
|
1982
1748
|
TargetGroups?: TargetGroup[];
|
|
1983
1749
|
}
|
|
1984
|
-
export declare namespace CreateTargetGroupOutput {
|
|
1985
|
-
/**
|
|
1986
|
-
* @internal
|
|
1987
|
-
*/
|
|
1988
|
-
const filterSensitiveLog: (obj: CreateTargetGroupOutput) => any;
|
|
1989
|
-
}
|
|
1990
1750
|
/**
|
|
1991
1751
|
* <p>A target group with the specified name already exists.</p>
|
|
1992
1752
|
*/
|
|
@@ -2005,80 +1765,32 @@ export interface DeleteListenerInput {
|
|
|
2005
1765
|
*/
|
|
2006
1766
|
ListenerArn: string | undefined;
|
|
2007
1767
|
}
|
|
2008
|
-
export declare namespace DeleteListenerInput {
|
|
2009
|
-
/**
|
|
2010
|
-
* @internal
|
|
2011
|
-
*/
|
|
2012
|
-
const filterSensitiveLog: (obj: DeleteListenerInput) => any;
|
|
2013
|
-
}
|
|
2014
1768
|
export interface DeleteListenerOutput {
|
|
2015
1769
|
}
|
|
2016
|
-
export declare namespace DeleteListenerOutput {
|
|
2017
|
-
/**
|
|
2018
|
-
* @internal
|
|
2019
|
-
*/
|
|
2020
|
-
const filterSensitiveLog: (obj: DeleteListenerOutput) => any;
|
|
2021
|
-
}
|
|
2022
1770
|
export interface DeleteLoadBalancerInput {
|
|
2023
1771
|
/**
|
|
2024
1772
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
2025
1773
|
*/
|
|
2026
1774
|
LoadBalancerArn: string | undefined;
|
|
2027
1775
|
}
|
|
2028
|
-
export declare namespace DeleteLoadBalancerInput {
|
|
2029
|
-
/**
|
|
2030
|
-
* @internal
|
|
2031
|
-
*/
|
|
2032
|
-
const filterSensitiveLog: (obj: DeleteLoadBalancerInput) => any;
|
|
2033
|
-
}
|
|
2034
1776
|
export interface DeleteLoadBalancerOutput {
|
|
2035
1777
|
}
|
|
2036
|
-
export declare namespace DeleteLoadBalancerOutput {
|
|
2037
|
-
/**
|
|
2038
|
-
* @internal
|
|
2039
|
-
*/
|
|
2040
|
-
const filterSensitiveLog: (obj: DeleteLoadBalancerOutput) => any;
|
|
2041
|
-
}
|
|
2042
1778
|
export interface DeleteRuleInput {
|
|
2043
1779
|
/**
|
|
2044
1780
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
2045
1781
|
*/
|
|
2046
1782
|
RuleArn: string | undefined;
|
|
2047
1783
|
}
|
|
2048
|
-
export declare namespace DeleteRuleInput {
|
|
2049
|
-
/**
|
|
2050
|
-
* @internal
|
|
2051
|
-
*/
|
|
2052
|
-
const filterSensitiveLog: (obj: DeleteRuleInput) => any;
|
|
2053
|
-
}
|
|
2054
1784
|
export interface DeleteRuleOutput {
|
|
2055
1785
|
}
|
|
2056
|
-
export declare namespace DeleteRuleOutput {
|
|
2057
|
-
/**
|
|
2058
|
-
* @internal
|
|
2059
|
-
*/
|
|
2060
|
-
const filterSensitiveLog: (obj: DeleteRuleOutput) => any;
|
|
2061
|
-
}
|
|
2062
1786
|
export interface DeleteTargetGroupInput {
|
|
2063
1787
|
/**
|
|
2064
1788
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
2065
1789
|
*/
|
|
2066
1790
|
TargetGroupArn: string | undefined;
|
|
2067
1791
|
}
|
|
2068
|
-
export declare namespace DeleteTargetGroupInput {
|
|
2069
|
-
/**
|
|
2070
|
-
* @internal
|
|
2071
|
-
*/
|
|
2072
|
-
const filterSensitiveLog: (obj: DeleteTargetGroupInput) => any;
|
|
2073
|
-
}
|
|
2074
1792
|
export interface DeleteTargetGroupOutput {
|
|
2075
1793
|
}
|
|
2076
|
-
export declare namespace DeleteTargetGroupOutput {
|
|
2077
|
-
/**
|
|
2078
|
-
* @internal
|
|
2079
|
-
*/
|
|
2080
|
-
const filterSensitiveLog: (obj: DeleteTargetGroupOutput) => any;
|
|
2081
|
-
}
|
|
2082
1794
|
/**
|
|
2083
1795
|
* <p>Information about a target.</p>
|
|
2084
1796
|
*/
|
|
@@ -2114,12 +1826,6 @@ export interface TargetDescription {
|
|
|
2114
1826
|
*/
|
|
2115
1827
|
AvailabilityZone?: string;
|
|
2116
1828
|
}
|
|
2117
|
-
export declare namespace TargetDescription {
|
|
2118
|
-
/**
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
2121
|
-
const filterSensitiveLog: (obj: TargetDescription) => any;
|
|
2122
|
-
}
|
|
2123
1829
|
export interface DeregisterTargetsInput {
|
|
2124
1830
|
/**
|
|
2125
1831
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
@@ -2131,20 +1837,8 @@ export interface DeregisterTargetsInput {
|
|
|
2131
1837
|
*/
|
|
2132
1838
|
Targets: TargetDescription[] | undefined;
|
|
2133
1839
|
}
|
|
2134
|
-
export declare namespace DeregisterTargetsInput {
|
|
2135
|
-
/**
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
2138
|
-
const filterSensitiveLog: (obj: DeregisterTargetsInput) => any;
|
|
2139
|
-
}
|
|
2140
1840
|
export interface DeregisterTargetsOutput {
|
|
2141
1841
|
}
|
|
2142
|
-
export declare namespace DeregisterTargetsOutput {
|
|
2143
|
-
/**
|
|
2144
|
-
* @internal
|
|
2145
|
-
*/
|
|
2146
|
-
const filterSensitiveLog: (obj: DeregisterTargetsOutput) => any;
|
|
2147
|
-
}
|
|
2148
1842
|
/**
|
|
2149
1843
|
* <p>The specified target does not exist, is not in the same VPC as the target group, or has an
|
|
2150
1844
|
* unsupported instance type.</p>
|
|
@@ -2169,12 +1863,6 @@ export interface DescribeAccountLimitsInput {
|
|
|
2169
1863
|
*/
|
|
2170
1864
|
PageSize?: number;
|
|
2171
1865
|
}
|
|
2172
|
-
export declare namespace DescribeAccountLimitsInput {
|
|
2173
|
-
/**
|
|
2174
|
-
* @internal
|
|
2175
|
-
*/
|
|
2176
|
-
const filterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
|
|
2177
|
-
}
|
|
2178
1866
|
/**
|
|
2179
1867
|
* <p>Information about an Elastic Load Balancing resource limit for your Amazon Web Services
|
|
2180
1868
|
* account.</p>
|
|
@@ -2245,12 +1933,6 @@ export interface Limit {
|
|
|
2245
1933
|
*/
|
|
2246
1934
|
Max?: string;
|
|
2247
1935
|
}
|
|
2248
|
-
export declare namespace Limit {
|
|
2249
|
-
/**
|
|
2250
|
-
* @internal
|
|
2251
|
-
*/
|
|
2252
|
-
const filterSensitiveLog: (obj: Limit) => any;
|
|
2253
|
-
}
|
|
2254
1936
|
export interface DescribeAccountLimitsOutput {
|
|
2255
1937
|
/**
|
|
2256
1938
|
* <p>Information about the limits.</p>
|
|
@@ -2262,12 +1944,6 @@ export interface DescribeAccountLimitsOutput {
|
|
|
2262
1944
|
*/
|
|
2263
1945
|
NextMarker?: string;
|
|
2264
1946
|
}
|
|
2265
|
-
export declare namespace DescribeAccountLimitsOutput {
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
const filterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
|
|
2270
|
-
}
|
|
2271
1947
|
export interface DescribeListenerCertificatesInput {
|
|
2272
1948
|
/**
|
|
2273
1949
|
* <p>The Amazon Resource Names (ARN) of the listener.</p>
|
|
@@ -2283,12 +1959,6 @@ export interface DescribeListenerCertificatesInput {
|
|
|
2283
1959
|
*/
|
|
2284
1960
|
PageSize?: number;
|
|
2285
1961
|
}
|
|
2286
|
-
export declare namespace DescribeListenerCertificatesInput {
|
|
2287
|
-
/**
|
|
2288
|
-
* @internal
|
|
2289
|
-
*/
|
|
2290
|
-
const filterSensitiveLog: (obj: DescribeListenerCertificatesInput) => any;
|
|
2291
|
-
}
|
|
2292
1962
|
export interface DescribeListenerCertificatesOutput {
|
|
2293
1963
|
/**
|
|
2294
1964
|
* <p>Information about the certificates.</p>
|
|
@@ -2300,12 +1970,6 @@ export interface DescribeListenerCertificatesOutput {
|
|
|
2300
1970
|
*/
|
|
2301
1971
|
NextMarker?: string;
|
|
2302
1972
|
}
|
|
2303
|
-
export declare namespace DescribeListenerCertificatesOutput {
|
|
2304
|
-
/**
|
|
2305
|
-
* @internal
|
|
2306
|
-
*/
|
|
2307
|
-
const filterSensitiveLog: (obj: DescribeListenerCertificatesOutput) => any;
|
|
2308
|
-
}
|
|
2309
1973
|
export interface DescribeListenersInput {
|
|
2310
1974
|
/**
|
|
2311
1975
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
@@ -2325,12 +1989,6 @@ export interface DescribeListenersInput {
|
|
|
2325
1989
|
*/
|
|
2326
1990
|
PageSize?: number;
|
|
2327
1991
|
}
|
|
2328
|
-
export declare namespace DescribeListenersInput {
|
|
2329
|
-
/**
|
|
2330
|
-
* @internal
|
|
2331
|
-
*/
|
|
2332
|
-
const filterSensitiveLog: (obj: DescribeListenersInput) => any;
|
|
2333
|
-
}
|
|
2334
1992
|
export interface DescribeListenersOutput {
|
|
2335
1993
|
/**
|
|
2336
1994
|
* <p>Information about the listeners.</p>
|
|
@@ -2342,24 +2000,12 @@ export interface DescribeListenersOutput {
|
|
|
2342
2000
|
*/
|
|
2343
2001
|
NextMarker?: string;
|
|
2344
2002
|
}
|
|
2345
|
-
export declare namespace DescribeListenersOutput {
|
|
2346
|
-
/**
|
|
2347
|
-
* @internal
|
|
2348
|
-
*/
|
|
2349
|
-
const filterSensitiveLog: (obj: DescribeListenersOutput) => any;
|
|
2350
|
-
}
|
|
2351
2003
|
export interface DescribeLoadBalancerAttributesInput {
|
|
2352
2004
|
/**
|
|
2353
2005
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
2354
2006
|
*/
|
|
2355
2007
|
LoadBalancerArn: string | undefined;
|
|
2356
2008
|
}
|
|
2357
|
-
export declare namespace DescribeLoadBalancerAttributesInput {
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
|
|
2362
|
-
}
|
|
2363
2009
|
/**
|
|
2364
2010
|
* <p>Information about a load balancer attribute.</p>
|
|
2365
2011
|
*/
|
|
@@ -2510,24 +2156,12 @@ export interface LoadBalancerAttribute {
|
|
|
2510
2156
|
*/
|
|
2511
2157
|
Value?: string;
|
|
2512
2158
|
}
|
|
2513
|
-
export declare namespace LoadBalancerAttribute {
|
|
2514
|
-
/**
|
|
2515
|
-
* @internal
|
|
2516
|
-
*/
|
|
2517
|
-
const filterSensitiveLog: (obj: LoadBalancerAttribute) => any;
|
|
2518
|
-
}
|
|
2519
2159
|
export interface DescribeLoadBalancerAttributesOutput {
|
|
2520
2160
|
/**
|
|
2521
2161
|
* <p>Information about the load balancer attributes.</p>
|
|
2522
2162
|
*/
|
|
2523
2163
|
Attributes?: LoadBalancerAttribute[];
|
|
2524
2164
|
}
|
|
2525
|
-
export declare namespace DescribeLoadBalancerAttributesOutput {
|
|
2526
|
-
/**
|
|
2527
|
-
* @internal
|
|
2528
|
-
*/
|
|
2529
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
|
|
2530
|
-
}
|
|
2531
2165
|
export interface DescribeLoadBalancersInput {
|
|
2532
2166
|
/**
|
|
2533
2167
|
* <p>The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load
|
|
@@ -2548,12 +2182,6 @@ export interface DescribeLoadBalancersInput {
|
|
|
2548
2182
|
*/
|
|
2549
2183
|
PageSize?: number;
|
|
2550
2184
|
}
|
|
2551
|
-
export declare namespace DescribeLoadBalancersInput {
|
|
2552
|
-
/**
|
|
2553
|
-
* @internal
|
|
2554
|
-
*/
|
|
2555
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancersInput) => any;
|
|
2556
|
-
}
|
|
2557
2185
|
export interface DescribeLoadBalancersOutput {
|
|
2558
2186
|
/**
|
|
2559
2187
|
* <p>Information about the load balancers.</p>
|
|
@@ -2565,12 +2193,6 @@ export interface DescribeLoadBalancersOutput {
|
|
|
2565
2193
|
*/
|
|
2566
2194
|
NextMarker?: string;
|
|
2567
2195
|
}
|
|
2568
|
-
export declare namespace DescribeLoadBalancersOutput {
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
2572
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancersOutput) => any;
|
|
2573
|
-
}
|
|
2574
2196
|
export interface DescribeRulesInput {
|
|
2575
2197
|
/**
|
|
2576
2198
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
@@ -2590,12 +2212,6 @@ export interface DescribeRulesInput {
|
|
|
2590
2212
|
*/
|
|
2591
2213
|
PageSize?: number;
|
|
2592
2214
|
}
|
|
2593
|
-
export declare namespace DescribeRulesInput {
|
|
2594
|
-
/**
|
|
2595
|
-
* @internal
|
|
2596
|
-
*/
|
|
2597
|
-
const filterSensitiveLog: (obj: DescribeRulesInput) => any;
|
|
2598
|
-
}
|
|
2599
2215
|
export interface DescribeRulesOutput {
|
|
2600
2216
|
/**
|
|
2601
2217
|
* <p>Information about the rules.</p>
|
|
@@ -2607,12 +2223,6 @@ export interface DescribeRulesOutput {
|
|
|
2607
2223
|
*/
|
|
2608
2224
|
NextMarker?: string;
|
|
2609
2225
|
}
|
|
2610
|
-
export declare namespace DescribeRulesOutput {
|
|
2611
|
-
/**
|
|
2612
|
-
* @internal
|
|
2613
|
-
*/
|
|
2614
|
-
const filterSensitiveLog: (obj: DescribeRulesOutput) => any;
|
|
2615
|
-
}
|
|
2616
2226
|
export interface DescribeSSLPoliciesInput {
|
|
2617
2227
|
/**
|
|
2618
2228
|
* <p>The names of the policies.</p>
|
|
@@ -2633,12 +2243,6 @@ export interface DescribeSSLPoliciesInput {
|
|
|
2633
2243
|
*/
|
|
2634
2244
|
LoadBalancerType?: LoadBalancerTypeEnum | string;
|
|
2635
2245
|
}
|
|
2636
|
-
export declare namespace DescribeSSLPoliciesInput {
|
|
2637
|
-
/**
|
|
2638
|
-
* @internal
|
|
2639
|
-
*/
|
|
2640
|
-
const filterSensitiveLog: (obj: DescribeSSLPoliciesInput) => any;
|
|
2641
|
-
}
|
|
2642
2246
|
/**
|
|
2643
2247
|
* <p>Information about a policy used for SSL negotiation.</p>
|
|
2644
2248
|
*/
|
|
@@ -2660,12 +2264,6 @@ export interface SslPolicy {
|
|
|
2660
2264
|
*/
|
|
2661
2265
|
SupportedLoadBalancerTypes?: string[];
|
|
2662
2266
|
}
|
|
2663
|
-
export declare namespace SslPolicy {
|
|
2664
|
-
/**
|
|
2665
|
-
* @internal
|
|
2666
|
-
*/
|
|
2667
|
-
const filterSensitiveLog: (obj: SslPolicy) => any;
|
|
2668
|
-
}
|
|
2669
2267
|
export interface DescribeSSLPoliciesOutput {
|
|
2670
2268
|
/**
|
|
2671
2269
|
* <p>Information about the security policies.</p>
|
|
@@ -2677,12 +2275,6 @@ export interface DescribeSSLPoliciesOutput {
|
|
|
2677
2275
|
*/
|
|
2678
2276
|
NextMarker?: string;
|
|
2679
2277
|
}
|
|
2680
|
-
export declare namespace DescribeSSLPoliciesOutput {
|
|
2681
|
-
/**
|
|
2682
|
-
* @internal
|
|
2683
|
-
*/
|
|
2684
|
-
const filterSensitiveLog: (obj: DescribeSSLPoliciesOutput) => any;
|
|
2685
|
-
}
|
|
2686
2278
|
export interface DescribeTagsInput {
|
|
2687
2279
|
/**
|
|
2688
2280
|
* <p>The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a
|
|
@@ -2690,12 +2282,6 @@ export interface DescribeTagsInput {
|
|
|
2690
2282
|
*/
|
|
2691
2283
|
ResourceArns: string[] | undefined;
|
|
2692
2284
|
}
|
|
2693
|
-
export declare namespace DescribeTagsInput {
|
|
2694
|
-
/**
|
|
2695
|
-
* @internal
|
|
2696
|
-
*/
|
|
2697
|
-
const filterSensitiveLog: (obj: DescribeTagsInput) => any;
|
|
2698
|
-
}
|
|
2699
2285
|
/**
|
|
2700
2286
|
* <p>The tags associated with a resource.</p>
|
|
2701
2287
|
*/
|
|
@@ -2709,36 +2295,18 @@ export interface TagDescription {
|
|
|
2709
2295
|
*/
|
|
2710
2296
|
Tags?: Tag[];
|
|
2711
2297
|
}
|
|
2712
|
-
export declare namespace TagDescription {
|
|
2713
|
-
/**
|
|
2714
|
-
* @internal
|
|
2715
|
-
*/
|
|
2716
|
-
const filterSensitiveLog: (obj: TagDescription) => any;
|
|
2717
|
-
}
|
|
2718
2298
|
export interface DescribeTagsOutput {
|
|
2719
2299
|
/**
|
|
2720
2300
|
* <p>Information about the tags.</p>
|
|
2721
2301
|
*/
|
|
2722
2302
|
TagDescriptions?: TagDescription[];
|
|
2723
2303
|
}
|
|
2724
|
-
export declare namespace DescribeTagsOutput {
|
|
2725
|
-
/**
|
|
2726
|
-
* @internal
|
|
2727
|
-
*/
|
|
2728
|
-
const filterSensitiveLog: (obj: DescribeTagsOutput) => any;
|
|
2729
|
-
}
|
|
2730
2304
|
export interface DescribeTargetGroupAttributesInput {
|
|
2731
2305
|
/**
|
|
2732
2306
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
2733
2307
|
*/
|
|
2734
2308
|
TargetGroupArn: string | undefined;
|
|
2735
2309
|
}
|
|
2736
|
-
export declare namespace DescribeTargetGroupAttributesInput {
|
|
2737
|
-
/**
|
|
2738
|
-
* @internal
|
|
2739
|
-
*/
|
|
2740
|
-
const filterSensitiveLog: (obj: DescribeTargetGroupAttributesInput) => any;
|
|
2741
|
-
}
|
|
2742
2310
|
/**
|
|
2743
2311
|
* <p>Information about a target group attribute.</p>
|
|
2744
2312
|
*/
|
|
@@ -2860,24 +2428,12 @@ export interface TargetGroupAttribute {
|
|
|
2860
2428
|
*/
|
|
2861
2429
|
Value?: string;
|
|
2862
2430
|
}
|
|
2863
|
-
export declare namespace TargetGroupAttribute {
|
|
2864
|
-
/**
|
|
2865
|
-
* @internal
|
|
2866
|
-
*/
|
|
2867
|
-
const filterSensitiveLog: (obj: TargetGroupAttribute) => any;
|
|
2868
|
-
}
|
|
2869
2431
|
export interface DescribeTargetGroupAttributesOutput {
|
|
2870
2432
|
/**
|
|
2871
2433
|
* <p>Information about the target group attributes</p>
|
|
2872
2434
|
*/
|
|
2873
2435
|
Attributes?: TargetGroupAttribute[];
|
|
2874
2436
|
}
|
|
2875
|
-
export declare namespace DescribeTargetGroupAttributesOutput {
|
|
2876
|
-
/**
|
|
2877
|
-
* @internal
|
|
2878
|
-
*/
|
|
2879
|
-
const filterSensitiveLog: (obj: DescribeTargetGroupAttributesOutput) => any;
|
|
2880
|
-
}
|
|
2881
2437
|
export interface DescribeTargetGroupsInput {
|
|
2882
2438
|
/**
|
|
2883
2439
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
@@ -2901,12 +2457,6 @@ export interface DescribeTargetGroupsInput {
|
|
|
2901
2457
|
*/
|
|
2902
2458
|
PageSize?: number;
|
|
2903
2459
|
}
|
|
2904
|
-
export declare namespace DescribeTargetGroupsInput {
|
|
2905
|
-
/**
|
|
2906
|
-
* @internal
|
|
2907
|
-
*/
|
|
2908
|
-
const filterSensitiveLog: (obj: DescribeTargetGroupsInput) => any;
|
|
2909
|
-
}
|
|
2910
2460
|
export interface DescribeTargetGroupsOutput {
|
|
2911
2461
|
/**
|
|
2912
2462
|
* <p>Information about the target groups.</p>
|
|
@@ -2918,12 +2468,6 @@ export interface DescribeTargetGroupsOutput {
|
|
|
2918
2468
|
*/
|
|
2919
2469
|
NextMarker?: string;
|
|
2920
2470
|
}
|
|
2921
|
-
export declare namespace DescribeTargetGroupsOutput {
|
|
2922
|
-
/**
|
|
2923
|
-
* @internal
|
|
2924
|
-
*/
|
|
2925
|
-
const filterSensitiveLog: (obj: DescribeTargetGroupsOutput) => any;
|
|
2926
|
-
}
|
|
2927
2471
|
export interface DescribeTargetHealthInput {
|
|
2928
2472
|
/**
|
|
2929
2473
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
@@ -2934,12 +2478,6 @@ export interface DescribeTargetHealthInput {
|
|
|
2934
2478
|
*/
|
|
2935
2479
|
Targets?: TargetDescription[];
|
|
2936
2480
|
}
|
|
2937
|
-
export declare namespace DescribeTargetHealthInput {
|
|
2938
|
-
/**
|
|
2939
|
-
* @internal
|
|
2940
|
-
*/
|
|
2941
|
-
const filterSensitiveLog: (obj: DescribeTargetHealthInput) => any;
|
|
2942
|
-
}
|
|
2943
2481
|
export declare enum TargetHealthReasonEnum {
|
|
2944
2482
|
DEREGISTRATION_IN_PROGRESS = "Target.DeregistrationInProgress",
|
|
2945
2483
|
FAILED_HEALTH_CHECKS = "Target.FailedHealthChecks",
|
|
@@ -3073,12 +2611,6 @@ export interface TargetHealth {
|
|
|
3073
2611
|
*/
|
|
3074
2612
|
Description?: string;
|
|
3075
2613
|
}
|
|
3076
|
-
export declare namespace TargetHealth {
|
|
3077
|
-
/**
|
|
3078
|
-
* @internal
|
|
3079
|
-
*/
|
|
3080
|
-
const filterSensitiveLog: (obj: TargetHealth) => any;
|
|
3081
|
-
}
|
|
3082
2614
|
/**
|
|
3083
2615
|
* <p>Information about the health of a target.</p>
|
|
3084
2616
|
*/
|
|
@@ -3096,24 +2628,12 @@ export interface TargetHealthDescription {
|
|
|
3096
2628
|
*/
|
|
3097
2629
|
TargetHealth?: TargetHealth;
|
|
3098
2630
|
}
|
|
3099
|
-
export declare namespace TargetHealthDescription {
|
|
3100
|
-
/**
|
|
3101
|
-
* @internal
|
|
3102
|
-
*/
|
|
3103
|
-
const filterSensitiveLog: (obj: TargetHealthDescription) => any;
|
|
3104
|
-
}
|
|
3105
2631
|
export interface DescribeTargetHealthOutput {
|
|
3106
2632
|
/**
|
|
3107
2633
|
* <p>Information about the health of the targets.</p>
|
|
3108
2634
|
*/
|
|
3109
2635
|
TargetHealthDescriptions?: TargetHealthDescription[];
|
|
3110
2636
|
}
|
|
3111
|
-
export declare namespace DescribeTargetHealthOutput {
|
|
3112
|
-
/**
|
|
3113
|
-
* @internal
|
|
3114
|
-
*/
|
|
3115
|
-
const filterSensitiveLog: (obj: DescribeTargetHealthOutput) => any;
|
|
3116
|
-
}
|
|
3117
2637
|
/**
|
|
3118
2638
|
* <p>The health of the specified targets could not be retrieved due to an internal
|
|
3119
2639
|
* error.</p>
|
|
@@ -3196,24 +2716,12 @@ export interface ModifyListenerInput {
|
|
|
3196
2716
|
*/
|
|
3197
2717
|
AlpnPolicy?: string[];
|
|
3198
2718
|
}
|
|
3199
|
-
export declare namespace ModifyListenerInput {
|
|
3200
|
-
/**
|
|
3201
|
-
* @internal
|
|
3202
|
-
*/
|
|
3203
|
-
const filterSensitiveLog: (obj: ModifyListenerInput) => any;
|
|
3204
|
-
}
|
|
3205
2719
|
export interface ModifyListenerOutput {
|
|
3206
2720
|
/**
|
|
3207
2721
|
* <p>Information about the modified listener.</p>
|
|
3208
2722
|
*/
|
|
3209
2723
|
Listeners?: Listener[];
|
|
3210
2724
|
}
|
|
3211
|
-
export declare namespace ModifyListenerOutput {
|
|
3212
|
-
/**
|
|
3213
|
-
* @internal
|
|
3214
|
-
*/
|
|
3215
|
-
const filterSensitiveLog: (obj: ModifyListenerOutput) => any;
|
|
3216
|
-
}
|
|
3217
2725
|
export interface ModifyLoadBalancerAttributesInput {
|
|
3218
2726
|
/**
|
|
3219
2727
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
@@ -3224,24 +2732,12 @@ export interface ModifyLoadBalancerAttributesInput {
|
|
|
3224
2732
|
*/
|
|
3225
2733
|
Attributes: LoadBalancerAttribute[] | undefined;
|
|
3226
2734
|
}
|
|
3227
|
-
export declare namespace ModifyLoadBalancerAttributesInput {
|
|
3228
|
-
/**
|
|
3229
|
-
* @internal
|
|
3230
|
-
*/
|
|
3231
|
-
const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
|
|
3232
|
-
}
|
|
3233
2735
|
export interface ModifyLoadBalancerAttributesOutput {
|
|
3234
2736
|
/**
|
|
3235
2737
|
* <p>Information about the load balancer attributes.</p>
|
|
3236
2738
|
*/
|
|
3237
2739
|
Attributes?: LoadBalancerAttribute[];
|
|
3238
2740
|
}
|
|
3239
|
-
export declare namespace ModifyLoadBalancerAttributesOutput {
|
|
3240
|
-
/**
|
|
3241
|
-
* @internal
|
|
3242
|
-
*/
|
|
3243
|
-
const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
|
|
3244
|
-
}
|
|
3245
2741
|
export interface ModifyRuleInput {
|
|
3246
2742
|
/**
|
|
3247
2743
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
@@ -3256,24 +2752,12 @@ export interface ModifyRuleInput {
|
|
|
3256
2752
|
*/
|
|
3257
2753
|
Actions?: Action[];
|
|
3258
2754
|
}
|
|
3259
|
-
export declare namespace ModifyRuleInput {
|
|
3260
|
-
/**
|
|
3261
|
-
* @internal
|
|
3262
|
-
*/
|
|
3263
|
-
const filterSensitiveLog: (obj: ModifyRuleInput) => any;
|
|
3264
|
-
}
|
|
3265
2755
|
export interface ModifyRuleOutput {
|
|
3266
2756
|
/**
|
|
3267
2757
|
* <p>Information about the modified rule.</p>
|
|
3268
2758
|
*/
|
|
3269
2759
|
Rules?: Rule[];
|
|
3270
2760
|
}
|
|
3271
|
-
export declare namespace ModifyRuleOutput {
|
|
3272
|
-
/**
|
|
3273
|
-
* @internal
|
|
3274
|
-
*/
|
|
3275
|
-
const filterSensitiveLog: (obj: ModifyRuleOutput) => any;
|
|
3276
|
-
}
|
|
3277
2761
|
export interface ModifyTargetGroupInput {
|
|
3278
2762
|
/**
|
|
3279
2763
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
@@ -3330,24 +2814,12 @@ export interface ModifyTargetGroupInput {
|
|
|
3330
2814
|
*/
|
|
3331
2815
|
Matcher?: Matcher;
|
|
3332
2816
|
}
|
|
3333
|
-
export declare namespace ModifyTargetGroupInput {
|
|
3334
|
-
/**
|
|
3335
|
-
* @internal
|
|
3336
|
-
*/
|
|
3337
|
-
const filterSensitiveLog: (obj: ModifyTargetGroupInput) => any;
|
|
3338
|
-
}
|
|
3339
2817
|
export interface ModifyTargetGroupOutput {
|
|
3340
2818
|
/**
|
|
3341
2819
|
* <p>Information about the modified target group.</p>
|
|
3342
2820
|
*/
|
|
3343
2821
|
TargetGroups?: TargetGroup[];
|
|
3344
2822
|
}
|
|
3345
|
-
export declare namespace ModifyTargetGroupOutput {
|
|
3346
|
-
/**
|
|
3347
|
-
* @internal
|
|
3348
|
-
*/
|
|
3349
|
-
const filterSensitiveLog: (obj: ModifyTargetGroupOutput) => any;
|
|
3350
|
-
}
|
|
3351
2823
|
export interface ModifyTargetGroupAttributesInput {
|
|
3352
2824
|
/**
|
|
3353
2825
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
@@ -3358,24 +2830,12 @@ export interface ModifyTargetGroupAttributesInput {
|
|
|
3358
2830
|
*/
|
|
3359
2831
|
Attributes: TargetGroupAttribute[] | undefined;
|
|
3360
2832
|
}
|
|
3361
|
-
export declare namespace ModifyTargetGroupAttributesInput {
|
|
3362
|
-
/**
|
|
3363
|
-
* @internal
|
|
3364
|
-
*/
|
|
3365
|
-
const filterSensitiveLog: (obj: ModifyTargetGroupAttributesInput) => any;
|
|
3366
|
-
}
|
|
3367
2833
|
export interface ModifyTargetGroupAttributesOutput {
|
|
3368
2834
|
/**
|
|
3369
2835
|
* <p>Information about the attributes.</p>
|
|
3370
2836
|
*/
|
|
3371
2837
|
Attributes?: TargetGroupAttribute[];
|
|
3372
2838
|
}
|
|
3373
|
-
export declare namespace ModifyTargetGroupAttributesOutput {
|
|
3374
|
-
/**
|
|
3375
|
-
* @internal
|
|
3376
|
-
*/
|
|
3377
|
-
const filterSensitiveLog: (obj: ModifyTargetGroupAttributesOutput) => any;
|
|
3378
|
-
}
|
|
3379
2839
|
export interface RegisterTargetsInput {
|
|
3380
2840
|
/**
|
|
3381
2841
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
@@ -3386,20 +2846,8 @@ export interface RegisterTargetsInput {
|
|
|
3386
2846
|
*/
|
|
3387
2847
|
Targets: TargetDescription[] | undefined;
|
|
3388
2848
|
}
|
|
3389
|
-
export declare namespace RegisterTargetsInput {
|
|
3390
|
-
/**
|
|
3391
|
-
* @internal
|
|
3392
|
-
*/
|
|
3393
|
-
const filterSensitiveLog: (obj: RegisterTargetsInput) => any;
|
|
3394
|
-
}
|
|
3395
2849
|
export interface RegisterTargetsOutput {
|
|
3396
2850
|
}
|
|
3397
|
-
export declare namespace RegisterTargetsOutput {
|
|
3398
|
-
/**
|
|
3399
|
-
* @internal
|
|
3400
|
-
*/
|
|
3401
|
-
const filterSensitiveLog: (obj: RegisterTargetsOutput) => any;
|
|
3402
|
-
}
|
|
3403
2851
|
export interface RemoveListenerCertificatesInput {
|
|
3404
2852
|
/**
|
|
3405
2853
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
@@ -3412,20 +2860,8 @@ export interface RemoveListenerCertificatesInput {
|
|
|
3412
2860
|
*/
|
|
3413
2861
|
Certificates: Certificate[] | undefined;
|
|
3414
2862
|
}
|
|
3415
|
-
export declare namespace RemoveListenerCertificatesInput {
|
|
3416
|
-
/**
|
|
3417
|
-
* @internal
|
|
3418
|
-
*/
|
|
3419
|
-
const filterSensitiveLog: (obj: RemoveListenerCertificatesInput) => any;
|
|
3420
|
-
}
|
|
3421
2863
|
export interface RemoveListenerCertificatesOutput {
|
|
3422
2864
|
}
|
|
3423
|
-
export declare namespace RemoveListenerCertificatesOutput {
|
|
3424
|
-
/**
|
|
3425
|
-
* @internal
|
|
3426
|
-
*/
|
|
3427
|
-
const filterSensitiveLog: (obj: RemoveListenerCertificatesOutput) => any;
|
|
3428
|
-
}
|
|
3429
2865
|
export interface RemoveTagsInput {
|
|
3430
2866
|
/**
|
|
3431
2867
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -3436,20 +2872,8 @@ export interface RemoveTagsInput {
|
|
|
3436
2872
|
*/
|
|
3437
2873
|
TagKeys: string[] | undefined;
|
|
3438
2874
|
}
|
|
3439
|
-
export declare namespace RemoveTagsInput {
|
|
3440
|
-
/**
|
|
3441
|
-
* @internal
|
|
3442
|
-
*/
|
|
3443
|
-
const filterSensitiveLog: (obj: RemoveTagsInput) => any;
|
|
3444
|
-
}
|
|
3445
2875
|
export interface RemoveTagsOutput {
|
|
3446
2876
|
}
|
|
3447
|
-
export declare namespace RemoveTagsOutput {
|
|
3448
|
-
/**
|
|
3449
|
-
* @internal
|
|
3450
|
-
*/
|
|
3451
|
-
const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
|
|
3452
|
-
}
|
|
3453
2877
|
export interface SetIpAddressTypeInput {
|
|
3454
2878
|
/**
|
|
3455
2879
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
@@ -3463,24 +2887,12 @@ export interface SetIpAddressTypeInput {
|
|
|
3463
2887
|
*/
|
|
3464
2888
|
IpAddressType: IpAddressType | string | undefined;
|
|
3465
2889
|
}
|
|
3466
|
-
export declare namespace SetIpAddressTypeInput {
|
|
3467
|
-
/**
|
|
3468
|
-
* @internal
|
|
3469
|
-
*/
|
|
3470
|
-
const filterSensitiveLog: (obj: SetIpAddressTypeInput) => any;
|
|
3471
|
-
}
|
|
3472
2890
|
export interface SetIpAddressTypeOutput {
|
|
3473
2891
|
/**
|
|
3474
2892
|
* <p>The IP address type.</p>
|
|
3475
2893
|
*/
|
|
3476
2894
|
IpAddressType?: IpAddressType | string;
|
|
3477
2895
|
}
|
|
3478
|
-
export declare namespace SetIpAddressTypeOutput {
|
|
3479
|
-
/**
|
|
3480
|
-
* @internal
|
|
3481
|
-
*/
|
|
3482
|
-
const filterSensitiveLog: (obj: SetIpAddressTypeOutput) => any;
|
|
3483
|
-
}
|
|
3484
2896
|
/**
|
|
3485
2897
|
* <p>Information about the priorities for the rules for a listener.</p>
|
|
3486
2898
|
*/
|
|
@@ -3494,36 +2906,18 @@ export interface RulePriorityPair {
|
|
|
3494
2906
|
*/
|
|
3495
2907
|
Priority?: number;
|
|
3496
2908
|
}
|
|
3497
|
-
export declare namespace RulePriorityPair {
|
|
3498
|
-
/**
|
|
3499
|
-
* @internal
|
|
3500
|
-
*/
|
|
3501
|
-
const filterSensitiveLog: (obj: RulePriorityPair) => any;
|
|
3502
|
-
}
|
|
3503
2909
|
export interface SetRulePrioritiesInput {
|
|
3504
2910
|
/**
|
|
3505
2911
|
* <p>The rule priorities.</p>
|
|
3506
2912
|
*/
|
|
3507
2913
|
RulePriorities: RulePriorityPair[] | undefined;
|
|
3508
2914
|
}
|
|
3509
|
-
export declare namespace SetRulePrioritiesInput {
|
|
3510
|
-
/**
|
|
3511
|
-
* @internal
|
|
3512
|
-
*/
|
|
3513
|
-
const filterSensitiveLog: (obj: SetRulePrioritiesInput) => any;
|
|
3514
|
-
}
|
|
3515
2915
|
export interface SetRulePrioritiesOutput {
|
|
3516
2916
|
/**
|
|
3517
2917
|
* <p>Information about the rules.</p>
|
|
3518
2918
|
*/
|
|
3519
2919
|
Rules?: Rule[];
|
|
3520
2920
|
}
|
|
3521
|
-
export declare namespace SetRulePrioritiesOutput {
|
|
3522
|
-
/**
|
|
3523
|
-
* @internal
|
|
3524
|
-
*/
|
|
3525
|
-
const filterSensitiveLog: (obj: SetRulePrioritiesOutput) => any;
|
|
3526
|
-
}
|
|
3527
2921
|
export interface SetSecurityGroupsInput {
|
|
3528
2922
|
/**
|
|
3529
2923
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
@@ -3534,24 +2928,12 @@ export interface SetSecurityGroupsInput {
|
|
|
3534
2928
|
*/
|
|
3535
2929
|
SecurityGroups: string[] | undefined;
|
|
3536
2930
|
}
|
|
3537
|
-
export declare namespace SetSecurityGroupsInput {
|
|
3538
|
-
/**
|
|
3539
|
-
* @internal
|
|
3540
|
-
*/
|
|
3541
|
-
const filterSensitiveLog: (obj: SetSecurityGroupsInput) => any;
|
|
3542
|
-
}
|
|
3543
2931
|
export interface SetSecurityGroupsOutput {
|
|
3544
2932
|
/**
|
|
3545
2933
|
* <p>The IDs of the security groups associated with the load balancer.</p>
|
|
3546
2934
|
*/
|
|
3547
2935
|
SecurityGroupIds?: string[];
|
|
3548
2936
|
}
|
|
3549
|
-
export declare namespace SetSecurityGroupsOutput {
|
|
3550
|
-
/**
|
|
3551
|
-
* @internal
|
|
3552
|
-
*/
|
|
3553
|
-
const filterSensitiveLog: (obj: SetSecurityGroupsOutput) => any;
|
|
3554
|
-
}
|
|
3555
2937
|
export interface SetSubnetsInput {
|
|
3556
2938
|
/**
|
|
3557
2939
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
@@ -3593,12 +2975,6 @@ export interface SetSubnetsInput {
|
|
|
3593
2975
|
*/
|
|
3594
2976
|
IpAddressType?: IpAddressType | string;
|
|
3595
2977
|
}
|
|
3596
|
-
export declare namespace SetSubnetsInput {
|
|
3597
|
-
/**
|
|
3598
|
-
* @internal
|
|
3599
|
-
*/
|
|
3600
|
-
const filterSensitiveLog: (obj: SetSubnetsInput) => any;
|
|
3601
|
-
}
|
|
3602
2978
|
export interface SetSubnetsOutput {
|
|
3603
2979
|
/**
|
|
3604
2980
|
* <p>Information about the subnets.</p>
|
|
@@ -3609,9 +2985,423 @@ export interface SetSubnetsOutput {
|
|
|
3609
2985
|
*/
|
|
3610
2986
|
IpAddressType?: IpAddressType | string;
|
|
3611
2987
|
}
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
2988
|
+
/**
|
|
2989
|
+
* @internal
|
|
2990
|
+
*/
|
|
2991
|
+
export declare const AuthenticateCognitoActionConfigFilterSensitiveLog: (obj: AuthenticateCognitoActionConfig) => any;
|
|
2992
|
+
/**
|
|
2993
|
+
* @internal
|
|
2994
|
+
*/
|
|
2995
|
+
export declare const AuthenticateOidcActionConfigFilterSensitiveLog: (obj: AuthenticateOidcActionConfig) => any;
|
|
2996
|
+
/**
|
|
2997
|
+
* @internal
|
|
2998
|
+
*/
|
|
2999
|
+
export declare const FixedResponseActionConfigFilterSensitiveLog: (obj: FixedResponseActionConfig) => any;
|
|
3000
|
+
/**
|
|
3001
|
+
* @internal
|
|
3002
|
+
*/
|
|
3003
|
+
export declare const TargetGroupTupleFilterSensitiveLog: (obj: TargetGroupTuple) => any;
|
|
3004
|
+
/**
|
|
3005
|
+
* @internal
|
|
3006
|
+
*/
|
|
3007
|
+
export declare const TargetGroupStickinessConfigFilterSensitiveLog: (obj: TargetGroupStickinessConfig) => any;
|
|
3008
|
+
/**
|
|
3009
|
+
* @internal
|
|
3010
|
+
*/
|
|
3011
|
+
export declare const ForwardActionConfigFilterSensitiveLog: (obj: ForwardActionConfig) => any;
|
|
3012
|
+
/**
|
|
3013
|
+
* @internal
|
|
3014
|
+
*/
|
|
3015
|
+
export declare const RedirectActionConfigFilterSensitiveLog: (obj: RedirectActionConfig) => any;
|
|
3016
|
+
/**
|
|
3017
|
+
* @internal
|
|
3018
|
+
*/
|
|
3019
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
3020
|
+
/**
|
|
3021
|
+
* @internal
|
|
3022
|
+
*/
|
|
3023
|
+
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
3024
|
+
/**
|
|
3025
|
+
* @internal
|
|
3026
|
+
*/
|
|
3027
|
+
export declare const AddListenerCertificatesInputFilterSensitiveLog: (obj: AddListenerCertificatesInput) => any;
|
|
3028
|
+
/**
|
|
3029
|
+
* @internal
|
|
3030
|
+
*/
|
|
3031
|
+
export declare const AddListenerCertificatesOutputFilterSensitiveLog: (obj: AddListenerCertificatesOutput) => any;
|
|
3032
|
+
/**
|
|
3033
|
+
* @internal
|
|
3034
|
+
*/
|
|
3035
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3036
|
+
/**
|
|
3037
|
+
* @internal
|
|
3038
|
+
*/
|
|
3039
|
+
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
3040
|
+
/**
|
|
3041
|
+
* @internal
|
|
3042
|
+
*/
|
|
3043
|
+
export declare const AddTagsOutputFilterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
3044
|
+
/**
|
|
3045
|
+
* @internal
|
|
3046
|
+
*/
|
|
3047
|
+
export declare const LoadBalancerAddressFilterSensitiveLog: (obj: LoadBalancerAddress) => any;
|
|
3048
|
+
/**
|
|
3049
|
+
* @internal
|
|
3050
|
+
*/
|
|
3051
|
+
export declare const AvailabilityZoneFilterSensitiveLog: (obj: AvailabilityZone) => any;
|
|
3052
|
+
/**
|
|
3053
|
+
* @internal
|
|
3054
|
+
*/
|
|
3055
|
+
export declare const CipherFilterSensitiveLog: (obj: Cipher) => any;
|
|
3056
|
+
/**
|
|
3057
|
+
* @internal
|
|
3058
|
+
*/
|
|
3059
|
+
export declare const CreateListenerInputFilterSensitiveLog: (obj: CreateListenerInput) => any;
|
|
3060
|
+
/**
|
|
3061
|
+
* @internal
|
|
3062
|
+
*/
|
|
3063
|
+
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
3064
|
+
/**
|
|
3065
|
+
* @internal
|
|
3066
|
+
*/
|
|
3067
|
+
export declare const CreateListenerOutputFilterSensitiveLog: (obj: CreateListenerOutput) => any;
|
|
3068
|
+
/**
|
|
3069
|
+
* @internal
|
|
3070
|
+
*/
|
|
3071
|
+
export declare const SubnetMappingFilterSensitiveLog: (obj: SubnetMapping) => any;
|
|
3072
|
+
/**
|
|
3073
|
+
* @internal
|
|
3074
|
+
*/
|
|
3075
|
+
export declare const CreateLoadBalancerInputFilterSensitiveLog: (obj: CreateLoadBalancerInput) => any;
|
|
3076
|
+
/**
|
|
3077
|
+
* @internal
|
|
3078
|
+
*/
|
|
3079
|
+
export declare const LoadBalancerStateFilterSensitiveLog: (obj: LoadBalancerState) => any;
|
|
3080
|
+
/**
|
|
3081
|
+
* @internal
|
|
3082
|
+
*/
|
|
3083
|
+
export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
|
|
3084
|
+
/**
|
|
3085
|
+
* @internal
|
|
3086
|
+
*/
|
|
3087
|
+
export declare const CreateLoadBalancerOutputFilterSensitiveLog: (obj: CreateLoadBalancerOutput) => any;
|
|
3088
|
+
/**
|
|
3089
|
+
* @internal
|
|
3090
|
+
*/
|
|
3091
|
+
export declare const HostHeaderConditionConfigFilterSensitiveLog: (obj: HostHeaderConditionConfig) => any;
|
|
3092
|
+
/**
|
|
3093
|
+
* @internal
|
|
3094
|
+
*/
|
|
3095
|
+
export declare const HttpHeaderConditionConfigFilterSensitiveLog: (obj: HttpHeaderConditionConfig) => any;
|
|
3096
|
+
/**
|
|
3097
|
+
* @internal
|
|
3098
|
+
*/
|
|
3099
|
+
export declare const HttpRequestMethodConditionConfigFilterSensitiveLog: (obj: HttpRequestMethodConditionConfig) => any;
|
|
3100
|
+
/**
|
|
3101
|
+
* @internal
|
|
3102
|
+
*/
|
|
3103
|
+
export declare const PathPatternConditionConfigFilterSensitiveLog: (obj: PathPatternConditionConfig) => any;
|
|
3104
|
+
/**
|
|
3105
|
+
* @internal
|
|
3106
|
+
*/
|
|
3107
|
+
export declare const QueryStringKeyValuePairFilterSensitiveLog: (obj: QueryStringKeyValuePair) => any;
|
|
3108
|
+
/**
|
|
3109
|
+
* @internal
|
|
3110
|
+
*/
|
|
3111
|
+
export declare const QueryStringConditionConfigFilterSensitiveLog: (obj: QueryStringConditionConfig) => any;
|
|
3112
|
+
/**
|
|
3113
|
+
* @internal
|
|
3114
|
+
*/
|
|
3115
|
+
export declare const SourceIpConditionConfigFilterSensitiveLog: (obj: SourceIpConditionConfig) => any;
|
|
3116
|
+
/**
|
|
3117
|
+
* @internal
|
|
3118
|
+
*/
|
|
3119
|
+
export declare const RuleConditionFilterSensitiveLog: (obj: RuleCondition) => any;
|
|
3120
|
+
/**
|
|
3121
|
+
* @internal
|
|
3122
|
+
*/
|
|
3123
|
+
export declare const CreateRuleInputFilterSensitiveLog: (obj: CreateRuleInput) => any;
|
|
3124
|
+
/**
|
|
3125
|
+
* @internal
|
|
3126
|
+
*/
|
|
3127
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
3128
|
+
/**
|
|
3129
|
+
* @internal
|
|
3130
|
+
*/
|
|
3131
|
+
export declare const CreateRuleOutputFilterSensitiveLog: (obj: CreateRuleOutput) => any;
|
|
3132
|
+
/**
|
|
3133
|
+
* @internal
|
|
3134
|
+
*/
|
|
3135
|
+
export declare const MatcherFilterSensitiveLog: (obj: Matcher) => any;
|
|
3136
|
+
/**
|
|
3137
|
+
* @internal
|
|
3138
|
+
*/
|
|
3139
|
+
export declare const CreateTargetGroupInputFilterSensitiveLog: (obj: CreateTargetGroupInput) => any;
|
|
3140
|
+
/**
|
|
3141
|
+
* @internal
|
|
3142
|
+
*/
|
|
3143
|
+
export declare const TargetGroupFilterSensitiveLog: (obj: TargetGroup) => any;
|
|
3144
|
+
/**
|
|
3145
|
+
* @internal
|
|
3146
|
+
*/
|
|
3147
|
+
export declare const CreateTargetGroupOutputFilterSensitiveLog: (obj: CreateTargetGroupOutput) => any;
|
|
3148
|
+
/**
|
|
3149
|
+
* @internal
|
|
3150
|
+
*/
|
|
3151
|
+
export declare const DeleteListenerInputFilterSensitiveLog: (obj: DeleteListenerInput) => any;
|
|
3152
|
+
/**
|
|
3153
|
+
* @internal
|
|
3154
|
+
*/
|
|
3155
|
+
export declare const DeleteListenerOutputFilterSensitiveLog: (obj: DeleteListenerOutput) => any;
|
|
3156
|
+
/**
|
|
3157
|
+
* @internal
|
|
3158
|
+
*/
|
|
3159
|
+
export declare const DeleteLoadBalancerInputFilterSensitiveLog: (obj: DeleteLoadBalancerInput) => any;
|
|
3160
|
+
/**
|
|
3161
|
+
* @internal
|
|
3162
|
+
*/
|
|
3163
|
+
export declare const DeleteLoadBalancerOutputFilterSensitiveLog: (obj: DeleteLoadBalancerOutput) => any;
|
|
3164
|
+
/**
|
|
3165
|
+
* @internal
|
|
3166
|
+
*/
|
|
3167
|
+
export declare const DeleteRuleInputFilterSensitiveLog: (obj: DeleteRuleInput) => any;
|
|
3168
|
+
/**
|
|
3169
|
+
* @internal
|
|
3170
|
+
*/
|
|
3171
|
+
export declare const DeleteRuleOutputFilterSensitiveLog: (obj: DeleteRuleOutput) => any;
|
|
3172
|
+
/**
|
|
3173
|
+
* @internal
|
|
3174
|
+
*/
|
|
3175
|
+
export declare const DeleteTargetGroupInputFilterSensitiveLog: (obj: DeleteTargetGroupInput) => any;
|
|
3176
|
+
/**
|
|
3177
|
+
* @internal
|
|
3178
|
+
*/
|
|
3179
|
+
export declare const DeleteTargetGroupOutputFilterSensitiveLog: (obj: DeleteTargetGroupOutput) => any;
|
|
3180
|
+
/**
|
|
3181
|
+
* @internal
|
|
3182
|
+
*/
|
|
3183
|
+
export declare const TargetDescriptionFilterSensitiveLog: (obj: TargetDescription) => any;
|
|
3184
|
+
/**
|
|
3185
|
+
* @internal
|
|
3186
|
+
*/
|
|
3187
|
+
export declare const DeregisterTargetsInputFilterSensitiveLog: (obj: DeregisterTargetsInput) => any;
|
|
3188
|
+
/**
|
|
3189
|
+
* @internal
|
|
3190
|
+
*/
|
|
3191
|
+
export declare const DeregisterTargetsOutputFilterSensitiveLog: (obj: DeregisterTargetsOutput) => any;
|
|
3192
|
+
/**
|
|
3193
|
+
* @internal
|
|
3194
|
+
*/
|
|
3195
|
+
export declare const DescribeAccountLimitsInputFilterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
|
|
3196
|
+
/**
|
|
3197
|
+
* @internal
|
|
3198
|
+
*/
|
|
3199
|
+
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
3200
|
+
/**
|
|
3201
|
+
* @internal
|
|
3202
|
+
*/
|
|
3203
|
+
export declare const DescribeAccountLimitsOutputFilterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
|
|
3204
|
+
/**
|
|
3205
|
+
* @internal
|
|
3206
|
+
*/
|
|
3207
|
+
export declare const DescribeListenerCertificatesInputFilterSensitiveLog: (obj: DescribeListenerCertificatesInput) => any;
|
|
3208
|
+
/**
|
|
3209
|
+
* @internal
|
|
3210
|
+
*/
|
|
3211
|
+
export declare const DescribeListenerCertificatesOutputFilterSensitiveLog: (obj: DescribeListenerCertificatesOutput) => any;
|
|
3212
|
+
/**
|
|
3213
|
+
* @internal
|
|
3214
|
+
*/
|
|
3215
|
+
export declare const DescribeListenersInputFilterSensitiveLog: (obj: DescribeListenersInput) => any;
|
|
3216
|
+
/**
|
|
3217
|
+
* @internal
|
|
3218
|
+
*/
|
|
3219
|
+
export declare const DescribeListenersOutputFilterSensitiveLog: (obj: DescribeListenersOutput) => any;
|
|
3220
|
+
/**
|
|
3221
|
+
* @internal
|
|
3222
|
+
*/
|
|
3223
|
+
export declare const DescribeLoadBalancerAttributesInputFilterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
|
|
3224
|
+
/**
|
|
3225
|
+
* @internal
|
|
3226
|
+
*/
|
|
3227
|
+
export declare const LoadBalancerAttributeFilterSensitiveLog: (obj: LoadBalancerAttribute) => any;
|
|
3228
|
+
/**
|
|
3229
|
+
* @internal
|
|
3230
|
+
*/
|
|
3231
|
+
export declare const DescribeLoadBalancerAttributesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
|
|
3232
|
+
/**
|
|
3233
|
+
* @internal
|
|
3234
|
+
*/
|
|
3235
|
+
export declare const DescribeLoadBalancersInputFilterSensitiveLog: (obj: DescribeLoadBalancersInput) => any;
|
|
3236
|
+
/**
|
|
3237
|
+
* @internal
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const DescribeLoadBalancersOutputFilterSensitiveLog: (obj: DescribeLoadBalancersOutput) => any;
|
|
3240
|
+
/**
|
|
3241
|
+
* @internal
|
|
3242
|
+
*/
|
|
3243
|
+
export declare const DescribeRulesInputFilterSensitiveLog: (obj: DescribeRulesInput) => any;
|
|
3244
|
+
/**
|
|
3245
|
+
* @internal
|
|
3246
|
+
*/
|
|
3247
|
+
export declare const DescribeRulesOutputFilterSensitiveLog: (obj: DescribeRulesOutput) => any;
|
|
3248
|
+
/**
|
|
3249
|
+
* @internal
|
|
3250
|
+
*/
|
|
3251
|
+
export declare const DescribeSSLPoliciesInputFilterSensitiveLog: (obj: DescribeSSLPoliciesInput) => any;
|
|
3252
|
+
/**
|
|
3253
|
+
* @internal
|
|
3254
|
+
*/
|
|
3255
|
+
export declare const SslPolicyFilterSensitiveLog: (obj: SslPolicy) => any;
|
|
3256
|
+
/**
|
|
3257
|
+
* @internal
|
|
3258
|
+
*/
|
|
3259
|
+
export declare const DescribeSSLPoliciesOutputFilterSensitiveLog: (obj: DescribeSSLPoliciesOutput) => any;
|
|
3260
|
+
/**
|
|
3261
|
+
* @internal
|
|
3262
|
+
*/
|
|
3263
|
+
export declare const DescribeTagsInputFilterSensitiveLog: (obj: DescribeTagsInput) => any;
|
|
3264
|
+
/**
|
|
3265
|
+
* @internal
|
|
3266
|
+
*/
|
|
3267
|
+
export declare const TagDescriptionFilterSensitiveLog: (obj: TagDescription) => any;
|
|
3268
|
+
/**
|
|
3269
|
+
* @internal
|
|
3270
|
+
*/
|
|
3271
|
+
export declare const DescribeTagsOutputFilterSensitiveLog: (obj: DescribeTagsOutput) => any;
|
|
3272
|
+
/**
|
|
3273
|
+
* @internal
|
|
3274
|
+
*/
|
|
3275
|
+
export declare const DescribeTargetGroupAttributesInputFilterSensitiveLog: (obj: DescribeTargetGroupAttributesInput) => any;
|
|
3276
|
+
/**
|
|
3277
|
+
* @internal
|
|
3278
|
+
*/
|
|
3279
|
+
export declare const TargetGroupAttributeFilterSensitiveLog: (obj: TargetGroupAttribute) => any;
|
|
3280
|
+
/**
|
|
3281
|
+
* @internal
|
|
3282
|
+
*/
|
|
3283
|
+
export declare const DescribeTargetGroupAttributesOutputFilterSensitiveLog: (obj: DescribeTargetGroupAttributesOutput) => any;
|
|
3284
|
+
/**
|
|
3285
|
+
* @internal
|
|
3286
|
+
*/
|
|
3287
|
+
export declare const DescribeTargetGroupsInputFilterSensitiveLog: (obj: DescribeTargetGroupsInput) => any;
|
|
3288
|
+
/**
|
|
3289
|
+
* @internal
|
|
3290
|
+
*/
|
|
3291
|
+
export declare const DescribeTargetGroupsOutputFilterSensitiveLog: (obj: DescribeTargetGroupsOutput) => any;
|
|
3292
|
+
/**
|
|
3293
|
+
* @internal
|
|
3294
|
+
*/
|
|
3295
|
+
export declare const DescribeTargetHealthInputFilterSensitiveLog: (obj: DescribeTargetHealthInput) => any;
|
|
3296
|
+
/**
|
|
3297
|
+
* @internal
|
|
3298
|
+
*/
|
|
3299
|
+
export declare const TargetHealthFilterSensitiveLog: (obj: TargetHealth) => any;
|
|
3300
|
+
/**
|
|
3301
|
+
* @internal
|
|
3302
|
+
*/
|
|
3303
|
+
export declare const TargetHealthDescriptionFilterSensitiveLog: (obj: TargetHealthDescription) => any;
|
|
3304
|
+
/**
|
|
3305
|
+
* @internal
|
|
3306
|
+
*/
|
|
3307
|
+
export declare const DescribeTargetHealthOutputFilterSensitiveLog: (obj: DescribeTargetHealthOutput) => any;
|
|
3308
|
+
/**
|
|
3309
|
+
* @internal
|
|
3310
|
+
*/
|
|
3311
|
+
export declare const ModifyListenerInputFilterSensitiveLog: (obj: ModifyListenerInput) => any;
|
|
3312
|
+
/**
|
|
3313
|
+
* @internal
|
|
3314
|
+
*/
|
|
3315
|
+
export declare const ModifyListenerOutputFilterSensitiveLog: (obj: ModifyListenerOutput) => any;
|
|
3316
|
+
/**
|
|
3317
|
+
* @internal
|
|
3318
|
+
*/
|
|
3319
|
+
export declare const ModifyLoadBalancerAttributesInputFilterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
|
|
3320
|
+
/**
|
|
3321
|
+
* @internal
|
|
3322
|
+
*/
|
|
3323
|
+
export declare const ModifyLoadBalancerAttributesOutputFilterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
|
|
3324
|
+
/**
|
|
3325
|
+
* @internal
|
|
3326
|
+
*/
|
|
3327
|
+
export declare const ModifyRuleInputFilterSensitiveLog: (obj: ModifyRuleInput) => any;
|
|
3328
|
+
/**
|
|
3329
|
+
* @internal
|
|
3330
|
+
*/
|
|
3331
|
+
export declare const ModifyRuleOutputFilterSensitiveLog: (obj: ModifyRuleOutput) => any;
|
|
3332
|
+
/**
|
|
3333
|
+
* @internal
|
|
3334
|
+
*/
|
|
3335
|
+
export declare const ModifyTargetGroupInputFilterSensitiveLog: (obj: ModifyTargetGroupInput) => any;
|
|
3336
|
+
/**
|
|
3337
|
+
* @internal
|
|
3338
|
+
*/
|
|
3339
|
+
export declare const ModifyTargetGroupOutputFilterSensitiveLog: (obj: ModifyTargetGroupOutput) => any;
|
|
3340
|
+
/**
|
|
3341
|
+
* @internal
|
|
3342
|
+
*/
|
|
3343
|
+
export declare const ModifyTargetGroupAttributesInputFilterSensitiveLog: (obj: ModifyTargetGroupAttributesInput) => any;
|
|
3344
|
+
/**
|
|
3345
|
+
* @internal
|
|
3346
|
+
*/
|
|
3347
|
+
export declare const ModifyTargetGroupAttributesOutputFilterSensitiveLog: (obj: ModifyTargetGroupAttributesOutput) => any;
|
|
3348
|
+
/**
|
|
3349
|
+
* @internal
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const RegisterTargetsInputFilterSensitiveLog: (obj: RegisterTargetsInput) => any;
|
|
3352
|
+
/**
|
|
3353
|
+
* @internal
|
|
3354
|
+
*/
|
|
3355
|
+
export declare const RegisterTargetsOutputFilterSensitiveLog: (obj: RegisterTargetsOutput) => any;
|
|
3356
|
+
/**
|
|
3357
|
+
* @internal
|
|
3358
|
+
*/
|
|
3359
|
+
export declare const RemoveListenerCertificatesInputFilterSensitiveLog: (obj: RemoveListenerCertificatesInput) => any;
|
|
3360
|
+
/**
|
|
3361
|
+
* @internal
|
|
3362
|
+
*/
|
|
3363
|
+
export declare const RemoveListenerCertificatesOutputFilterSensitiveLog: (obj: RemoveListenerCertificatesOutput) => any;
|
|
3364
|
+
/**
|
|
3365
|
+
* @internal
|
|
3366
|
+
*/
|
|
3367
|
+
export declare const RemoveTagsInputFilterSensitiveLog: (obj: RemoveTagsInput) => any;
|
|
3368
|
+
/**
|
|
3369
|
+
* @internal
|
|
3370
|
+
*/
|
|
3371
|
+
export declare const RemoveTagsOutputFilterSensitiveLog: (obj: RemoveTagsOutput) => any;
|
|
3372
|
+
/**
|
|
3373
|
+
* @internal
|
|
3374
|
+
*/
|
|
3375
|
+
export declare const SetIpAddressTypeInputFilterSensitiveLog: (obj: SetIpAddressTypeInput) => any;
|
|
3376
|
+
/**
|
|
3377
|
+
* @internal
|
|
3378
|
+
*/
|
|
3379
|
+
export declare const SetIpAddressTypeOutputFilterSensitiveLog: (obj: SetIpAddressTypeOutput) => any;
|
|
3380
|
+
/**
|
|
3381
|
+
* @internal
|
|
3382
|
+
*/
|
|
3383
|
+
export declare const RulePriorityPairFilterSensitiveLog: (obj: RulePriorityPair) => any;
|
|
3384
|
+
/**
|
|
3385
|
+
* @internal
|
|
3386
|
+
*/
|
|
3387
|
+
export declare const SetRulePrioritiesInputFilterSensitiveLog: (obj: SetRulePrioritiesInput) => any;
|
|
3388
|
+
/**
|
|
3389
|
+
* @internal
|
|
3390
|
+
*/
|
|
3391
|
+
export declare const SetRulePrioritiesOutputFilterSensitiveLog: (obj: SetRulePrioritiesOutput) => any;
|
|
3392
|
+
/**
|
|
3393
|
+
* @internal
|
|
3394
|
+
*/
|
|
3395
|
+
export declare const SetSecurityGroupsInputFilterSensitiveLog: (obj: SetSecurityGroupsInput) => any;
|
|
3396
|
+
/**
|
|
3397
|
+
* @internal
|
|
3398
|
+
*/
|
|
3399
|
+
export declare const SetSecurityGroupsOutputFilterSensitiveLog: (obj: SetSecurityGroupsOutput) => any;
|
|
3400
|
+
/**
|
|
3401
|
+
* @internal
|
|
3402
|
+
*/
|
|
3403
|
+
export declare const SetSubnetsInputFilterSensitiveLog: (obj: SetSubnetsInput) => any;
|
|
3404
|
+
/**
|
|
3405
|
+
* @internal
|
|
3406
|
+
*/
|
|
3407
|
+
export declare const SetSubnetsOutputFilterSensitiveLog: (obj: SetSubnetsOutput) => any;
|