aws-sdk-ec2 1.316.0 → 1.319.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +71 -52
- data/lib/aws-sdk-ec2/client_api.rb +6 -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 +77 -34
- 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: beac9da7f88b8a43907402fa5b2631999bfe6e4c2907ffe7a7d8611e50e6ac73
|
4
|
+
data.tar.gz: 279c9a5a65593e3cbac7b04c086aba83fd216e584167607a5c77c7c973be92f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93e76c411e07b0013f7f6cf84893ec642bcfdcd759e78e0cb5822e0de30a7e99b04516978ff9762e2901226fba23ab72edbc387c0ffadad83b6a1e43ebb38100
|
7
|
+
data.tar.gz: 80a42882d4b31cf78a88b152924b6c82f6b8c966134bc414b9bb1487b9e7c900bcc6ae56665f5a3ea015e7bc428179d5658e6ff32bdde57d760c9207d1cd1f99
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.319.0 (2022-06-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport.
|
8
|
+
|
9
|
+
1.318.0 (2022-06-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.317.0 (2022-05-26)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads.
|
18
|
+
|
4
19
|
1.316.0 (2022-05-24)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.319.0
|