aws-sdk-elasticloadbalancing 1.11.0 → 1.12.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
  SHA1:
3
- metadata.gz: 766eb86798ab6d8048889fbe354324447cb27c34
4
- data.tar.gz: a3afca1ab3b043cbc2cb808e23b20fb08f302f20
3
+ metadata.gz: 3fb91a2290e43fac6a444694242b1da791c99f3d
4
+ data.tar.gz: 1b2ca05e64998feeebe6ff7ac0ac5ebe36bc3881
5
5
  SHA512:
6
- metadata.gz: 93e8bc32b76d25b6773f9edfec8492acaef449cdcfe6ad1adc5ca08c21eb0a83b9f758d8e0745808e7056f5ed88e3579c89d14b4918b00da4c7d9dca6338903e
7
- data.tar.gz: 3cd3905d21466eb5f125ece32003998160865b23e00413dab76991ceea986a0a1d7975c5cc44b0705001b00abdf7308c9b8a7ffcbd8e8928cd2850da0ecd94b0
6
+ metadata.gz: 5c4c263f6088fcde4c38cb6c5ff19b15aa9f653d8977907c25d1b89244b427d7650ef02c5daaa2cfb19b095211a2716b4ee7bb3948300225c89a9fbee722e77f
7
+ data.tar.gz: b849368deae361a3deaa67169f0c97741951557125d29ea0a170bedf638332044fec0222e36489f4114343c9039fc9f327b0f1db2827b61c8713802f58500a60
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancing/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancing
45
45
 
46
- GEM_VERSION = '1.11.0'
46
+ GEM_VERSION = '1.12.0'
47
47
 
48
48
  end
@@ -2481,7 +2481,7 @@ module Aws::ElasticLoadBalancing
2481
2481
  params: params,
2482
2482
  config: config)
2483
2483
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2484
- context[:gem_version] = '1.11.0'
2484
+ context[:gem_version] = '1.12.0'
2485
2485
  Seahorse::Client::Request.new(handlers, context)
2486
2486
  end
2487
2487
 
@@ -2498,7 +2498,7 @@ module Aws::ElasticLoadBalancing
2498
2498
  # In between attempts, the waiter will sleep.
2499
2499
  #
2500
2500
  # # polls in a loop, sleeping between attempts
2501
- # client.waiter_until(waiter_name, params)
2501
+ # client.wait_until(waiter_name, params)
2502
2502
  #
2503
2503
  # ## Configuration
2504
2504
  #
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.11.0
4
+ version: 1.12.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-03-21 00:00:00.000000000 Z
11
+ date: 2019-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core