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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d3b0fc549346b5d0906c66b227974abf61737a5dc89ad16940a4b57fe1fca60
|
4
|
+
data.tar.gz: 6457a37cfa01be29f2fb60de785a80ef3aed5a8a6c742fe7a4d1acbac59db77b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 446481dd239796407c55566870249d1669372af5441389c41e565ac7f990a1669dd079d54ae613baefe494eb2823127edaf948d889d73b2e313b79d6d40bb4e7
|
7
|
+
data.tar.gz: 5fe8913e8f859fb7e721207024cc502e81a5eeb9a6840aeb18497458b669b428b4c827c436362b734aa9fc435d6ebe0d457f59148f0a9fa1f3fcf4d697a80452
|
@@ -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
|
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
|
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.
|
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.
|
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-
|
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
|