aws-sdk-ecs 1.34.0 → 1.35.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba90a0ff5655745d32a75f4d4bfd453160b737a1
|
|
4
|
+
data.tar.gz: 5381a764be0f7492e3a3effa800bc9c3d4df0f56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0481f485e658d2ebf9422738182c8d1bbeaa7b0e4fb0f0dc8e80b3ebef70fcb34bda129917f77dabf35318a1921d6c56db09bf72ce3fbf251cd5e354af623d4a'
|
|
7
|
+
data.tar.gz: f9e713af2da59f2d39d897eab354c1624410027c157de46134d8b70e4c1f2ad0277722ac3db08796876dc35d8505f61a023c1bd4f85a8ee7889974262efb6dd0
|
data/lib/aws-sdk-ecs.rb
CHANGED
data/lib/aws-sdk-ecs/client.rb
CHANGED
|
@@ -5960,7 +5960,7 @@ module Aws::ECS
|
|
|
5960
5960
|
params: params,
|
|
5961
5961
|
config: config)
|
|
5962
5962
|
context[:gem_name] = 'aws-sdk-ecs'
|
|
5963
|
-
context[:gem_version] = '1.
|
|
5963
|
+
context[:gem_version] = '1.35.0'
|
|
5964
5964
|
Seahorse::Client::Request.new(handlers, context)
|
|
5965
5965
|
end
|
|
5966
5966
|
|
|
@@ -5977,7 +5977,7 @@ module Aws::ECS
|
|
|
5977
5977
|
# In between attempts, the waiter will sleep.
|
|
5978
5978
|
#
|
|
5979
5979
|
# # polls in a loop, sleeping between attempts
|
|
5980
|
-
# client.
|
|
5980
|
+
# client.wait_until(waiter_name, params)
|
|
5981
5981
|
#
|
|
5982
5982
|
# ## Configuration
|
|
5983
5983
|
#
|
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.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: 2019-03-
|
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|