aws-sdk-applicationautoscaling 1.37.0 → 1.38.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: ace0ba74cf06bc3a5f636d110478ea08a6d4fc211dc63eeb46c0a23f42661077
4
- data.tar.gz: 95ada5b9caa15a2e2d0e8e4529bcc57b37375c59973b2e5f8f79e68777c339ce
3
+ metadata.gz: 7d3b0fc549346b5d0906c66b227974abf61737a5dc89ad16940a4b57fe1fca60
4
+ data.tar.gz: 6457a37cfa01be29f2fb60de785a80ef3aed5a8a6c742fe7a4d1acbac59db77b
5
5
  SHA512:
6
- metadata.gz: f23e85af9a341bc950b481bbecae79c709e40e62db059830ac243b702fd782793aa4f5780f9aa12f191c00b9f0a1a68889db42f4d99b4610cbdbf2764acb2c21
7
- data.tar.gz: 2b5e05ab5f67038ac810ff3b02b9c29e512fe1b8d1d829c38834bb747248f257b4443999ba942e07978dc344f88a8f1fb1e878e4115d68ae3b5898daba2c0c68
6
+ metadata.gz: 446481dd239796407c55566870249d1669372af5441389c41e565ac7f990a1669dd079d54ae613baefe494eb2823127edaf948d889d73b2e313b79d6d40bb4e7
7
+ data.tar.gz: 5fe8913e8f859fb7e721207024cc502e81a5eeb9a6840aeb18497458b669b428b4c827c436362b734aa9fc435d6ebe0d457f59148f0a9fa1f3fcf4d697a80452
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
45
45
  # @service
46
46
  module Aws::ApplicationAutoScaling
47
47
 
48
- GEM_VERSION = '1.37.0'
48
+ GEM_VERSION = '1.38.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ApplicationAutoScaling
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::ApplicationAutoScaling
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
@@ -2398,7 +2398,7 @@ module Aws::ApplicationAutoScaling
2398
2398
  params: params,
2399
2399
  config: config)
2400
2400
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
2401
- context[:gem_version] = '1.37.0'
2401
+ context[:gem_version] = '1.38.0'
2402
2402
  Seahorse::Client::Request.new(handlers, context)
2403
2403
  end
2404
2404
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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-23 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