@aws-sdk/client-elastic-load-balancing-v2 3.36.1 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
7
18
 
8
19
 
@@ -64,7 +64,7 @@ const partitionHash = {
64
64
  hostname: "elasticloadbalancing.{region}.amazonaws.com.cn",
65
65
  },
66
66
  "aws-iso": {
67
- regions: ["us-iso-east-1"],
67
+ regions: ["us-iso-east-1", "us-iso-west-1"],
68
68
  hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
69
69
  },
70
70
  "aws-iso-b": {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SubnetMapping = exports.LoadBalancerSchemeEnum = exports.IpAddressType = exports.UnsupportedProtocolException = exports.TooManyUniqueTargetGroupsPerLoadBalancerException = exports.TooManyTargetsException = exports.TooManyRegistrationsForTargetIdException = exports.TooManyListenersException = exports.TooManyActionsException = exports.TargetGroupAssociationLimitException = exports.SSLPolicyNotFoundException = exports.InvalidLoadBalancerActionException = exports.InvalidConfigurationRequestException = exports.IncompatibleProtocolsException = exports.DuplicateListenerException = exports.CreateListenerOutput = exports.Listener = exports.CreateListenerInput = exports.Cipher = exports.AvailabilityZoneNotSupportedException = exports.AvailabilityZone = exports.LoadBalancerAddress = exports.ALPNPolicyNotSupportedException = exports.AllocationIdNotFoundException = exports.TooManyTagsException = exports.TargetGroupNotFoundException = exports.RuleNotFoundException = exports.LoadBalancerNotFoundException = exports.DuplicateTagKeysException = exports.AddTagsOutput = exports.AddTagsInput = exports.Tag = exports.TooManyCertificatesException = exports.ListenerNotFoundException = exports.CertificateNotFoundException = exports.AddListenerCertificatesOutput = exports.AddListenerCertificatesInput = exports.Certificate = exports.Action = exports.ActionTypeEnum = exports.RedirectActionConfig = exports.RedirectActionStatusCodeEnum = exports.ForwardActionConfig = exports.TargetGroupStickinessConfig = exports.TargetGroupTuple = exports.FixedResponseActionConfig = exports.AuthenticateOidcActionConfig = exports.AuthenticateOidcActionConditionalBehaviorEnum = exports.AuthenticateCognitoActionConfig = exports.AuthenticateCognitoActionConditionalBehaviorEnum = void 0;
4
- exports.DescribeListenerCertificatesInput = exports.DescribeAccountLimitsOutput = exports.Limit = exports.DescribeAccountLimitsInput = exports.InvalidTargetException = exports.DeregisterTargetsOutput = exports.DeregisterTargetsInput = exports.TargetDescription = exports.DeleteTargetGroupOutput = exports.DeleteTargetGroupInput = exports.DeleteRuleOutput = exports.DeleteRuleInput = exports.DeleteLoadBalancerOutput = exports.DeleteLoadBalancerInput = exports.DeleteListenerOutput = exports.DeleteListenerInput = exports.DuplicateTargetGroupNameException = exports.CreateTargetGroupOutput = exports.TargetGroup = exports.CreateTargetGroupInput = exports.TargetTypeEnum = exports.Matcher = exports.TooManyTargetGroupsException = exports.TooManyRulesException = exports.PriorityInUseException = exports.CreateRuleOutput = exports.Rule = exports.CreateRuleInput = exports.RuleCondition = exports.SourceIpConditionConfig = exports.QueryStringConditionConfig = exports.QueryStringKeyValuePair = exports.PathPatternConditionConfig = exports.HttpRequestMethodConditionConfig = exports.HttpHeaderConditionConfig = exports.HostHeaderConditionConfig = exports.TooManyLoadBalancersException = exports.SubnetNotFoundException = exports.ResourceInUseException = exports.OperationNotPermittedException = exports.InvalidSubnetException = exports.InvalidSecurityGroupException = exports.InvalidSchemeException = exports.DuplicateLoadBalancerNameException = exports.CreateLoadBalancerOutput = exports.LoadBalancer = exports.LoadBalancerState = exports.LoadBalancerStateEnum = exports.CreateLoadBalancerInput = exports.LoadBalancerTypeEnum = void 0;
5
- exports.SetSecurityGroupsInput = exports.SetRulePrioritiesOutput = exports.SetRulePrioritiesInput = exports.RulePriorityPair = exports.SetIpAddressTypeOutput = exports.SetIpAddressTypeInput = exports.RemoveTagsOutput = exports.RemoveTagsInput = exports.RemoveListenerCertificatesOutput = exports.RemoveListenerCertificatesInput = exports.RegisterTargetsOutput = exports.RegisterTargetsInput = exports.ModifyTargetGroupAttributesOutput = exports.ModifyTargetGroupAttributesInput = exports.ModifyTargetGroupOutput = exports.ModifyTargetGroupInput = exports.ModifyRuleOutput = exports.ModifyRuleInput = exports.ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesInput = exports.ModifyListenerOutput = exports.ModifyListenerInput = exports.HealthUnavailableException = exports.DescribeTargetHealthOutput = exports.TargetHealthDescription = exports.TargetHealth = exports.TargetHealthStateEnum = exports.TargetHealthReasonEnum = exports.DescribeTargetHealthInput = exports.DescribeTargetGroupsOutput = exports.DescribeTargetGroupsInput = exports.DescribeTargetGroupAttributesOutput = exports.TargetGroupAttribute = exports.DescribeTargetGroupAttributesInput = exports.DescribeTagsOutput = exports.TagDescription = exports.DescribeTagsInput = exports.DescribeSSLPoliciesOutput = exports.SslPolicy = exports.DescribeSSLPoliciesInput = exports.DescribeRulesOutput = exports.DescribeRulesInput = exports.DescribeLoadBalancersOutput = exports.DescribeLoadBalancersInput = exports.DescribeLoadBalancerAttributesOutput = exports.LoadBalancerAttribute = exports.DescribeLoadBalancerAttributesInput = exports.DescribeListenersOutput = exports.DescribeListenersInput = exports.DescribeListenerCertificatesOutput = void 0;
6
- exports.SetSubnetsOutput = exports.SetSubnetsInput = exports.SetSecurityGroupsOutput = void 0;
4
+ exports.DescribeAccountLimitsOutput = exports.Limit = exports.DescribeAccountLimitsInput = exports.InvalidTargetException = exports.DeregisterTargetsOutput = exports.DeregisterTargetsInput = exports.TargetDescription = exports.DeleteTargetGroupOutput = exports.DeleteTargetGroupInput = exports.DeleteRuleOutput = exports.DeleteRuleInput = exports.DeleteLoadBalancerOutput = exports.DeleteLoadBalancerInput = exports.DeleteListenerOutput = exports.DeleteListenerInput = exports.DuplicateTargetGroupNameException = exports.CreateTargetGroupOutput = exports.TargetGroup = exports.CreateTargetGroupInput = exports.TargetTypeEnum = exports.Matcher = exports.TargetGroupIpAddressTypeEnum = exports.TooManyTargetGroupsException = exports.TooManyRulesException = exports.PriorityInUseException = exports.CreateRuleOutput = exports.Rule = exports.CreateRuleInput = exports.RuleCondition = exports.SourceIpConditionConfig = exports.QueryStringConditionConfig = exports.QueryStringKeyValuePair = exports.PathPatternConditionConfig = exports.HttpRequestMethodConditionConfig = exports.HttpHeaderConditionConfig = exports.HostHeaderConditionConfig = exports.TooManyLoadBalancersException = exports.SubnetNotFoundException = exports.ResourceInUseException = exports.OperationNotPermittedException = exports.InvalidSubnetException = exports.InvalidSecurityGroupException = exports.InvalidSchemeException = exports.DuplicateLoadBalancerNameException = exports.CreateLoadBalancerOutput = exports.LoadBalancer = exports.LoadBalancerState = exports.LoadBalancerStateEnum = exports.CreateLoadBalancerInput = exports.LoadBalancerTypeEnum = void 0;
5
+ exports.SetRulePrioritiesOutput = exports.SetRulePrioritiesInput = exports.RulePriorityPair = exports.SetIpAddressTypeOutput = exports.SetIpAddressTypeInput = exports.RemoveTagsOutput = exports.RemoveTagsInput = exports.RemoveListenerCertificatesOutput = exports.RemoveListenerCertificatesInput = exports.RegisterTargetsOutput = exports.RegisterTargetsInput = exports.ModifyTargetGroupAttributesOutput = exports.ModifyTargetGroupAttributesInput = exports.ModifyTargetGroupOutput = exports.ModifyTargetGroupInput = exports.ModifyRuleOutput = exports.ModifyRuleInput = exports.ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesInput = exports.ModifyListenerOutput = exports.ModifyListenerInput = exports.HealthUnavailableException = exports.DescribeTargetHealthOutput = exports.TargetHealthDescription = exports.TargetHealth = exports.TargetHealthStateEnum = exports.TargetHealthReasonEnum = exports.DescribeTargetHealthInput = exports.DescribeTargetGroupsOutput = exports.DescribeTargetGroupsInput = exports.DescribeTargetGroupAttributesOutput = exports.TargetGroupAttribute = exports.DescribeTargetGroupAttributesInput = exports.DescribeTagsOutput = exports.TagDescription = exports.DescribeTagsInput = exports.DescribeSSLPoliciesOutput = exports.SslPolicy = exports.DescribeSSLPoliciesInput = exports.DescribeRulesOutput = exports.DescribeRulesInput = exports.DescribeLoadBalancersOutput = exports.DescribeLoadBalancersInput = exports.DescribeLoadBalancerAttributesOutput = exports.LoadBalancerAttribute = exports.DescribeLoadBalancerAttributesInput = exports.DescribeListenersOutput = exports.DescribeListenersInput = exports.DescribeListenerCertificatesOutput = exports.DescribeListenerCertificatesInput = void 0;
6
+ exports.SetSubnetsOutput = exports.SetSubnetsInput = exports.SetSecurityGroupsOutput = exports.SetSecurityGroupsInput = void 0;
7
7
  var AuthenticateCognitoActionConditionalBehaviorEnum;
8
8
  (function (AuthenticateCognitoActionConditionalBehaviorEnum) {
9
9
  AuthenticateCognitoActionConditionalBehaviorEnum["ALLOW"] = "allow";
@@ -472,6 +472,11 @@ var TooManyTargetGroupsException;
472
472
  ...obj,
473
473
  });
474
474
  })(TooManyTargetGroupsException = exports.TooManyTargetGroupsException || (exports.TooManyTargetGroupsException = {}));
475
+ var TargetGroupIpAddressTypeEnum;
476
+ (function (TargetGroupIpAddressTypeEnum) {
477
+ TargetGroupIpAddressTypeEnum["IPV4"] = "ipv4";
478
+ TargetGroupIpAddressTypeEnum["IPV6"] = "ipv6";
479
+ })(TargetGroupIpAddressTypeEnum = exports.TargetGroupIpAddressTypeEnum || (exports.TargetGroupIpAddressTypeEnum = {}));
475
480
  var Matcher;
476
481
  (function (Matcher) {
477
482
  Matcher.filterSensitiveLog = (obj) => ({
@@ -3785,6 +3785,9 @@ const serializeAws_queryCreateTargetGroupInput = (input, context) => {
3785
3785
  entries[loc] = value;
3786
3786
  });
3787
3787
  }
3788
+ if (input.IpAddressType !== undefined && input.IpAddressType !== null) {
3789
+ entries["IpAddressType"] = input.IpAddressType;
3790
+ }
3788
3791
  return entries;
3789
3792
  };
3790
3793
  const serializeAws_queryDeleteListenerInput = (input, context) => {
@@ -3938,6 +3941,9 @@ const serializeAws_queryDescribeSSLPoliciesInput = (input, context) => {
3938
3941
  if (input.PageSize !== undefined && input.PageSize !== null) {
3939
3942
  entries["PageSize"] = input.PageSize;
3940
3943
  }
3944
+ if (input.LoadBalancerType !== undefined && input.LoadBalancerType !== null) {
3945
+ entries["LoadBalancerType"] = input.LoadBalancerType;
3946
+ }
3941
3947
  return entries;
3942
3948
  };
3943
3949
  const serializeAws_queryDescribeTagsInput = (input, context) => {
@@ -6145,6 +6151,7 @@ const deserializeAws_querySslPolicy = (output, context) => {
6145
6151
  SslProtocols: undefined,
6146
6152
  Ciphers: undefined,
6147
6153
  Name: undefined,
6154
+ SupportedLoadBalancerTypes: undefined,
6148
6155
  };
6149
6156
  if (output.SslProtocols === "") {
6150
6157
  contents.SslProtocols = [];
@@ -6161,6 +6168,13 @@ const deserializeAws_querySslPolicy = (output, context) => {
6161
6168
  if (output["Name"] !== undefined) {
6162
6169
  contents.Name = smithy_client_1.expectString(output["Name"]);
6163
6170
  }
6171
+ if (output.SupportedLoadBalancerTypes === "") {
6172
+ contents.SupportedLoadBalancerTypes = [];
6173
+ }
6174
+ if (output["SupportedLoadBalancerTypes"] !== undefined &&
6175
+ output["SupportedLoadBalancerTypes"]["member"] !== undefined) {
6176
+ contents.SupportedLoadBalancerTypes = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["SupportedLoadBalancerTypes"]["member"]), context);
6177
+ }
6164
6178
  return contents;
6165
6179
  };
6166
6180
  const deserializeAws_querySSLPolicyNotFoundException = (output, context) => {
@@ -6276,6 +6290,7 @@ const deserializeAws_queryTargetGroup = (output, context) => {
6276
6290
  LoadBalancerArns: undefined,
6277
6291
  TargetType: undefined,
6278
6292
  ProtocolVersion: undefined,
6293
+ IpAddressType: undefined,
6279
6294
  };
6280
6295
  if (output["TargetGroupArn"] !== undefined) {
6281
6296
  contents.TargetGroupArn = smithy_client_1.expectString(output["TargetGroupArn"]);
@@ -6331,6 +6346,9 @@ const deserializeAws_queryTargetGroup = (output, context) => {
6331
6346
  if (output["ProtocolVersion"] !== undefined) {
6332
6347
  contents.ProtocolVersion = smithy_client_1.expectString(output["ProtocolVersion"]);
6333
6348
  }
6349
+ if (output["IpAddressType"] !== undefined) {
6350
+ contents.IpAddressType = smithy_client_1.expectString(output["IpAddressType"]);
6351
+ }
6334
6352
  return contents;
6335
6353
  };
6336
6354
  const deserializeAws_queryTargetGroupAssociationLimitException = (output, context) => {
@@ -62,7 +62,7 @@ var partitionHash = {
62
62
  hostname: "elasticloadbalancing.{region}.amazonaws.com.cn",
63
63
  },
64
64
  "aws-iso": {
65
- regions: ["us-iso-east-1"],
65
+ regions: ["us-iso-east-1", "us-iso-west-1"],
66
66
  hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
67
67
  },
68
68
  "aws-iso-b": {
@@ -327,6 +327,11 @@ export var TooManyTargetGroupsException;
327
327
  (function (TooManyTargetGroupsException) {
328
328
  TooManyTargetGroupsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
329
329
  })(TooManyTargetGroupsException || (TooManyTargetGroupsException = {}));
330
+ export var TargetGroupIpAddressTypeEnum;
331
+ (function (TargetGroupIpAddressTypeEnum) {
332
+ TargetGroupIpAddressTypeEnum["IPV4"] = "ipv4";
333
+ TargetGroupIpAddressTypeEnum["IPV6"] = "ipv6";
334
+ })(TargetGroupIpAddressTypeEnum || (TargetGroupIpAddressTypeEnum = {}));
330
335
  export var Matcher;
331
336
  (function (Matcher) {
332
337
  Matcher.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -3966,6 +3966,9 @@ var serializeAws_queryCreateTargetGroupInput = function (input, context) {
3966
3966
  entries[loc] = value;
3967
3967
  });
3968
3968
  }
3969
+ if (input.IpAddressType !== undefined && input.IpAddressType !== null) {
3970
+ entries["IpAddressType"] = input.IpAddressType;
3971
+ }
3969
3972
  return entries;
3970
3973
  };
3971
3974
  var serializeAws_queryDeleteListenerInput = function (input, context) {
@@ -4125,6 +4128,9 @@ var serializeAws_queryDescribeSSLPoliciesInput = function (input, context) {
4125
4128
  if (input.PageSize !== undefined && input.PageSize !== null) {
4126
4129
  entries["PageSize"] = input.PageSize;
4127
4130
  }
4131
+ if (input.LoadBalancerType !== undefined && input.LoadBalancerType !== null) {
4132
+ entries["LoadBalancerType"] = input.LoadBalancerType;
4133
+ }
4128
4134
  return entries;
4129
4135
  };
4130
4136
  var serializeAws_queryDescribeTagsInput = function (input, context) {
@@ -6603,6 +6609,7 @@ var deserializeAws_querySslPolicy = function (output, context) {
6603
6609
  SslProtocols: undefined,
6604
6610
  Ciphers: undefined,
6605
6611
  Name: undefined,
6612
+ SupportedLoadBalancerTypes: undefined,
6606
6613
  };
6607
6614
  if (output.SslProtocols === "") {
6608
6615
  contents.SslProtocols = [];
@@ -6619,6 +6626,13 @@ var deserializeAws_querySslPolicy = function (output, context) {
6619
6626
  if (output["Name"] !== undefined) {
6620
6627
  contents.Name = __expectString(output["Name"]);
6621
6628
  }
6629
+ if (output.SupportedLoadBalancerTypes === "") {
6630
+ contents.SupportedLoadBalancerTypes = [];
6631
+ }
6632
+ if (output["SupportedLoadBalancerTypes"] !== undefined &&
6633
+ output["SupportedLoadBalancerTypes"]["member"] !== undefined) {
6634
+ contents.SupportedLoadBalancerTypes = deserializeAws_queryListOfString(__getArrayIfSingleItem(output["SupportedLoadBalancerTypes"]["member"]), context);
6635
+ }
6622
6636
  return contents;
6623
6637
  };
6624
6638
  var deserializeAws_querySSLPolicyNotFoundException = function (output, context) {
@@ -6734,6 +6748,7 @@ var deserializeAws_queryTargetGroup = function (output, context) {
6734
6748
  LoadBalancerArns: undefined,
6735
6749
  TargetType: undefined,
6736
6750
  ProtocolVersion: undefined,
6751
+ IpAddressType: undefined,
6737
6752
  };
6738
6753
  if (output["TargetGroupArn"] !== undefined) {
6739
6754
  contents.TargetGroupArn = __expectString(output["TargetGroupArn"]);
@@ -6789,6 +6804,9 @@ var deserializeAws_queryTargetGroup = function (output, context) {
6789
6804
  if (output["ProtocolVersion"] !== undefined) {
6790
6805
  contents.ProtocolVersion = __expectString(output["ProtocolVersion"]);
6791
6806
  }
6807
+ if (output["IpAddressType"] !== undefined) {
6808
+ contents.IpAddressType = __expectString(output["IpAddressType"]);
6809
+ }
6792
6810
  return contents;
6793
6811
  };
6794
6812
  var deserializeAws_queryTargetGroupAssociationLimitException = function (output, context) {
@@ -1767,9 +1767,13 @@ export declare namespace TooManyTargetGroupsException {
1767
1767
  */
1768
1768
  const filterSensitiveLog: (obj: TooManyTargetGroupsException) => any;
1769
1769
  }
1770
+ export declare enum TargetGroupIpAddressTypeEnum {
1771
+ IPV4 = "ipv4",
1772
+ IPV6 = "ipv6"
1773
+ }
1770
1774
  /**
1771
1775
  * <p>The codes to use when checking for a successful response from a target. If the protocol
1772
- * version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes.</p>
1776
+ * version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes. </p>
1773
1777
  */
1774
1778
  export interface Matcher {
1775
1779
  /**
@@ -1777,6 +1781,8 @@ export interface Matcher {
1777
1781
  * default value is 200. You can specify multiple values (for example, "200,202") or a range of
1778
1782
  * values (for example, "200-299").</p>
1779
1783
  * <p>For Network Load Balancers and Gateway Load Balancers, this must be "200–399".</p>
1784
+ * <p>Note that when using shorthand syntax, some values such as commas need to be
1785
+ * escaped.</p>
1780
1786
  */
1781
1787
  HttpCode?: string;
1782
1788
  /**
@@ -1926,6 +1932,12 @@ export interface CreateTargetGroupInput {
1926
1932
  * <p>The tags to assign to the target group.</p>
1927
1933
  */
1928
1934
  Tags?: Tag[];
1935
+ /**
1936
+ * <p>The type of IP address used for this target group. The possible values are
1937
+ * <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
1938
+ * the IP address type defaults to <code>ipv4</code>.</p>
1939
+ */
1940
+ IpAddressType?: TargetGroupIpAddressTypeEnum | string;
1929
1941
  }
1930
1942
  export declare namespace CreateTargetGroupInput {
1931
1943
  /**
@@ -2018,6 +2030,12 @@ export interface TargetGroup {
2018
2030
  * <code>HTTP1</code>, and <code>HTTP2</code>.</p>
2019
2031
  */
2020
2032
  ProtocolVersion?: string;
2033
+ /**
2034
+ * <p>The type of IP address used for this target group. The possible values are
2035
+ * <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
2036
+ * the IP address type defaults to <code>ipv4</code>.</p>
2037
+ */
2038
+ IpAddressType?: TargetGroupIpAddressTypeEnum | string;
2021
2039
  }
2022
2040
  export declare namespace TargetGroup {
2023
2041
  /**
@@ -2476,22 +2494,22 @@ export interface LoadBalancerAttribute {
2476
2494
  * </li>
2477
2495
  * <li>
2478
2496
  * <p>
2479
- * <code>routing.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - Indicates whether the two headers (<code>x-amzn-tls-version</code> and
2480
- * <code>x-amzn-tls-cipher-suite</code>), which contain information about
2481
- * the negotiated TLS version and cipher suite, are added to the client request
2482
- * before sending it to the target. The <code>x-amzn-tls-version</code> header
2483
- * has information about the TLS protocol version negotiated with the client,
2484
- * and the <code>x-amzn-tls-cipher-suite</code> header has information about
2485
- * the cipher suite negotiated with the client. Both headers are in OpenSSL
2486
- * format. The possible values for the attribute are <code>true</code> and
2487
- * <code>false</code>. The default is <code>false</code>.</p>
2497
+ * <code>routing.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - Indicates
2498
+ * whether the two headers (<code>x-amzn-tls-version</code> and
2499
+ * <code>x-amzn-tls-cipher-suite</code>), which contain information about the negotiated
2500
+ * TLS version and cipher suite, are added to the client request before sending it to the
2501
+ * target. The <code>x-amzn-tls-version</code> header has information about the TLS protocol
2502
+ * version negotiated with the client, and the <code>x-amzn-tls-cipher-suite</code> header
2503
+ * has information about the cipher suite negotiated with the client. Both headers are in
2504
+ * OpenSSL format. The possible values for the attribute are <code>true</code> and
2505
+ * <code>false</code>. The default is <code>false</code>.</p>
2488
2506
  * </li>
2489
2507
  * <li>
2490
2508
  * <p>
2491
2509
  * <code>routing.http.xff_client_port.enabled</code> - Indicates whether the
2492
- * <code>X-Forwarded-For</code> header should preserve the source port that the client used
2510
+ * <code>X-Forwarded-For</code> header should preserve the source port that the client used
2493
2511
  * to connect to the load balancer. The possible values are <code>true</code> and
2494
- * <code>false</code>. The default is <code>false</code>.</p>
2512
+ * <code>false</code>. The default is <code>false</code>.</p>
2495
2513
  * </li>
2496
2514
  * <li>
2497
2515
  * <p>
@@ -2642,6 +2660,11 @@ export interface DescribeSSLPoliciesInput {
2642
2660
  * <p>The maximum number of results to return with this call.</p>
2643
2661
  */
2644
2662
  PageSize?: number;
2663
+ /**
2664
+ * <p> The type of load balancer. The default lists the SSL policies for all load
2665
+ * balancers.</p>
2666
+ */
2667
+ LoadBalancerType?: LoadBalancerTypeEnum | string;
2645
2668
  }
2646
2669
  export declare namespace DescribeSSLPoliciesInput {
2647
2670
  /**
@@ -2665,6 +2688,12 @@ export interface SslPolicy {
2665
2688
  * <p>The name of the policy.</p>
2666
2689
  */
2667
2690
  Name?: string;
2691
+ /**
2692
+ * <p>
2693
+ * The supported load balancers.
2694
+ * </p>
2695
+ */
2696
+ SupportedLoadBalancerTypes?: string[];
2668
2697
  }
2669
2698
  export declare namespace SslPolicy {
2670
2699
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.36.1",
4
+ "version": "3.37.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.0.0",
23
23
  "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.36.1",
25
- "@aws-sdk/config-resolver": "3.36.0",
26
- "@aws-sdk/credential-provider-node": "3.36.1",
27
- "@aws-sdk/fetch-http-handler": "3.36.0",
28
- "@aws-sdk/hash-node": "3.36.0",
29
- "@aws-sdk/invalid-dependency": "3.36.0",
30
- "@aws-sdk/middleware-content-length": "3.36.0",
31
- "@aws-sdk/middleware-host-header": "3.36.0",
32
- "@aws-sdk/middleware-logger": "3.36.0",
33
- "@aws-sdk/middleware-retry": "3.36.0",
34
- "@aws-sdk/middleware-serde": "3.36.0",
35
- "@aws-sdk/middleware-signing": "3.36.0",
36
- "@aws-sdk/middleware-stack": "3.36.0",
37
- "@aws-sdk/middleware-user-agent": "3.36.0",
38
- "@aws-sdk/node-config-provider": "3.36.0",
39
- "@aws-sdk/node-http-handler": "3.36.0",
40
- "@aws-sdk/protocol-http": "3.36.0",
41
- "@aws-sdk/smithy-client": "3.36.0",
42
- "@aws-sdk/types": "3.36.0",
43
- "@aws-sdk/url-parser": "3.36.0",
44
- "@aws-sdk/util-base64-browser": "3.36.0",
45
- "@aws-sdk/util-base64-node": "3.36.0",
46
- "@aws-sdk/util-body-length-browser": "3.36.0",
47
- "@aws-sdk/util-body-length-node": "3.36.0",
48
- "@aws-sdk/util-user-agent-browser": "3.36.0",
49
- "@aws-sdk/util-user-agent-node": "3.36.0",
50
- "@aws-sdk/util-utf8-browser": "3.36.0",
51
- "@aws-sdk/util-utf8-node": "3.36.0",
52
- "@aws-sdk/util-waiter": "3.36.0",
24
+ "@aws-sdk/client-sts": "3.37.0",
25
+ "@aws-sdk/config-resolver": "3.37.0",
26
+ "@aws-sdk/credential-provider-node": "3.37.0",
27
+ "@aws-sdk/fetch-http-handler": "3.37.0",
28
+ "@aws-sdk/hash-node": "3.37.0",
29
+ "@aws-sdk/invalid-dependency": "3.37.0",
30
+ "@aws-sdk/middleware-content-length": "3.37.0",
31
+ "@aws-sdk/middleware-host-header": "3.37.0",
32
+ "@aws-sdk/middleware-logger": "3.37.0",
33
+ "@aws-sdk/middleware-retry": "3.37.0",
34
+ "@aws-sdk/middleware-serde": "3.37.0",
35
+ "@aws-sdk/middleware-signing": "3.37.0",
36
+ "@aws-sdk/middleware-stack": "3.37.0",
37
+ "@aws-sdk/middleware-user-agent": "3.37.0",
38
+ "@aws-sdk/node-config-provider": "3.37.0",
39
+ "@aws-sdk/node-http-handler": "3.37.0",
40
+ "@aws-sdk/protocol-http": "3.37.0",
41
+ "@aws-sdk/smithy-client": "3.37.0",
42
+ "@aws-sdk/types": "3.37.0",
43
+ "@aws-sdk/url-parser": "3.37.0",
44
+ "@aws-sdk/util-base64-browser": "3.37.0",
45
+ "@aws-sdk/util-base64-node": "3.37.0",
46
+ "@aws-sdk/util-body-length-browser": "3.37.0",
47
+ "@aws-sdk/util-body-length-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.37.0",
49
+ "@aws-sdk/util-user-agent-node": "3.37.0",
50
+ "@aws-sdk/util-utf8-browser": "3.37.0",
51
+ "@aws-sdk/util-utf8-node": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.37.0",
53
53
  "entities": "2.2.0",
54
54
  "fast-xml-parser": "3.19.0",
55
55
  "tslib": "^2.3.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/client-documentation-generator": "3.36.0",
58
+ "@aws-sdk/client-documentation-generator": "3.37.0",
59
59
  "@types/node": "^12.7.5",
60
60
  "downlevel-dts": "0.7.0",
61
61
  "jest": "^26.1.0",