@aws-sdk/client-elastic-load-balancing 3.533.0 → 3.540.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ElasticLoadBalancing.d.ts +5 -1
  6. package/dist-types/ElasticLoadBalancingClient.d.ts +1 -1
  7. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  8. package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -1
  9. package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -1
  10. package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  27. package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -1
  28. package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
  29. package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
  30. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
  31. package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -1
  32. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  33. package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -1
  34. package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -1
  35. package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -1
  36. package/dist-types/index.d.ts +0 -1
  37. package/dist-types/models/models_0.d.ts +272 -272
  38. package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +4 -0
  39. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  40. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/index.d.ts +0 -1
  69. package/package.json +41 -41
@@ -1,36 +1,36 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>Information about the <code>AccessLog</code> attribute.</p>
5
+ * @public
6
6
  */
7
7
  export interface AccessLog {
8
8
  /**
9
- * @public
10
9
  * <p>Specifies whether access logs are enabled for the load balancer.</p>
10
+ * @public
11
11
  */
12
12
  Enabled: boolean | undefined;
13
13
  /**
14
- * @public
15
14
  * <p>The name of the Amazon S3 bucket where the access logs are stored.</p>
15
+ * @public
16
16
  */
17
17
  S3BucketName?: string;
18
18
  /**
19
- * @public
20
19
  * <p>The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.</p>
21
20
  * <p>Default: 60 minutes</p>
21
+ * @public
22
22
  */
23
23
  EmitInterval?: number;
24
24
  /**
25
- * @public
26
25
  * <p>The logical hierarchy you created for your Amazon S3 bucket, for example <code>my-bucket-prefix/prod</code>.
27
26
  * If the prefix is not provided, the log is placed at the root level of the bucket.</p>
27
+ * @public
28
28
  */
29
29
  S3BucketPrefix?: string;
30
30
  }
31
31
  /**
32
- * @public
33
32
  * <p>The specified load balancer does not exist.</p>
33
+ * @public
34
34
  */
35
35
  export declare class AccessPointNotFoundException extends __BaseException {
36
36
  readonly name: "AccessPointNotFoundException";
@@ -42,39 +42,38 @@ export declare class AccessPointNotFoundException extends __BaseException {
42
42
  constructor(opts: __ExceptionOptionType<AccessPointNotFoundException, __BaseException>);
43
43
  }
44
44
  /**
45
- * @public
46
45
  * <p>Contains the parameters for EnableAvailabilityZonesForLoadBalancer.</p>
46
+ * @public
47
47
  */
48
48
  export interface AddAvailabilityZonesInput {
49
49
  /**
50
- * @public
51
50
  * <p>The name of the load balancer.</p>
51
+ * @public
52
52
  */
53
53
  LoadBalancerName: string | undefined;
54
54
  /**
55
- * @public
56
55
  * <p>The Availability Zones. These must be in the same region as the load balancer.</p>
56
+ * @public
57
57
  */
58
58
  AvailabilityZones: string[] | undefined;
59
59
  }
60
60
  /**
61
- * @public
62
61
  * <p>Contains the output of EnableAvailabilityZonesForLoadBalancer.</p>
62
+ * @public
63
63
  */
64
64
  export interface AddAvailabilityZonesOutput {
65
65
  /**
66
- * @public
67
66
  * <p>The updated list of Availability Zones for the load balancer.</p>
67
+ * @public
68
68
  */
69
69
  AvailabilityZones?: string[];
70
70
  }
71
71
  /**
72
- * @public
73
72
  * <p>Information about additional load balancer attributes.</p>
73
+ * @public
74
74
  */
75
75
  export interface AdditionalAttribute {
76
76
  /**
77
- * @public
78
77
  * <p>The name of the attribute.</p>
79
78
  * <p>The following attribute is supported.</p>
80
79
  * <ul>
@@ -85,55 +84,56 @@ export interface AdditionalAttribute {
85
84
  * <code>defensive</code>, and <code>strictest</code>. The default is <code>defensive</code>.</p>
86
85
  * </li>
87
86
  * </ul>
87
+ * @public
88
88
  */
89
89
  Key?: string;
90
90
  /**
91
- * @public
92
91
  * <p>This value of the attribute.</p>
92
+ * @public
93
93
  */
94
94
  Value?: string;
95
95
  }
96
96
  /**
97
- * @public
98
97
  * <p>Information about a tag.</p>
98
+ * @public
99
99
  */
100
100
  export interface Tag {
101
101
  /**
102
- * @public
103
102
  * <p>The key of the tag.</p>
103
+ * @public
104
104
  */
105
105
  Key: string | undefined;
106
106
  /**
107
- * @public
108
107
  * <p>The value of the tag.</p>
108
+ * @public
109
109
  */
110
110
  Value?: string;
111
111
  }
112
112
  /**
113
- * @public
114
113
  * <p>Contains the parameters for AddTags.</p>
114
+ * @public
115
115
  */
116
116
  export interface AddTagsInput {
117
117
  /**
118
- * @public
119
118
  * <p>The name of the load balancer. You can specify one load balancer only.</p>
119
+ * @public
120
120
  */
121
121
  LoadBalancerNames: string[] | undefined;
122
122
  /**
123
- * @public
124
123
  * <p>The tags.</p>
124
+ * @public
125
125
  */
126
126
  Tags: Tag[] | undefined;
127
127
  }
128
128
  /**
129
- * @public
130
129
  * <p>Contains the output of AddTags.</p>
130
+ * @public
131
131
  */
132
132
  export interface AddTagsOutput {
133
133
  }
134
134
  /**
135
- * @public
136
135
  * <p>A tag key was specified more than once.</p>
136
+ * @public
137
137
  */
138
138
  export declare class DuplicateTagKeysException extends __BaseException {
139
139
  readonly name: "DuplicateTagKeysException";
@@ -145,8 +145,8 @@ export declare class DuplicateTagKeysException extends __BaseException {
145
145
  constructor(opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>);
146
146
  }
147
147
  /**
148
- * @public
149
148
  * <p>The quota for the number of tags that can be assigned to a load balancer has been reached.</p>
149
+ * @public
150
150
  */
151
151
  export declare class TooManyTagsException extends __BaseException {
152
152
  readonly name: "TooManyTagsException";
@@ -158,51 +158,51 @@ export declare class TooManyTagsException extends __BaseException {
158
158
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
159
159
  }
160
160
  /**
161
- * @public
162
161
  * <p>Information about a policy for application-controlled session stickiness.</p>
162
+ * @public
163
163
  */
164
164
  export interface AppCookieStickinessPolicy {
165
165
  /**
166
- * @public
167
166
  * <p>The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.</p>
167
+ * @public
168
168
  */
169
169
  PolicyName?: string;
170
170
  /**
171
- * @public
172
171
  * <p>The name of the application cookie used for stickiness.</p>
172
+ * @public
173
173
  */
174
174
  CookieName?: string;
175
175
  }
176
176
  /**
177
- * @public
178
177
  * <p>Contains the parameters for ApplySecurityGroupsToLoadBalancer.</p>
178
+ * @public
179
179
  */
180
180
  export interface ApplySecurityGroupsToLoadBalancerInput {
181
181
  /**
182
- * @public
183
182
  * <p>The name of the load balancer.</p>
183
+ * @public
184
184
  */
185
185
  LoadBalancerName: string | undefined;
186
186
  /**
187
- * @public
188
187
  * <p>The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.</p>
188
+ * @public
189
189
  */
190
190
  SecurityGroups: string[] | undefined;
191
191
  }
192
192
  /**
193
- * @public
194
193
  * <p>Contains the output of ApplySecurityGroupsToLoadBalancer.</p>
194
+ * @public
195
195
  */
196
196
  export interface ApplySecurityGroupsToLoadBalancerOutput {
197
197
  /**
198
- * @public
199
198
  * <p>The IDs of the security groups associated with the load balancer.</p>
199
+ * @public
200
200
  */
201
201
  SecurityGroups?: string[];
202
202
  }
203
203
  /**
204
- * @public
205
204
  * <p>The requested configuration change is not valid.</p>
205
+ * @public
206
206
  */
207
207
  export declare class InvalidConfigurationRequestException extends __BaseException {
208
208
  readonly name: "InvalidConfigurationRequestException";
@@ -214,8 +214,8 @@ export declare class InvalidConfigurationRequestException extends __BaseExceptio
214
214
  constructor(opts: __ExceptionOptionType<InvalidConfigurationRequestException, __BaseException>);
215
215
  }
216
216
  /**
217
- * @public
218
217
  * <p>One or more of the specified security groups do not exist.</p>
218
+ * @public
219
219
  */
220
220
  export declare class InvalidSecurityGroupException extends __BaseException {
221
221
  readonly name: "InvalidSecurityGroupException";
@@ -227,35 +227,35 @@ export declare class InvalidSecurityGroupException extends __BaseException {
227
227
  constructor(opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>);
228
228
  }
229
229
  /**
230
- * @public
231
230
  * <p>Contains the parameters for AttachLoaBalancerToSubnets.</p>
231
+ * @public
232
232
  */
233
233
  export interface AttachLoadBalancerToSubnetsInput {
234
234
  /**
235
- * @public
236
235
  * <p>The name of the load balancer.</p>
236
+ * @public
237
237
  */
238
238
  LoadBalancerName: string | undefined;
239
239
  /**
240
- * @public
241
240
  * <p>The IDs of the subnets to add. You can add only one subnet per Availability Zone.</p>
241
+ * @public
242
242
  */
243
243
  Subnets: string[] | undefined;
244
244
  }
245
245
  /**
246
- * @public
247
246
  * <p>Contains the output of AttachLoadBalancerToSubnets.</p>
247
+ * @public
248
248
  */
249
249
  export interface AttachLoadBalancerToSubnetsOutput {
250
250
  /**
251
- * @public
252
251
  * <p>The IDs of the subnets attached to the load balancer.</p>
252
+ * @public
253
253
  */
254
254
  Subnets?: string[];
255
255
  }
256
256
  /**
257
- * @public
258
257
  * <p>The specified VPC has no associated Internet gateway.</p>
258
+ * @public
259
259
  */
260
260
  export declare class InvalidSubnetException extends __BaseException {
261
261
  readonly name: "InvalidSubnetException";
@@ -267,8 +267,8 @@ export declare class InvalidSubnetException extends __BaseException {
267
267
  constructor(opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>);
268
268
  }
269
269
  /**
270
- * @public
271
270
  * <p>One or more of the specified subnets do not exist.</p>
271
+ * @public
272
272
  */
273
273
  export declare class SubnetNotFoundException extends __BaseException {
274
274
  readonly name: "SubnetNotFoundException";
@@ -280,26 +280,26 @@ export declare class SubnetNotFoundException extends __BaseException {
280
280
  constructor(opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>);
281
281
  }
282
282
  /**
283
- * @public
284
283
  * <p>Information about the configuration of an EC2 instance.</p>
284
+ * @public
285
285
  */
286
286
  export interface BackendServerDescription {
287
287
  /**
288
- * @public
289
288
  * <p>The port on which the EC2 instance is listening.</p>
289
+ * @public
290
290
  */
291
291
  InstancePort?: number;
292
292
  /**
293
- * @public
294
293
  * <p>The names of the policies enabled for the EC2 instance.</p>
294
+ * @public
295
295
  */
296
296
  PolicyNames?: string[];
297
297
  }
298
298
  /**
299
- * @public
300
299
  * <p>The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM)
301
300
  * or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might
302
301
  * indicate that the certificate is not fully available yet.</p>
302
+ * @public
303
303
  */
304
304
  export declare class CertificateNotFoundException extends __BaseException {
305
305
  readonly name: "CertificateNotFoundException";
@@ -311,114 +311,113 @@ export declare class CertificateNotFoundException extends __BaseException {
311
311
  constructor(opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>);
312
312
  }
313
313
  /**
314
- * @public
315
314
  * <p>Information about a health check.</p>
315
+ * @public
316
316
  */
317
317
  export interface HealthCheck {
318
318
  /**
319
- * @public
320
319
  * <p>The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.</p>
321
320
  * <p>TCP is the default, specified as a TCP: port pair, for example "TCP:5000". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.</p>
322
321
  * <p>SSL is also specified as SSL: port pair, for example, SSL:5000.</p>
323
322
  * <p>For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example "HTTP:80/weather/us/wa/seattle". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than "200 OK" within the timeout period is considered unhealthy.</p>
324
323
  * <p>The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.</p>
324
+ * @public
325
325
  */
326
326
  Target: string | undefined;
327
327
  /**
328
- * @public
329
328
  * <p>The approximate interval, in seconds, between health checks of an individual instance.</p>
329
+ * @public
330
330
  */
331
331
  Interval: number | undefined;
332
332
  /**
333
- * @public
334
333
  * <p>The amount of time, in seconds, during which no response means a failed health check.</p>
335
334
  * <p>This value must be less than the <code>Interval</code> value.</p>
335
+ * @public
336
336
  */
337
337
  Timeout: number | undefined;
338
338
  /**
339
- * @public
340
339
  * <p>The number of consecutive health check failures required before moving the instance to the <code>Unhealthy</code> state.</p>
340
+ * @public
341
341
  */
342
342
  UnhealthyThreshold: number | undefined;
343
343
  /**
344
- * @public
345
344
  * <p>The number of consecutive health checks successes required before moving the instance to the <code>Healthy</code> state.</p>
345
+ * @public
346
346
  */
347
347
  HealthyThreshold: number | undefined;
348
348
  }
349
349
  /**
350
- * @public
351
350
  * <p>Contains the parameters for ConfigureHealthCheck.</p>
351
+ * @public
352
352
  */
353
353
  export interface ConfigureHealthCheckInput {
354
354
  /**
355
- * @public
356
355
  * <p>The name of the load balancer.</p>
356
+ * @public
357
357
  */
358
358
  LoadBalancerName: string | undefined;
359
359
  /**
360
- * @public
361
360
  * <p>The configuration information.</p>
361
+ * @public
362
362
  */
363
363
  HealthCheck: HealthCheck | undefined;
364
364
  }
365
365
  /**
366
- * @public
367
366
  * <p>Contains the output of ConfigureHealthCheck.</p>
367
+ * @public
368
368
  */
369
369
  export interface ConfigureHealthCheckOutput {
370
370
  /**
371
- * @public
372
371
  * <p>The updated health check.</p>
372
+ * @public
373
373
  */
374
374
  HealthCheck?: HealthCheck;
375
375
  }
376
376
  /**
377
- * @public
378
377
  * <p>Information about the <code>ConnectionDraining</code> attribute.</p>
378
+ * @public
379
379
  */
380
380
  export interface ConnectionDraining {
381
381
  /**
382
- * @public
383
382
  * <p>Specifies whether connection draining is enabled for the load balancer.</p>
383
+ * @public
384
384
  */
385
385
  Enabled: boolean | undefined;
386
386
  /**
387
- * @public
388
387
  * <p>The maximum time, in seconds, to keep the existing connections open before deregistering the instances.</p>
388
+ * @public
389
389
  */
390
390
  Timeout?: number;
391
391
  }
392
392
  /**
393
- * @public
394
393
  * <p>Information about the <code>ConnectionSettings</code> attribute.</p>
394
+ * @public
395
395
  */
396
396
  export interface ConnectionSettings {
397
397
  /**
398
- * @public
399
398
  * <p>The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.</p>
399
+ * @public
400
400
  */
401
401
  IdleTimeout: number | undefined;
402
402
  }
403
403
  /**
404
- * @public
405
404
  * <p>Information about a listener.</p>
406
405
  * <p>For information about the protocols and the ports supported by Elastic Load Balancing, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html">Listeners for Your Classic Load Balancer</a>
407
406
  * in the <i>Classic Load Balancers Guide</i>.</p>
407
+ * @public
408
408
  */
409
409
  export interface Listener {
410
410
  /**
411
- * @public
412
411
  * <p>The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.</p>
412
+ * @public
413
413
  */
414
414
  Protocol: string | undefined;
415
415
  /**
416
- * @public
417
416
  * <p>The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.</p>
417
+ * @public
418
418
  */
419
419
  LoadBalancerPort: number | undefined;
420
420
  /**
421
- * @public
422
421
  * <p>The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.</p>
423
422
  * <p>If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL.
424
423
  * If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.</p>
@@ -426,114 +425,115 @@ export interface Listener {
426
425
  * (HTTPS or SSL), the listener's <code>InstanceProtocol</code> must also be secure.</p>
427
426
  * <p>If there is another listener with the same <code>InstancePort</code> whose <code>InstanceProtocol</code> is HTTP or TCP,
428
427
  * the listener's <code>InstanceProtocol</code> must be HTTP or TCP.</p>
428
+ * @public
429
429
  */
430
430
  InstanceProtocol?: string;
431
431
  /**
432
- * @public
433
432
  * <p>The port on which the instance is listening.</p>
433
+ * @public
434
434
  */
435
435
  InstancePort: number | undefined;
436
436
  /**
437
- * @public
438
437
  * <p>The Amazon Resource Name (ARN) of the server certificate.</p>
438
+ * @public
439
439
  */
440
440
  SSLCertificateId?: string;
441
441
  }
442
442
  /**
443
- * @public
444
443
  * <p>Contains the parameters for CreateLoadBalancer.</p>
444
+ * @public
445
445
  */
446
446
  export interface CreateAccessPointInput {
447
447
  /**
448
- * @public
449
448
  * <p>The name of the load balancer.</p>
450
449
  * <p>This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.</p>
450
+ * @public
451
451
  */
452
452
  LoadBalancerName: string | undefined;
453
453
  /**
454
- * @public
455
454
  * <p>The listeners.</p>
456
455
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html">Listeners for Your Classic Load Balancer</a>
457
456
  * in the <i>Classic Load Balancers Guide</i>.</p>
457
+ * @public
458
458
  */
459
459
  Listeners: Listener[] | undefined;
460
460
  /**
461
- * @public
462
461
  * <p>One or more Availability Zones from the same region as the load balancer.</p>
463
462
  * <p>You must specify at least one Availability Zone.</p>
464
463
  * <p>You can add more Availability Zones after you create the load balancer using
465
464
  * <a>EnableAvailabilityZonesForLoadBalancer</a>.</p>
465
+ * @public
466
466
  */
467
467
  AvailabilityZones?: string[];
468
468
  /**
469
- * @public
470
469
  * <p>The IDs of the subnets in your VPC to attach to the load balancer.
471
470
  * Specify one subnet per Availability Zone specified in <code>AvailabilityZones</code>.</p>
471
+ * @public
472
472
  */
473
473
  Subnets?: string[];
474
474
  /**
475
- * @public
476
475
  * <p>The IDs of the security groups to assign to the load balancer.</p>
476
+ * @public
477
477
  */
478
478
  SecurityGroups?: string[];
479
479
  /**
480
- * @public
481
480
  * <p>The type of a load balancer. Valid only for load balancers in a VPC.</p>
482
481
  * <p>By default, Elastic Load Balancing creates an Internet-facing load balancer with a DNS name that resolves to public IP addresses.
483
482
  * For more information about Internet-facing and Internal load balancers, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme">Load Balancer Scheme</a>
484
483
  * in the <i>Elastic Load Balancing User Guide</i>.</p>
485
484
  * <p>Specify <code>internal</code> to create a load balancer with a DNS name that resolves to private IP addresses.</p>
485
+ * @public
486
486
  */
487
487
  Scheme?: string;
488
488
  /**
489
- * @public
490
489
  * <p>A list of tags to assign to the load balancer.</p>
491
490
  * <p>For more information about tagging your load balancer, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html">Tag Your Classic Load Balancer</a>
492
491
  * in the <i>Classic Load Balancers Guide</i>.</p>
492
+ * @public
493
493
  */
494
494
  Tags?: Tag[];
495
495
  }
496
496
  /**
497
- * @public
498
497
  * <p>Contains the output for CreateLoadBalancer.</p>
498
+ * @public
499
499
  */
500
500
  export interface CreateAccessPointOutput {
501
501
  /**
502
- * @public
503
502
  * <p>The DNS name of the load balancer.</p>
503
+ * @public
504
504
  */
505
505
  DNSName?: string;
506
506
  }
507
507
  /**
508
- * @public
509
508
  * <p>Contains the parameters for CreateAppCookieStickinessPolicy.</p>
509
+ * @public
510
510
  */
511
511
  export interface CreateAppCookieStickinessPolicyInput {
512
512
  /**
513
- * @public
514
513
  * <p>The name of the load balancer.</p>
514
+ * @public
515
515
  */
516
516
  LoadBalancerName: string | undefined;
517
517
  /**
518
- * @public
519
518
  * <p>The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.</p>
519
+ * @public
520
520
  */
521
521
  PolicyName: string | undefined;
522
522
  /**
523
- * @public
524
523
  * <p>The name of the application cookie used for stickiness.</p>
524
+ * @public
525
525
  */
526
526
  CookieName: string | undefined;
527
527
  }
528
528
  /**
529
- * @public
530
529
  * <p>Contains the output for CreateAppCookieStickinessPolicy.</p>
530
+ * @public
531
531
  */
532
532
  export interface CreateAppCookieStickinessPolicyOutput {
533
533
  }
534
534
  /**
535
- * @public
536
535
  * <p>A policy with the specified name already exists for this load balancer.</p>
536
+ * @public
537
537
  */
538
538
  export declare class DuplicatePolicyNameException extends __BaseException {
539
539
  readonly name: "DuplicatePolicyNameException";
@@ -545,8 +545,8 @@ export declare class DuplicatePolicyNameException extends __BaseException {
545
545
  constructor(opts: __ExceptionOptionType<DuplicatePolicyNameException, __BaseException>);
546
546
  }
547
547
  /**
548
- * @public
549
548
  * <p>The quota for the number of policies for this load balancer has been reached.</p>
549
+ * @public
550
550
  */
551
551
  export declare class TooManyPoliciesException extends __BaseException {
552
552
  readonly name: "TooManyPoliciesException";
@@ -558,35 +558,35 @@ export declare class TooManyPoliciesException extends __BaseException {
558
558
  constructor(opts: __ExceptionOptionType<TooManyPoliciesException, __BaseException>);
559
559
  }
560
560
  /**
561
- * @public
562
561
  * <p>Contains the parameters for CreateLBCookieStickinessPolicy.</p>
562
+ * @public
563
563
  */
564
564
  export interface CreateLBCookieStickinessPolicyInput {
565
565
  /**
566
- * @public
567
566
  * <p>The name of the load balancer.</p>
567
+ * @public
568
568
  */
569
569
  LoadBalancerName: string | undefined;
570
570
  /**
571
- * @public
572
571
  * <p>The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.</p>
572
+ * @public
573
573
  */
574
574
  PolicyName: string | undefined;
575
575
  /**
576
- * @public
577
576
  * <p>The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.</p>
577
+ * @public
578
578
  */
579
579
  CookieExpirationPeriod?: number;
580
580
  }
581
581
  /**
582
- * @public
583
582
  * <p>Contains the output for CreateLBCookieStickinessPolicy.</p>
583
+ * @public
584
584
  */
585
585
  export interface CreateLBCookieStickinessPolicyOutput {
586
586
  }
587
587
  /**
588
- * @public
589
588
  * <p>The specified load balancer name already exists for this account.</p>
589
+ * @public
590
590
  */
591
591
  export declare class DuplicateAccessPointNameException extends __BaseException {
592
592
  readonly name: "DuplicateAccessPointNameException";
@@ -598,8 +598,8 @@ export declare class DuplicateAccessPointNameException extends __BaseException {
598
598
  constructor(opts: __ExceptionOptionType<DuplicateAccessPointNameException, __BaseException>);
599
599
  }
600
600
  /**
601
- * @public
602
601
  * <p>The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.</p>
602
+ * @public
603
603
  */
604
604
  export declare class InvalidSchemeException extends __BaseException {
605
605
  readonly name: "InvalidSchemeException";
@@ -611,8 +611,8 @@ export declare class InvalidSchemeException extends __BaseException {
611
611
  constructor(opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>);
612
612
  }
613
613
  /**
614
- * @public
615
614
  * <p>This operation is not allowed.</p>
615
+ * @public
616
616
  */
617
617
  export declare class OperationNotPermittedException extends __BaseException {
618
618
  readonly name: "OperationNotPermittedException";
@@ -624,8 +624,8 @@ export declare class OperationNotPermittedException extends __BaseException {
624
624
  constructor(opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>);
625
625
  }
626
626
  /**
627
- * @public
628
627
  * <p>The quota for the number of load balancers has been reached.</p>
628
+ * @public
629
629
  */
630
630
  export declare class TooManyAccessPointsException extends __BaseException {
631
631
  readonly name: "TooManyAccessPointsException";
@@ -637,8 +637,8 @@ export declare class TooManyAccessPointsException extends __BaseException {
637
637
  constructor(opts: __ExceptionOptionType<TooManyAccessPointsException, __BaseException>);
638
638
  }
639
639
  /**
640
- * @public
641
640
  * <p>The specified protocol or signature version is not supported.</p>
641
+ * @public
642
642
  */
643
643
  export declare class UnsupportedProtocolException extends __BaseException {
644
644
  readonly name: "UnsupportedProtocolException";
@@ -650,30 +650,30 @@ export declare class UnsupportedProtocolException extends __BaseException {
650
650
  constructor(opts: __ExceptionOptionType<UnsupportedProtocolException, __BaseException>);
651
651
  }
652
652
  /**
653
- * @public
654
653
  * <p>Contains the parameters for CreateLoadBalancerListeners.</p>
654
+ * @public
655
655
  */
656
656
  export interface CreateLoadBalancerListenerInput {
657
657
  /**
658
- * @public
659
658
  * <p>The name of the load balancer.</p>
659
+ * @public
660
660
  */
661
661
  LoadBalancerName: string | undefined;
662
662
  /**
663
- * @public
664
663
  * <p>The listeners.</p>
664
+ * @public
665
665
  */
666
666
  Listeners: Listener[] | undefined;
667
667
  }
668
668
  /**
669
- * @public
670
669
  * <p>Contains the parameters for CreateLoadBalancerListener.</p>
670
+ * @public
671
671
  */
672
672
  export interface CreateLoadBalancerListenerOutput {
673
673
  }
674
674
  /**
675
- * @public
676
675
  * <p>A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.</p>
676
+ * @public
677
677
  */
678
678
  export declare class DuplicateListenerException extends __BaseException {
679
679
  readonly name: "DuplicateListenerException";
@@ -685,57 +685,57 @@ export declare class DuplicateListenerException extends __BaseException {
685
685
  constructor(opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>);
686
686
  }
687
687
  /**
688
- * @public
689
688
  * <p>Information about a policy attribute.</p>
689
+ * @public
690
690
  */
691
691
  export interface PolicyAttribute {
692
692
  /**
693
- * @public
694
693
  * <p>The name of the attribute.</p>
694
+ * @public
695
695
  */
696
696
  AttributeName?: string;
697
697
  /**
698
- * @public
699
698
  * <p>The value of the attribute.</p>
699
+ * @public
700
700
  */
701
701
  AttributeValue?: string;
702
702
  }
703
703
  /**
704
- * @public
705
704
  * <p>Contains the parameters for CreateLoadBalancerPolicy.</p>
705
+ * @public
706
706
  */
707
707
  export interface CreateLoadBalancerPolicyInput {
708
708
  /**
709
- * @public
710
709
  * <p>The name of the load balancer.</p>
710
+ * @public
711
711
  */
712
712
  LoadBalancerName: string | undefined;
713
713
  /**
714
- * @public
715
714
  * <p>The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.</p>
715
+ * @public
716
716
  */
717
717
  PolicyName: string | undefined;
718
718
  /**
719
- * @public
720
719
  * <p>The name of the base policy type.
721
720
  * To get the list of policy types, use <a>DescribeLoadBalancerPolicyTypes</a>.</p>
721
+ * @public
722
722
  */
723
723
  PolicyTypeName: string | undefined;
724
724
  /**
725
- * @public
726
725
  * <p>The policy attributes.</p>
726
+ * @public
727
727
  */
728
728
  PolicyAttributes?: PolicyAttribute[];
729
729
  }
730
730
  /**
731
- * @public
732
731
  * <p>Contains the output of CreateLoadBalancerPolicy.</p>
732
+ * @public
733
733
  */
734
734
  export interface CreateLoadBalancerPolicyOutput {
735
735
  }
736
736
  /**
737
- * @public
738
737
  * <p>One or more of the specified policy types do not exist.</p>
738
+ * @public
739
739
  */
740
740
  export declare class PolicyTypeNotFoundException extends __BaseException {
741
741
  readonly name: "PolicyTypeNotFoundException";
@@ -747,80 +747,80 @@ export declare class PolicyTypeNotFoundException extends __BaseException {
747
747
  constructor(opts: __ExceptionOptionType<PolicyTypeNotFoundException, __BaseException>);
748
748
  }
749
749
  /**
750
- * @public
751
750
  * <p>Information about the <code>CrossZoneLoadBalancing</code> attribute.</p>
751
+ * @public
752
752
  */
753
753
  export interface CrossZoneLoadBalancing {
754
754
  /**
755
- * @public
756
755
  * <p>Specifies whether cross-zone load balancing is enabled for the load balancer.</p>
756
+ * @public
757
757
  */
758
758
  Enabled: boolean | undefined;
759
759
  }
760
760
  /**
761
- * @public
762
761
  * <p>Contains the parameters for DeleteLoadBalancer.</p>
762
+ * @public
763
763
  */
764
764
  export interface DeleteAccessPointInput {
765
765
  /**
766
- * @public
767
766
  * <p>The name of the load balancer.</p>
767
+ * @public
768
768
  */
769
769
  LoadBalancerName: string | undefined;
770
770
  }
771
771
  /**
772
- * @public
773
772
  * <p>Contains the output of DeleteLoadBalancer.</p>
773
+ * @public
774
774
  */
775
775
  export interface DeleteAccessPointOutput {
776
776
  }
777
777
  /**
778
- * @public
779
778
  * <p>Contains the parameters for DeleteLoadBalancerListeners.</p>
779
+ * @public
780
780
  */
781
781
  export interface DeleteLoadBalancerListenerInput {
782
782
  /**
783
- * @public
784
783
  * <p>The name of the load balancer.</p>
784
+ * @public
785
785
  */
786
786
  LoadBalancerName: string | undefined;
787
787
  /**
788
- * @public
789
788
  * <p>The client port numbers of the listeners.</p>
789
+ * @public
790
790
  */
791
791
  LoadBalancerPorts: number[] | undefined;
792
792
  }
793
793
  /**
794
- * @public
795
794
  * <p>Contains the output of DeleteLoadBalancerListeners.</p>
795
+ * @public
796
796
  */
797
797
  export interface DeleteLoadBalancerListenerOutput {
798
798
  }
799
799
  /**
800
- * @public
801
800
  * <p>Contains the parameters for DeleteLoadBalancerPolicy.</p>
801
+ * @public
802
802
  */
803
803
  export interface DeleteLoadBalancerPolicyInput {
804
804
  /**
805
- * @public
806
805
  * <p>The name of the load balancer.</p>
806
+ * @public
807
807
  */
808
808
  LoadBalancerName: string | undefined;
809
809
  /**
810
- * @public
811
810
  * <p>The name of the policy.</p>
811
+ * @public
812
812
  */
813
813
  PolicyName: string | undefined;
814
814
  }
815
815
  /**
816
- * @public
817
816
  * <p>Contains the output of DeleteLoadBalancerPolicy.</p>
817
+ * @public
818
818
  */
819
819
  export interface DeleteLoadBalancerPolicyOutput {
820
820
  }
821
821
  /**
822
- * @public
823
822
  * <p>A request made by Elastic Load Balancing to another service exceeds the maximum request rate permitted for your account.</p>
823
+ * @public
824
824
  */
825
825
  export declare class DependencyThrottleException extends __BaseException {
826
826
  readonly name: "DependencyThrottleException";
@@ -832,46 +832,46 @@ export declare class DependencyThrottleException extends __BaseException {
832
832
  constructor(opts: __ExceptionOptionType<DependencyThrottleException, __BaseException>);
833
833
  }
834
834
  /**
835
- * @public
836
835
  * <p>The ID of an EC2 instance.</p>
836
+ * @public
837
837
  */
838
838
  export interface Instance {
839
839
  /**
840
- * @public
841
840
  * <p>The instance ID.</p>
841
+ * @public
842
842
  */
843
843
  InstanceId?: string;
844
844
  }
845
845
  /**
846
- * @public
847
846
  * <p>Contains the parameters for DeregisterInstancesFromLoadBalancer.</p>
847
+ * @public
848
848
  */
849
849
  export interface DeregisterEndPointsInput {
850
850
  /**
851
- * @public
852
851
  * <p>The name of the load balancer.</p>
852
+ * @public
853
853
  */
854
854
  LoadBalancerName: string | undefined;
855
855
  /**
856
- * @public
857
856
  * <p>The IDs of the instances.</p>
857
+ * @public
858
858
  */
859
859
  Instances: Instance[] | undefined;
860
860
  }
861
861
  /**
862
- * @public
863
862
  * <p>Contains the output of DeregisterInstancesFromLoadBalancer.</p>
863
+ * @public
864
864
  */
865
865
  export interface DeregisterEndPointsOutput {
866
866
  /**
867
- * @public
868
867
  * <p>The remaining instances registered with the load balancer.</p>
868
+ * @public
869
869
  */
870
870
  Instances?: Instance[];
871
871
  }
872
872
  /**
873
- * @public
874
873
  * <p>The specified endpoint is not valid.</p>
874
+ * @public
875
875
  */
876
876
  export declare class InvalidEndPointException extends __BaseException {
877
877
  readonly name: "InvalidEndPointException";
@@ -883,201 +883,201 @@ export declare class InvalidEndPointException extends __BaseException {
883
883
  constructor(opts: __ExceptionOptionType<InvalidEndPointException, __BaseException>);
884
884
  }
885
885
  /**
886
- * @public
887
886
  * <p>Contains the parameters for DescribeLoadBalancers.</p>
887
+ * @public
888
888
  */
889
889
  export interface DescribeAccessPointsInput {
890
890
  /**
891
- * @public
892
891
  * <p>The names of the load balancers.</p>
892
+ * @public
893
893
  */
894
894
  LoadBalancerNames?: string[];
895
895
  /**
896
- * @public
897
896
  * <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
897
+ * @public
898
898
  */
899
899
  Marker?: string;
900
900
  /**
901
- * @public
902
901
  * <p>The maximum number of results to return with this call (a number from 1 to 400). The default is 400.</p>
902
+ * @public
903
903
  */
904
904
  PageSize?: number;
905
905
  }
906
906
  /**
907
- * @public
908
907
  * <p>The policies enabled for a listener.</p>
908
+ * @public
909
909
  */
910
910
  export interface ListenerDescription {
911
911
  /**
912
- * @public
913
912
  * <p>The listener.</p>
913
+ * @public
914
914
  */
915
915
  Listener?: Listener;
916
916
  /**
917
- * @public
918
917
  * <p>The policies. If there are no policies enabled, the list is empty.</p>
918
+ * @public
919
919
  */
920
920
  PolicyNames?: string[];
921
921
  }
922
922
  /**
923
- * @public
924
923
  * <p>Information about a policy for duration-based session stickiness.</p>
924
+ * @public
925
925
  */
926
926
  export interface LBCookieStickinessPolicy {
927
927
  /**
928
- * @public
929
928
  * <p>The name of the policy. This name must be unique within the set of policies for this load balancer.</p>
929
+ * @public
930
930
  */
931
931
  PolicyName?: string;
932
932
  /**
933
- * @public
934
933
  * <p>The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.</p>
934
+ * @public
935
935
  */
936
936
  CookieExpirationPeriod?: number;
937
937
  }
938
938
  /**
939
- * @public
940
939
  * <p>The policies for a load balancer.</p>
940
+ * @public
941
941
  */
942
942
  export interface Policies {
943
943
  /**
944
- * @public
945
944
  * <p>The stickiness policies created using <a>CreateAppCookieStickinessPolicy</a>.</p>
945
+ * @public
946
946
  */
947
947
  AppCookieStickinessPolicies?: AppCookieStickinessPolicy[];
948
948
  /**
949
- * @public
950
949
  * <p>The stickiness policies created using <a>CreateLBCookieStickinessPolicy</a>.</p>
950
+ * @public
951
951
  */
952
952
  LBCookieStickinessPolicies?: LBCookieStickinessPolicy[];
953
953
  /**
954
- * @public
955
954
  * <p>The policies other than the stickiness policies.</p>
955
+ * @public
956
956
  */
957
957
  OtherPolicies?: string[];
958
958
  }
959
959
  /**
960
- * @public
961
960
  * <p>Information about a source security group.</p>
961
+ * @public
962
962
  */
963
963
  export interface SourceSecurityGroup {
964
964
  /**
965
- * @public
966
965
  * <p>The owner of the security group.</p>
966
+ * @public
967
967
  */
968
968
  OwnerAlias?: string;
969
969
  /**
970
- * @public
971
970
  * <p>The name of the security group.</p>
971
+ * @public
972
972
  */
973
973
  GroupName?: string;
974
974
  }
975
975
  /**
976
- * @public
977
976
  * <p>Information about a load balancer.</p>
977
+ * @public
978
978
  */
979
979
  export interface LoadBalancerDescription {
980
980
  /**
981
- * @public
982
981
  * <p>The name of the load balancer.</p>
982
+ * @public
983
983
  */
984
984
  LoadBalancerName?: string;
985
985
  /**
986
- * @public
987
986
  * <p>The DNS name of the load balancer.</p>
987
+ * @public
988
988
  */
989
989
  DNSName?: string;
990
990
  /**
991
- * @public
992
991
  * <p>The DNS name of the load balancer.</p>
993
992
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-domain-names-with-elb.html">Configure a Custom Domain Name</a>
994
993
  * in the <i>Classic Load Balancers Guide</i>.</p>
994
+ * @public
995
995
  */
996
996
  CanonicalHostedZoneName?: string;
997
997
  /**
998
- * @public
999
998
  * <p>The ID of the Amazon Route 53 hosted zone for the load balancer.</p>
999
+ * @public
1000
1000
  */
1001
1001
  CanonicalHostedZoneNameID?: string;
1002
1002
  /**
1003
- * @public
1004
1003
  * <p>The listeners for the load balancer.</p>
1004
+ * @public
1005
1005
  */
1006
1006
  ListenerDescriptions?: ListenerDescription[];
1007
1007
  /**
1008
- * @public
1009
1008
  * <p>The policies defined for the load balancer.</p>
1009
+ * @public
1010
1010
  */
1011
1011
  Policies?: Policies;
1012
1012
  /**
1013
- * @public
1014
1013
  * <p>Information about your EC2 instances.</p>
1014
+ * @public
1015
1015
  */
1016
1016
  BackendServerDescriptions?: BackendServerDescription[];
1017
1017
  /**
1018
- * @public
1019
1018
  * <p>The Availability Zones for the load balancer.</p>
1019
+ * @public
1020
1020
  */
1021
1021
  AvailabilityZones?: string[];
1022
1022
  /**
1023
- * @public
1024
1023
  * <p>The IDs of the subnets for the load balancer.</p>
1024
+ * @public
1025
1025
  */
1026
1026
  Subnets?: string[];
1027
1027
  /**
1028
- * @public
1029
1028
  * <p>The ID of the VPC for the load balancer.</p>
1029
+ * @public
1030
1030
  */
1031
1031
  VPCId?: string;
1032
1032
  /**
1033
- * @public
1034
1033
  * <p>The IDs of the instances for the load balancer.</p>
1034
+ * @public
1035
1035
  */
1036
1036
  Instances?: Instance[];
1037
1037
  /**
1038
- * @public
1039
1038
  * <p>Information about the health checks conducted on the load balancer.</p>
1039
+ * @public
1040
1040
  */
1041
1041
  HealthCheck?: HealthCheck;
1042
1042
  /**
1043
- * @public
1044
1043
  * <p>The security group for the load balancer, which you can use as part of your inbound rules for your registered instances.
1045
1044
  * To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.</p>
1045
+ * @public
1046
1046
  */
1047
1047
  SourceSecurityGroup?: SourceSecurityGroup;
1048
1048
  /**
1049
- * @public
1050
1049
  * <p>The security groups for the load balancer. Valid only for load balancers in a VPC.</p>
1050
+ * @public
1051
1051
  */
1052
1052
  SecurityGroups?: string[];
1053
1053
  /**
1054
- * @public
1055
1054
  * <p>The date and time the load balancer was created.</p>
1055
+ * @public
1056
1056
  */
1057
1057
  CreatedTime?: Date;
1058
1058
  /**
1059
- * @public
1060
1059
  * <p>The type of load balancer. Valid only for load balancers in a VPC.</p>
1061
1060
  * <p>If <code>Scheme</code> is <code>internet-facing</code>, the load balancer
1062
1061
  * has a public DNS name that resolves to a public IP address.</p>
1063
1062
  * <p>If <code>Scheme</code> is <code>internal</code>, the load balancer has a public
1064
1063
  * DNS name that resolves to a private IP address.</p>
1064
+ * @public
1065
1065
  */
1066
1066
  Scheme?: string;
1067
1067
  }
1068
1068
  /**
1069
- * @public
1070
1069
  * <p>Contains the parameters for DescribeLoadBalancers.</p>
1070
+ * @public
1071
1071
  */
1072
1072
  export interface DescribeAccessPointsOutput {
1073
1073
  /**
1074
- * @public
1075
1074
  * <p>Information about the load balancers.</p>
1075
+ * @public
1076
1076
  */
1077
1077
  LoadBalancerDescriptions?: LoadBalancerDescription[];
1078
1078
  /**
1079
- * @public
1080
1079
  * <p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>
1080
+ * @public
1081
1081
  */
1082
1082
  NextMarker?: string;
1083
1083
  }
@@ -1086,23 +1086,22 @@ export interface DescribeAccessPointsOutput {
1086
1086
  */
1087
1087
  export interface DescribeAccountLimitsInput {
1088
1088
  /**
1089
- * @public
1090
1089
  * <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
1090
+ * @public
1091
1091
  */
1092
1092
  Marker?: string;
1093
1093
  /**
1094
- * @public
1095
1094
  * <p>The maximum number of results to return with this call.</p>
1095
+ * @public
1096
1096
  */
1097
1097
  PageSize?: number;
1098
1098
  }
1099
1099
  /**
1100
- * @public
1101
1100
  * <p>Information about an Elastic Load Balancing resource limit for your AWS account.</p>
1101
+ * @public
1102
1102
  */
1103
1103
  export interface Limit {
1104
1104
  /**
1105
- * @public
1106
1105
  * <p>The name of the limit. The possible values are:</p>
1107
1106
  * <ul>
1108
1107
  * <li>
@@ -1115,11 +1114,12 @@ export interface Limit {
1115
1114
  * <p>classic-registered-instances</p>
1116
1115
  * </li>
1117
1116
  * </ul>
1117
+ * @public
1118
1118
  */
1119
1119
  Name?: string;
1120
1120
  /**
1121
- * @public
1122
1121
  * <p>The maximum value of the limit.</p>
1122
+ * @public
1123
1123
  */
1124
1124
  Max?: string;
1125
1125
  }
@@ -1128,59 +1128,58 @@ export interface Limit {
1128
1128
  */
1129
1129
  export interface DescribeAccountLimitsOutput {
1130
1130
  /**
1131
- * @public
1132
1131
  * <p>Information about the limits.</p>
1132
+ * @public
1133
1133
  */
1134
1134
  Limits?: Limit[];
1135
1135
  /**
1136
- * @public
1137
1136
  * <p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>
1137
+ * @public
1138
1138
  */
1139
1139
  NextMarker?: string;
1140
1140
  }
1141
1141
  /**
1142
- * @public
1143
1142
  * <p>Contains the parameters for DescribeInstanceHealth.</p>
1143
+ * @public
1144
1144
  */
1145
1145
  export interface DescribeEndPointStateInput {
1146
1146
  /**
1147
- * @public
1148
1147
  * <p>The name of the load balancer.</p>
1148
+ * @public
1149
1149
  */
1150
1150
  LoadBalancerName: string | undefined;
1151
1151
  /**
1152
- * @public
1153
1152
  * <p>The IDs of the instances.</p>
1153
+ * @public
1154
1154
  */
1155
1155
  Instances?: Instance[];
1156
1156
  }
1157
1157
  /**
1158
- * @public
1159
1158
  * <p>Information about the state of an EC2 instance.</p>
1159
+ * @public
1160
1160
  */
1161
1161
  export interface InstanceState {
1162
1162
  /**
1163
- * @public
1164
1163
  * <p>The ID of the instance.</p>
1164
+ * @public
1165
1165
  */
1166
1166
  InstanceId?: string;
1167
1167
  /**
1168
- * @public
1169
1168
  * <p>The current state of the instance.</p>
1170
1169
  * <p>Valid values: <code>InService</code> | <code>OutOfService</code> | <code>Unknown</code>
1171
1170
  * </p>
1171
+ * @public
1172
1172
  */
1173
1173
  State?: string;
1174
1174
  /**
1175
- * @public
1176
1175
  * <p>Information about the cause of <code>OutOfService</code> instances.
1177
1176
  * Specifically, whether the cause is Elastic Load Balancing or the instance.</p>
1178
1177
  * <p>Valid values: <code>ELB</code> | <code>Instance</code> | <code>N/A</code>
1179
1178
  * </p>
1179
+ * @public
1180
1180
  */
1181
1181
  ReasonCode?: string;
1182
1182
  /**
1183
- * @public
1184
1183
  * <p>A description of the instance state. This string can contain one or more of the following messages.</p>
1185
1184
  * <ul>
1186
1185
  * <li>
@@ -1244,85 +1243,86 @@ export interface InstanceState {
1244
1243
  * </p>
1245
1244
  * </li>
1246
1245
  * </ul>
1246
+ * @public
1247
1247
  */
1248
1248
  Description?: string;
1249
1249
  }
1250
1250
  /**
1251
- * @public
1252
1251
  * <p>Contains the output for DescribeInstanceHealth.</p>
1252
+ * @public
1253
1253
  */
1254
1254
  export interface DescribeEndPointStateOutput {
1255
1255
  /**
1256
- * @public
1257
1256
  * <p>Information about the health of the instances.</p>
1257
+ * @public
1258
1258
  */
1259
1259
  InstanceStates?: InstanceState[];
1260
1260
  }
1261
1261
  /**
1262
- * @public
1263
1262
  * <p>Contains the parameters for DescribeLoadBalancerAttributes.</p>
1263
+ * @public
1264
1264
  */
1265
1265
  export interface DescribeLoadBalancerAttributesInput {
1266
1266
  /**
1267
- * @public
1268
1267
  * <p>The name of the load balancer.</p>
1268
+ * @public
1269
1269
  */
1270
1270
  LoadBalancerName: string | undefined;
1271
1271
  }
1272
1272
  /**
1273
- * @public
1274
1273
  * <p>The attributes for a load balancer.</p>
1274
+ * @public
1275
1275
  */
1276
1276
  export interface LoadBalancerAttributes {
1277
1277
  /**
1278
- * @public
1279
1278
  * <p>If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.</p>
1280
1279
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html">Configure Cross-Zone Load Balancing</a>
1281
1280
  * in the <i>Classic Load Balancers Guide</i>.</p>
1281
+ * @public
1282
1282
  */
1283
1283
  CrossZoneLoadBalancing?: CrossZoneLoadBalancing;
1284
1284
  /**
1285
- * @public
1286
1285
  * <p>If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.</p>
1287
1286
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html">Enable Access Logs</a>
1288
1287
  * in the <i>Classic Load Balancers Guide</i>.</p>
1288
+ * @public
1289
1289
  */
1290
1290
  AccessLog?: AccessLog;
1291
1291
  /**
1292
- * @public
1293
1292
  * <p>If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.</p>
1294
1293
  * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html">Configure Connection Draining</a>
1295
1294
  * in the <i>Classic Load Balancers Guide</i>.</p>
1295
+ * @public
1296
1296
  */
1297
1297
  ConnectionDraining?: ConnectionDraining;
1298
1298
  /**
1299
- * @public
1300
1299
  * <p>If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.</p>
1301
1300
  * <p>By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer.
1302
1301
  * For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html">Configure Idle Connection Timeout</a>
1303
1302
  * in the <i>Classic Load Balancers Guide</i>.</p>
1303
+ * @public
1304
1304
  */
1305
1305
  ConnectionSettings?: ConnectionSettings;
1306
1306
  /**
1307
- * @public
1308
1307
  * <p>Any additional attributes.</p>
1308
+ * @public
1309
1309
  */
1310
1310
  AdditionalAttributes?: AdditionalAttribute[];
1311
1311
  }
1312
1312
  /**
1313
- * @public
1314
1313
  * <p>Contains the output of DescribeLoadBalancerAttributes.</p>
1314
+ * @public
1315
1315
  */
1316
1316
  export interface DescribeLoadBalancerAttributesOutput {
1317
1317
  /**
1318
- * @public
1319
1318
  * <p>Information about the load balancer attributes.</p>
1319
+ * @public
1320
1320
  */
1321
1321
  LoadBalancerAttributes?: LoadBalancerAttributes;
1322
1322
  }
1323
1323
  /**
1324
- * @public
1325
1324
  * <p>The specified load balancer attribute does not exist.</p>
1325
+ * @public
1326
1326
  */
1327
1327
  export declare class LoadBalancerAttributeNotFoundException extends __BaseException {
1328
1328
  readonly name: "LoadBalancerAttributeNotFoundException";
@@ -1334,72 +1334,72 @@ export declare class LoadBalancerAttributeNotFoundException extends __BaseExcept
1334
1334
  constructor(opts: __ExceptionOptionType<LoadBalancerAttributeNotFoundException, __BaseException>);
1335
1335
  }
1336
1336
  /**
1337
- * @public
1338
1337
  * <p>Contains the parameters for DescribeLoadBalancerPolicies.</p>
1338
+ * @public
1339
1339
  */
1340
1340
  export interface DescribeLoadBalancerPoliciesInput {
1341
1341
  /**
1342
- * @public
1343
1342
  * <p>The name of the load balancer.</p>
1343
+ * @public
1344
1344
  */
1345
1345
  LoadBalancerName?: string;
1346
1346
  /**
1347
- * @public
1348
1347
  * <p>The names of the policies.</p>
1348
+ * @public
1349
1349
  */
1350
1350
  PolicyNames?: string[];
1351
1351
  }
1352
1352
  /**
1353
- * @public
1354
1353
  * <p>Information about a policy attribute.</p>
1354
+ * @public
1355
1355
  */
1356
1356
  export interface PolicyAttributeDescription {
1357
1357
  /**
1358
- * @public
1359
1358
  * <p>The name of the attribute.</p>
1359
+ * @public
1360
1360
  */
1361
1361
  AttributeName?: string;
1362
1362
  /**
1363
- * @public
1364
1363
  * <p>The value of the attribute.</p>
1364
+ * @public
1365
1365
  */
1366
1366
  AttributeValue?: string;
1367
1367
  }
1368
1368
  /**
1369
- * @public
1370
1369
  * <p>Information about a policy.</p>
1370
+ * @public
1371
1371
  */
1372
1372
  export interface PolicyDescription {
1373
1373
  /**
1374
- * @public
1375
1374
  * <p>The name of the policy.</p>
1375
+ * @public
1376
1376
  */
1377
1377
  PolicyName?: string;
1378
1378
  /**
1379
- * @public
1380
1379
  * <p>The name of the policy type.</p>
1380
+ * @public
1381
1381
  */
1382
1382
  PolicyTypeName?: string;
1383
1383
  /**
1384
- * @public
1385
1384
  * <p>The policy attributes.</p>
1385
+ * @public
1386
1386
  */
1387
1387
  PolicyAttributeDescriptions?: PolicyAttributeDescription[];
1388
1388
  }
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>Contains the output of DescribeLoadBalancerPolicies.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  export interface DescribeLoadBalancerPoliciesOutput {
1394
1394
  /**
1395
- * @public
1396
1395
  * <p>Information about the policies.</p>
1396
+ * @public
1397
1397
  */
1398
1398
  PolicyDescriptions?: PolicyDescription[];
1399
1399
  }
1400
1400
  /**
1401
- * @public
1402
1401
  * <p>One or more of the specified policies do not exist.</p>
1402
+ * @public
1403
1403
  */
1404
1404
  export declare class PolicyNotFoundException extends __BaseException {
1405
1405
  readonly name: "PolicyNotFoundException";
@@ -1411,43 +1411,42 @@ export declare class PolicyNotFoundException extends __BaseException {
1411
1411
  constructor(opts: __ExceptionOptionType<PolicyNotFoundException, __BaseException>);
1412
1412
  }
1413
1413
  /**
1414
- * @public
1415
1414
  * <p>Contains the parameters for DescribeLoadBalancerPolicyTypes.</p>
1415
+ * @public
1416
1416
  */
1417
1417
  export interface DescribeLoadBalancerPolicyTypesInput {
1418
1418
  /**
1419
- * @public
1420
1419
  * <p>The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.</p>
1420
+ * @public
1421
1421
  */
1422
1422
  PolicyTypeNames?: string[];
1423
1423
  }
1424
1424
  /**
1425
- * @public
1426
1425
  * <p>Information about a policy attribute type.</p>
1426
+ * @public
1427
1427
  */
1428
1428
  export interface PolicyAttributeTypeDescription {
1429
1429
  /**
1430
- * @public
1431
1430
  * <p>The name of the attribute.</p>
1431
+ * @public
1432
1432
  */
1433
1433
  AttributeName?: string;
1434
1434
  /**
1435
- * @public
1436
1435
  * <p>The type of the attribute. For example, <code>Boolean</code> or <code>Integer</code>.</p>
1436
+ * @public
1437
1437
  */
1438
1438
  AttributeType?: string;
1439
1439
  /**
1440
- * @public
1441
1440
  * <p>A description of the attribute.</p>
1441
+ * @public
1442
1442
  */
1443
1443
  Description?: string;
1444
1444
  /**
1445
- * @public
1446
1445
  * <p>The default value of the attribute, if applicable.</p>
1446
+ * @public
1447
1447
  */
1448
1448
  DefaultValue?: string;
1449
1449
  /**
1450
- * @public
1451
1450
  * <p>The cardinality of the attribute.</p>
1452
1451
  * <p>Valid values:</p>
1453
1452
  * <ul>
@@ -1464,228 +1463,229 @@ export interface PolicyAttributeTypeDescription {
1464
1463
  * <p>ONE_OR_MORE(1..*0) : Required. Multiple values are allowed</p>
1465
1464
  * </li>
1466
1465
  * </ul>
1466
+ * @public
1467
1467
  */
1468
1468
  Cardinality?: string;
1469
1469
  }
1470
1470
  /**
1471
- * @public
1472
1471
  * <p>Information about a policy type.</p>
1472
+ * @public
1473
1473
  */
1474
1474
  export interface PolicyTypeDescription {
1475
1475
  /**
1476
- * @public
1477
1476
  * <p>The name of the policy type.</p>
1477
+ * @public
1478
1478
  */
1479
1479
  PolicyTypeName?: string;
1480
1480
  /**
1481
- * @public
1482
1481
  * <p>A description of the policy type.</p>
1482
+ * @public
1483
1483
  */
1484
1484
  Description?: string;
1485
1485
  /**
1486
- * @public
1487
1486
  * <p>The description of the policy attributes associated with the policies defined by Elastic Load Balancing.</p>
1487
+ * @public
1488
1488
  */
1489
1489
  PolicyAttributeTypeDescriptions?: PolicyAttributeTypeDescription[];
1490
1490
  }
1491
1491
  /**
1492
- * @public
1493
1492
  * <p>Contains the output of DescribeLoadBalancerPolicyTypes.</p>
1493
+ * @public
1494
1494
  */
1495
1495
  export interface DescribeLoadBalancerPolicyTypesOutput {
1496
1496
  /**
1497
- * @public
1498
1497
  * <p>Information about the policy types.</p>
1498
+ * @public
1499
1499
  */
1500
1500
  PolicyTypeDescriptions?: PolicyTypeDescription[];
1501
1501
  }
1502
1502
  /**
1503
- * @public
1504
1503
  * <p>Contains the parameters for DescribeTags.</p>
1504
+ * @public
1505
1505
  */
1506
1506
  export interface DescribeTagsInput {
1507
1507
  /**
1508
- * @public
1509
1508
  * <p>The names of the load balancers.</p>
1509
+ * @public
1510
1510
  */
1511
1511
  LoadBalancerNames: string[] | undefined;
1512
1512
  }
1513
1513
  /**
1514
- * @public
1515
1514
  * <p>The tags associated with a load balancer.</p>
1515
+ * @public
1516
1516
  */
1517
1517
  export interface TagDescription {
1518
1518
  /**
1519
- * @public
1520
1519
  * <p>The name of the load balancer.</p>
1520
+ * @public
1521
1521
  */
1522
1522
  LoadBalancerName?: string;
1523
1523
  /**
1524
- * @public
1525
1524
  * <p>The tags.</p>
1525
+ * @public
1526
1526
  */
1527
1527
  Tags?: Tag[];
1528
1528
  }
1529
1529
  /**
1530
- * @public
1531
1530
  * <p>Contains the output for DescribeTags.</p>
1531
+ * @public
1532
1532
  */
1533
1533
  export interface DescribeTagsOutput {
1534
1534
  /**
1535
- * @public
1536
1535
  * <p>Information about the tags.</p>
1536
+ * @public
1537
1537
  */
1538
1538
  TagDescriptions?: TagDescription[];
1539
1539
  }
1540
1540
  /**
1541
- * @public
1542
1541
  * <p>Contains the parameters for DetachLoadBalancerFromSubnets.</p>
1542
+ * @public
1543
1543
  */
1544
1544
  export interface DetachLoadBalancerFromSubnetsInput {
1545
1545
  /**
1546
- * @public
1547
1546
  * <p>The name of the load balancer.</p>
1547
+ * @public
1548
1548
  */
1549
1549
  LoadBalancerName: string | undefined;
1550
1550
  /**
1551
- * @public
1552
1551
  * <p>The IDs of the subnets.</p>
1552
+ * @public
1553
1553
  */
1554
1554
  Subnets: string[] | undefined;
1555
1555
  }
1556
1556
  /**
1557
- * @public
1558
1557
  * <p>Contains the output of DetachLoadBalancerFromSubnets.</p>
1558
+ * @public
1559
1559
  */
1560
1560
  export interface DetachLoadBalancerFromSubnetsOutput {
1561
1561
  /**
1562
- * @public
1563
1562
  * <p>The IDs of the remaining subnets for the load balancer.</p>
1563
+ * @public
1564
1564
  */
1565
1565
  Subnets?: string[];
1566
1566
  }
1567
1567
  /**
1568
- * @public
1569
1568
  * <p>Contains the parameters for DisableAvailabilityZonesForLoadBalancer.</p>
1569
+ * @public
1570
1570
  */
1571
1571
  export interface RemoveAvailabilityZonesInput {
1572
1572
  /**
1573
- * @public
1574
1573
  * <p>The name of the load balancer.</p>
1574
+ * @public
1575
1575
  */
1576
1576
  LoadBalancerName: string | undefined;
1577
1577
  /**
1578
- * @public
1579
1578
  * <p>The Availability Zones.</p>
1579
+ * @public
1580
1580
  */
1581
1581
  AvailabilityZones: string[] | undefined;
1582
1582
  }
1583
1583
  /**
1584
- * @public
1585
1584
  * <p>Contains the output for DisableAvailabilityZonesForLoadBalancer.</p>
1585
+ * @public
1586
1586
  */
1587
1587
  export interface RemoveAvailabilityZonesOutput {
1588
1588
  /**
1589
- * @public
1590
1589
  * <p>The remaining Availability Zones for the load balancer.</p>
1590
+ * @public
1591
1591
  */
1592
1592
  AvailabilityZones?: string[];
1593
1593
  }
1594
1594
  /**
1595
- * @public
1596
1595
  * <p>Contains the parameters for ModifyLoadBalancerAttributes.</p>
1596
+ * @public
1597
1597
  */
1598
1598
  export interface ModifyLoadBalancerAttributesInput {
1599
1599
  /**
1600
- * @public
1601
1600
  * <p>The name of the load balancer.</p>
1601
+ * @public
1602
1602
  */
1603
1603
  LoadBalancerName: string | undefined;
1604
1604
  /**
1605
- * @public
1606
1605
  * <p>The attributes for the load balancer.</p>
1606
+ * @public
1607
1607
  */
1608
1608
  LoadBalancerAttributes: LoadBalancerAttributes | undefined;
1609
1609
  }
1610
1610
  /**
1611
- * @public
1612
1611
  * <p>Contains the output of ModifyLoadBalancerAttributes.</p>
1612
+ * @public
1613
1613
  */
1614
1614
  export interface ModifyLoadBalancerAttributesOutput {
1615
1615
  /**
1616
- * @public
1617
1616
  * <p>The name of the load balancer.</p>
1617
+ * @public
1618
1618
  */
1619
1619
  LoadBalancerName?: string;
1620
1620
  /**
1621
- * @public
1622
1621
  * <p>Information about the load balancer attributes.</p>
1622
+ * @public
1623
1623
  */
1624
1624
  LoadBalancerAttributes?: LoadBalancerAttributes;
1625
1625
  }
1626
1626
  /**
1627
- * @public
1628
1627
  * <p>Contains the parameters for RegisterInstancesWithLoadBalancer.</p>
1628
+ * @public
1629
1629
  */
1630
1630
  export interface RegisterEndPointsInput {
1631
1631
  /**
1632
- * @public
1633
1632
  * <p>The name of the load balancer.</p>
1633
+ * @public
1634
1634
  */
1635
1635
  LoadBalancerName: string | undefined;
1636
1636
  /**
1637
- * @public
1638
1637
  * <p>The IDs of the instances.</p>
1638
+ * @public
1639
1639
  */
1640
1640
  Instances: Instance[] | undefined;
1641
1641
  }
1642
1642
  /**
1643
- * @public
1644
1643
  * <p>Contains the output of RegisterInstancesWithLoadBalancer.</p>
1644
+ * @public
1645
1645
  */
1646
1646
  export interface RegisterEndPointsOutput {
1647
1647
  /**
1648
- * @public
1649
1648
  * <p>The updated list of instances for the load balancer.</p>
1649
+ * @public
1650
1650
  */
1651
1651
  Instances?: Instance[];
1652
1652
  }
1653
1653
  /**
1654
- * @public
1655
1654
  * <p>The key of a tag.</p>
1655
+ * @public
1656
1656
  */
1657
1657
  export interface TagKeyOnly {
1658
1658
  /**
1659
- * @public
1660
1659
  * <p>The name of the key.</p>
1660
+ * @public
1661
1661
  */
1662
1662
  Key?: string;
1663
1663
  }
1664
1664
  /**
1665
- * @public
1666
1665
  * <p>Contains the parameters for RemoveTags.</p>
1666
+ * @public
1667
1667
  */
1668
1668
  export interface RemoveTagsInput {
1669
1669
  /**
1670
- * @public
1671
1670
  * <p>The name of the load balancer. You can specify a maximum of one load balancer name.</p>
1671
+ * @public
1672
1672
  */
1673
1673
  LoadBalancerNames: string[] | undefined;
1674
1674
  /**
1675
- * @public
1676
1675
  * <p>The list of tag keys to remove.</p>
1676
+ * @public
1677
1677
  */
1678
1678
  Tags: TagKeyOnly[] | undefined;
1679
1679
  }
1680
1680
  /**
1681
- * @public
1682
1681
  * <p>Contains the output of RemoveTags.</p>
1682
+ * @public
1683
1683
  */
1684
1684
  export interface RemoveTagsOutput {
1685
1685
  }
1686
1686
  /**
1687
- * @public
1688
1687
  * <p>The load balancer does not have a listener configured at the specified port.</p>
1688
+ * @public
1689
1689
  */
1690
1690
  export declare class ListenerNotFoundException extends __BaseException {
1691
1691
  readonly name: "ListenerNotFoundException";
@@ -1697,83 +1697,83 @@ export declare class ListenerNotFoundException extends __BaseException {
1697
1697
  constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
1698
1698
  }
1699
1699
  /**
1700
- * @public
1701
1700
  * <p>Contains the parameters for SetLoadBalancerListenerSSLCertificate.</p>
1701
+ * @public
1702
1702
  */
1703
1703
  export interface SetLoadBalancerListenerSSLCertificateInput {
1704
1704
  /**
1705
- * @public
1706
1705
  * <p>The name of the load balancer.</p>
1706
+ * @public
1707
1707
  */
1708
1708
  LoadBalancerName: string | undefined;
1709
1709
  /**
1710
- * @public
1711
1710
  * <p>The port that uses the specified SSL certificate.</p>
1711
+ * @public
1712
1712
  */
1713
1713
  LoadBalancerPort: number | undefined;
1714
1714
  /**
1715
- * @public
1716
1715
  * <p>The Amazon Resource Name (ARN) of the SSL certificate.</p>
1716
+ * @public
1717
1717
  */
1718
1718
  SSLCertificateId: string | undefined;
1719
1719
  }
1720
1720
  /**
1721
- * @public
1722
1721
  * <p>Contains the output of SetLoadBalancerListenerSSLCertificate.</p>
1722
+ * @public
1723
1723
  */
1724
1724
  export interface SetLoadBalancerListenerSSLCertificateOutput {
1725
1725
  }
1726
1726
  /**
1727
- * @public
1728
1727
  * <p>Contains the parameters for SetLoadBalancerPoliciesForBackendServer.</p>
1728
+ * @public
1729
1729
  */
1730
1730
  export interface SetLoadBalancerPoliciesForBackendServerInput {
1731
1731
  /**
1732
- * @public
1733
1732
  * <p>The name of the load balancer.</p>
1733
+ * @public
1734
1734
  */
1735
1735
  LoadBalancerName: string | undefined;
1736
1736
  /**
1737
- * @public
1738
1737
  * <p>The port number associated with the EC2 instance.</p>
1738
+ * @public
1739
1739
  */
1740
1740
  InstancePort: number | undefined;
1741
1741
  /**
1742
- * @public
1743
1742
  * <p>The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.</p>
1743
+ * @public
1744
1744
  */
1745
1745
  PolicyNames: string[] | undefined;
1746
1746
  }
1747
1747
  /**
1748
- * @public
1749
1748
  * <p>Contains the output of SetLoadBalancerPoliciesForBackendServer.</p>
1749
+ * @public
1750
1750
  */
1751
1751
  export interface SetLoadBalancerPoliciesForBackendServerOutput {
1752
1752
  }
1753
1753
  /**
1754
- * @public
1755
1754
  * <p>Contains the parameters for SetLoadBalancePoliciesOfListener.</p>
1755
+ * @public
1756
1756
  */
1757
1757
  export interface SetLoadBalancerPoliciesOfListenerInput {
1758
1758
  /**
1759
- * @public
1760
1759
  * <p>The name of the load balancer.</p>
1760
+ * @public
1761
1761
  */
1762
1762
  LoadBalancerName: string | undefined;
1763
1763
  /**
1764
- * @public
1765
1764
  * <p>The external port of the load balancer.</p>
1765
+ * @public
1766
1766
  */
1767
1767
  LoadBalancerPort: number | undefined;
1768
1768
  /**
1769
- * @public
1770
1769
  * <p>The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.</p>
1770
+ * @public
1771
1771
  */
1772
1772
  PolicyNames: string[] | undefined;
1773
1773
  }
1774
1774
  /**
1775
- * @public
1776
1775
  * <p>Contains the output of SetLoadBalancePoliciesOfListener.</p>
1776
+ * @public
1777
1777
  */
1778
1778
  export interface SetLoadBalancerPoliciesOfListenerOutput {
1779
1779
  }