aws-sdk-ec2 1.131.0 → 1.132.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 +6 -7
- data/lib/aws-sdk-ec2/types.rb +1 -1
- 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: b949836d0bc279bb51873ec0cb1c13f204d868ce
|
|
4
|
+
data.tar.gz: 209e2bd353bdd4703e59cedbdbc49c770b0df44e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4edbf25eb726ba35ed1a570ca1e4e64ddc0f5df463646845f74c072aa213a24fd3144aefc95d15e15ac30db31c4228810f19495252470c6a386241955c7671d
|
|
7
|
+
data.tar.gz: 000e216401f50729ff958e6815e9e50470ec024e0973c37e5cdbc7d87419874f7f9a87de3c45f373b63d4995f710e4df200b1ba201d0d184553394bbc493585e
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -15666,7 +15666,7 @@ module Aws::EC2
|
|
|
15666
15666
|
# instance type.
|
|
15667
15667
|
#
|
|
15668
15668
|
# * `vcpu-info.default-threads-per-core` - The default number of threads
|
|
15669
|
-
# per
|
|
15669
|
+
# per core for the instance type.
|
|
15670
15670
|
#
|
|
15671
15671
|
# * `vcpu-info.default-vcpus` - The default number of vCPUs for the
|
|
15672
15672
|
# instance type.
|
|
@@ -34944,11 +34944,10 @@ module Aws::EC2
|
|
|
34944
34944
|
# EC2 charges a one-minute minimum for instance usage, and thereafter
|
|
34945
34945
|
# charges per second for instance usage.
|
|
34946
34946
|
#
|
|
34947
|
-
# You can't
|
|
34948
|
-
#
|
|
34949
|
-
#
|
|
34950
|
-
#
|
|
34951
|
-
# User Guide*.
|
|
34947
|
+
# You can't hibernate Spot Instances, and you can't stop or hibernate
|
|
34948
|
+
# instance store-backed instances. For information about using
|
|
34949
|
+
# hibernation for Spot Instances, see [Hibernating Interrupted Spot
|
|
34950
|
+
# Instances][4] in the *Amazon Elastic Compute Cloud User Guide*.
|
|
34952
34951
|
#
|
|
34953
34952
|
# When you stop or hibernate an instance, we shut it down. You can
|
|
34954
34953
|
# restart your instance at any time. Before stopping or hibernating an
|
|
@@ -35633,7 +35632,7 @@ module Aws::EC2
|
|
|
35633
35632
|
params: params,
|
|
35634
35633
|
config: config)
|
|
35635
35634
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
35636
|
-
context[:gem_version] = '1.
|
|
35635
|
+
context[:gem_version] = '1.132.0'
|
|
35637
35636
|
Seahorse::Client::Request.new(handlers, context)
|
|
35638
35637
|
end
|
|
35639
35638
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -14432,7 +14432,7 @@ module Aws::EC2
|
|
|
14432
14432
|
# instance type.
|
|
14433
14433
|
#
|
|
14434
14434
|
# * `vcpu-info.default-threads-per-core` - The default number of
|
|
14435
|
-
# threads per
|
|
14435
|
+
# threads per core for the instance type.
|
|
14436
14436
|
#
|
|
14437
14437
|
# * `vcpu-info.default-vcpus` - The default number of vCPUs for the
|
|
14438
14438
|
# instance type.
|
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.132.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-01-
|
|
11
|
+
date: 2020-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|