aws-sdk-elasticloadbalancingv2 1.24.0 → 1.25.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: 8a122559823dbf36ecb889270d0d73d12c5df790
4
- data.tar.gz: be1b6e5f2f2996722e329c61463038a1cdb9d825
3
+ metadata.gz: e2f0f34a956832f67e30505b710831ea3b516141
4
+ data.tar.gz: b62968716c1cc961b34abde8e76843649cd17c46
5
5
  SHA512:
6
- metadata.gz: 887a23aa7fb53a0f9a45d12164da77e65431bf918ec06154e5083bf4c12c856364615d3022c3caa8039edaef46bcd123adc01aa1bdab777346776a59331a6239
7
- data.tar.gz: '0297983fd2e3d4bfc177464f88c194ab5a16d8bb8a77631fb6acc10f083cfca0ce91b9eb4a5548599b8df90ab058d73b5ebce900f58e7667d9b0ebd41ffbce50'
6
+ metadata.gz: 759e8a9696113f7c4c4d7f264ad269581543ca672d2eab19a5fc92c868b54c30ff0e30dfba21addce2793c142d3234a9014a0e166b911cb8105bf9e934278772
7
+ data.tar.gz: 67d619c0f1b0279754665d71e2051279ae20255fd7a9cbcfe2f33f322180e05fe34c6a0039dfa4a78d21264a49ef2a9868e0cc31323b044bcb1d24e1a6c9bc06
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.24.0'
46
+ GEM_VERSION = '1.25.0'
47
47
 
48
48
  end
@@ -3851,7 +3851,7 @@ module Aws::ElasticLoadBalancingV2
3851
3851
  params: params,
3852
3852
  config: config)
3853
3853
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
3854
- context[:gem_version] = '1.24.0'
3854
+ context[:gem_version] = '1.25.0'
3855
3855
  Seahorse::Client::Request.new(handlers, context)
3856
3856
  end
3857
3857
 
@@ -3868,7 +3868,7 @@ module Aws::ElasticLoadBalancingV2
3868
3868
  # In between attempts, the waiter will sleep.
3869
3869
  #
3870
3870
  # # polls in a loop, sleeping between attempts
3871
- # client.waiter_until(waiter_name, params)
3871
+ # client.wait_until(waiter_name, params)
3872
3872
  #
3873
3873
  # ## Configuration
3874
3874
  #
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.24.0
4
+ version: 1.25.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