aws-sdk-ec2 1.424.0 → 1.425.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +32 -20
- data/lib/aws-sdk-ec2/resource.rb +11 -9
- data/lib/aws-sdk-ec2/types.rb +62 -64
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdc4c5151c095b8667709bbb9e6d3d777470869fd041c1e455b592e454b6da18
|
4
|
+
data.tar.gz: 5a0a9040593ba7f8ae2ba0ceefa78c8a233feb01e9b33a4c6c9738901fad1c06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7a36491748b602d65e177bfb41799b62da4b0a048e84b0f2d4c05ef631231b77cc7b82eb09858e148d0cecd2cd5c492a9635930c032aad1a5565c2efa03670e
|
7
|
+
data.tar.gz: 3a12c086a3681123c339fde83bdcd82f22b7d47c8a521d02388bb48101209bbc9f25289688f4e798daf23268cd215d0741af289525eadf48092a2d2b8ea0da00
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.425.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -13992,14 +13992,14 @@ module Aws::EC2
|
|
13992
13992
|
#
|
13993
13993
|
# The following are the supported values for each volume type:
|
13994
13994
|
#
|
13995
|
-
# * `gp3`: 3,000-16,000 IOPS
|
13995
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
13996
13996
|
#
|
13997
|
-
# * `io1`: 100-64,000 IOPS
|
13997
|
+
# * `io1`: 100 - 64,000 IOPS
|
13998
13998
|
#
|
13999
|
-
# * `io2`: 100-
|
13999
|
+
# * `io2`: 100 - 256,000 IOPS
|
14000
14000
|
#
|
14001
|
-
#
|
14002
|
-
# built on the Nitro System][1].
|
14001
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
14002
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
14003
14003
|
# performance up to 32,000 IOPS.
|
14004
14004
|
#
|
14005
14005
|
# This parameter is required for `io1` and `io2` volumes. The default
|
@@ -14043,13 +14043,15 @@ module Aws::EC2
|
|
14043
14043
|
#
|
14044
14044
|
# The following are the supported volumes sizes for each volume type:
|
14045
14045
|
#
|
14046
|
-
# * `gp2` and `gp3`: 1-16,384
|
14046
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
14047
14047
|
#
|
14048
|
-
# * `io1
|
14048
|
+
# * `io1`: 4 - 16,384 GiB
|
14049
14049
|
#
|
14050
|
-
# * `
|
14050
|
+
# * `io2`: 4 - 65,536 GiB
|
14051
14051
|
#
|
14052
|
-
# * `
|
14052
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
14053
|
+
#
|
14054
|
+
# * `standard`: 1 - 1024 GiB
|
14053
14055
|
#
|
14054
14056
|
# @option params [String] :snapshot_id
|
14055
14057
|
# The snapshot from which to create the volume. You must specify either
|
@@ -32792,9 +32794,9 @@ module Aws::EC2
|
|
32792
32794
|
# volume, in GiB.
|
32793
32795
|
#
|
32794
32796
|
# * `launch.block-device-mapping.volume-type` - The type of EBS volume:
|
32795
|
-
# `gp2` for General Purpose SSD, `io1` or `io2` for
|
32796
|
-
# SSD, `st1` for Throughput Optimized HDD, `sc1`for
|
32797
|
-
# `standard` for Magnetic.
|
32797
|
+
# `gp2` or `gp3` for General Purpose SSD, `io1` or `io2` for
|
32798
|
+
# Provisioned IOPS SSD, `st1` for Throughput Optimized HDD, `sc1` for
|
32799
|
+
# Cold HDD, or `standard` for Magnetic.
|
32798
32800
|
#
|
32799
32801
|
# * `launch.group-id` - The ID of the security group for the instance.
|
32800
32802
|
#
|
@@ -49786,13 +49788,15 @@ module Aws::EC2
|
|
49786
49788
|
#
|
49787
49789
|
# The following are the supported volumes sizes for each volume type:
|
49788
49790
|
#
|
49789
|
-
# * `gp2` and `gp3`: 1-16,384
|
49791
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
49792
|
+
#
|
49793
|
+
# * `io1`: 4 - 16,384 GiB
|
49790
49794
|
#
|
49791
|
-
# * `
|
49795
|
+
# * `io2`: 4 - 65,536 GiB
|
49792
49796
|
#
|
49793
|
-
# * `st1` and `sc1`: 125-16,384
|
49797
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
49794
49798
|
#
|
49795
|
-
# * `standard`: 1-
|
49799
|
+
# * `standard`: 1 - 1024 GiB
|
49796
49800
|
#
|
49797
49801
|
# Default: The existing size is retained.
|
49798
49802
|
#
|
@@ -49813,16 +49817,24 @@ module Aws::EC2
|
|
49813
49817
|
#
|
49814
49818
|
# The following are the supported values for each volume type:
|
49815
49819
|
#
|
49816
|
-
# * `gp3`: 3,000-16,000 IOPS
|
49820
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
49817
49821
|
#
|
49818
|
-
# * `io1`: 100-64,000 IOPS
|
49822
|
+
# * `io1`: 100 - 64,000 IOPS
|
49819
49823
|
#
|
49820
|
-
# * `io2`: 100-
|
49824
|
+
# * `io2`: 100 - 256,000 IOPS
|
49825
|
+
#
|
49826
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
49827
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
49828
|
+
# performance up to 32,000 IOPS.
|
49821
49829
|
#
|
49822
49830
|
# Default: The existing value is retained if you keep the same volume
|
49823
49831
|
# type. If you change the volume type to `io1`, `io2`, or `gp3`, the
|
49824
49832
|
# default is 3,000.
|
49825
49833
|
#
|
49834
|
+
#
|
49835
|
+
#
|
49836
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
49837
|
+
#
|
49826
49838
|
# @option params [Integer] :throughput
|
49827
49839
|
# The target throughput of the volume, in MiB/s. This parameter is valid
|
49828
49840
|
# only for `gp3` volumes. The maximum value is 1,000.
|
@@ -58604,7 +58616,7 @@ module Aws::EC2
|
|
58604
58616
|
params: params,
|
58605
58617
|
config: config)
|
58606
58618
|
context[:gem_name] = 'aws-sdk-ec2'
|
58607
|
-
context[:gem_version] = '1.
|
58619
|
+
context[:gem_version] = '1.425.0'
|
58608
58620
|
Seahorse::Client::Request.new(handlers, context)
|
58609
58621
|
end
|
58610
58622
|
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -1481,14 +1481,14 @@ module Aws::EC2
|
|
1481
1481
|
#
|
1482
1482
|
# The following are the supported values for each volume type:
|
1483
1483
|
#
|
1484
|
-
# * `gp3`: 3,000-16,000 IOPS
|
1484
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
1485
1485
|
#
|
1486
|
-
# * `io1`: 100-64,000 IOPS
|
1486
|
+
# * `io1`: 100 - 64,000 IOPS
|
1487
1487
|
#
|
1488
|
-
# * `io2`: 100-
|
1488
|
+
# * `io2`: 100 - 256,000 IOPS
|
1489
1489
|
#
|
1490
|
-
#
|
1491
|
-
# built on the Nitro System][1].
|
1490
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
1491
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
1492
1492
|
# performance up to 32,000 IOPS.
|
1493
1493
|
#
|
1494
1494
|
# This parameter is required for `io1` and `io2` volumes. The default
|
@@ -1529,13 +1529,15 @@ module Aws::EC2
|
|
1529
1529
|
#
|
1530
1530
|
# The following are the supported volumes sizes for each volume type:
|
1531
1531
|
#
|
1532
|
-
# * `gp2` and `gp3`: 1-16,384
|
1532
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
1533
1533
|
#
|
1534
|
-
# * `io1
|
1534
|
+
# * `io1`: 4 - 16,384 GiB
|
1535
1535
|
#
|
1536
|
-
# * `
|
1536
|
+
# * `io2`: 4 - 65,536 GiB
|
1537
1537
|
#
|
1538
|
-
# * `
|
1538
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
1539
|
+
#
|
1540
|
+
# * `standard`: 1 - 1024 GiB
|
1539
1541
|
# @option options [String] :snapshot_id
|
1540
1542
|
# The snapshot from which to create the volume. You must specify either
|
1541
1543
|
# a snapshot ID or a volume size.
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -12341,14 +12341,14 @@ module Aws::EC2
|
|
12341
12341
|
#
|
12342
12342
|
# The following are the supported values for each volume type:
|
12343
12343
|
#
|
12344
|
-
# * `gp3`: 3,000-16,000 IOPS
|
12344
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
12345
12345
|
#
|
12346
|
-
# * `io1`: 100-64,000 IOPS
|
12346
|
+
# * `io1`: 100 - 64,000 IOPS
|
12347
12347
|
#
|
12348
|
-
# * `io2`: 100-
|
12348
|
+
# * `io2`: 100 - 256,000 IOPS
|
12349
12349
|
#
|
12350
|
-
#
|
12351
|
-
# built on the Nitro System][1].
|
12350
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
12351
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
12352
12352
|
# performance up to 32,000 IOPS.
|
12353
12353
|
#
|
12354
12354
|
# This parameter is required for `io1` and `io2` volumes. The default
|
@@ -12395,13 +12395,15 @@ module Aws::EC2
|
|
12395
12395
|
#
|
12396
12396
|
# The following are the supported volumes sizes for each volume type:
|
12397
12397
|
#
|
12398
|
-
# * `gp2` and `gp3`: 1-16,384
|
12398
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
12399
12399
|
#
|
12400
|
-
# * `io1
|
12400
|
+
# * `io1`: 4 - 16,384 GiB
|
12401
12401
|
#
|
12402
|
-
# * `
|
12402
|
+
# * `io2`: 4 - 65,536 GiB
|
12403
12403
|
#
|
12404
|
-
# * `
|
12404
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
12405
|
+
#
|
12406
|
+
# * `standard`: 1 - 1024 GiB
|
12405
12407
|
# @return [Integer]
|
12406
12408
|
#
|
12407
12409
|
# @!attribute [rw] snapshot_id
|
@@ -24746,9 +24748,9 @@ module Aws::EC2
|
|
24746
24748
|
# volume, in GiB.
|
24747
24749
|
#
|
24748
24750
|
# * `launch.block-device-mapping.volume-type` - The type of EBS
|
24749
|
-
# volume: `gp2` for General Purpose SSD, `io1` or `io2` for
|
24750
|
-
# Provisioned IOPS SSD, `st1` for Throughput Optimized HDD, `sc1`
|
24751
|
-
# Cold HDD, or `standard` for Magnetic.
|
24751
|
+
# volume: `gp2` or `gp3` for General Purpose SSD, `io1` or `io2` for
|
24752
|
+
# Provisioned IOPS SSD, `st1` for Throughput Optimized HDD, `sc1`
|
24753
|
+
# for Cold HDD, or `standard` for Magnetic.
|
24752
24754
|
#
|
24753
24755
|
# * `launch.group-id` - The ID of the security group for the instance.
|
24754
24756
|
#
|
@@ -29808,19 +29810,18 @@ module Aws::EC2
|
|
29808
29810
|
#
|
29809
29811
|
# The following are the supported values for each volume type:
|
29810
29812
|
#
|
29811
|
-
# * `gp3`: 3,000-16,000 IOPS
|
29813
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
29812
29814
|
#
|
29813
|
-
# * `io1`: 100-64,000 IOPS
|
29815
|
+
# * `io1`: 100 - 64,000 IOPS
|
29814
29816
|
#
|
29815
|
-
# * `io2`: 100-
|
29817
|
+
# * `io2`: 100 - 256,000 IOPS
|
29816
29818
|
#
|
29817
|
-
# For `
|
29818
|
-
#
|
29819
|
-
#
|
29819
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
29820
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
29821
|
+
# performance up to 32,000 IOPS.
|
29820
29822
|
#
|
29821
29823
|
# This parameter is required for `io1` and `io2` volumes. The default
|
29822
|
-
# for `gp3` volumes is 3,000 IOPS.
|
29823
|
-
# `gp2`, `st1`, `sc1`, or `standard` volumes.
|
29824
|
+
# for `gp3` volumes is 3,000 IOPS.
|
29824
29825
|
#
|
29825
29826
|
#
|
29826
29827
|
#
|
@@ -29837,21 +29838,22 @@ module Aws::EC2
|
|
29837
29838
|
# snapshot size. You can specify a volume size that is equal to or
|
29838
29839
|
# larger than the snapshot size.
|
29839
29840
|
#
|
29840
|
-
# The following are the supported
|
29841
|
+
# The following are the supported sizes for each volume type:
|
29842
|
+
#
|
29843
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
29841
29844
|
#
|
29842
|
-
# * `
|
29845
|
+
# * `io1`: 4 - 16,384 GiB
|
29843
29846
|
#
|
29844
|
-
# * `
|
29847
|
+
# * `io2`: 4 - 65,536 GiB
|
29845
29848
|
#
|
29846
|
-
# * `st1` and `sc1`: 125-16,384
|
29849
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
29847
29850
|
#
|
29848
|
-
# * `standard`: 1-
|
29851
|
+
# * `standard`: 1 - 1024 GiB
|
29849
29852
|
# @return [Integer]
|
29850
29853
|
#
|
29851
29854
|
# @!attribute [rw] volume_type
|
29852
29855
|
# The volume type. For more information, see [Amazon EBS volume
|
29853
|
-
# types][1] in the *Amazon EC2 User Guide*.
|
29854
|
-
# `io1` or `io2`, you must specify the IOPS that the volume supports.
|
29856
|
+
# types][1] in the *Amazon EC2 User Guide*.
|
29855
29857
|
#
|
29856
29858
|
#
|
29857
29859
|
#
|
@@ -43656,19 +43658,18 @@ module Aws::EC2
|
|
43656
43658
|
#
|
43657
43659
|
# The following are the supported values for each volume type:
|
43658
43660
|
#
|
43659
|
-
# * `gp3`: 3,000-16,000 IOPS
|
43661
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
43660
43662
|
#
|
43661
|
-
# * `io1`: 100-64,000 IOPS
|
43663
|
+
# * `io1`: 100 - 64,000 IOPS
|
43662
43664
|
#
|
43663
|
-
# * `io2`: 100-
|
43665
|
+
# * `io2`: 100 - 256,000 IOPS
|
43664
43666
|
#
|
43665
|
-
# For `
|
43666
|
-
#
|
43667
|
-
#
|
43667
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
43668
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
43669
|
+
# performance up to 32,000 IOPS.
|
43668
43670
|
#
|
43669
43671
|
# This parameter is supported for `io1`, `io2`, and `gp3` volumes
|
43670
|
-
# only.
|
43671
|
-
# `standard` volumes.
|
43672
|
+
# only.
|
43672
43673
|
#
|
43673
43674
|
#
|
43674
43675
|
#
|
@@ -43689,13 +43690,15 @@ module Aws::EC2
|
|
43689
43690
|
# ID or a volume size. The following are the supported volumes sizes
|
43690
43691
|
# for each volume type:
|
43691
43692
|
#
|
43692
|
-
# * `gp2` and `gp3`: 1-16,384
|
43693
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
43694
|
+
#
|
43695
|
+
# * `io1`: 4 - 16,384 GiB
|
43693
43696
|
#
|
43694
|
-
# * `
|
43697
|
+
# * `io2`: 4 - 65,536 GiB
|
43695
43698
|
#
|
43696
|
-
# * `st1` and `sc1`: 125-16,384
|
43699
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
43697
43700
|
#
|
43698
|
-
# * `standard`: 1-
|
43701
|
+
# * `standard`: 1 - 1024 GiB
|
43699
43702
|
# @return [Integer]
|
43700
43703
|
#
|
43701
43704
|
# @!attribute [rw] volume_type
|
@@ -49553,13 +49556,15 @@ module Aws::EC2
|
|
49553
49556
|
#
|
49554
49557
|
# The following are the supported volumes sizes for each volume type:
|
49555
49558
|
#
|
49556
|
-
# * `gp2` and `gp3`: 1-16,384
|
49559
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
49560
|
+
#
|
49561
|
+
# * `io1`: 4 - 16,384 GiB
|
49557
49562
|
#
|
49558
|
-
# * `
|
49563
|
+
# * `io2`: 4 - 65,536 GiB
|
49559
49564
|
#
|
49560
|
-
# * `st1` and `sc1`: 125-16,384
|
49565
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
49561
49566
|
#
|
49562
|
-
# * `standard`: 1-
|
49567
|
+
# * `standard`: 1 - 1024 GiB
|
49563
49568
|
#
|
49564
49569
|
# Default: The existing size is retained.
|
49565
49570
|
# @return [Integer]
|
@@ -49582,15 +49587,23 @@ module Aws::EC2
|
|
49582
49587
|
#
|
49583
49588
|
# The following are the supported values for each volume type:
|
49584
49589
|
#
|
49585
|
-
# * `gp3`: 3,000-16,000 IOPS
|
49590
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
49586
49591
|
#
|
49587
|
-
# * `io1`: 100-64,000 IOPS
|
49592
|
+
# * `io1`: 100 - 64,000 IOPS
|
49588
49593
|
#
|
49589
|
-
# * `io2`: 100-
|
49594
|
+
# * `io2`: 100 - 256,000 IOPS
|
49595
|
+
#
|
49596
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
49597
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
49598
|
+
# performance up to 32,000 IOPS.
|
49590
49599
|
#
|
49591
49600
|
# Default: The existing value is retained if you keep the same volume
|
49592
49601
|
# type. If you change the volume type to `io1`, `io2`, or `gp3`, the
|
49593
49602
|
# default is 3,000.
|
49603
|
+
#
|
49604
|
+
#
|
49605
|
+
#
|
49606
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
49594
49607
|
# @return [Integer]
|
49595
49608
|
#
|
49596
49609
|
# @!attribute [rw] throughput
|
@@ -58873,21 +58886,8 @@ module Aws::EC2
|
|
58873
58886
|
# @return [Boolean]
|
58874
58887
|
#
|
58875
58888
|
# @!attribute [rw] iops
|
58876
|
-
# The number of I/O operations per second (IOPS) to provision for
|
58877
|
-
# `io1
|
58878
|
-
# `io1`, and 500 IOPS/GiB for `io2`. Range is 100 to 64,000 IOPS for
|
58879
|
-
# volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only
|
58880
|
-
# on [instances built on the Nitro System][1]. Other instance families
|
58881
|
-
# guarantee performance up to 32,000 IOPS. For more information, see
|
58882
|
-
# [Amazon EBS volume types][2] in the *Amazon EC2 User Guide*.
|
58883
|
-
#
|
58884
|
-
# This parameter is valid only for Provisioned IOPS SSD (`io1` and
|
58885
|
-
# `io2`) volumes.
|
58886
|
-
#
|
58887
|
-
#
|
58888
|
-
#
|
58889
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
58890
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
58889
|
+
# The number of I/O operations per second (IOPS) to provision for a
|
58890
|
+
# `gp3`, `io1`, or `io2` volume.
|
58891
58891
|
# @return [Integer]
|
58892
58892
|
#
|
58893
58893
|
# @!attribute [rw] snapshot_id
|
@@ -58902,9 +58902,7 @@ module Aws::EC2
|
|
58902
58902
|
# @return [Integer]
|
58903
58903
|
#
|
58904
58904
|
# @!attribute [rw] volume_type
|
58905
|
-
# The volume type.
|
58906
|
-
# Provisioned IOPS SSD, Throughput Optimized HDD for `st1`, Cold HDD
|
58907
|
-
# for `sc1`, or `standard` for Magnetic.
|
58905
|
+
# The volume type.
|
58908
58906
|
#
|
58909
58907
|
# Default: `gp2`
|
58910
58908
|
# @return [String]
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.425.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: 2023-11-
|
11
|
+
date: 2023-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|