aws-sdk-ec2 1.362.0 → 1.364.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 +389 -62
- data/lib/aws-sdk-ec2/client_api.rb +120 -23
- data/lib/aws-sdk-ec2/endpoints.rb +56 -0
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-ec2/resource.rb +34 -3
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +288 -13
- 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: 07f0aaf94c170c862831aa6dc21dba2ccf7e5b538f44863e2c9efdf0184f2eb1
|
4
|
+
data.tar.gz: f583f752747ddc80feafd62548f22d8cb25a6047d80dbfcd282b0e776e4aefa0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b20f42b53e7468ddd116241feb4743899b2cc3d5f93cfa59541bc25e0abf6902a1ce0b416e324f036c225caa3befbd175360fb50fc1d856de9741f158a0e714
|
7
|
+
data.tar.gz: 4114b225a82db40a5371fb8e4fed9226a9d1d4be1eb52d0e7e9d45c3172b8670618e50b27e1b704c40edeaf1026f48f53675cde84d044e481980a2022234bbb9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.364.0 (2023-02-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates for EC2.
|
8
|
+
|
9
|
+
1.363.0 (2023-01-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.
|
13
|
+
|
4
14
|
1.362.0 (2023-01-30)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.364.0
|