aws-sdk-ec2 1.559.0 → 1.561.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +53 -49
- data/lib/aws-sdk-ec2/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-ec2/resource.rb +7 -5
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +28 -24
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +15 -15
- data/sig/instance.rbs +1 -1
- data/sig/resource.rbs +1 -1
- data/sig/subnet.rbs +1 -1
- data/sig/types.rbs +25 -25
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '06866bc1065eae802ca8b6fca2f92eab049708c14b4b0b2f43aa117995a5ceb7'
|
4
|
+
data.tar.gz: 8f374c427270e85744b340dc5360345c10bb39a6c0c8edaa389f63dcc1930c47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86a93b9fa276f747eae2d6dae3c5ea233bec7d3edf3098b3514e4839845469a0c5704c0123dd6486525efe97182bb3327a2e4d62955772b6d24e1e991e8a4b51
|
7
|
+
data.tar.gz: d601fc8cf4bc9397a92ccb7ea34e77c97f4ff4e1232af6d4d224af2c887afcc55a378408ce066173bc6ed42f9f65469e23939e9d01773eda7a08b1a723794738
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.561.0 (2025-10-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb
|
8
|
+
|
9
|
+
1.560.0 (2025-09-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release includes documentation updates for Amazon EBS General Purpose SSD (gp3) volumes with larger size and higher IOPS and throughput.
|
13
|
+
|
4
14
|
1.559.0 (2025-09-23)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.561.0
|