aws-sdk-elasticloadbalancingv2 1.36.0 → 1.37.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
  SHA1:
3
- metadata.gz: 48b483b7b12abc2da2fc16353b4bae1e9759fea6
4
- data.tar.gz: 1f861ae8d634b0aca1b480813ccc439adae931c3
3
+ metadata.gz: 185bace8d658caf502801117692bf048bae6a08c
4
+ data.tar.gz: 6ca23a448e549df740aeb5da1ac4bf84862e03fb
5
5
  SHA512:
6
- metadata.gz: 98d76901e8d8889d9ecdf9081a72ef16c822e498b37df4525e1fe2f673bbde1330b9153e3daeed7924836dae7260bbaef871b471c8c580b27d465aa2640aa991
7
- data.tar.gz: 729ea541687461204f8e039f393204821eee0149667a003e6206f13c9dd4760a969df66fa40233e08c9c27254c9e18a7d4c382dd61dd4a3d9ee39da23efc618a
6
+ metadata.gz: dcb48a45915e093d02884a3a6c16a1c0370520d7ce6700c935be387bae612a300cf6d3254042bdab6302772336ab68821fb4662c755bd581e73973607be3fec6
7
+ data.tar.gz: 1f3a21d37c2c00e23ed30ef9aa7668d138e31670117f4579e6f779061f75a2d520c44cb994230e761bea1ec8c9e309b87bc74050f0b5a2aaafdc9d9b1a3441dc
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.36.0'
46
+ GEM_VERSION = '1.37.0'
47
47
 
48
48
  end
@@ -3984,7 +3984,7 @@ module Aws::ElasticLoadBalancingV2
3984
3984
  params: params,
3985
3985
  config: config)
3986
3986
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
3987
- context[:gem_version] = '1.36.0'
3987
+ context[:gem_version] = '1.37.0'
3988
3988
  Seahorse::Client::Request.new(handlers, context)
3989
3989
  end
3990
3990
 
@@ -2010,7 +2010,7 @@ module Aws::ElasticLoadBalancingV2
2010
2010
  # * `routing.http.drop_invalid_header_fields.enabled` - Indicates
2011
2011
  # whether HTTP headers with invalid header fields are removed by the
2012
2012
  # load balancer (`true`) or routed to targets (`false`). The default
2013
- # is `true`.
2013
+ # is `false`.
2014
2014
  #
2015
2015
  # * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
2016
2016
  # value is `true` or `false`. The default is `true`.
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.36.0
4
+ version: 1.37.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: 2019-11-12 00:00:00.000000000 Z
11
+ date: 2019-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core