aws-sdk-ec2 1.522.0 → 1.560.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 +190 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +6 -0
- data/lib/aws-sdk-ec2/client.rb +2360 -573
- data/lib/aws-sdk-ec2/client_api.rb +698 -11
- data/lib/aws-sdk-ec2/customizations.rb +0 -1
- data/lib/aws-sdk-ec2/image.rb +28 -25
- data/lib/aws-sdk-ec2/instance.rb +91 -8
- data/lib/aws-sdk-ec2/network_interface.rb +37 -1
- data/lib/aws-sdk-ec2/placement_group.rb +13 -9
- data/lib/aws-sdk-ec2/resource.rb +91 -68
- data/lib/aws-sdk-ec2/route.rb +19 -0
- data/lib/aws-sdk-ec2/route_table.rb +7 -0
- data/lib/aws-sdk-ec2/route_table_association.rb +7 -0
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +25 -12
- data/lib/aws-sdk-ec2/subnet.rb +59 -38
- data/lib/aws-sdk-ec2/types.rb +2943 -253
- data/lib/aws-sdk-ec2/volume.rb +7 -1
- data/lib/aws-sdk-ec2/vpc.rb +19 -15
- data/lib/aws-sdk-ec2/vpc_address.rb +6 -0
- data/lib/aws-sdk-ec2/waiters.rb +191 -38
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/classic_address.rbs +3 -0
- data/sig/client.rbs +502 -135
- data/sig/image.rbs +4 -0
- data/sig/instance.rbs +15 -3
- data/sig/network_interface.rbs +10 -0
- data/sig/resource.rbs +28 -21
- data/sig/route.rbs +9 -2
- data/sig/route_table.rbs +2 -0
- data/sig/route_table_association.rbs +3 -0
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +2 -1
- data/sig/subnet.rbs +11 -5
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +523 -50
- data/sig/volume.rbs +4 -1
- data/sig/vpc.rbs +5 -5
- data/sig/vpc_address.rbs +3 -0
- data/sig/waiters.rbs +56 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04eea5fdb24a7b4dcbedfd94ff97acf36ed3133cc99143f7bf13cc8998fb5b6c
|
4
|
+
data.tar.gz: e7067345718e9e097894955aae0a104682fd90ac7601ef5d4b412eb85d581003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 984ae4e4d2e0d0a62a701ff601dfacdea447db86f2262ed9befd3e559c125523b7320576063d08bcfb1fea1df35aa092c530787d6911125f7c44859201fb9b11
|
7
|
+
data.tar.gz: d7e27864c8f3b195fdc4e22b227e3eebcd510d9c6d95c2537b496374e5709409a9f84a01056a46edb3541e3320d40d113f8020e768efd2bf0fdf458d62c3741a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,196 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.560.0 (2025-09-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release includes documentation updates for Amazon EBS General Purpose SSD (gp3) volumes with larger size and higher IOPS and throughput.
|
8
|
+
|
9
|
+
1.559.0 (2025-09-23)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add Amazon EC2 R8gn instance types
|
13
|
+
|
14
|
+
1.558.0 (2025-09-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames
|
18
|
+
|
19
|
+
1.557.0 (2025-09-17)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Add mac-m4.metal and mac-m4pro.metal instance types.
|
23
|
+
|
24
|
+
1.556.0 (2025-09-04)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Add m8i, m8i-flex and i8ge instance types.
|
28
|
+
|
29
|
+
1.555.0 (2025-09-02)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - MaximumEbsAttachments and AttachmentLimitType fields added to DescribeInstanceTypesResponse. G6f, Gr6f, R8i, R8i-flex and p5.4xlarge instance types added to InstanceTypes enum.
|
33
|
+
|
34
|
+
1.554.0 (2025-08-29)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Release shows new route types such as filtered and advertisement.
|
38
|
+
|
39
|
+
1.553.0 (2025-08-28)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This release adds support for copying Amazon EBS snapshot and AMIs to and from Local Zones.
|
43
|
+
|
44
|
+
1.552.0 (2025-08-26)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Add new APIs for viewing how your shared AMIs are used by other accounts, and identify resources in your account that are dependent on particular AMIs
|
48
|
+
|
49
|
+
1.551.0 (2025-08-25)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Added IPv6 support for AWS Client VPN.
|
53
|
+
|
54
|
+
1.550.0 (2025-08-19)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Add support for "warning" volume status.
|
58
|
+
|
59
|
+
1.549.0 (2025-08-14)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - This release adds ModifyInstanceConnectEndpoint API to update configurations on existing EC2 Instance Connect Endpoints and improves IPv6 support through dualstack DNS names for EC2 Instance Connect Endpoints.
|
63
|
+
|
64
|
+
1.548.0 (2025-08-12)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Release to allow route table association with a PublicIpv4Pool.
|
68
|
+
|
69
|
+
1.547.0 (2025-08-11)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - This release adds AvailabilityZoneId support for CreateVolume, DescribeVolume, LaunchTemplates, RunInstances, DescribeInstances, CreateDefaultSubnet, SpotInstances, and CreateDefaultSubnet APIs.
|
73
|
+
|
74
|
+
1.546.0 (2025-08-06)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Mark Elastic Inference Accelerators and Elastic Graphics Processor parameters as deprecated on the RunInstances and LaunchTemplate APIs.
|
78
|
+
|
79
|
+
1.545.0 (2025-08-04)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
83
|
+
|
84
|
+
1.544.0 (2025-07-31)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem.
|
88
|
+
|
89
|
+
1.543.0 (2025-07-30)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Release to show the next hop IP address for routes propagated by VPC Route Server into VPC route tables.
|
93
|
+
|
94
|
+
1.542.0 (2025-07-25)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type.
|
98
|
+
|
99
|
+
1.541.0 (2025-07-23)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Feature - Added support for skip-os-shutdown option for the EC2 instance stop and terminate operations. This feature enables customers to bypass the graceful OS shutdown, supporting faster state transitions when instance data preservation isn't critical.
|
103
|
+
|
104
|
+
1.540.0 (2025-07-21)
|
105
|
+
------------------
|
106
|
+
|
107
|
+
* Feature - This release adds support for C8gn, F2 and P6e-GB200 Instance types
|
108
|
+
|
109
|
+
1.539.0 (2025-07-17)
|
110
|
+
------------------
|
111
|
+
|
112
|
+
* Feature - AWS Free Tier Version2 Support
|
113
|
+
|
114
|
+
1.538.0 (2025-07-15)
|
115
|
+
------------------
|
116
|
+
|
117
|
+
* Feature - This release adds support for volume initialization status, which enables you to monitor when the initialization process for an EBS volume is completed. This release also adds IPv6 support to EC2 Instance Connect Endpoints, allowing you to connect to your EC2 Instance via a private IPv6 address.
|
118
|
+
|
119
|
+
1.537.0 (2025-07-09)
|
120
|
+
------------------
|
121
|
+
|
122
|
+
* Feature - Adds support to Capacity Blocks for ML for purchasing EC2 P6e-GB200 UltraServers. Customers can now purchase u-p6e-gb200x72 and u-p6e-gb200x36 UltraServers. Adds new DescribeCapacityBlocks andDescribeCapacityBlockStatus APIs. Adds support for CapacityBlockId to DescribeInstanceTopology.
|
123
|
+
|
124
|
+
1.536.0 (2025-07-03)
|
125
|
+
------------------
|
126
|
+
|
127
|
+
* Feature - This release adds GroupOwnerId as a response member to the DescribeSecurityGroupVpcAssociations API and also adds waiters for SecurityGroupVpcAssociations (SecurityGroupVpcAssociationAssociated and SecurityGroupVpcAssociationDisassociated).
|
128
|
+
|
129
|
+
1.535.0 (2025-07-02)
|
130
|
+
------------------
|
131
|
+
|
132
|
+
* Feature - AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks.
|
133
|
+
|
134
|
+
1.534.0 (2025-07-01)
|
135
|
+
------------------
|
136
|
+
|
137
|
+
* Feature - Add Context to GetInstanceTypesFromInstanceRequirements API
|
138
|
+
|
139
|
+
1.533.0 (2025-06-26)
|
140
|
+
------------------
|
141
|
+
|
142
|
+
* Feature - This release adds support for OdbNetworkArn as a target in VPC Route Tables
|
143
|
+
|
144
|
+
1.532.0 (2025-06-24)
|
145
|
+
------------------
|
146
|
+
|
147
|
+
* Feature - This release allows you to create and register AMIs while maintaining their underlying EBS snapshots within Local Zones.
|
148
|
+
|
149
|
+
1.531.0 (2025-06-09)
|
150
|
+
------------------
|
151
|
+
|
152
|
+
* Feature - Release to support Elastic VMware Service (Amazon EVS) Subnet and Amazon EVS Network Interface Types.
|
153
|
+
|
154
|
+
1.530.0 (2025-06-02)
|
155
|
+
------------------
|
156
|
+
|
157
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
158
|
+
|
159
|
+
1.529.0 (2025-05-28)
|
160
|
+
------------------
|
161
|
+
|
162
|
+
* Feature - Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs)
|
163
|
+
|
164
|
+
1.528.0 (2025-05-27)
|
165
|
+
------------------
|
166
|
+
|
167
|
+
* Feature - This release adds three features - option to store AWS Site-to-Site VPN pre-shared keys in AWS Secrets Manager, GetActiveVpnTunnelStatus API to check the in-use VPN algorithms, and SampleType option in GetVpnConnectionDeviceSampleConfiguration API to get recommended sample configs for VPN devices.
|
168
|
+
|
169
|
+
1.527.0 (2025-05-23)
|
170
|
+
------------------
|
171
|
+
|
172
|
+
* Feature - This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances
|
173
|
+
|
174
|
+
1.526.0 (2025-05-21)
|
175
|
+
------------------
|
176
|
+
|
177
|
+
* Feature - Release of Dualstack and Ipv6-only EC2 Public DNS hostnames
|
178
|
+
|
179
|
+
1.525.0 (2025-05-20)
|
180
|
+
------------------
|
181
|
+
|
182
|
+
* Feature - This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events.
|
183
|
+
|
184
|
+
1.524.0 (2025-05-19)
|
185
|
+
------------------
|
186
|
+
|
187
|
+
* Feature - This release includes new APIs for System Integrity Protection (SIP) configuration and automated root volume ownership delegation for EC2 Mac instances.
|
188
|
+
|
189
|
+
1.523.0 (2025-05-12)
|
190
|
+
------------------
|
191
|
+
|
192
|
+
* Feature - EC2 - Adding support for AvailabilityZoneId
|
193
|
+
|
4
194
|
1.522.0 (2025-05-08)
|
5
195
|
------------------
|
6
196
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.560.0
|
@@ -111,6 +111,12 @@ module Aws::EC2
|
|
111
111
|
data[:carrier_ip]
|
112
112
|
end
|
113
113
|
|
114
|
+
# The ID of the subnet where the IP address is allocated.
|
115
|
+
# @return [String]
|
116
|
+
def subnet_id
|
117
|
+
data[:subnet_id]
|
118
|
+
end
|
119
|
+
|
114
120
|
# The service that manages the elastic IP address.
|
115
121
|
#
|
116
122
|
# <note markdown="1"> The only option supported today is `alb`.
|