aws-sdk-elasticloadbalancingv2 1.65.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: 5dec729804a53f1881972c9530b1156a2ce1abc73dd40e157c84c1f052f8beb6
4
- data.tar.gz: '083aa98687d90595582b0bcb5db547d5155947c62dc3f4de5fa9e59fab49dd80'
3
+ metadata.gz: e37f4640893caeac42d374959710284d7216124f52286df697c2411da4d0d448
4
+ data.tar.gz: 0240f662ad1a9405864de1c321f224696e415b224734caa7f7662cd23eb94c01
5
5
  SHA512:
6
- metadata.gz: 25e53d66290c35c1b855a3fa3066859cc1185f63ada58d1be6ce1226937414ecd2a0f7e74143f9b4881658518614c9660eb307a8ed1dc79a0d74fac52ddd558d
7
- data.tar.gz: 26c5f96afc4348996b51c7f2e4f10ce368773cedeb5b2689d242f8da0a68cb1924db8fa72c1a6b9ef2240c712421262e5f19c5627d2875353a50e30f1bd4461d
6
+ metadata.gz: 73e8efddcb73c30fddf9649be02a8bdbc6555ddb8c3f2d2a6be713cf5e47a802794717b71f6b14cec8fdd482139cf01b081ed2a8f0406ac2cb57a9db9cd6293b
7
+ data.tar.gz: 2ce98c053e4ea03e963ae8c41fb44945f53550dfb567d3dab7058487a62eed828a38639b2e24fb4af89cdae3458fc2cc16e4dc3f04a0f1a5ada7cda8badf0854
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.65.0 (2021-07-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.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.65.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.65.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.65.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-28 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.118.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.118.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement