aws-sdk-ec2 1.314.0 → 1.317.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +93 -53
- data/lib/aws-sdk-ec2/client_api.rb +7 -0
- data/lib/aws-sdk-ec2/instance.rb +15 -3
- data/lib/aws-sdk-ec2/resource.rb +9 -1
- data/lib/aws-sdk-ec2/subnet.rb +9 -1
- data/lib/aws-sdk-ec2/types.rb +122 -55
- 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: 9874b5a268f0166b4cf78bb14b2de5d3d61fe9a8e5244fc8fff4a04282ac926f
|
|
4
|
+
data.tar.gz: 9cc30c6db03a1c5612f376b9328158cb67205cc4cceb21ab72de1cd9af7b323e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6a3c78daf5911487f70b008713e7d4efc8f902d8f7d477e1f8ab078b38f8ca8d452e22b737c092a0fc769da854e9103810bb48ec320aa49e309985166b7eed3
|
|
7
|
+
data.tar.gz: b7d6a5bb44a75a092630263c9e569db589ca599a66f177410bde7746813ea884ecab47e5661597e775e2688806332c061cd6b5c5d1e51b46757895667f733b4c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.317.0 (2022-05-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads.
|
|
8
|
+
|
|
9
|
+
1.316.0 (2022-05-24)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Stop Protection feature enables customers to protect their instances from accidental stop actions.
|
|
13
|
+
|
|
14
|
+
1.315.0 (2022-05-12)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target.
|
|
18
|
+
|
|
4
19
|
1.314.0 (2022-05-11)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.317.0
|