aws-sdk-ec2 1.431.0 → 1.433.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 +116 -83
- data/lib/aws-sdk-ec2/client_api.rb +4 -0
- data/lib/aws-sdk-ec2/instance.rb +3 -1
- data/lib/aws-sdk-ec2/resource.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +142 -98
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27408b21426161ad4b7349cec79abf07eb25871e6b5e2d65de852aae262c97b8
|
4
|
+
data.tar.gz: 9aa56aa988058be640cadbc4dda2b60c9b59c4438d07a56ebfd677dd9002ebac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb065d21c221c402cd67e0f88bffae07da33f3ce31cfbcce733578ad5d017ca238478c90f72143b4e9865d9a08b69304dabc78bc44b16f19911e486c609d074f
|
7
|
+
data.tar.gz: 141943e6b8eca92b55ce8a15d35acdfe3025fb11a4a83f6ca6a8c59ef4a4d8ec2ff24a3a9989f73f65c8af937d238df881b0c9867c6bcd2900b62773e21ff18f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.433.0 (2024-01-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
|
8
|
+
|
9
|
+
1.432.0 (2024-01-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon EC2 R7iz bare metal instances are powered by custom 4th generation Intel Xeon Scalable processors.
|
13
|
+
|
4
14
|
1.431.0 (2023-12-19)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.433.0
|