aws-sdk-ec2 1.149.0 → 1.151.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 +5 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +182 -58
- data/lib/aws-sdk-ec2/client_api.rb +31 -28
- data/lib/aws-sdk-ec2/instance.rb +3 -2
- data/lib/aws-sdk-ec2/placement_group.rb +1 -0
- data/lib/aws-sdk-ec2/resource.rb +11 -7
- data/lib/aws-sdk-ec2/subnet.rb +8 -4
- data/lib/aws-sdk-ec2/types.rb +167 -48
- data/lib/aws-sdk-ec2/vpc.rb +1 -0
- metadata +3 -4
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -901,6 +901,7 @@ module Aws::EC2
|
|
901
901
|
# running, if applicable.
|
902
902
|
#
|
903
903
|
# * `hypervisor` - The hypervisor type of the instance (`ovm` \| `xen`).
|
904
|
+
# The value `xen` is used for both Xen and Nitro hypervisors.
|
904
905
|
#
|
905
906
|
# * `iam-instance-profile.arn` - The instance profile associated with
|
906
907
|
# the instance. Specified as an ARN.
|
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.151.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-03-
|
11
|
+
date: 2020-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -108,8 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: '0'
|
110
110
|
requirements: []
|
111
|
-
|
112
|
-
rubygems_version: 2.5.2.3
|
111
|
+
rubygems_version: 3.0.3
|
113
112
|
signing_key:
|
114
113
|
specification_version: 4
|
115
114
|
summary: AWS SDK for Ruby - Amazon EC2
|