aws-sdk-ec2 1.63.0 → 1.64.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 +1182 -49
- data/lib/aws-sdk-ec2/client_api.rb +597 -29
- data/lib/aws-sdk-ec2/resource.rb +6 -3
- data/lib/aws-sdk-ec2/types.rb +1922 -23
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/volume.rb
CHANGED
@@ -90,7 +90,7 @@ module Aws::EC2
|
|
90
90
|
# credits, and bursting, see [Amazon EBS Volume Types][1] in the *Amazon
|
91
91
|
# Elastic Compute Cloud User Guide*.
|
92
92
|
#
|
93
|
-
# Constraints: Range is 100-
|
93
|
+
# Constraints: Range is 100-16,000 IOPS for `gp2` volumes and 100 to
|
94
94
|
# 64,000IOPS for `io1` volumes in most regions. Maximum `io1`IOPS of
|
95
95
|
# 64,000 is guaranteed only on [Nitro-based
|
96
96
|
# instances](AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances).
|
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.64.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: 2018-12-
|
11
|
+
date: 2018-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|