@aws-sdk/client-elastic-load-balancing 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddTagsCommand.js +2 -2
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +2 -2
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +2 -2
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +2 -2
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -2
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -2
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -2
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -2
- package/dist-cjs/models/models_0.js +339 -507
- package/dist-cjs/protocols/Aws_query.js +247 -397
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +3 -3
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +3 -3
- package/dist-es/commands/ConfigureHealthCheckCommand.js +3 -3
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +3 -3
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +3 -3
- package/dist-es/commands/CreateLoadBalancerCommand.js +3 -3
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +3 -3
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -3
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +3 -3
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +3 -3
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
- package/dist-es/commands/DescribeInstanceHealthCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +3 -3
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +3 -3
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +3 -3
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +3 -3
- package/dist-es/commands/RemoveTagsCommand.js +3 -3
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +3 -3
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +3 -3
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +3 -3
- package/dist-es/models/models_0.js +84 -336
- package/dist-es/protocols/Aws_query.js +331 -398
- package/dist-types/models/models_0.d.ts +336 -504
- package/dist-types/ts3.4/models/models_0.d.ts +168 -336
- package/package.json +6 -6
|
@@ -11,10 +11,6 @@ export interface AccessLog {
|
|
|
11
11
|
|
|
12
12
|
S3BucketPrefix?: string;
|
|
13
13
|
}
|
|
14
|
-
export declare namespace AccessLog {
|
|
15
|
-
|
|
16
|
-
const filterSensitiveLog: (obj: AccessLog) => any;
|
|
17
|
-
}
|
|
18
14
|
|
|
19
15
|
export declare class AccessPointNotFoundException extends __BaseException {
|
|
20
16
|
readonly name: "AccessPointNotFoundException";
|
|
@@ -30,19 +26,11 @@ export interface AddAvailabilityZonesInput {
|
|
|
30
26
|
|
|
31
27
|
AvailabilityZones: string[] | undefined;
|
|
32
28
|
}
|
|
33
|
-
export declare namespace AddAvailabilityZonesInput {
|
|
34
|
-
|
|
35
|
-
const filterSensitiveLog: (obj: AddAvailabilityZonesInput) => any;
|
|
36
|
-
}
|
|
37
29
|
|
|
38
30
|
export interface AddAvailabilityZonesOutput {
|
|
39
31
|
|
|
40
32
|
AvailabilityZones?: string[];
|
|
41
33
|
}
|
|
42
|
-
export declare namespace AddAvailabilityZonesOutput {
|
|
43
|
-
|
|
44
|
-
const filterSensitiveLog: (obj: AddAvailabilityZonesOutput) => any;
|
|
45
|
-
}
|
|
46
34
|
|
|
47
35
|
export interface AdditionalAttribute {
|
|
48
36
|
|
|
@@ -50,10 +38,6 @@ export interface AdditionalAttribute {
|
|
|
50
38
|
|
|
51
39
|
Value?: string;
|
|
52
40
|
}
|
|
53
|
-
export declare namespace AdditionalAttribute {
|
|
54
|
-
|
|
55
|
-
const filterSensitiveLog: (obj: AdditionalAttribute) => any;
|
|
56
|
-
}
|
|
57
41
|
|
|
58
42
|
export interface Tag {
|
|
59
43
|
|
|
@@ -61,10 +45,6 @@ export interface Tag {
|
|
|
61
45
|
|
|
62
46
|
Value?: string;
|
|
63
47
|
}
|
|
64
|
-
export declare namespace Tag {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
67
|
-
}
|
|
68
48
|
|
|
69
49
|
export interface AddTagsInput {
|
|
70
50
|
|
|
@@ -72,17 +52,9 @@ export interface AddTagsInput {
|
|
|
72
52
|
|
|
73
53
|
Tags: Tag[] | undefined;
|
|
74
54
|
}
|
|
75
|
-
export declare namespace AddTagsInput {
|
|
76
|
-
|
|
77
|
-
const filterSensitiveLog: (obj: AddTagsInput) => any;
|
|
78
|
-
}
|
|
79
55
|
|
|
80
56
|
export interface AddTagsOutput {
|
|
81
57
|
}
|
|
82
|
-
export declare namespace AddTagsOutput {
|
|
83
|
-
|
|
84
|
-
const filterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
85
|
-
}
|
|
86
58
|
|
|
87
59
|
export declare class DuplicateTagKeysException extends __BaseException {
|
|
88
60
|
readonly name: "DuplicateTagKeysException";
|
|
@@ -106,10 +78,6 @@ export interface AppCookieStickinessPolicy {
|
|
|
106
78
|
|
|
107
79
|
CookieName?: string;
|
|
108
80
|
}
|
|
109
|
-
export declare namespace AppCookieStickinessPolicy {
|
|
110
|
-
|
|
111
|
-
const filterSensitiveLog: (obj: AppCookieStickinessPolicy) => any;
|
|
112
|
-
}
|
|
113
81
|
|
|
114
82
|
export interface ApplySecurityGroupsToLoadBalancerInput {
|
|
115
83
|
|
|
@@ -117,19 +85,11 @@ export interface ApplySecurityGroupsToLoadBalancerInput {
|
|
|
117
85
|
|
|
118
86
|
SecurityGroups: string[] | undefined;
|
|
119
87
|
}
|
|
120
|
-
export declare namespace ApplySecurityGroupsToLoadBalancerInput {
|
|
121
|
-
|
|
122
|
-
const filterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerInput) => any;
|
|
123
|
-
}
|
|
124
88
|
|
|
125
89
|
export interface ApplySecurityGroupsToLoadBalancerOutput {
|
|
126
90
|
|
|
127
91
|
SecurityGroups?: string[];
|
|
128
92
|
}
|
|
129
|
-
export declare namespace ApplySecurityGroupsToLoadBalancerOutput {
|
|
130
|
-
|
|
131
|
-
const filterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerOutput) => any;
|
|
132
|
-
}
|
|
133
93
|
|
|
134
94
|
export declare class InvalidConfigurationRequestException extends __BaseException {
|
|
135
95
|
readonly name: "InvalidConfigurationRequestException";
|
|
@@ -153,19 +113,11 @@ export interface AttachLoadBalancerToSubnetsInput {
|
|
|
153
113
|
|
|
154
114
|
Subnets: string[] | undefined;
|
|
155
115
|
}
|
|
156
|
-
export declare namespace AttachLoadBalancerToSubnetsInput {
|
|
157
|
-
|
|
158
|
-
const filterSensitiveLog: (obj: AttachLoadBalancerToSubnetsInput) => any;
|
|
159
|
-
}
|
|
160
116
|
|
|
161
117
|
export interface AttachLoadBalancerToSubnetsOutput {
|
|
162
118
|
|
|
163
119
|
Subnets?: string[];
|
|
164
120
|
}
|
|
165
|
-
export declare namespace AttachLoadBalancerToSubnetsOutput {
|
|
166
|
-
|
|
167
|
-
const filterSensitiveLog: (obj: AttachLoadBalancerToSubnetsOutput) => any;
|
|
168
|
-
}
|
|
169
121
|
|
|
170
122
|
export declare class InvalidSubnetException extends __BaseException {
|
|
171
123
|
readonly name: "InvalidSubnetException";
|
|
@@ -189,10 +141,6 @@ export interface BackendServerDescription {
|
|
|
189
141
|
|
|
190
142
|
PolicyNames?: string[];
|
|
191
143
|
}
|
|
192
|
-
export declare namespace BackendServerDescription {
|
|
193
|
-
|
|
194
|
-
const filterSensitiveLog: (obj: BackendServerDescription) => any;
|
|
195
|
-
}
|
|
196
144
|
|
|
197
145
|
export declare class CertificateNotFoundException extends __BaseException {
|
|
198
146
|
readonly name: "CertificateNotFoundException";
|
|
@@ -214,10 +162,6 @@ export interface HealthCheck {
|
|
|
214
162
|
|
|
215
163
|
HealthyThreshold: number | undefined;
|
|
216
164
|
}
|
|
217
|
-
export declare namespace HealthCheck {
|
|
218
|
-
|
|
219
|
-
const filterSensitiveLog: (obj: HealthCheck) => any;
|
|
220
|
-
}
|
|
221
165
|
|
|
222
166
|
export interface ConfigureHealthCheckInput {
|
|
223
167
|
|
|
@@ -225,19 +169,11 @@ export interface ConfigureHealthCheckInput {
|
|
|
225
169
|
|
|
226
170
|
HealthCheck: HealthCheck | undefined;
|
|
227
171
|
}
|
|
228
|
-
export declare namespace ConfigureHealthCheckInput {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: ConfigureHealthCheckInput) => any;
|
|
231
|
-
}
|
|
232
172
|
|
|
233
173
|
export interface ConfigureHealthCheckOutput {
|
|
234
174
|
|
|
235
175
|
HealthCheck?: HealthCheck;
|
|
236
176
|
}
|
|
237
|
-
export declare namespace ConfigureHealthCheckOutput {
|
|
238
|
-
|
|
239
|
-
const filterSensitiveLog: (obj: ConfigureHealthCheckOutput) => any;
|
|
240
|
-
}
|
|
241
177
|
|
|
242
178
|
export interface ConnectionDraining {
|
|
243
179
|
|
|
@@ -245,19 +181,11 @@ export interface ConnectionDraining {
|
|
|
245
181
|
|
|
246
182
|
Timeout?: number;
|
|
247
183
|
}
|
|
248
|
-
export declare namespace ConnectionDraining {
|
|
249
|
-
|
|
250
|
-
const filterSensitiveLog: (obj: ConnectionDraining) => any;
|
|
251
|
-
}
|
|
252
184
|
|
|
253
185
|
export interface ConnectionSettings {
|
|
254
186
|
|
|
255
187
|
IdleTimeout: number | undefined;
|
|
256
188
|
}
|
|
257
|
-
export declare namespace ConnectionSettings {
|
|
258
|
-
|
|
259
|
-
const filterSensitiveLog: (obj: ConnectionSettings) => any;
|
|
260
|
-
}
|
|
261
189
|
|
|
262
190
|
export interface Listener {
|
|
263
191
|
|
|
@@ -271,10 +199,6 @@ export interface Listener {
|
|
|
271
199
|
|
|
272
200
|
SSLCertificateId?: string;
|
|
273
201
|
}
|
|
274
|
-
export declare namespace Listener {
|
|
275
|
-
|
|
276
|
-
const filterSensitiveLog: (obj: Listener) => any;
|
|
277
|
-
}
|
|
278
202
|
|
|
279
203
|
export interface CreateAccessPointInput {
|
|
280
204
|
|
|
@@ -292,19 +216,11 @@ export interface CreateAccessPointInput {
|
|
|
292
216
|
|
|
293
217
|
Tags?: Tag[];
|
|
294
218
|
}
|
|
295
|
-
export declare namespace CreateAccessPointInput {
|
|
296
|
-
|
|
297
|
-
const filterSensitiveLog: (obj: CreateAccessPointInput) => any;
|
|
298
|
-
}
|
|
299
219
|
|
|
300
220
|
export interface CreateAccessPointOutput {
|
|
301
221
|
|
|
302
222
|
DNSName?: string;
|
|
303
223
|
}
|
|
304
|
-
export declare namespace CreateAccessPointOutput {
|
|
305
|
-
|
|
306
|
-
const filterSensitiveLog: (obj: CreateAccessPointOutput) => any;
|
|
307
|
-
}
|
|
308
224
|
|
|
309
225
|
export interface CreateAppCookieStickinessPolicyInput {
|
|
310
226
|
|
|
@@ -314,17 +230,9 @@ export interface CreateAppCookieStickinessPolicyInput {
|
|
|
314
230
|
|
|
315
231
|
CookieName: string | undefined;
|
|
316
232
|
}
|
|
317
|
-
export declare namespace CreateAppCookieStickinessPolicyInput {
|
|
318
|
-
|
|
319
|
-
const filterSensitiveLog: (obj: CreateAppCookieStickinessPolicyInput) => any;
|
|
320
|
-
}
|
|
321
233
|
|
|
322
234
|
export interface CreateAppCookieStickinessPolicyOutput {
|
|
323
235
|
}
|
|
324
|
-
export declare namespace CreateAppCookieStickinessPolicyOutput {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: CreateAppCookieStickinessPolicyOutput) => any;
|
|
327
|
-
}
|
|
328
236
|
|
|
329
237
|
export declare class DuplicatePolicyNameException extends __BaseException {
|
|
330
238
|
readonly name: "DuplicatePolicyNameException";
|
|
@@ -350,17 +258,9 @@ export interface CreateLBCookieStickinessPolicyInput {
|
|
|
350
258
|
|
|
351
259
|
CookieExpirationPeriod?: number;
|
|
352
260
|
}
|
|
353
|
-
export declare namespace CreateLBCookieStickinessPolicyInput {
|
|
354
|
-
|
|
355
|
-
const filterSensitiveLog: (obj: CreateLBCookieStickinessPolicyInput) => any;
|
|
356
|
-
}
|
|
357
261
|
|
|
358
262
|
export interface CreateLBCookieStickinessPolicyOutput {
|
|
359
263
|
}
|
|
360
|
-
export declare namespace CreateLBCookieStickinessPolicyOutput {
|
|
361
|
-
|
|
362
|
-
const filterSensitiveLog: (obj: CreateLBCookieStickinessPolicyOutput) => any;
|
|
363
|
-
}
|
|
364
264
|
|
|
365
265
|
export declare class DuplicateAccessPointNameException extends __BaseException {
|
|
366
266
|
readonly name: "DuplicateAccessPointNameException";
|
|
@@ -408,17 +308,9 @@ export interface CreateLoadBalancerListenerInput {
|
|
|
408
308
|
|
|
409
309
|
Listeners: Listener[] | undefined;
|
|
410
310
|
}
|
|
411
|
-
export declare namespace CreateLoadBalancerListenerInput {
|
|
412
|
-
|
|
413
|
-
const filterSensitiveLog: (obj: CreateLoadBalancerListenerInput) => any;
|
|
414
|
-
}
|
|
415
311
|
|
|
416
312
|
export interface CreateLoadBalancerListenerOutput {
|
|
417
313
|
}
|
|
418
|
-
export declare namespace CreateLoadBalancerListenerOutput {
|
|
419
|
-
|
|
420
|
-
const filterSensitiveLog: (obj: CreateLoadBalancerListenerOutput) => any;
|
|
421
|
-
}
|
|
422
314
|
|
|
423
315
|
export declare class DuplicateListenerException extends __BaseException {
|
|
424
316
|
readonly name: "DuplicateListenerException";
|
|
@@ -434,10 +326,6 @@ export interface PolicyAttribute {
|
|
|
434
326
|
|
|
435
327
|
AttributeValue?: string;
|
|
436
328
|
}
|
|
437
|
-
export declare namespace PolicyAttribute {
|
|
438
|
-
|
|
439
|
-
const filterSensitiveLog: (obj: PolicyAttribute) => any;
|
|
440
|
-
}
|
|
441
329
|
|
|
442
330
|
export interface CreateLoadBalancerPolicyInput {
|
|
443
331
|
|
|
@@ -449,17 +337,9 @@ export interface CreateLoadBalancerPolicyInput {
|
|
|
449
337
|
|
|
450
338
|
PolicyAttributes?: PolicyAttribute[];
|
|
451
339
|
}
|
|
452
|
-
export declare namespace CreateLoadBalancerPolicyInput {
|
|
453
|
-
|
|
454
|
-
const filterSensitiveLog: (obj: CreateLoadBalancerPolicyInput) => any;
|
|
455
|
-
}
|
|
456
340
|
|
|
457
341
|
export interface CreateLoadBalancerPolicyOutput {
|
|
458
342
|
}
|
|
459
|
-
export declare namespace CreateLoadBalancerPolicyOutput {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: CreateLoadBalancerPolicyOutput) => any;
|
|
462
|
-
}
|
|
463
343
|
|
|
464
344
|
export declare class PolicyTypeNotFoundException extends __BaseException {
|
|
465
345
|
readonly name: "PolicyTypeNotFoundException";
|
|
@@ -473,26 +353,14 @@ export interface CrossZoneLoadBalancing {
|
|
|
473
353
|
|
|
474
354
|
Enabled: boolean | undefined;
|
|
475
355
|
}
|
|
476
|
-
export declare namespace CrossZoneLoadBalancing {
|
|
477
|
-
|
|
478
|
-
const filterSensitiveLog: (obj: CrossZoneLoadBalancing) => any;
|
|
479
|
-
}
|
|
480
356
|
|
|
481
357
|
export interface DeleteAccessPointInput {
|
|
482
358
|
|
|
483
359
|
LoadBalancerName: string | undefined;
|
|
484
360
|
}
|
|
485
|
-
export declare namespace DeleteAccessPointInput {
|
|
486
|
-
|
|
487
|
-
const filterSensitiveLog: (obj: DeleteAccessPointInput) => any;
|
|
488
|
-
}
|
|
489
361
|
|
|
490
362
|
export interface DeleteAccessPointOutput {
|
|
491
363
|
}
|
|
492
|
-
export declare namespace DeleteAccessPointOutput {
|
|
493
|
-
|
|
494
|
-
const filterSensitiveLog: (obj: DeleteAccessPointOutput) => any;
|
|
495
|
-
}
|
|
496
364
|
|
|
497
365
|
export interface DeleteLoadBalancerListenerInput {
|
|
498
366
|
|
|
@@ -500,17 +368,9 @@ export interface DeleteLoadBalancerListenerInput {
|
|
|
500
368
|
|
|
501
369
|
LoadBalancerPorts: number[] | undefined;
|
|
502
370
|
}
|
|
503
|
-
export declare namespace DeleteLoadBalancerListenerInput {
|
|
504
|
-
|
|
505
|
-
const filterSensitiveLog: (obj: DeleteLoadBalancerListenerInput) => any;
|
|
506
|
-
}
|
|
507
371
|
|
|
508
372
|
export interface DeleteLoadBalancerListenerOutput {
|
|
509
373
|
}
|
|
510
|
-
export declare namespace DeleteLoadBalancerListenerOutput {
|
|
511
|
-
|
|
512
|
-
const filterSensitiveLog: (obj: DeleteLoadBalancerListenerOutput) => any;
|
|
513
|
-
}
|
|
514
374
|
|
|
515
375
|
export interface DeleteLoadBalancerPolicyInput {
|
|
516
376
|
|
|
@@ -518,17 +378,9 @@ export interface DeleteLoadBalancerPolicyInput {
|
|
|
518
378
|
|
|
519
379
|
PolicyName: string | undefined;
|
|
520
380
|
}
|
|
521
|
-
export declare namespace DeleteLoadBalancerPolicyInput {
|
|
522
|
-
|
|
523
|
-
const filterSensitiveLog: (obj: DeleteLoadBalancerPolicyInput) => any;
|
|
524
|
-
}
|
|
525
381
|
|
|
526
382
|
export interface DeleteLoadBalancerPolicyOutput {
|
|
527
383
|
}
|
|
528
|
-
export declare namespace DeleteLoadBalancerPolicyOutput {
|
|
529
|
-
|
|
530
|
-
const filterSensitiveLog: (obj: DeleteLoadBalancerPolicyOutput) => any;
|
|
531
|
-
}
|
|
532
384
|
|
|
533
385
|
export declare class DependencyThrottleException extends __BaseException {
|
|
534
386
|
readonly name: "DependencyThrottleException";
|
|
@@ -542,10 +394,6 @@ export interface Instance {
|
|
|
542
394
|
|
|
543
395
|
InstanceId?: string;
|
|
544
396
|
}
|
|
545
|
-
export declare namespace Instance {
|
|
546
|
-
|
|
547
|
-
const filterSensitiveLog: (obj: Instance) => any;
|
|
548
|
-
}
|
|
549
397
|
|
|
550
398
|
export interface DeregisterEndPointsInput {
|
|
551
399
|
|
|
@@ -553,19 +401,11 @@ export interface DeregisterEndPointsInput {
|
|
|
553
401
|
|
|
554
402
|
Instances: Instance[] | undefined;
|
|
555
403
|
}
|
|
556
|
-
export declare namespace DeregisterEndPointsInput {
|
|
557
|
-
|
|
558
|
-
const filterSensitiveLog: (obj: DeregisterEndPointsInput) => any;
|
|
559
|
-
}
|
|
560
404
|
|
|
561
405
|
export interface DeregisterEndPointsOutput {
|
|
562
406
|
|
|
563
407
|
Instances?: Instance[];
|
|
564
408
|
}
|
|
565
|
-
export declare namespace DeregisterEndPointsOutput {
|
|
566
|
-
|
|
567
|
-
const filterSensitiveLog: (obj: DeregisterEndPointsOutput) => any;
|
|
568
|
-
}
|
|
569
409
|
|
|
570
410
|
export declare class InvalidEndPointException extends __BaseException {
|
|
571
411
|
readonly name: "InvalidEndPointException";
|
|
@@ -583,10 +423,6 @@ export interface DescribeAccessPointsInput {
|
|
|
583
423
|
|
|
584
424
|
PageSize?: number;
|
|
585
425
|
}
|
|
586
|
-
export declare namespace DescribeAccessPointsInput {
|
|
587
|
-
|
|
588
|
-
const filterSensitiveLog: (obj: DescribeAccessPointsInput) => any;
|
|
589
|
-
}
|
|
590
426
|
|
|
591
427
|
export interface ListenerDescription {
|
|
592
428
|
|
|
@@ -594,10 +430,6 @@ export interface ListenerDescription {
|
|
|
594
430
|
|
|
595
431
|
PolicyNames?: string[];
|
|
596
432
|
}
|
|
597
|
-
export declare namespace ListenerDescription {
|
|
598
|
-
|
|
599
|
-
const filterSensitiveLog: (obj: ListenerDescription) => any;
|
|
600
|
-
}
|
|
601
433
|
|
|
602
434
|
export interface LBCookieStickinessPolicy {
|
|
603
435
|
|
|
@@ -605,10 +437,6 @@ export interface LBCookieStickinessPolicy {
|
|
|
605
437
|
|
|
606
438
|
CookieExpirationPeriod?: number;
|
|
607
439
|
}
|
|
608
|
-
export declare namespace LBCookieStickinessPolicy {
|
|
609
|
-
|
|
610
|
-
const filterSensitiveLog: (obj: LBCookieStickinessPolicy) => any;
|
|
611
|
-
}
|
|
612
440
|
|
|
613
441
|
export interface Policies {
|
|
614
442
|
|
|
@@ -618,10 +446,6 @@ export interface Policies {
|
|
|
618
446
|
|
|
619
447
|
OtherPolicies?: string[];
|
|
620
448
|
}
|
|
621
|
-
export declare namespace Policies {
|
|
622
|
-
|
|
623
|
-
const filterSensitiveLog: (obj: Policies) => any;
|
|
624
|
-
}
|
|
625
449
|
|
|
626
450
|
export interface SourceSecurityGroup {
|
|
627
451
|
|
|
@@ -629,10 +453,6 @@ export interface SourceSecurityGroup {
|
|
|
629
453
|
|
|
630
454
|
GroupName?: string;
|
|
631
455
|
}
|
|
632
|
-
export declare namespace SourceSecurityGroup {
|
|
633
|
-
|
|
634
|
-
const filterSensitiveLog: (obj: SourceSecurityGroup) => any;
|
|
635
|
-
}
|
|
636
456
|
|
|
637
457
|
export interface LoadBalancerDescription {
|
|
638
458
|
|
|
@@ -668,10 +488,6 @@ export interface LoadBalancerDescription {
|
|
|
668
488
|
|
|
669
489
|
Scheme?: string;
|
|
670
490
|
}
|
|
671
|
-
export declare namespace LoadBalancerDescription {
|
|
672
|
-
|
|
673
|
-
const filterSensitiveLog: (obj: LoadBalancerDescription) => any;
|
|
674
|
-
}
|
|
675
491
|
|
|
676
492
|
export interface DescribeAccessPointsOutput {
|
|
677
493
|
|
|
@@ -679,20 +495,12 @@ export interface DescribeAccessPointsOutput {
|
|
|
679
495
|
|
|
680
496
|
NextMarker?: string;
|
|
681
497
|
}
|
|
682
|
-
export declare namespace DescribeAccessPointsOutput {
|
|
683
|
-
|
|
684
|
-
const filterSensitiveLog: (obj: DescribeAccessPointsOutput) => any;
|
|
685
|
-
}
|
|
686
498
|
export interface DescribeAccountLimitsInput {
|
|
687
499
|
|
|
688
500
|
Marker?: string;
|
|
689
501
|
|
|
690
502
|
PageSize?: number;
|
|
691
503
|
}
|
|
692
|
-
export declare namespace DescribeAccountLimitsInput {
|
|
693
|
-
|
|
694
|
-
const filterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
|
|
695
|
-
}
|
|
696
504
|
|
|
697
505
|
export interface Limit {
|
|
698
506
|
|
|
@@ -700,20 +508,12 @@ export interface Limit {
|
|
|
700
508
|
|
|
701
509
|
Max?: string;
|
|
702
510
|
}
|
|
703
|
-
export declare namespace Limit {
|
|
704
|
-
|
|
705
|
-
const filterSensitiveLog: (obj: Limit) => any;
|
|
706
|
-
}
|
|
707
511
|
export interface DescribeAccountLimitsOutput {
|
|
708
512
|
|
|
709
513
|
Limits?: Limit[];
|
|
710
514
|
|
|
711
515
|
NextMarker?: string;
|
|
712
516
|
}
|
|
713
|
-
export declare namespace DescribeAccountLimitsOutput {
|
|
714
|
-
|
|
715
|
-
const filterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
|
|
716
|
-
}
|
|
717
517
|
|
|
718
518
|
export interface DescribeEndPointStateInput {
|
|
719
519
|
|
|
@@ -721,10 +521,6 @@ export interface DescribeEndPointStateInput {
|
|
|
721
521
|
|
|
722
522
|
Instances?: Instance[];
|
|
723
523
|
}
|
|
724
|
-
export declare namespace DescribeEndPointStateInput {
|
|
725
|
-
|
|
726
|
-
const filterSensitiveLog: (obj: DescribeEndPointStateInput) => any;
|
|
727
|
-
}
|
|
728
524
|
|
|
729
525
|
export interface InstanceState {
|
|
730
526
|
|
|
@@ -736,28 +532,16 @@ export interface InstanceState {
|
|
|
736
532
|
|
|
737
533
|
Description?: string;
|
|
738
534
|
}
|
|
739
|
-
export declare namespace InstanceState {
|
|
740
|
-
|
|
741
|
-
const filterSensitiveLog: (obj: InstanceState) => any;
|
|
742
|
-
}
|
|
743
535
|
|
|
744
536
|
export interface DescribeEndPointStateOutput {
|
|
745
537
|
|
|
746
538
|
InstanceStates?: InstanceState[];
|
|
747
539
|
}
|
|
748
|
-
export declare namespace DescribeEndPointStateOutput {
|
|
749
|
-
|
|
750
|
-
const filterSensitiveLog: (obj: DescribeEndPointStateOutput) => any;
|
|
751
|
-
}
|
|
752
540
|
|
|
753
541
|
export interface DescribeLoadBalancerAttributesInput {
|
|
754
542
|
|
|
755
543
|
LoadBalancerName: string | undefined;
|
|
756
544
|
}
|
|
757
|
-
export declare namespace DescribeLoadBalancerAttributesInput {
|
|
758
|
-
|
|
759
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
|
|
760
|
-
}
|
|
761
545
|
|
|
762
546
|
export interface LoadBalancerAttributes {
|
|
763
547
|
|
|
@@ -771,19 +555,11 @@ export interface LoadBalancerAttributes {
|
|
|
771
555
|
|
|
772
556
|
AdditionalAttributes?: AdditionalAttribute[];
|
|
773
557
|
}
|
|
774
|
-
export declare namespace LoadBalancerAttributes {
|
|
775
|
-
|
|
776
|
-
const filterSensitiveLog: (obj: LoadBalancerAttributes) => any;
|
|
777
|
-
}
|
|
778
558
|
|
|
779
559
|
export interface DescribeLoadBalancerAttributesOutput {
|
|
780
560
|
|
|
781
561
|
LoadBalancerAttributes?: LoadBalancerAttributes;
|
|
782
562
|
}
|
|
783
|
-
export declare namespace DescribeLoadBalancerAttributesOutput {
|
|
784
|
-
|
|
785
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
|
|
786
|
-
}
|
|
787
563
|
|
|
788
564
|
export declare class LoadBalancerAttributeNotFoundException extends __BaseException {
|
|
789
565
|
readonly name: "LoadBalancerAttributeNotFoundException";
|
|
@@ -799,10 +575,6 @@ export interface DescribeLoadBalancerPoliciesInput {
|
|
|
799
575
|
|
|
800
576
|
PolicyNames?: string[];
|
|
801
577
|
}
|
|
802
|
-
export declare namespace DescribeLoadBalancerPoliciesInput {
|
|
803
|
-
|
|
804
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerPoliciesInput) => any;
|
|
805
|
-
}
|
|
806
578
|
|
|
807
579
|
export interface PolicyAttributeDescription {
|
|
808
580
|
|
|
@@ -810,10 +582,6 @@ export interface PolicyAttributeDescription {
|
|
|
810
582
|
|
|
811
583
|
AttributeValue?: string;
|
|
812
584
|
}
|
|
813
|
-
export declare namespace PolicyAttributeDescription {
|
|
814
|
-
|
|
815
|
-
const filterSensitiveLog: (obj: PolicyAttributeDescription) => any;
|
|
816
|
-
}
|
|
817
585
|
|
|
818
586
|
export interface PolicyDescription {
|
|
819
587
|
|
|
@@ -823,19 +591,11 @@ export interface PolicyDescription {
|
|
|
823
591
|
|
|
824
592
|
PolicyAttributeDescriptions?: PolicyAttributeDescription[];
|
|
825
593
|
}
|
|
826
|
-
export declare namespace PolicyDescription {
|
|
827
|
-
|
|
828
|
-
const filterSensitiveLog: (obj: PolicyDescription) => any;
|
|
829
|
-
}
|
|
830
594
|
|
|
831
595
|
export interface DescribeLoadBalancerPoliciesOutput {
|
|
832
596
|
|
|
833
597
|
PolicyDescriptions?: PolicyDescription[];
|
|
834
598
|
}
|
|
835
|
-
export declare namespace DescribeLoadBalancerPoliciesOutput {
|
|
836
|
-
|
|
837
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerPoliciesOutput) => any;
|
|
838
|
-
}
|
|
839
599
|
|
|
840
600
|
export declare class PolicyNotFoundException extends __BaseException {
|
|
841
601
|
readonly name: "PolicyNotFoundException";
|
|
@@ -849,10 +609,6 @@ export interface DescribeLoadBalancerPolicyTypesInput {
|
|
|
849
609
|
|
|
850
610
|
PolicyTypeNames?: string[];
|
|
851
611
|
}
|
|
852
|
-
export declare namespace DescribeLoadBalancerPolicyTypesInput {
|
|
853
|
-
|
|
854
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesInput) => any;
|
|
855
|
-
}
|
|
856
612
|
|
|
857
613
|
export interface PolicyAttributeTypeDescription {
|
|
858
614
|
|
|
@@ -866,10 +622,6 @@ export interface PolicyAttributeTypeDescription {
|
|
|
866
622
|
|
|
867
623
|
Cardinality?: string;
|
|
868
624
|
}
|
|
869
|
-
export declare namespace PolicyAttributeTypeDescription {
|
|
870
|
-
|
|
871
|
-
const filterSensitiveLog: (obj: PolicyAttributeTypeDescription) => any;
|
|
872
|
-
}
|
|
873
625
|
|
|
874
626
|
export interface PolicyTypeDescription {
|
|
875
627
|
|
|
@@ -879,28 +631,16 @@ export interface PolicyTypeDescription {
|
|
|
879
631
|
|
|
880
632
|
PolicyAttributeTypeDescriptions?: PolicyAttributeTypeDescription[];
|
|
881
633
|
}
|
|
882
|
-
export declare namespace PolicyTypeDescription {
|
|
883
|
-
|
|
884
|
-
const filterSensitiveLog: (obj: PolicyTypeDescription) => any;
|
|
885
|
-
}
|
|
886
634
|
|
|
887
635
|
export interface DescribeLoadBalancerPolicyTypesOutput {
|
|
888
636
|
|
|
889
637
|
PolicyTypeDescriptions?: PolicyTypeDescription[];
|
|
890
638
|
}
|
|
891
|
-
export declare namespace DescribeLoadBalancerPolicyTypesOutput {
|
|
892
|
-
|
|
893
|
-
const filterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesOutput) => any;
|
|
894
|
-
}
|
|
895
639
|
|
|
896
640
|
export interface DescribeTagsInput {
|
|
897
641
|
|
|
898
642
|
LoadBalancerNames: string[] | undefined;
|
|
899
643
|
}
|
|
900
|
-
export declare namespace DescribeTagsInput {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: DescribeTagsInput) => any;
|
|
903
|
-
}
|
|
904
644
|
|
|
905
645
|
export interface TagDescription {
|
|
906
646
|
|
|
@@ -908,19 +648,11 @@ export interface TagDescription {
|
|
|
908
648
|
|
|
909
649
|
Tags?: Tag[];
|
|
910
650
|
}
|
|
911
|
-
export declare namespace TagDescription {
|
|
912
|
-
|
|
913
|
-
const filterSensitiveLog: (obj: TagDescription) => any;
|
|
914
|
-
}
|
|
915
651
|
|
|
916
652
|
export interface DescribeTagsOutput {
|
|
917
653
|
|
|
918
654
|
TagDescriptions?: TagDescription[];
|
|
919
655
|
}
|
|
920
|
-
export declare namespace DescribeTagsOutput {
|
|
921
|
-
|
|
922
|
-
const filterSensitiveLog: (obj: DescribeTagsOutput) => any;
|
|
923
|
-
}
|
|
924
656
|
|
|
925
657
|
export interface DetachLoadBalancerFromSubnetsInput {
|
|
926
658
|
|
|
@@ -928,19 +660,11 @@ export interface DetachLoadBalancerFromSubnetsInput {
|
|
|
928
660
|
|
|
929
661
|
Subnets: string[] | undefined;
|
|
930
662
|
}
|
|
931
|
-
export declare namespace DetachLoadBalancerFromSubnetsInput {
|
|
932
|
-
|
|
933
|
-
const filterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsInput) => any;
|
|
934
|
-
}
|
|
935
663
|
|
|
936
664
|
export interface DetachLoadBalancerFromSubnetsOutput {
|
|
937
665
|
|
|
938
666
|
Subnets?: string[];
|
|
939
667
|
}
|
|
940
|
-
export declare namespace DetachLoadBalancerFromSubnetsOutput {
|
|
941
|
-
|
|
942
|
-
const filterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsOutput) => any;
|
|
943
|
-
}
|
|
944
668
|
|
|
945
669
|
export interface RemoveAvailabilityZonesInput {
|
|
946
670
|
|
|
@@ -948,19 +672,11 @@ export interface RemoveAvailabilityZonesInput {
|
|
|
948
672
|
|
|
949
673
|
AvailabilityZones: string[] | undefined;
|
|
950
674
|
}
|
|
951
|
-
export declare namespace RemoveAvailabilityZonesInput {
|
|
952
|
-
|
|
953
|
-
const filterSensitiveLog: (obj: RemoveAvailabilityZonesInput) => any;
|
|
954
|
-
}
|
|
955
675
|
|
|
956
676
|
export interface RemoveAvailabilityZonesOutput {
|
|
957
677
|
|
|
958
678
|
AvailabilityZones?: string[];
|
|
959
679
|
}
|
|
960
|
-
export declare namespace RemoveAvailabilityZonesOutput {
|
|
961
|
-
|
|
962
|
-
const filterSensitiveLog: (obj: RemoveAvailabilityZonesOutput) => any;
|
|
963
|
-
}
|
|
964
680
|
|
|
965
681
|
export interface ModifyLoadBalancerAttributesInput {
|
|
966
682
|
|
|
@@ -968,10 +684,6 @@ export interface ModifyLoadBalancerAttributesInput {
|
|
|
968
684
|
|
|
969
685
|
LoadBalancerAttributes: LoadBalancerAttributes | undefined;
|
|
970
686
|
}
|
|
971
|
-
export declare namespace ModifyLoadBalancerAttributesInput {
|
|
972
|
-
|
|
973
|
-
const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
|
|
974
|
-
}
|
|
975
687
|
|
|
976
688
|
export interface ModifyLoadBalancerAttributesOutput {
|
|
977
689
|
|
|
@@ -979,10 +691,6 @@ export interface ModifyLoadBalancerAttributesOutput {
|
|
|
979
691
|
|
|
980
692
|
LoadBalancerAttributes?: LoadBalancerAttributes;
|
|
981
693
|
}
|
|
982
|
-
export declare namespace ModifyLoadBalancerAttributesOutput {
|
|
983
|
-
|
|
984
|
-
const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
|
|
985
|
-
}
|
|
986
694
|
|
|
987
695
|
export interface RegisterEndPointsInput {
|
|
988
696
|
|
|
@@ -990,28 +698,16 @@ export interface RegisterEndPointsInput {
|
|
|
990
698
|
|
|
991
699
|
Instances: Instance[] | undefined;
|
|
992
700
|
}
|
|
993
|
-
export declare namespace RegisterEndPointsInput {
|
|
994
|
-
|
|
995
|
-
const filterSensitiveLog: (obj: RegisterEndPointsInput) => any;
|
|
996
|
-
}
|
|
997
701
|
|
|
998
702
|
export interface RegisterEndPointsOutput {
|
|
999
703
|
|
|
1000
704
|
Instances?: Instance[];
|
|
1001
705
|
}
|
|
1002
|
-
export declare namespace RegisterEndPointsOutput {
|
|
1003
|
-
|
|
1004
|
-
const filterSensitiveLog: (obj: RegisterEndPointsOutput) => any;
|
|
1005
|
-
}
|
|
1006
706
|
|
|
1007
707
|
export interface TagKeyOnly {
|
|
1008
708
|
|
|
1009
709
|
Key?: string;
|
|
1010
710
|
}
|
|
1011
|
-
export declare namespace TagKeyOnly {
|
|
1012
|
-
|
|
1013
|
-
const filterSensitiveLog: (obj: TagKeyOnly) => any;
|
|
1014
|
-
}
|
|
1015
711
|
|
|
1016
712
|
export interface RemoveTagsInput {
|
|
1017
713
|
|
|
@@ -1019,17 +715,9 @@ export interface RemoveTagsInput {
|
|
|
1019
715
|
|
|
1020
716
|
Tags: TagKeyOnly[] | undefined;
|
|
1021
717
|
}
|
|
1022
|
-
export declare namespace RemoveTagsInput {
|
|
1023
|
-
|
|
1024
|
-
const filterSensitiveLog: (obj: RemoveTagsInput) => any;
|
|
1025
|
-
}
|
|
1026
718
|
|
|
1027
719
|
export interface RemoveTagsOutput {
|
|
1028
720
|
}
|
|
1029
|
-
export declare namespace RemoveTagsOutput {
|
|
1030
|
-
|
|
1031
|
-
const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
|
|
1032
|
-
}
|
|
1033
721
|
|
|
1034
722
|
export declare class ListenerNotFoundException extends __BaseException {
|
|
1035
723
|
readonly name: "ListenerNotFoundException";
|
|
@@ -1047,17 +735,9 @@ export interface SetLoadBalancerListenerSSLCertificateInput {
|
|
|
1047
735
|
|
|
1048
736
|
SSLCertificateId: string | undefined;
|
|
1049
737
|
}
|
|
1050
|
-
export declare namespace SetLoadBalancerListenerSSLCertificateInput {
|
|
1051
|
-
|
|
1052
|
-
const filterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateInput) => any;
|
|
1053
|
-
}
|
|
1054
738
|
|
|
1055
739
|
export interface SetLoadBalancerListenerSSLCertificateOutput {
|
|
1056
740
|
}
|
|
1057
|
-
export declare namespace SetLoadBalancerListenerSSLCertificateOutput {
|
|
1058
|
-
|
|
1059
|
-
const filterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateOutput) => any;
|
|
1060
|
-
}
|
|
1061
741
|
|
|
1062
742
|
export interface SetLoadBalancerPoliciesForBackendServerInput {
|
|
1063
743
|
|
|
@@ -1067,17 +747,9 @@ export interface SetLoadBalancerPoliciesForBackendServerInput {
|
|
|
1067
747
|
|
|
1068
748
|
PolicyNames: string[] | undefined;
|
|
1069
749
|
}
|
|
1070
|
-
export declare namespace SetLoadBalancerPoliciesForBackendServerInput {
|
|
1071
|
-
|
|
1072
|
-
const filterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerInput) => any;
|
|
1073
|
-
}
|
|
1074
750
|
|
|
1075
751
|
export interface SetLoadBalancerPoliciesForBackendServerOutput {
|
|
1076
752
|
}
|
|
1077
|
-
export declare namespace SetLoadBalancerPoliciesForBackendServerOutput {
|
|
1078
|
-
|
|
1079
|
-
const filterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerOutput) => any;
|
|
1080
|
-
}
|
|
1081
753
|
|
|
1082
754
|
export interface SetLoadBalancerPoliciesOfListenerInput {
|
|
1083
755
|
|
|
@@ -1087,14 +759,174 @@ export interface SetLoadBalancerPoliciesOfListenerInput {
|
|
|
1087
759
|
|
|
1088
760
|
PolicyNames: string[] | undefined;
|
|
1089
761
|
}
|
|
1090
|
-
export declare namespace SetLoadBalancerPoliciesOfListenerInput {
|
|
1091
|
-
|
|
1092
|
-
const filterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerInput) => any;
|
|
1093
|
-
}
|
|
1094
762
|
|
|
1095
763
|
export interface SetLoadBalancerPoliciesOfListenerOutput {
|
|
1096
764
|
}
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
765
|
+
|
|
766
|
+
export declare const AccessLogFilterSensitiveLog: (obj: AccessLog) => any;
|
|
767
|
+
|
|
768
|
+
export declare const AddAvailabilityZonesInputFilterSensitiveLog: (obj: AddAvailabilityZonesInput) => any;
|
|
769
|
+
|
|
770
|
+
export declare const AddAvailabilityZonesOutputFilterSensitiveLog: (obj: AddAvailabilityZonesOutput) => any;
|
|
771
|
+
|
|
772
|
+
export declare const AdditionalAttributeFilterSensitiveLog: (obj: AdditionalAttribute) => any;
|
|
773
|
+
|
|
774
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
775
|
+
|
|
776
|
+
export declare const AddTagsInputFilterSensitiveLog: (obj: AddTagsInput) => any;
|
|
777
|
+
|
|
778
|
+
export declare const AddTagsOutputFilterSensitiveLog: (obj: AddTagsOutput) => any;
|
|
779
|
+
|
|
780
|
+
export declare const AppCookieStickinessPolicyFilterSensitiveLog: (obj: AppCookieStickinessPolicy) => any;
|
|
781
|
+
|
|
782
|
+
export declare const ApplySecurityGroupsToLoadBalancerInputFilterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerInput) => any;
|
|
783
|
+
|
|
784
|
+
export declare const ApplySecurityGroupsToLoadBalancerOutputFilterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerOutput) => any;
|
|
785
|
+
|
|
786
|
+
export declare const AttachLoadBalancerToSubnetsInputFilterSensitiveLog: (obj: AttachLoadBalancerToSubnetsInput) => any;
|
|
787
|
+
|
|
788
|
+
export declare const AttachLoadBalancerToSubnetsOutputFilterSensitiveLog: (obj: AttachLoadBalancerToSubnetsOutput) => any;
|
|
789
|
+
|
|
790
|
+
export declare const BackendServerDescriptionFilterSensitiveLog: (obj: BackendServerDescription) => any;
|
|
791
|
+
|
|
792
|
+
export declare const HealthCheckFilterSensitiveLog: (obj: HealthCheck) => any;
|
|
793
|
+
|
|
794
|
+
export declare const ConfigureHealthCheckInputFilterSensitiveLog: (obj: ConfigureHealthCheckInput) => any;
|
|
795
|
+
|
|
796
|
+
export declare const ConfigureHealthCheckOutputFilterSensitiveLog: (obj: ConfigureHealthCheckOutput) => any;
|
|
797
|
+
|
|
798
|
+
export declare const ConnectionDrainingFilterSensitiveLog: (obj: ConnectionDraining) => any;
|
|
799
|
+
|
|
800
|
+
export declare const ConnectionSettingsFilterSensitiveLog: (obj: ConnectionSettings) => any;
|
|
801
|
+
|
|
802
|
+
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
803
|
+
|
|
804
|
+
export declare const CreateAccessPointInputFilterSensitiveLog: (obj: CreateAccessPointInput) => any;
|
|
805
|
+
|
|
806
|
+
export declare const CreateAccessPointOutputFilterSensitiveLog: (obj: CreateAccessPointOutput) => any;
|
|
807
|
+
|
|
808
|
+
export declare const CreateAppCookieStickinessPolicyInputFilterSensitiveLog: (obj: CreateAppCookieStickinessPolicyInput) => any;
|
|
809
|
+
|
|
810
|
+
export declare const CreateAppCookieStickinessPolicyOutputFilterSensitiveLog: (obj: CreateAppCookieStickinessPolicyOutput) => any;
|
|
811
|
+
|
|
812
|
+
export declare const CreateLBCookieStickinessPolicyInputFilterSensitiveLog: (obj: CreateLBCookieStickinessPolicyInput) => any;
|
|
813
|
+
|
|
814
|
+
export declare const CreateLBCookieStickinessPolicyOutputFilterSensitiveLog: (obj: CreateLBCookieStickinessPolicyOutput) => any;
|
|
815
|
+
|
|
816
|
+
export declare const CreateLoadBalancerListenerInputFilterSensitiveLog: (obj: CreateLoadBalancerListenerInput) => any;
|
|
817
|
+
|
|
818
|
+
export declare const CreateLoadBalancerListenerOutputFilterSensitiveLog: (obj: CreateLoadBalancerListenerOutput) => any;
|
|
819
|
+
|
|
820
|
+
export declare const PolicyAttributeFilterSensitiveLog: (obj: PolicyAttribute) => any;
|
|
821
|
+
|
|
822
|
+
export declare const CreateLoadBalancerPolicyInputFilterSensitiveLog: (obj: CreateLoadBalancerPolicyInput) => any;
|
|
823
|
+
|
|
824
|
+
export declare const CreateLoadBalancerPolicyOutputFilterSensitiveLog: (obj: CreateLoadBalancerPolicyOutput) => any;
|
|
825
|
+
|
|
826
|
+
export declare const CrossZoneLoadBalancingFilterSensitiveLog: (obj: CrossZoneLoadBalancing) => any;
|
|
827
|
+
|
|
828
|
+
export declare const DeleteAccessPointInputFilterSensitiveLog: (obj: DeleteAccessPointInput) => any;
|
|
829
|
+
|
|
830
|
+
export declare const DeleteAccessPointOutputFilterSensitiveLog: (obj: DeleteAccessPointOutput) => any;
|
|
831
|
+
|
|
832
|
+
export declare const DeleteLoadBalancerListenerInputFilterSensitiveLog: (obj: DeleteLoadBalancerListenerInput) => any;
|
|
833
|
+
|
|
834
|
+
export declare const DeleteLoadBalancerListenerOutputFilterSensitiveLog: (obj: DeleteLoadBalancerListenerOutput) => any;
|
|
835
|
+
|
|
836
|
+
export declare const DeleteLoadBalancerPolicyInputFilterSensitiveLog: (obj: DeleteLoadBalancerPolicyInput) => any;
|
|
837
|
+
|
|
838
|
+
export declare const DeleteLoadBalancerPolicyOutputFilterSensitiveLog: (obj: DeleteLoadBalancerPolicyOutput) => any;
|
|
839
|
+
|
|
840
|
+
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
841
|
+
|
|
842
|
+
export declare const DeregisterEndPointsInputFilterSensitiveLog: (obj: DeregisterEndPointsInput) => any;
|
|
843
|
+
|
|
844
|
+
export declare const DeregisterEndPointsOutputFilterSensitiveLog: (obj: DeregisterEndPointsOutput) => any;
|
|
845
|
+
|
|
846
|
+
export declare const DescribeAccessPointsInputFilterSensitiveLog: (obj: DescribeAccessPointsInput) => any;
|
|
847
|
+
|
|
848
|
+
export declare const ListenerDescriptionFilterSensitiveLog: (obj: ListenerDescription) => any;
|
|
849
|
+
|
|
850
|
+
export declare const LBCookieStickinessPolicyFilterSensitiveLog: (obj: LBCookieStickinessPolicy) => any;
|
|
851
|
+
|
|
852
|
+
export declare const PoliciesFilterSensitiveLog: (obj: Policies) => any;
|
|
853
|
+
|
|
854
|
+
export declare const SourceSecurityGroupFilterSensitiveLog: (obj: SourceSecurityGroup) => any;
|
|
855
|
+
|
|
856
|
+
export declare const LoadBalancerDescriptionFilterSensitiveLog: (obj: LoadBalancerDescription) => any;
|
|
857
|
+
|
|
858
|
+
export declare const DescribeAccessPointsOutputFilterSensitiveLog: (obj: DescribeAccessPointsOutput) => any;
|
|
859
|
+
|
|
860
|
+
export declare const DescribeAccountLimitsInputFilterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
|
|
861
|
+
|
|
862
|
+
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
863
|
+
|
|
864
|
+
export declare const DescribeAccountLimitsOutputFilterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
|
|
865
|
+
|
|
866
|
+
export declare const DescribeEndPointStateInputFilterSensitiveLog: (obj: DescribeEndPointStateInput) => any;
|
|
867
|
+
|
|
868
|
+
export declare const InstanceStateFilterSensitiveLog: (obj: InstanceState) => any;
|
|
869
|
+
|
|
870
|
+
export declare const DescribeEndPointStateOutputFilterSensitiveLog: (obj: DescribeEndPointStateOutput) => any;
|
|
871
|
+
|
|
872
|
+
export declare const DescribeLoadBalancerAttributesInputFilterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
|
|
873
|
+
|
|
874
|
+
export declare const LoadBalancerAttributesFilterSensitiveLog: (obj: LoadBalancerAttributes) => any;
|
|
875
|
+
|
|
876
|
+
export declare const DescribeLoadBalancerAttributesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
|
|
877
|
+
|
|
878
|
+
export declare const DescribeLoadBalancerPoliciesInputFilterSensitiveLog: (obj: DescribeLoadBalancerPoliciesInput) => any;
|
|
879
|
+
|
|
880
|
+
export declare const PolicyAttributeDescriptionFilterSensitiveLog: (obj: PolicyAttributeDescription) => any;
|
|
881
|
+
|
|
882
|
+
export declare const PolicyDescriptionFilterSensitiveLog: (obj: PolicyDescription) => any;
|
|
883
|
+
|
|
884
|
+
export declare const DescribeLoadBalancerPoliciesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerPoliciesOutput) => any;
|
|
885
|
+
|
|
886
|
+
export declare const DescribeLoadBalancerPolicyTypesInputFilterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesInput) => any;
|
|
887
|
+
|
|
888
|
+
export declare const PolicyAttributeTypeDescriptionFilterSensitiveLog: (obj: PolicyAttributeTypeDescription) => any;
|
|
889
|
+
|
|
890
|
+
export declare const PolicyTypeDescriptionFilterSensitiveLog: (obj: PolicyTypeDescription) => any;
|
|
891
|
+
|
|
892
|
+
export declare const DescribeLoadBalancerPolicyTypesOutputFilterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesOutput) => any;
|
|
893
|
+
|
|
894
|
+
export declare const DescribeTagsInputFilterSensitiveLog: (obj: DescribeTagsInput) => any;
|
|
895
|
+
|
|
896
|
+
export declare const TagDescriptionFilterSensitiveLog: (obj: TagDescription) => any;
|
|
897
|
+
|
|
898
|
+
export declare const DescribeTagsOutputFilterSensitiveLog: (obj: DescribeTagsOutput) => any;
|
|
899
|
+
|
|
900
|
+
export declare const DetachLoadBalancerFromSubnetsInputFilterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsInput) => any;
|
|
901
|
+
|
|
902
|
+
export declare const DetachLoadBalancerFromSubnetsOutputFilterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsOutput) => any;
|
|
903
|
+
|
|
904
|
+
export declare const RemoveAvailabilityZonesInputFilterSensitiveLog: (obj: RemoveAvailabilityZonesInput) => any;
|
|
905
|
+
|
|
906
|
+
export declare const RemoveAvailabilityZonesOutputFilterSensitiveLog: (obj: RemoveAvailabilityZonesOutput) => any;
|
|
907
|
+
|
|
908
|
+
export declare const ModifyLoadBalancerAttributesInputFilterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
|
|
909
|
+
|
|
910
|
+
export declare const ModifyLoadBalancerAttributesOutputFilterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
|
|
911
|
+
|
|
912
|
+
export declare const RegisterEndPointsInputFilterSensitiveLog: (obj: RegisterEndPointsInput) => any;
|
|
913
|
+
|
|
914
|
+
export declare const RegisterEndPointsOutputFilterSensitiveLog: (obj: RegisterEndPointsOutput) => any;
|
|
915
|
+
|
|
916
|
+
export declare const TagKeyOnlyFilterSensitiveLog: (obj: TagKeyOnly) => any;
|
|
917
|
+
|
|
918
|
+
export declare const RemoveTagsInputFilterSensitiveLog: (obj: RemoveTagsInput) => any;
|
|
919
|
+
|
|
920
|
+
export declare const RemoveTagsOutputFilterSensitiveLog: (obj: RemoveTagsOutput) => any;
|
|
921
|
+
|
|
922
|
+
export declare const SetLoadBalancerListenerSSLCertificateInputFilterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateInput) => any;
|
|
923
|
+
|
|
924
|
+
export declare const SetLoadBalancerListenerSSLCertificateOutputFilterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateOutput) => any;
|
|
925
|
+
|
|
926
|
+
export declare const SetLoadBalancerPoliciesForBackendServerInputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerInput) => any;
|
|
927
|
+
|
|
928
|
+
export declare const SetLoadBalancerPoliciesForBackendServerOutputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerOutput) => any;
|
|
929
|
+
|
|
930
|
+
export declare const SetLoadBalancerPoliciesOfListenerInputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerInput) => any;
|
|
931
|
+
|
|
932
|
+
export declare const SetLoadBalancerPoliciesOfListenerOutputFilterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerOutput) => any;
|