aws-sdk-autoscaling 1.34.0 → 1.35.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: d4075d13ad4121be0e6e87f0762647e0acd14692f92d15bb2290ca82281bc2b6
4
- data.tar.gz: 3c7994c29c076ab530213169b28a9d265b922847ad06161cd7ca8af9740522fd
3
+ metadata.gz: a6c183ad8f13fe8d2c9f1eb371ac7dc45bdc3efddb4f57b601b14dfd7fb8b1fb
4
+ data.tar.gz: 1451b01dfef6d628fe7facc397a777e9f914158792ba3f0d8c4eb78a44f929a0
5
5
  SHA512:
6
- metadata.gz: 9752cc1c302ea399b8a876a1c5f17c7b28b53d9b9b2b3e9bd85b13134f1042fdb478ef46a4e5ca1e779c514691510102fd611adbf92fa1c4925014fb878d423e
7
- data.tar.gz: a75ded324ac743e093e62a26179cf0911632b0a486beb1d449a80143e832d4ac14c5c12afb7e49a084e15d406fecdd9afcc63bf5440e69149fd3dc280665f725
6
+ metadata.gz: acce4076c25f60a05b3df662940e10b281db84ea962001b0598829ec74571c65023ba8e3c8d9212d7950605eb966b4c9c611dfac71ecdd0555e063b1dcd256bb
7
+ data.tar.gz: 707f1264a32a115415df8e407f45db0d29172d78b4d6c5d9be37dc24117262e892126b3cd8075a8f6bb261c7e56554c7a02f005816e3e02d7a6fa97a6a147b99
@@ -56,6 +56,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
56
56
  # @service
57
57
  module Aws::AutoScaling
58
58
 
59
- GEM_VERSION = '1.34.0'
59
+ GEM_VERSION = '1.35.0'
60
60
 
61
61
  end
@@ -105,7 +105,7 @@ module Aws::AutoScaling
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::AutoScaling
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -4898,7 +4898,7 @@ module Aws::AutoScaling
4898
4898
  params: params,
4899
4899
  config: config)
4900
4900
  context[:gem_name] = 'aws-sdk-autoscaling'
4901
- context[:gem_version] = '1.34.0'
4901
+ context[:gem_version] = '1.35.0'
4902
4902
  Seahorse::Client::Request.new(handlers, context)
4903
4903
  end
4904
4904
 
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.34.0
4
+ version: 1.35.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-04-20 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core