aws-sdk-elasticloadbalancingv2 1.64.0 → 1.66.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '06291b831db2efc3caa1e316b4e7046f554b627515789a87d60860d6a309ede6'
4
- data.tar.gz: 7b57e9811a6dce93520c4a68de744854813d48b7dc8b4c3e01dc4ee623aab6da
3
+ metadata.gz: e37f4640893caeac42d374959710284d7216124f52286df697c2411da4d0d448
4
+ data.tar.gz: 0240f662ad1a9405864de1c321f224696e415b224734caa7f7662cd23eb94c01
5
5
  SHA512:
6
- metadata.gz: e93b058bd8fd95090aad8c633dd8f960ab7d85d6b02ea7a03f784aa1eda029b57ccb441f4ecc774a90f4ed6c61b691e8e001337260a06f8a6dac9a18e5cb8565
7
- data.tar.gz: 652a708417ab53dd3df1dac80e0146f38f1e32454d1ae04650021721f3b41bcc2d543a1430904bbbdab25a18304872432b84c0a4d331801240360b288c3f9a66
6
+ metadata.gz: 73e8efddcb73c30fddf9649be02a8bdbc6555ddb8c3f2d2a6be713cf5e47a802794717b71f6b14cec8fdd482139cf01b081ed2a8f0406ac2cb57a9db9cd6293b
7
+ data.tar.gz: 2ce98c053e4ea03e963ae8c41fb44945f53550dfb567d3dab7058487a62eed828a38639b2e24fb4af89cdae3458fc2cc16e4dc3f04a0f1a5ada7cda8badf0854
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Client Port Preservation ALB Attribute Launch
8
+
9
+ 1.65.0 (2021-07-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.64.0 (2021-07-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
49
49
  # @!group service
50
50
  module Aws::ElasticLoadBalancingV2
51
51
 
52
- GEM_VERSION = '1.64.0'
52
+ GEM_VERSION = '1.66.0'
53
53
 
54
54
  end
@@ -4272,7 +4272,7 @@ module Aws::ElasticLoadBalancingV2
4272
4272
  params: params,
4273
4273
  config: config)
4274
4274
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4275
- context[:gem_version] = '1.64.0'
4275
+ context[:gem_version] = '1.66.0'
4276
4276
  Seahorse::Client::Request.new(handlers, context)
4277
4277
  end
4278
4278
 
@@ -2399,22 +2399,27 @@ module Aws::ElasticLoadBalancingV2
2399
2399
  # Both headers are in OpenSSL format. The possible values for the
2400
2400
  # attribute are `true` and `false`. The default is `false`.
2401
2401
  #
2402
+ # * `routing.http.xff_client_port.enabled` - Indicates whether the
2403
+ # `X-Forwarded-For` header should preserve the source port that the
2404
+ # client used to connect to the load balancer. The possible values
2405
+ # are `true` and `false`. The default is `false`.
2406
+ #
2402
2407
  # * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
2403
- # value is `true` or `false`. The default is `true`. Elastic Load
2404
- # Balancing requires that message header names contain only
2405
- # alphanumeric characters and hyphens.
2408
+ # possible values are `true` and `false`. The default is `true`.
2409
+ # Elastic Load Balancing requires that message header names contain
2410
+ # only alphanumeric characters and hyphens.
2406
2411
  #
2407
2412
  # * `waf.fail_open.enabled` - Indicates whether to allow a WAF-enabled
2408
2413
  # load balancer to route requests to targets if it is unable to
2409
- # forward the request to Amazon Web Services WAF. The value is
2410
- # `true` or `false`. The default is `false`.
2414
+ # forward the request to Amazon Web Services WAF. The possible
2415
+ # values are `true` and `false`. The default is `false`.
2411
2416
  #
2412
2417
  # The following attribute is supported by Network Load Balancers and
2413
2418
  # Gateway Load Balancers:
2414
2419
  #
2415
2420
  # * `load_balancing.cross_zone.enabled` - Indicates whether cross-zone
2416
- # load balancing is enabled. The value is `true` or `false`. The
2417
- # default is `false`.
2421
+ # load balancing is enabled. The possible values are `true` and
2422
+ # `false`. The default is `false`.
2418
2423
  #
2419
2424
  # ^
2420
2425
  # @return [String]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-22 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.119.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement