aws-sdk-ec2 1.372.0 → 1.375.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +54 -41
- data/lib/aws-sdk-ec2/resource.rb +12 -1
- data/lib/aws-sdk-ec2/subnet.rb +12 -1
- data/lib/aws-sdk-ec2/types.rb +15 -1
- 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: 35bc621166832d9d7502addd18beae5ed07476011083cb36adb6096f34a055bb
|
|
4
|
+
data.tar.gz: 52d4ae2a1c1a1befc71e9488f81fe0acf2aa92da4e9d338080d4a17d3832e581
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7dfd9a67bf70c2deed64012dce768f97b18a13b83e7dbb3c3f7d0c69ed1243abbf45ee94e59b598c646e0541abad7104a7e17020573c541e516419105912ddc
|
|
7
|
+
data.tar.gz: 5d2daa45c5a51c8eaad4573d7c648f0b12ae11282eae84778bceb281cb6dfbb1b807611c919caf140a3bec508ecf5a3d9d599f43cba7dc5fbfa885025f164a5e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.375.0 (2023-04-04)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth.
|
|
8
|
+
|
|
9
|
+
1.374.0 (2023-04-04)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth.
|
|
13
|
+
|
|
14
|
+
1.373.0 (2023-03-31)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Documentation updates for EC2 On Demand Capacity Reservations
|
|
18
|
+
|
|
4
19
|
1.372.0 (2023-03-30)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.375.0
|