aws-sdk-ecs 1.60.0 → 1.61.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 +4 -4
- data/lib/aws-sdk-ecs.rb +1 -1
- data/lib/aws-sdk-ecs/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 785aef4b3b038b679814ea30d17f17d823309cb5ea8f69f2c6af76f2383e268a
|
4
|
+
data.tar.gz: 9d4f62e0eb91c1cbc8b264bf34d1f5f14c2dd0c6cfb0b765364a28722d07dcff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b3abf22a0888f69cbf9e8567c8afdcb093d089bfcee3f657e0a3dc6ea3a0dc3ef1fe0d3c52aac7b7574accc18876a8aa80e04d6129b0502578286b4e63817d9
|
7
|
+
data.tar.gz: df1a77051ce72c373a07e386ef69640781b343b96193fe42c44667599bd25a53422dc908921db6faa8dfc16f6f60d6718bc48be1bfab842b5ba36828d894180e
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::ECS
|
|
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::ECS
|
|
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
|
@@ -7959,7 +7959,7 @@ module Aws::ECS
|
|
7959
7959
|
params: params,
|
7960
7960
|
config: config)
|
7961
7961
|
context[:gem_name] = 'aws-sdk-ecs'
|
7962
|
-
context[:gem_version] = '1.
|
7962
|
+
context[:gem_version] = '1.61.0'
|
7963
7963
|
Seahorse::Client::Request.new(handlers, context)
|
7964
7964
|
end
|
7965
7965
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.61.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
|