aws-sdk-elasticloadbalancingv2 1.58.0 → 1.59.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: 9e21e25cb5bd3e2ebaeb5e2a14b716bb94dbe4a4a40b98d6928924fa82f4f46e
|
4
|
+
data.tar.gz: 2a5f017f1eed991e54c1d736296aa7335d09395065c82076381bf36420a54343
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0af6e49d7c0c0a77bcca4825e83900fe6cc2dac876151517a782f777aabef7bad0611bf44f32bc3c5406051a7dae83735d7876b94082c9c10e4e787f88b87e91
|
7
|
+
data.tar.gz: ca5abfa36f84e57d3134afeb0939633c708ba1337a46f6c27794d5a03fc5aed38458aa209761529a16189ec3d8238d2ebfef23448d82908dd73d16fdadcf4878
|
@@ -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.59.0'
|
4273
4273
|
Seahorse::Client::Request.new(handlers, context)
|
4274
4274
|
end
|
4275
4275
|
|
@@ -4060,8 +4060,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4060
4060
|
# enabled. The value is `true` or `false`. The default is `false`.
|
4061
4061
|
#
|
4062
4062
|
# * `stickiness.type` - The type of sticky sessions. The possible
|
4063
|
-
# values are `lb_cookie` for Application Load
|
4064
|
-
# `source_ip` for Network Load Balancers.
|
4063
|
+
# values are `lb_cookie` and `app_cookie` for Application Load
|
4064
|
+
# Balancers or `source_ip` for Network Load Balancers.
|
4065
4065
|
#
|
4066
4066
|
# The following attributes are supported only if the load balancer is
|
4067
4067
|
# an Application Load Balancer and the target is an instance or an IP
|
@@ -4078,6 +4078,13 @@ 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.duration_seconds` - The time period, in
|
4082
|
+
# seconds, during which requests from a client should be routed to
|
4083
|
+
# the same target. After this time period expires, the
|
4084
|
+
# application-based cookie is considered stale. The range is 1
|
4085
|
+
# second to 1 week (604800 seconds). The default value is 1 day
|
4086
|
+
# (86400 seconds).
|
4087
|
+
#
|
4081
4088
|
# * `stickiness.lb_cookie.duration_seconds` - The time period, in
|
4082
4089
|
# seconds, during which requests from a client should be routed to
|
4083
4090
|
# the same target. After this time period expires, the load
|
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.59.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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|