@aws-sdk/client-elastic-load-balancing-v2 3.929.0 → 3.931.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 (88) hide show
  1. package/dist-cjs/index.js +2272 -6639
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElasticLoadBalancingV2Client.js +2 -0
  4. package/dist-es/commands/AddListenerCertificatesCommand.js +3 -9
  5. package/dist-es/commands/AddTagsCommand.js +3 -9
  6. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +3 -9
  7. package/dist-es/commands/CreateListenerCommand.js +3 -9
  8. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateTrustStoreCommand.js +3 -9
  12. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  13. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -9
  14. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  15. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  17. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
  18. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  19. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  20. package/dist-es/commands/DescribeCapacityReservationCommand.js +3 -9
  21. package/dist-es/commands/DescribeListenerAttributesCommand.js +3 -9
  22. package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -9
  23. package/dist-es/commands/DescribeListenersCommand.js +3 -9
  24. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -9
  25. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
  26. package/dist-es/commands/DescribeRulesCommand.js +3 -9
  27. package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -9
  28. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  29. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -9
  30. package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -9
  31. package/dist-es/commands/DescribeTargetHealthCommand.js +3 -9
  32. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +3 -9
  33. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +3 -9
  34. package/dist-es/commands/DescribeTrustStoresCommand.js +3 -9
  35. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  36. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +3 -9
  37. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +3 -9
  38. package/dist-es/commands/ModifyCapacityReservationCommand.js +3 -9
  39. package/dist-es/commands/ModifyIpPoolsCommand.js +3 -9
  40. package/dist-es/commands/ModifyListenerAttributesCommand.js +3 -9
  41. package/dist-es/commands/ModifyListenerCommand.js +3 -9
  42. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -9
  43. package/dist-es/commands/ModifyRuleCommand.js +3 -9
  44. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -9
  45. package/dist-es/commands/ModifyTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ModifyTrustStoreCommand.js +3 -9
  47. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  48. package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -9
  49. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  50. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +3 -9
  51. package/dist-es/commands/SetIpAddressTypeCommand.js +3 -9
  52. package/dist-es/commands/SetRulePrioritiesCommand.js +3 -9
  53. package/dist-es/commands/SetSecurityGroupsCommand.js +3 -9
  54. package/dist-es/commands/SetSubnetsCommand.js +3 -9
  55. package/dist-es/models/models_0.js +8 -0
  56. package/dist-es/runtimeConfig.shared.js +7 -0
  57. package/dist-es/schemas/schemas_0.js +2216 -0
  58. package/dist-types/ElasticLoadBalancingV2Client.d.ts +10 -1
  59. package/dist-types/commands/CreateListenerCommand.d.ts +30 -4
  60. package/dist-types/commands/CreateRuleCommand.d.ts +28 -2
  61. package/dist-types/commands/CreateTargetGroupCommand.d.ts +4 -4
  62. package/dist-types/commands/DeregisterTargetsCommand.d.ts +1 -0
  63. package/dist-types/commands/DescribeListenersCommand.d.ts +15 -2
  64. package/dist-types/commands/DescribeRulesCommand.d.ts +15 -2
  65. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -2
  66. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -0
  67. package/dist-types/commands/ModifyListenerCommand.d.ts +30 -4
  68. package/dist-types/commands/ModifyRuleCommand.d.ts +28 -2
  69. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +3 -3
  70. package/dist-types/commands/RegisterTargetsCommand.d.ts +1 -0
  71. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +14 -1
  72. package/dist-types/models/models_0.d.ts +107 -25
  73. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  74. package/dist-types/runtimeConfig.d.ts +1 -0
  75. package/dist-types/runtimeConfig.native.d.ts +1 -0
  76. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  77. package/dist-types/schemas/schemas_0.d.ts +323 -0
  78. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +4 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +22 -0
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -0
  85. package/package.json +34 -34
  86. package/dist-es/protocols/Aws_query.js +0 -6319
  87. package/dist-types/protocols/Aws_query.d.ts +0 -461
  88. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -617
@@ -234,9 +234,9 @@ export interface TargetGroupStickinessConfig {
234
234
  */
235
235
  Enabled?: boolean | undefined;
236
236
  /**
237
- * <p>The time period, in seconds, during which requests from a client should be routed to the
238
- * same target group. The range is 1-604800 seconds (7 days). You must specify this value when
239
- * enabling target group stickiness.</p>
237
+ * <p>[Application Load Balancers] The time period, in seconds, during which requests from a
238
+ * client should be routed to the same target group. The range is 1-604800 seconds (7 days). You
239
+ * must specify this value when enabling target group stickiness.</p>
240
240
  * @public
241
241
  */
242
242
  DurationSeconds?: number | undefined;
@@ -247,8 +247,7 @@ export interface TargetGroupStickinessConfig {
247
247
  */
248
248
  export interface ForwardActionConfig {
249
249
  /**
250
- * <p>The target groups. For Network Load Balancers, you can specify a single target
251
- * group.</p>
250
+ * <p>The target groups.</p>
252
251
  * @public
253
252
  */
254
253
  TargetGroups?: TargetGroupTuple[] | undefined;
@@ -258,6 +257,70 @@ export interface ForwardActionConfig {
258
257
  */
259
258
  TargetGroupStickinessConfig?: TargetGroupStickinessConfig | undefined;
260
259
  }
260
+ /**
261
+ * @public
262
+ * @enum
263
+ */
264
+ export declare const JwtValidationActionAdditionalClaimFormatEnum: {
265
+ readonly SINGLE_STRING: "single-string";
266
+ readonly SPACE_SEPARATED_VALUES: "space-separated-values";
267
+ readonly STRING_ARRAY: "string-array";
268
+ };
269
+ /**
270
+ * @public
271
+ */
272
+ export type JwtValidationActionAdditionalClaimFormatEnum = (typeof JwtValidationActionAdditionalClaimFormatEnum)[keyof typeof JwtValidationActionAdditionalClaimFormatEnum];
273
+ /**
274
+ * <p>Information about an additional claim to validate.</p>
275
+ * @public
276
+ */
277
+ export interface JwtValidationActionAdditionalClaim {
278
+ /**
279
+ * <p>The format of the claim value.</p>
280
+ * @public
281
+ */
282
+ Format: JwtValidationActionAdditionalClaimFormatEnum | undefined;
283
+ /**
284
+ * <p>The name of the claim. You can't specify <code>exp</code>, <code>iss</code>,
285
+ * <code>nbf</code>, or <code>iat</code> because we validate them by default.</p>
286
+ * @public
287
+ */
288
+ Name: string | undefined;
289
+ /**
290
+ * <p>The claim value. The maximum size of the list is 10.
291
+ * Each value can be up to 256 characters in length.
292
+ * If the format is <code>space-separated-values</code>, the values
293
+ * can't include spaces.</p>
294
+ * @public
295
+ */
296
+ Values: string[] | undefined;
297
+ }
298
+ /**
299
+ * <p>Information about a JSON Web Token (JWT) validation action.</p>
300
+ * @public
301
+ */
302
+ export interface JwtValidationActionConfig {
303
+ /**
304
+ * <p>The JSON Web Key Set (JWKS) endpoint. This endpoint contains JSON Web Keys (JWK)
305
+ * that are used to validate signatures from the provider.</p>
306
+ * <p>This must be a full URL, including the HTTPS protocol, the domain, and the path.
307
+ * The maximum length is 256 characters.</p>
308
+ * @public
309
+ */
310
+ JwksEndpoint: string | undefined;
311
+ /**
312
+ * <p>The issuer of the JWT. The maximum length is 256 characters.</p>
313
+ * @public
314
+ */
315
+ Issuer: string | undefined;
316
+ /**
317
+ * <p>Additional claims to validate. The maximum size of the list is 10.
318
+ * We validate the <code>exp</code>, <code>iss</code>, <code>nbf</code>,
319
+ * and <code>iat</code> claims by default.</p>
320
+ * @public
321
+ */
322
+ AdditionalClaims?: JwtValidationActionAdditionalClaim[] | undefined;
323
+ }
261
324
  /**
262
325
  * @public
263
326
  * @enum
@@ -344,6 +407,7 @@ export declare const ActionTypeEnum: {
344
407
  readonly AUTHENTICATE_OIDC: "authenticate-oidc";
345
408
  readonly FIXED_RESPONSE: "fixed-response";
346
409
  readonly FORWARD: "forward";
410
+ readonly JWT_VALIDATION: "jwt-validation";
347
411
  readonly REDIRECT: "redirect";
348
412
  };
349
413
  /**
@@ -352,9 +416,12 @@ export declare const ActionTypeEnum: {
352
416
  export type ActionTypeEnum = (typeof ActionTypeEnum)[keyof typeof ActionTypeEnum];
353
417
  /**
354
418
  * <p>Information about an action.</p>
355
- * <p>Each rule must include exactly one of the following types of actions:
356
- * <code>forward</code>, <code>fixed-response</code>, or <code>redirect</code>, and it must be
357
- * the last action to be performed.</p>
419
+ * <p>Each rule must include exactly one of the following routing actions: <code>forward</code>,
420
+ * <code>fixed-response</code>, or <code>redirect</code>, and it must be the last
421
+ * action to be performed.</p>
422
+ * <p>Optionally, a rule for an HTTPS listener can also include one of the following
423
+ * user authentication actions: <code>authenticate-oidc</code>,
424
+ * <code>authenticate-cognito</code>, or <code>jwt-validation</code>.</p>
358
425
  * @public
359
426
  */
360
427
  export interface Action {
@@ -365,8 +432,8 @@ export interface Action {
365
432
  Type: ActionTypeEnum | undefined;
366
433
  /**
367
434
  * <p>The Amazon Resource Name (ARN) of the target group. Specify only when <code>Type</code> is
368
- * <code>forward</code> and you want to route to a single target group. To route to one or more
369
- * target groups, use <code>ForwardConfig</code> instead.</p>
435
+ * <code>forward</code> and you want to route to a single target group. To route to multiple
436
+ * target groups, you must use <code>ForwardConfig</code> instead.</p>
370
437
  * @public
371
438
  */
372
439
  TargetGroupArn?: string | undefined;
@@ -401,15 +468,20 @@ export interface Action {
401
468
  */
402
469
  FixedResponseConfig?: FixedResponseActionConfig | undefined;
403
470
  /**
404
- * <p>Information for creating an action that distributes requests among one or more target
405
- * groups. For Network Load Balancers, you can specify a single target group. Specify only when
406
- * <code>Type</code> is <code>forward</code>. If you specify both <code>ForwardConfig</code>
407
- * and <code>TargetGroupArn</code>, you can specify only one target group using
408
- * <code>ForwardConfig</code> and it must be the same target group specified in
409
- * <code>TargetGroupArn</code>.</p>
471
+ * <p>Information for creating an action that distributes requests among multiple target
472
+ * groups. Specify only when <code>Type</code> is <code>forward</code>.</p>
473
+ * <p>If you specify both <code>ForwardConfig</code> and <code>TargetGroupArn</code>, you can
474
+ * specify only one target group using <code>ForwardConfig</code> and it must be the same
475
+ * target group specified in <code>TargetGroupArn</code>.</p>
410
476
  * @public
411
477
  */
412
478
  ForwardConfig?: ForwardActionConfig | undefined;
479
+ /**
480
+ * <p>[HTTPS listeners] Information for validating JWT access tokens in client requests.
481
+ * Specify only when <code>Type</code> is <code>jwt-validation</code>.</p>
482
+ * @public
483
+ */
484
+ JwtValidationConfig?: JwtValidationActionConfig | undefined;
413
485
  }
414
486
  /**
415
487
  * <p>Information about an SSL server certificate.</p>
@@ -1091,7 +1163,9 @@ export declare const ProtocolEnum: {
1091
1163
  readonly GENEVE: "GENEVE";
1092
1164
  readonly HTTP: "HTTP";
1093
1165
  readonly HTTPS: "HTTPS";
1166
+ readonly QUIC: "QUIC";
1094
1167
  readonly TCP: "TCP";
1168
+ readonly TCP_QUIC: "TCP_QUIC";
1095
1169
  readonly TCP_UDP: "TCP_UDP";
1096
1170
  readonly TLS: "TLS";
1097
1171
  readonly UDP: "UDP";
@@ -3011,6 +3085,16 @@ export interface TargetDescription {
3011
3085
  * @public
3012
3086
  */
3013
3087
  AvailabilityZone?: string | undefined;
3088
+ /**
3089
+ * <p>The server ID for the targets. This value is required if the protocol is
3090
+ * <code>QUIC</code> or <code>TCP_QUIC</code> and can't be used with other protocols.</p>
3091
+ * <p>The ID consists of the <code>0x</code> prefix followed by 16 hexadecimal characters.
3092
+ * Any letters must be lowercase. The value must be unique at the listener level. You can't
3093
+ * modify the server ID for a registered target. You must deregister the target and then
3094
+ * provide a new server ID when you register the target again.</p>
3095
+ * @public
3096
+ */
3097
+ QuicServerId?: string | undefined;
3014
3098
  }
3015
3099
  /**
3016
3100
  * @public
@@ -4212,13 +4296,11 @@ export interface TargetHealth {
4212
4296
  * <li>
4213
4297
  * <p>
4214
4298
  * <code>Target.ResponseCodeMismatch</code> - The health checks did not return an
4215
- * expected HTTP code. Applies only to Application Load Balancers and Gateway Load
4216
- * Balancers.</p>
4299
+ * expected HTTP code.</p>
4217
4300
  * </li>
4218
4301
  * <li>
4219
4302
  * <p>
4220
- * <code>Target.Timeout</code> - The health check requests timed out. Applies only to
4221
- * Application Load Balancers and Gateway Load Balancers.</p>
4303
+ * <code>Target.Timeout</code> - The health check requests timed out.</p>
4222
4304
  * </li>
4223
4305
  * <li>
4224
4306
  * <p>
@@ -4227,8 +4309,7 @@ export interface TargetHealth {
4227
4309
  * </li>
4228
4310
  * <li>
4229
4311
  * <p>
4230
- * <code>Elb.InternalError</code> - The health checks failed due to an internal error.
4231
- * Applies only to Application Load Balancers.</p>
4312
+ * <code>Elb.InternalError</code> - The health checks failed due to an internal error.</p>
4232
4313
  * </li>
4233
4314
  * </ul>
4234
4315
  * <p>If the target state is <code>unused</code>, the reason code can be one of the following
@@ -4270,12 +4351,12 @@ export interface TargetHealth {
4270
4351
  * <li>
4271
4352
  * <p>
4272
4353
  * <code>Target.HealthCheckDisabled</code> - Health checks are disabled for the target
4273
- * group. Applies only to Application Load Balancers.</p>
4354
+ * group.</p>
4274
4355
  * </li>
4275
4356
  * <li>
4276
4357
  * <p>
4277
4358
  * <code>Elb.InternalError</code> - Target health is unavailable due to an internal
4278
- * error. Applies only to Network Load Balancers.</p>
4359
+ * error.</p>
4279
4360
  * </li>
4280
4361
  * </ul>
4281
4362
  * @public
@@ -5211,7 +5292,8 @@ export interface SetSecurityGroupsInput {
5211
5292
  SecurityGroups: string[] | undefined;
5212
5293
  /**
5213
5294
  * <p>Indicates whether to evaluate inbound security group rules for traffic sent to a
5214
- * Network Load Balancer through Amazon Web Services PrivateLink. The default is <code>on</code>.</p>
5295
+ * Network Load Balancer through Amazon Web Services PrivateLink. Applies only if the load balancer
5296
+ * has an associated security group. The default is <code>on</code>.</p>
5215
5297
  * @public
5216
5298
  */
5217
5299
  EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic?: EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum | undefined;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingV2HttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,323 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var Action: StaticStructureSchema;
3
+ export declare var AddListenerCertificatesInput: StaticStructureSchema;
4
+ export declare var AddListenerCertificatesOutput: StaticStructureSchema;
5
+ export declare var AddTagsInput: StaticStructureSchema;
6
+ export declare var AddTagsOutput: StaticStructureSchema;
7
+ export declare var AddTrustStoreRevocationsInput: StaticStructureSchema;
8
+ export declare var AddTrustStoreRevocationsOutput: StaticStructureSchema;
9
+ export declare var AdministrativeOverride: StaticStructureSchema;
10
+ export declare var AllocationIdNotFoundException: StaticErrorSchema;
11
+ export declare var ALPNPolicyNotSupportedException: StaticErrorSchema;
12
+ export declare var AnomalyDetection: StaticStructureSchema;
13
+ export declare var AuthenticateCognitoActionConfig: StaticStructureSchema;
14
+ export declare var AuthenticateOidcActionConfig: StaticStructureSchema;
15
+ export declare var AvailabilityZone: StaticStructureSchema;
16
+ export declare var AvailabilityZoneNotSupportedException: StaticErrorSchema;
17
+ export declare var CaCertificatesBundleNotFoundException: StaticErrorSchema;
18
+ export declare var CapacityDecreaseRequestsLimitExceededException: StaticErrorSchema;
19
+ export declare var CapacityReservationPendingException: StaticErrorSchema;
20
+ export declare var CapacityReservationStatus: StaticStructureSchema;
21
+ export declare var CapacityUnitsLimitExceededException: StaticErrorSchema;
22
+ export declare var Certificate: StaticStructureSchema;
23
+ export declare var CertificateNotFoundException: StaticErrorSchema;
24
+ export declare var Cipher: StaticStructureSchema;
25
+ export declare var CreateListenerInput: StaticStructureSchema;
26
+ export declare var CreateListenerOutput: StaticStructureSchema;
27
+ export declare var CreateLoadBalancerInput: StaticStructureSchema;
28
+ export declare var CreateLoadBalancerOutput: StaticStructureSchema;
29
+ export declare var CreateRuleInput: StaticStructureSchema;
30
+ export declare var CreateRuleOutput: StaticStructureSchema;
31
+ export declare var CreateTargetGroupInput: StaticStructureSchema;
32
+ export declare var CreateTargetGroupOutput: StaticStructureSchema;
33
+ export declare var CreateTrustStoreInput: StaticStructureSchema;
34
+ export declare var CreateTrustStoreOutput: StaticStructureSchema;
35
+ export declare var DeleteAssociationSameAccountException: StaticErrorSchema;
36
+ export declare var DeleteListenerInput: StaticStructureSchema;
37
+ export declare var DeleteListenerOutput: StaticStructureSchema;
38
+ export declare var DeleteLoadBalancerInput: StaticStructureSchema;
39
+ export declare var DeleteLoadBalancerOutput: StaticStructureSchema;
40
+ export declare var DeleteRuleInput: StaticStructureSchema;
41
+ export declare var DeleteRuleOutput: StaticStructureSchema;
42
+ export declare var DeleteSharedTrustStoreAssociationInput: StaticStructureSchema;
43
+ export declare var DeleteSharedTrustStoreAssociationOutput: StaticStructureSchema;
44
+ export declare var DeleteTargetGroupInput: StaticStructureSchema;
45
+ export declare var DeleteTargetGroupOutput: StaticStructureSchema;
46
+ export declare var DeleteTrustStoreInput: StaticStructureSchema;
47
+ export declare var DeleteTrustStoreOutput: StaticStructureSchema;
48
+ export declare var DeregisterTargetsInput: StaticStructureSchema;
49
+ export declare var DeregisterTargetsOutput: StaticStructureSchema;
50
+ export declare var DescribeAccountLimitsInput: StaticStructureSchema;
51
+ export declare var DescribeAccountLimitsOutput: StaticStructureSchema;
52
+ export declare var DescribeCapacityReservationInput: StaticStructureSchema;
53
+ export declare var DescribeCapacityReservationOutput: StaticStructureSchema;
54
+ export declare var DescribeListenerAttributesInput: StaticStructureSchema;
55
+ export declare var DescribeListenerAttributesOutput: StaticStructureSchema;
56
+ export declare var DescribeListenerCertificatesInput: StaticStructureSchema;
57
+ export declare var DescribeListenerCertificatesOutput: StaticStructureSchema;
58
+ export declare var DescribeListenersInput: StaticStructureSchema;
59
+ export declare var DescribeListenersOutput: StaticStructureSchema;
60
+ export declare var DescribeLoadBalancerAttributesInput: StaticStructureSchema;
61
+ export declare var DescribeLoadBalancerAttributesOutput: StaticStructureSchema;
62
+ export declare var DescribeLoadBalancersInput: StaticStructureSchema;
63
+ export declare var DescribeLoadBalancersOutput: StaticStructureSchema;
64
+ export declare var DescribeRulesInput: StaticStructureSchema;
65
+ export declare var DescribeRulesOutput: StaticStructureSchema;
66
+ export declare var DescribeSSLPoliciesInput: StaticStructureSchema;
67
+ export declare var DescribeSSLPoliciesOutput: StaticStructureSchema;
68
+ export declare var DescribeTagsInput: StaticStructureSchema;
69
+ export declare var DescribeTagsOutput: StaticStructureSchema;
70
+ export declare var DescribeTargetGroupAttributesInput: StaticStructureSchema;
71
+ export declare var DescribeTargetGroupAttributesOutput: StaticStructureSchema;
72
+ export declare var DescribeTargetGroupsInput: StaticStructureSchema;
73
+ export declare var DescribeTargetGroupsOutput: StaticStructureSchema;
74
+ export declare var DescribeTargetHealthInput: StaticStructureSchema;
75
+ export declare var DescribeTargetHealthOutput: StaticStructureSchema;
76
+ export declare var DescribeTrustStoreAssociationsInput: StaticStructureSchema;
77
+ export declare var DescribeTrustStoreAssociationsOutput: StaticStructureSchema;
78
+ export declare var DescribeTrustStoreRevocation: StaticStructureSchema;
79
+ export declare var DescribeTrustStoreRevocationsInput: StaticStructureSchema;
80
+ export declare var DescribeTrustStoreRevocationsOutput: StaticStructureSchema;
81
+ export declare var DescribeTrustStoresInput: StaticStructureSchema;
82
+ export declare var DescribeTrustStoresOutput: StaticStructureSchema;
83
+ export declare var DuplicateListenerException: StaticErrorSchema;
84
+ export declare var DuplicateLoadBalancerNameException: StaticErrorSchema;
85
+ export declare var DuplicateTagKeysException: StaticErrorSchema;
86
+ export declare var DuplicateTargetGroupNameException: StaticErrorSchema;
87
+ export declare var DuplicateTrustStoreNameException: StaticErrorSchema;
88
+ export declare var FixedResponseActionConfig: StaticStructureSchema;
89
+ export declare var ForwardActionConfig: StaticStructureSchema;
90
+ export declare var GetResourcePolicyInput: StaticStructureSchema;
91
+ export declare var GetResourcePolicyOutput: StaticStructureSchema;
92
+ export declare var GetTrustStoreCaCertificatesBundleInput: StaticStructureSchema;
93
+ export declare var GetTrustStoreCaCertificatesBundleOutput: StaticStructureSchema;
94
+ export declare var GetTrustStoreRevocationContentInput: StaticStructureSchema;
95
+ export declare var GetTrustStoreRevocationContentOutput: StaticStructureSchema;
96
+ export declare var HealthUnavailableException: StaticErrorSchema;
97
+ export declare var HostHeaderConditionConfig: StaticStructureSchema;
98
+ export declare var HostHeaderRewriteConfig: StaticStructureSchema;
99
+ export declare var HttpHeaderConditionConfig: StaticStructureSchema;
100
+ export declare var HttpRequestMethodConditionConfig: StaticStructureSchema;
101
+ export declare var IncompatibleProtocolsException: StaticErrorSchema;
102
+ export declare var InsufficientCapacityException: StaticErrorSchema;
103
+ export declare var InvalidCaCertificatesBundleException: StaticErrorSchema;
104
+ export declare var InvalidConfigurationRequestException: StaticErrorSchema;
105
+ export declare var InvalidLoadBalancerActionException: StaticErrorSchema;
106
+ export declare var InvalidRevocationContentException: StaticErrorSchema;
107
+ export declare var InvalidSchemeException: StaticErrorSchema;
108
+ export declare var InvalidSecurityGroupException: StaticErrorSchema;
109
+ export declare var InvalidSubnetException: StaticErrorSchema;
110
+ export declare var InvalidTargetException: StaticErrorSchema;
111
+ export declare var IpamPools: StaticStructureSchema;
112
+ export declare var JwtValidationActionAdditionalClaim: StaticStructureSchema;
113
+ export declare var JwtValidationActionConfig: StaticStructureSchema;
114
+ export declare var Limit: StaticStructureSchema;
115
+ export declare var Listener: StaticStructureSchema;
116
+ export declare var ListenerAttribute: StaticStructureSchema;
117
+ export declare var ListenerNotFoundException: StaticErrorSchema;
118
+ export declare var LoadBalancer: StaticStructureSchema;
119
+ export declare var LoadBalancerAddress: StaticStructureSchema;
120
+ export declare var LoadBalancerAttribute: StaticStructureSchema;
121
+ export declare var LoadBalancerNotFoundException: StaticErrorSchema;
122
+ export declare var LoadBalancerState: StaticStructureSchema;
123
+ export declare var Matcher: StaticStructureSchema;
124
+ export declare var MinimumLoadBalancerCapacity: StaticStructureSchema;
125
+ export declare var ModifyCapacityReservationInput: StaticStructureSchema;
126
+ export declare var ModifyCapacityReservationOutput: StaticStructureSchema;
127
+ export declare var ModifyIpPoolsInput: StaticStructureSchema;
128
+ export declare var ModifyIpPoolsOutput: StaticStructureSchema;
129
+ export declare var ModifyListenerAttributesInput: StaticStructureSchema;
130
+ export declare var ModifyListenerAttributesOutput: StaticStructureSchema;
131
+ export declare var ModifyListenerInput: StaticStructureSchema;
132
+ export declare var ModifyListenerOutput: StaticStructureSchema;
133
+ export declare var ModifyLoadBalancerAttributesInput: StaticStructureSchema;
134
+ export declare var ModifyLoadBalancerAttributesOutput: StaticStructureSchema;
135
+ export declare var ModifyRuleInput: StaticStructureSchema;
136
+ export declare var ModifyRuleOutput: StaticStructureSchema;
137
+ export declare var ModifyTargetGroupAttributesInput: StaticStructureSchema;
138
+ export declare var ModifyTargetGroupAttributesOutput: StaticStructureSchema;
139
+ export declare var ModifyTargetGroupInput: StaticStructureSchema;
140
+ export declare var ModifyTargetGroupOutput: StaticStructureSchema;
141
+ export declare var ModifyTrustStoreInput: StaticStructureSchema;
142
+ export declare var ModifyTrustStoreOutput: StaticStructureSchema;
143
+ export declare var MutualAuthenticationAttributes: StaticStructureSchema;
144
+ export declare var OperationNotPermittedException: StaticErrorSchema;
145
+ export declare var PathPatternConditionConfig: StaticStructureSchema;
146
+ export declare var PriorityInUseException: StaticErrorSchema;
147
+ export declare var PriorRequestNotCompleteException: StaticErrorSchema;
148
+ export declare var QueryStringConditionConfig: StaticStructureSchema;
149
+ export declare var QueryStringKeyValuePair: StaticStructureSchema;
150
+ export declare var RedirectActionConfig: StaticStructureSchema;
151
+ export declare var RegisterTargetsInput: StaticStructureSchema;
152
+ export declare var RegisterTargetsOutput: StaticStructureSchema;
153
+ export declare var RemoveListenerCertificatesInput: StaticStructureSchema;
154
+ export declare var RemoveListenerCertificatesOutput: StaticStructureSchema;
155
+ export declare var RemoveTagsInput: StaticStructureSchema;
156
+ export declare var RemoveTagsOutput: StaticStructureSchema;
157
+ export declare var RemoveTrustStoreRevocationsInput: StaticStructureSchema;
158
+ export declare var RemoveTrustStoreRevocationsOutput: StaticStructureSchema;
159
+ export declare var ResourceInUseException: StaticErrorSchema;
160
+ export declare var ResourceNotFoundException: StaticErrorSchema;
161
+ export declare var RevocationContent: StaticStructureSchema;
162
+ export declare var RevocationContentNotFoundException: StaticErrorSchema;
163
+ export declare var RevocationIdNotFoundException: StaticErrorSchema;
164
+ export declare var RewriteConfig: StaticStructureSchema;
165
+ export declare var Rule: StaticStructureSchema;
166
+ export declare var RuleCondition: StaticStructureSchema;
167
+ export declare var RuleNotFoundException: StaticErrorSchema;
168
+ export declare var RulePriorityPair: StaticStructureSchema;
169
+ export declare var RuleTransform: StaticStructureSchema;
170
+ export declare var SetIpAddressTypeInput: StaticStructureSchema;
171
+ export declare var SetIpAddressTypeOutput: StaticStructureSchema;
172
+ export declare var SetRulePrioritiesInput: StaticStructureSchema;
173
+ export declare var SetRulePrioritiesOutput: StaticStructureSchema;
174
+ export declare var SetSecurityGroupsInput: StaticStructureSchema;
175
+ export declare var SetSecurityGroupsOutput: StaticStructureSchema;
176
+ export declare var SetSubnetsInput: StaticStructureSchema;
177
+ export declare var SetSubnetsOutput: StaticStructureSchema;
178
+ export declare var SourceIpConditionConfig: StaticStructureSchema;
179
+ export declare var SslPolicy: StaticStructureSchema;
180
+ export declare var SSLPolicyNotFoundException: StaticErrorSchema;
181
+ export declare var SubnetMapping: StaticStructureSchema;
182
+ export declare var SubnetNotFoundException: StaticErrorSchema;
183
+ export declare var Tag: StaticStructureSchema;
184
+ export declare var TagDescription: StaticStructureSchema;
185
+ export declare var TargetDescription: StaticStructureSchema;
186
+ export declare var TargetGroup: StaticStructureSchema;
187
+ export declare var TargetGroupAssociationLimitException: StaticErrorSchema;
188
+ export declare var TargetGroupAttribute: StaticStructureSchema;
189
+ export declare var TargetGroupNotFoundException: StaticErrorSchema;
190
+ export declare var TargetGroupStickinessConfig: StaticStructureSchema;
191
+ export declare var TargetGroupTuple: StaticStructureSchema;
192
+ export declare var TargetHealth: StaticStructureSchema;
193
+ export declare var TargetHealthDescription: StaticStructureSchema;
194
+ export declare var TooManyActionsException: StaticErrorSchema;
195
+ export declare var TooManyCertificatesException: StaticErrorSchema;
196
+ export declare var TooManyListenersException: StaticErrorSchema;
197
+ export declare var TooManyLoadBalancersException: StaticErrorSchema;
198
+ export declare var TooManyRegistrationsForTargetIdException: StaticErrorSchema;
199
+ export declare var TooManyRulesException: StaticErrorSchema;
200
+ export declare var TooManyTagsException: StaticErrorSchema;
201
+ export declare var TooManyTargetGroupsException: StaticErrorSchema;
202
+ export declare var TooManyTargetsException: StaticErrorSchema;
203
+ export declare var TooManyTrustStoreRevocationEntriesException: StaticErrorSchema;
204
+ export declare var TooManyTrustStoresException: StaticErrorSchema;
205
+ export declare var TooManyUniqueTargetGroupsPerLoadBalancerException: StaticErrorSchema;
206
+ export declare var TrustStore: StaticStructureSchema;
207
+ export declare var TrustStoreAssociation: StaticStructureSchema;
208
+ export declare var TrustStoreAssociationNotFoundException: StaticErrorSchema;
209
+ export declare var TrustStoreInUseException: StaticErrorSchema;
210
+ export declare var TrustStoreNotFoundException: StaticErrorSchema;
211
+ export declare var TrustStoreNotReadyException: StaticErrorSchema;
212
+ export declare var TrustStoreRevocation: StaticStructureSchema;
213
+ export declare var UnsupportedProtocolException: StaticErrorSchema;
214
+ export declare var UrlRewriteConfig: StaticStructureSchema;
215
+ export declare var ZonalCapacityReservationState: StaticStructureSchema;
216
+ export declare var __Unit: "unit";
217
+ export declare var ElasticLoadBalancingV2ServiceException: StaticErrorSchema;
218
+ export declare var Actions: StaticListSchema;
219
+ export declare var AlpnPolicyName: number;
220
+ export declare var AvailabilityZones: StaticListSchema;
221
+ export declare var CertificateList: StaticListSchema;
222
+ export declare var Ciphers: StaticListSchema;
223
+ export declare var DescribeTrustStoreRevocationResponse: StaticListSchema;
224
+ export declare var JwtValidationActionAdditionalClaims: StaticListSchema;
225
+ export declare var JwtValidationActionAdditionalClaimValues: number;
226
+ export declare var Limits: StaticListSchema;
227
+ export declare var ListenerArns: number;
228
+ export declare var ListenerAttributes: StaticListSchema;
229
+ export declare var Listeners: StaticListSchema;
230
+ export declare var ListOfDescribeTargetHealthIncludeOptions: number;
231
+ export declare var ListOfString: number;
232
+ export declare var LoadBalancerAddresses: StaticListSchema;
233
+ export declare var LoadBalancerArns: number;
234
+ export declare var LoadBalancerAttributes: StaticListSchema;
235
+ export declare var LoadBalancerNames: number;
236
+ export declare var LoadBalancers: StaticListSchema;
237
+ export declare var QueryStringKeyValuePairList: StaticListSchema;
238
+ export declare var RemoveIpamPools: number;
239
+ export declare var ResourceArns: number;
240
+ export declare var RevocationContents: StaticListSchema;
241
+ export declare var RevocationIds: number;
242
+ export declare var RewriteConfigList: StaticListSchema;
243
+ export declare var RuleArns: number;
244
+ export declare var RuleConditionList: StaticListSchema;
245
+ export declare var RulePriorityList: StaticListSchema;
246
+ export declare var Rules: StaticListSchema;
247
+ export declare var RuleTransformList: StaticListSchema;
248
+ export declare var SecurityGroups: number;
249
+ export declare var SourceNatIpv6Prefixes: number;
250
+ export declare var SslPolicies: StaticListSchema;
251
+ export declare var SslPolicyNames: number;
252
+ export declare var SslProtocols: number;
253
+ export declare var SubnetMappings: StaticListSchema;
254
+ export declare var Subnets: number;
255
+ export declare var TagDescriptions: StaticListSchema;
256
+ export declare var TagKeys: number;
257
+ export declare var TagList: StaticListSchema;
258
+ export declare var TargetDescriptions: StaticListSchema;
259
+ export declare var TargetGroupArns: number;
260
+ export declare var TargetGroupAttributes: StaticListSchema;
261
+ export declare var TargetGroupList: StaticListSchema;
262
+ export declare var TargetGroupNames: number;
263
+ export declare var TargetGroups: StaticListSchema;
264
+ export declare var TargetHealthDescriptions: StaticListSchema;
265
+ export declare var TrustStoreArns: number;
266
+ export declare var TrustStoreAssociations: StaticListSchema;
267
+ export declare var TrustStoreNames: number;
268
+ export declare var TrustStoreRevocations: StaticListSchema;
269
+ export declare var TrustStores: StaticListSchema;
270
+ export declare var ZonalCapacityReservationStates: StaticListSchema;
271
+ export declare var AuthenticateCognitoActionAuthenticationRequestExtraParams: number;
272
+ export declare var AuthenticateOidcActionAuthenticationRequestExtraParams: number;
273
+ export declare var AddListenerCertificates: StaticOperationSchema;
274
+ export declare var AddTags: StaticOperationSchema;
275
+ export declare var AddTrustStoreRevocations: StaticOperationSchema;
276
+ export declare var CreateListener: StaticOperationSchema;
277
+ export declare var CreateLoadBalancer: StaticOperationSchema;
278
+ export declare var CreateRule: StaticOperationSchema;
279
+ export declare var CreateTargetGroup: StaticOperationSchema;
280
+ export declare var CreateTrustStore: StaticOperationSchema;
281
+ export declare var DeleteListener: StaticOperationSchema;
282
+ export declare var DeleteLoadBalancer: StaticOperationSchema;
283
+ export declare var DeleteRule: StaticOperationSchema;
284
+ export declare var DeleteSharedTrustStoreAssociation: StaticOperationSchema;
285
+ export declare var DeleteTargetGroup: StaticOperationSchema;
286
+ export declare var DeleteTrustStore: StaticOperationSchema;
287
+ export declare var DeregisterTargets: StaticOperationSchema;
288
+ export declare var DescribeAccountLimits: StaticOperationSchema;
289
+ export declare var DescribeCapacityReservation: StaticOperationSchema;
290
+ export declare var DescribeListenerAttributes: StaticOperationSchema;
291
+ export declare var DescribeListenerCertificates: StaticOperationSchema;
292
+ export declare var DescribeListeners: StaticOperationSchema;
293
+ export declare var DescribeLoadBalancerAttributes: StaticOperationSchema;
294
+ export declare var DescribeLoadBalancers: StaticOperationSchema;
295
+ export declare var DescribeRules: StaticOperationSchema;
296
+ export declare var DescribeSSLPolicies: StaticOperationSchema;
297
+ export declare var DescribeTags: StaticOperationSchema;
298
+ export declare var DescribeTargetGroupAttributes: StaticOperationSchema;
299
+ export declare var DescribeTargetGroups: StaticOperationSchema;
300
+ export declare var DescribeTargetHealth: StaticOperationSchema;
301
+ export declare var DescribeTrustStoreAssociations: StaticOperationSchema;
302
+ export declare var DescribeTrustStoreRevocations: StaticOperationSchema;
303
+ export declare var DescribeTrustStores: StaticOperationSchema;
304
+ export declare var GetResourcePolicy: StaticOperationSchema;
305
+ export declare var GetTrustStoreCaCertificatesBundle: StaticOperationSchema;
306
+ export declare var GetTrustStoreRevocationContent: StaticOperationSchema;
307
+ export declare var ModifyCapacityReservation: StaticOperationSchema;
308
+ export declare var ModifyIpPools: StaticOperationSchema;
309
+ export declare var ModifyListener: StaticOperationSchema;
310
+ export declare var ModifyListenerAttributes: StaticOperationSchema;
311
+ export declare var ModifyLoadBalancerAttributes: StaticOperationSchema;
312
+ export declare var ModifyRule: StaticOperationSchema;
313
+ export declare var ModifyTargetGroup: StaticOperationSchema;
314
+ export declare var ModifyTargetGroupAttributes: StaticOperationSchema;
315
+ export declare var ModifyTrustStore: StaticOperationSchema;
316
+ export declare var RegisterTargets: StaticOperationSchema;
317
+ export declare var RemoveListenerCertificates: StaticOperationSchema;
318
+ export declare var RemoveTags: StaticOperationSchema;
319
+ export declare var RemoveTrustStoreRevocations: StaticOperationSchema;
320
+ export declare var SetIpAddressType: StaticOperationSchema;
321
+ export declare var SetRulePriorities: StaticOperationSchema;
322
+ export declare var SetSecurityGroups: StaticOperationSchema;
323
+ export declare var SetSubnets: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -384,6 +387,7 @@ export interface ClientDefaults
384
387
  retryMode?: string | __Provider<string>;
385
388
  logger?: __Logger;
386
389
  extensions?: RuntimeExtension[];
390
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
387
391
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
388
392
  }
389
393
  export type ElasticLoadBalancingV2ClientConfigType = Partial<