aws-sdk-ec2 1.329.0 → 1.335.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +732 -273
- data/lib/aws-sdk-ec2/client_api.rb +205 -1
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +16 -16
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +915 -331
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- 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: 3f255672daf49a88a32eabb0e290c7d4a72fe9e2c5cd8b34ad79dfe64dfbd0f0
|
4
|
+
data.tar.gz: 70edeacbf0c116267351cd3d779a67884146a9bcf451c03555e127d47db2f2e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 432a17cdc82556fe2632af4c6748ddad45907679493e6b2a84637b9e844e1a54dffa73e80bd23b0ffac97a188576fb921da01baeec2ad8016df15a679caa330d
|
7
|
+
data.tar.gz: e7b48c152ab5072987dc40f06ac64996beec753a7e00c3f1b6ace7c82b749e9286be9a1639796f822390983f5988bde706dc9c44830854539b7cf53ab7f51552
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,36 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.335.0 (2022-09-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds CapacityAllocations field to DescribeCapacityReservations
|
8
|
+
|
9
|
+
1.334.0 (2022-09-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
|
13
|
+
|
14
|
+
1.333.0 (2022-09-14)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This update introduces API operations to manage and create local gateway route tables, CoIP pools, and VIF group associations.
|
18
|
+
|
19
|
+
1.332.0 (2022-09-13)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing.
|
23
|
+
|
24
|
+
1.331.0 (2022-09-08)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
|
28
|
+
|
29
|
+
1.330.0 (2022-09-07)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Documentation updates for Amazon EC2.
|
33
|
+
|
4
34
|
1.329.0 (2022-08-22)
|
5
35
|
------------------
|
6
36
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.335.0
|