aws-sdk-elasticloadbalancingv2 1.59.0 → 1.60.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9abf5898bf4c1d0c73974910b6b9b1e5592498550da359c70dc634b1eba7015
|
4
|
+
data.tar.gz: 1b6ee60ce9e74e0de3c3805eec1a65963da25708bd2c07c5feff1557c58d0279
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4e40f0588c4bc9176d1c74c174a5150ba0bfacc9dd65ef9dbb2825b2e883f552ce5de6722d57b0e2fef8d5b0978cbc665cd638f2aef226528a27022f6f59072
|
7
|
+
data.tar.gz: c6bd0735fb965aab3785e89a9f27589ad2efbeb66d6277117f0a59390d355f56f0b3de51526e1ee672824eeef3e59585c442991c0052cb6f9242c306afc63dc4
|
@@ -4269,7 +4269,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4269
4269
|
params: params,
|
4270
4270
|
config: config)
|
4271
4271
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4272
|
-
context[:gem_version] = '1.
|
4272
|
+
context[:gem_version] = '1.60.0'
|
4273
4273
|
Seahorse::Client::Request.new(handlers, context)
|
4274
4274
|
end
|
4275
4275
|
|
@@ -4078,6 +4078,11 @@ module Aws::ElasticLoadBalancingV2
|
|
4078
4078
|
# ends, the target receives its full share of traffic. The range is
|
4079
4079
|
# 30-900 seconds (15 minutes). The default is 0 seconds (disabled).
|
4080
4080
|
#
|
4081
|
+
# * `stickiness.app_cookie.cookie_name` - Indicates the name of the
|
4082
|
+
# application-based cookie. Names that start with the following
|
4083
|
+
# names are not allowed: `AWSALB`, `AWSALBAPP`, and `AWSALBTG`.
|
4084
|
+
# They're reserved for use by the load balancer.
|
4085
|
+
#
|
4081
4086
|
# * `stickiness.app_cookie.duration_seconds` - The time period, in
|
4082
4087
|
# seconds, during which requests from a client should be routed to
|
4083
4088
|
# the same target. After this time period expires, the
|
@@ -4117,7 +4122,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4117
4122
|
# preservation is enabled. The value is `true` or `false`. The
|
4118
4123
|
# default is disabled if the target group type is IP address and the
|
4119
4124
|
# target group protocol is TCP or TLS. Otherwise, the default is
|
4120
|
-
# enabled.
|
4125
|
+
# enabled. Client IP preservation cannot be disabled for UDP and
|
4126
|
+
# TCP\_UDP target groups.
|
4121
4127
|
#
|
4122
4128
|
# * `proxy_protocol_v2.enabled` - Indicates whether Proxy Protocol
|
4123
4129
|
# version 2 is enabled. The value is `true` or `false`. The default
|
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.60.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-02-
|
11
|
+
date: 2021-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|