aws-sdk-elasticloadbalancingv2 1.43.0 → 1.44.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: 37f0cd48d947743cf76459e384754177f0b2a2de7e58d6df30e1a4050875fe10
4
- data.tar.gz: 456a76ee69d179d2b0098ccf7c385363d94d2bdd435f86aa1657123fa4e4cad7
3
+ metadata.gz: c47e7a5fbc71e871b36d686fed1978296cef982295dafd79b42f7943fef39212
4
+ data.tar.gz: bb8febe75bb0ae37186acf1cd57abe5df5a3d63d46a7adc40f32f0b1eb7615d1
5
5
  SHA512:
6
- metadata.gz: 8c63fe0d2a6c098139e3cdc06f43c048ef02fb16f7a8d86524698c0750c85ac9557dcecbc7d1cc10b359a38a3dd29feb86cb64cd483e8d4f0b03ede0899b53b2
7
- data.tar.gz: 8993363ec3142870cd004569849084e22d50513b48fa5a5e107857ccee8ffdd70b4ea6c1833779b229e3b9690a4489b5bd2eb07a6f2f7f577d6bf7ccffb4ba01
6
+ metadata.gz: 43ef642bec2fe9dbdf62b57996cc3ad52703f3514a9212f84e3ce37271821d372bc1298dfffee79d30a221f2f1a11d30d5830c439fae868ac4bb2b73f9dc41a4
7
+ data.tar.gz: e70bed54f87b1e9059a3fbd1af6afa49094d40bfe4fc5294360263470dbe0f8aa2bbb9050e37cd6f1651ef7f4e4cd960bcfccf456e2c2426df8153fdb5a30f57
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
46
46
  # @service
47
47
  module Aws::ElasticLoadBalancingV2
48
48
 
49
- GEM_VERSION = '1.43.0'
49
+ GEM_VERSION = '1.44.0'
50
50
 
51
51
  end
@@ -176,7 +176,7 @@ module Aws::ElasticLoadBalancingV2
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -4267,7 +4267,7 @@ module Aws::ElasticLoadBalancingV2
4267
4267
  params: params,
4268
4268
  config: config)
4269
4269
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4270
- context[:gem_version] = '1.43.0'
4270
+ context[:gem_version] = '1.44.0'
4271
4271
  Seahorse::Client::Request.new(handlers, context)
4272
4272
  end
4273
4273
 
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.43.0
4
+ version: 1.44.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: 2020-05-27 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core