aws-sdk-elasticloadbalancingv2 1.58.0 → 1.59.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48da78699a9637b0f13deb17affa60b23bcc97261e30f9f0b8ced47b2a931dc6
4
- data.tar.gz: 2d4b45da0b27532cf094eaac27a581ede39f40f464ada3afa5f20327ff00c32b
3
+ metadata.gz: 9e21e25cb5bd3e2ebaeb5e2a14b716bb94dbe4a4a40b98d6928924fa82f4f46e
4
+ data.tar.gz: 2a5f017f1eed991e54c1d736296aa7335d09395065c82076381bf36420a54343
5
5
  SHA512:
6
- metadata.gz: 3901a1441a5e4a10da51192a854fc0f4be60ec1fd8331d136dd842422612d26aad91f00fbe167e1fce78ed804567ec8816fafd941f4d436195f4612f57487a90
7
- data.tar.gz: c6bdd9ddd5336feaee0a4b8e87f7f8f929bf8c2aafbcfd666a5e2f32b4e627253e1153502992b8b0bb97231f0962202dfe7486de38b7bd4eacabeefc58aca8b9
6
+ metadata.gz: 0af6e49d7c0c0a77bcca4825e83900fe6cc2dac876151517a782f777aabef7bad0611bf44f32bc3c5406051a7dae83735d7876b94082c9c10e4e787f88b87e91
7
+ data.tar.gz: ca5abfa36f84e57d3134afeb0939633c708ba1337a46f6c27794d5a03fc5aed38458aa209761529a16189ec3d8238d2ebfef23448d82908dd73d16fdadcf4878
@@ -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.58.0'
52
+ GEM_VERSION = '1.59.0'
53
53
 
54
54
  end
@@ -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.58.0'
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 Balancers or
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.58.0
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-05 00:00:00.000000000 Z
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