aws-sdk-ec2 1.75.0 → 1.76.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-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/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: 5b7e84a3e07dc053c503f67ff2764a348751faa0
|
|
4
|
+
data.tar.gz: 3c428ad616aacb53185ae129a658ea3c5e4b15f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd247585c82772d2cef82a39748b53ff1b27518acd70a17e7b385f349ff4b5b95a19389b95bdff02a63f850484af32a384eaeae0f566700fc78858ba5ce2d446
|
|
7
|
+
data.tar.gz: 633516b8fb32e2cf5ffba380204ed14dc86a15471ca53fd1eca3b35a511839cce2c290ac1fad085d0453b7e53375ba689ad27cffcfbd3b00e9ccd3a0014b077a
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -29979,7 +29979,7 @@ module Aws::EC2
|
|
|
29979
29979
|
params: params,
|
|
29980
29980
|
config: config)
|
|
29981
29981
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
29982
|
-
context[:gem_version] = '1.
|
|
29982
|
+
context[:gem_version] = '1.76.0'
|
|
29983
29983
|
Seahorse::Client::Request.new(handlers, context)
|
|
29984
29984
|
end
|
|
29985
29985
|
|
|
@@ -29996,7 +29996,7 @@ module Aws::EC2
|
|
|
29996
29996
|
# In between attempts, the waiter will sleep.
|
|
29997
29997
|
#
|
|
29998
29998
|
# # polls in a loop, sleeping between attempts
|
|
29999
|
-
# client.
|
|
29999
|
+
# client.wait_until(waiter_name, params)
|
|
30000
30000
|
#
|
|
30001
30001
|
# ## Configuration
|
|
30002
30002
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.76.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-sigv4
|