aws-sdk-elasticloadbalancing 1.21.0 → 1.22.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: 0c5bcf641b519c142b015913f822aadf51af72f6d36b6805696b1981caf7479d
4
- data.tar.gz: ff285273d08889abfd47a5fdb373a5dc1f272d85315842adc4aff438c3d2c134
3
+ metadata.gz: 0dd507b7f3c4b1daea21bcd80e3cf6db5a11ae542b44234c8c4522429b56f6a6
4
+ data.tar.gz: 3f076a710a5a48b113d137ad3d46c75fed9f1ac9d664c01b9163b2a91d20bced
5
5
  SHA512:
6
- metadata.gz: 47fd1f3784910d59ea2c428b3e6c1490662168e3b44b2426d2bd757563428cf0ac3fff013218d13b14f756c6be27eedc9348bc9443128d4a6bb40feafd78117c
7
- data.tar.gz: 0207cf358f10291b3782473f48deaaffc17ebbb4a3e127ea7b4014de5a0ad1922379d167fe6b0312d93b1764a28b602b9b57bd8adb04ebb328ef12c30fbdd181
6
+ metadata.gz: c336268de58ec12fc12dd51cc1c3a05a956e643010ae20225b4ea23a0876c51fa07952c657267d44481badd3ef1786ef23e086afb69c62425fd31c2e5aac6d8d
7
+ data.tar.gz: 7f03a064be34145f3be374d32d9b7451e58e3edea97f8c4bf8c32dcae430860cd57558464291a7d921dc2d4348922f7776805ed359f1fe757168d9124a3d98cf
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
46
46
  # @service
47
47
  module Aws::ElasticLoadBalancing
48
48
 
49
- GEM_VERSION = '1.21.0'
49
+ GEM_VERSION = '1.22.0'
50
50
 
51
51
  end
@@ -176,7 +176,7 @@ module Aws::ElasticLoadBalancing
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.
@@ -2593,7 +2593,7 @@ module Aws::ElasticLoadBalancing
2593
2593
  params: params,
2594
2594
  config: config)
2595
2595
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2596
- context[:gem_version] = '1.21.0'
2596
+ context[:gem_version] = '1.22.0'
2597
2597
  Seahorse::Client::Request.new(handlers, context)
2598
2598
  end
2599
2599
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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-07 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