aws-sdk-ec2 1.292.0 → 1.296.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +61 -40
- data/lib/aws-sdk-ec2/client_api.rb +16 -0
- 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 +102 -30
- 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: 48b01198bff7934e1296baef7fe200774c14f1a896a920bc531b89e49d2de544
|
|
4
|
+
data.tar.gz: 0621f4fe6c4439cf572ec0c67b945bc9052c0bdf07f1aadf00e68a0f38fa087a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f88eb1d3e9dc15b65b183e2b57052c46cdb97608edfda118492e5a746e445e7f3985b7135261f7efd385ea4305a5bc6ef60633a2efd001da7875e4a846bef363
|
|
7
|
+
data.tar.gz: 9dcbd014acc24a2c984f295e3d5535bc095ec03ac8ecbe431daf50fdeeb72c749561ed79644ac984007ecd21cb54941882d56c1b688abf354c4d93e0bf17b138
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.296.0 (2022-01-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - X2ezn instances are powered by Intel Cascade Lake CPUs that deliver turbo all core frequency of up to 4.5 GHz and up to 100 Gbps of networking bandwidth
|
|
8
|
+
|
|
9
|
+
1.295.0 (2022-01-20)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz
|
|
13
|
+
|
|
14
|
+
1.294.0 (2022-01-18)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Add support for AWS Client VPN client login banner and session timeout.
|
|
18
|
+
|
|
19
|
+
1.293.0 (2022-01-12)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Hpc6a instances are powered by a third-generation AMD EPYC processors (Milan) delivering all-core turbo frequency of 3.4 GHz
|
|
23
|
+
|
|
4
24
|
1.292.0 (2022-01-11)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.296.0
|