aws-sdk-elasticloadbalancingv2 1.65.0 → 1.66.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +12 -7
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e37f4640893caeac42d374959710284d7216124f52286df697c2411da4d0d448
|
4
|
+
data.tar.gz: 0240f662ad1a9405864de1c321f224696e415b224734caa7f7662cd23eb94c01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73e8efddcb73c30fddf9649be02a8bdbc6555ddb8c3f2d2a6be713cf5e47a802794717b71f6b14cec8fdd482139cf01b081ed2a8f0406ac2cb57a9db9cd6293b
|
7
|
+
data.tar.gz: 2ce98c053e4ea03e963ae8c41fb44945f53550dfb567d3dab7058487a62eed828a38639b2e24fb4af89cdae3458fc2cc16e4dc3f04a0f1a5ada7cda8badf0854
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -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.
|
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
|
-
#
|
2404
|
-
# Balancing requires that message header names contain
|
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
|
2410
|
-
# `true`
|
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
|
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.
|
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-
|
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.
|
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.
|
32
|
+
version: 3.119.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|