aws-sdk-ec2 1.402.0 → 1.403.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 +40 -40
- data/lib/aws-sdk-ec2/resource.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +1 -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: 2808eea7f45e5e5b8579adc640c0183b5aa399ed9960eb8575af7b20d7bcf616
|
|
4
|
+
data.tar.gz: fd9fb7d7e0d94531e52b01084d5886dc0daac6ff9aec19857e17226c3377dafb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a58d68acec60058ae99fcc08d354e574f758e49a03d01ced17c59a0272567a5729082de0da8400c119d0588a339c7ebc7e7a9b216f270f5ed12c535ff84f57e4
|
|
7
|
+
data.tar.gz: 7b72ebf3bae30e5d9697682d09781babd028c75a53f2fd67f7e949b31d93365c68306b0b51e92180aec444762776a4833934ad12ecc8fabc0b65285a097d8b31
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.403.0 (2023-09-05)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances.
|
|
8
|
+
|
|
4
9
|
1.402.0 (2023-08-24)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.403.0
|