aws-sdk-ecs 1.62.0 → 1.63.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 +2 -2
- 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: 627808ed0354fcba1ff42d086a02afd5977b6dcd74120c0e7ac7c3c335762299
|
|
4
|
+
data.tar.gz: 963cbd6d44e8a51a03cbf82831add0a6755124a4ea3c6f6234b18e67b4529fb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6edadc3ea6c6fce0cc2980eb530d26a917b3df92a5358f8fc5a52ab8de854e28fde24ea5d43e1db08fefccf58dd427319941bc0832e255313bdb81a7eeacde79
|
|
7
|
+
data.tar.gz: 864d807029ce69caf82790533c60f966e13c112a6e2e6035a485c80cecbcb3ba08e24294035c934bef942adb7cd66ff3d6d8cc863808bdc15ca03f4337ab1bd6
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::ECS
|
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
177
177
|
#
|
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
180
180
|
#
|
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
182
182
|
# The log formatter.
|
|
@@ -7998,7 +7998,7 @@ module Aws::ECS
|
|
|
7998
7998
|
params: params,
|
|
7999
7999
|
config: config)
|
|
8000
8000
|
context[:gem_name] = 'aws-sdk-ecs'
|
|
8001
|
-
context[:gem_version] = '1.
|
|
8001
|
+
context[:gem_version] = '1.63.0'
|
|
8002
8002
|
Seahorse::Client::Request.new(handlers, context)
|
|
8003
8003
|
end
|
|
8004
8004
|
|
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.63.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-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|