aws-sdk-autoscaling 1.19.0 → 1.20.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: f19bd21be1064cf44750611082bdf8b5b1928e3f
4
- data.tar.gz: 2b17ef5ca404e966ad798bfa95c1080e71ff4c8e
3
+ metadata.gz: 27bc2ab582f953875fce3a9e02a6262adbbbc88a
4
+ data.tar.gz: 0f1c8b762fcb5998a4d70e25c5f3d2b2c0da8f6b
5
5
  SHA512:
6
- metadata.gz: 22a0537d85337e233a7fbf72898a35c29a61d1c326730a8df5cb703bf0eb8135c1565d470ce64290388734604230b011a8f94a1e6c6a60b8a598ccd032473812
7
- data.tar.gz: db08a5d1af30c2a013cd7dbd5403b960baaddd60736a4c4a487a635847f7a4ec64f2700b99f9e3abe9250bbbbf6d59bbc889c6aadfb8f9aecc11b1f54f83e55c
6
+ metadata.gz: d2c27971cdb73817d702518ec25ecada1c469969ed2c828e019292b901b63d6cc29b8d42e11b49852929c80fb56cb5e9641d8aeb3ccb7df1929f59eaa13669c6
7
+ data.tar.gz: 7599cd21f68b87bf06133a66c96829b749a6a67b4cc954728153140b163ff7bbbddc42424137900907700e01916238716b0782fda7b8bedda0d278c90c5c5228
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
53
53
  # @service
54
54
  module Aws::AutoScaling
55
55
 
56
- GEM_VERSION = '1.19.0'
56
+ GEM_VERSION = '1.20.0'
57
57
 
58
58
  end
@@ -4573,7 +4573,7 @@ module Aws::AutoScaling
4573
4573
  params: params,
4574
4574
  config: config)
4575
4575
  context[:gem_name] = 'aws-sdk-autoscaling'
4576
- context[:gem_version] = '1.19.0'
4576
+ context[:gem_version] = '1.20.0'
4577
4577
  Seahorse::Client::Request.new(handlers, context)
4578
4578
  end
4579
4579
 
@@ -4590,7 +4590,7 @@ module Aws::AutoScaling
4590
4590
  # In between attempts, the waiter will sleep.
4591
4591
  #
4592
4592
  # # polls in a loop, sleeping between attempts
4593
- # client.waiter_until(waiter_name, params)
4593
+ # client.wait_until(waiter_name, params)
4594
4594
  #
4595
4595
  # ## Configuration
4596
4596
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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