Skip to content

Commit fb27a97

Browse files
Doc-only updates for EC2 for March 2025.
1 parent ad9036c commit fb27a97

16 files changed

+111
-134
lines changed

generator/ServiceModels/ec2/ec2-2016-11-15.docs.json

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

generator/ServiceModels/ec2/ec2-2016-11-15.normal.json

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

sdk/src/Services/EC2/Generated/Model/CapacityReservation.cs

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -533,25 +533,35 @@ internal bool IsSetStartDate()
533533
/// </para>
534534
/// </li> <li>
535535
/// <para>
536-
/// <c>scheduled</c> - (<i>Future-dated Capacity Reservations only</i>) The future-dated
537-
/// Capacity Reservation request was approved and the Capacity Reservation is scheduled
538-
/// for delivery on the requested start date.
536+
/// <c>scheduled</c> - (<i>Future-dated Capacity Reservations</i>) The future-dated Capacity
537+
/// Reservation request was approved and the Capacity Reservation is scheduled for delivery
538+
/// on the requested start date.
539539
/// </para>
540540
/// </li> <li>
541541
/// <para>
542-
/// <c>assessing</c> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2 is
543-
/// assessing your request for a future-dated Capacity Reservation.
542+
/// <c>payment-pending</c> - (<i>Capacity Blocks</i>) The upfront payment has not been
543+
/// processed yet.
544544
/// </para>
545545
/// </li> <li>
546546
/// <para>
547-
/// <c>delayed</c> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2 encountered
547+
/// <c>payment-failed</c> - (<i>Capacity Blocks</i>) The upfront payment was not processed
548+
/// in the 12-hour time frame. Your Capacity Block was released.
549+
/// </para>
550+
/// </li> <li>
551+
/// <para>
552+
/// <c>assessing</c> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2 is assessing
553+
/// your request for a future-dated Capacity Reservation.
554+
/// </para>
555+
/// </li> <li>
556+
/// <para>
557+
/// <c>delayed</c> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2 encountered
548558
/// a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2
549559
/// is unable to deliver the requested capacity by the requested start date and time.
550560
/// </para>
551561
/// </li> <li>
552562
/// <para>
553-
/// <c>unsupported</c> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2
554-
/// can't support the future-dated Capacity Reservation request due to capacity constraints.
563+
/// <c>unsupported</c> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2 can't
564+
/// support the future-dated Capacity Reservation request due to capacity constraints.
555565
/// You can view unsupported requests for 30 days. The Capacity Reservation will not be
556566
/// delivered.
557567
/// </para>

sdk/src/Services/EC2/Generated/Model/DescribeAvailabilityZonesRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ internal bool IsSetAllAvailabilityZones()
122122
/// </li> <li>
123123
/// <para>
124124
/// <c>state</c> - The state of the Availability Zone, the Local Zone, or the Wavelength
125-
/// Zone (<c>available</c>).
125+
/// Zone (<c>available</c> | <c>unavailable</c> | <c>constrained</c>).
126126
/// </para>
127127
/// </li> <li>
128128
/// <para>

sdk/src/Services/EC2/Generated/Model/ElasticGpuSpecificationResponse.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ namespace Amazon.EC2.Model
3434
///
3535
/// <note>
3636
/// <para>
37-
/// Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that
38-
/// require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or
39-
/// G5 instances.
37+
/// Amazon Elastic Graphics reached end of life on January 8, 2024.
4038
/// </para>
4139
/// </note>
4240
/// </summary>
@@ -51,9 +49,7 @@ public partial class ElasticGpuSpecificationResponse
5149
/// </para>
5250
/// <note>
5351
/// <para>
54-
/// Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that
55-
/// require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or
56-
/// G5 instances.
52+
/// Amazon Elastic Graphics reached end of life on January 8, 2024.
5753
/// </para>
5854
/// </note>
5955
/// </summary>

sdk/src/Services/EC2/Generated/Model/FleetEbsBlockDeviceRequest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ internal bool IsSetIops()
189189
///
190190
/// <para>
191191
/// This parameter is only supported on <c>BlockDeviceMapping</c> objects called by <a
192-
/// href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>,
193-
/// <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html">RequestSpotFleet</a>,
194-
/// and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.
192+
/// href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html">CreateFleet</a>,
193+
/// <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>,
194+
/// and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.
195195
/// </para>
196196
/// </summary>
197197
public string KmsKeyId

sdk/src/Services/EC2/Generated/Model/FleetLaunchTemplateOverrides.cs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,16 @@ internal bool IsSetAvailabilityZone()
6666
/// <summary>
6767
/// Gets and sets the property BlockDeviceMappings.
6868
/// <para>
69-
/// The block device mapping, which defines the EBS volumes and instance store volumes
70-
/// to attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block
69+
/// The block device mappings, which define the EBS volumes and instance store volumes
70+
/// to attach to the instance at launch.
71+
/// </para>
72+
///
73+
/// <para>
74+
/// Supported only for fleets of type <c>instant</c>.
75+
/// </para>
76+
///
77+
/// <para>
78+
/// For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block
7179
/// device mappings for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
7280
/// Guide</i>.
7381
/// </para>

sdk/src/Services/EC2/Generated/Model/FleetLaunchTemplateOverridesRequest.cs

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -66,40 +66,19 @@ internal bool IsSetAvailabilityZone()
6666
/// <summary>
6767
/// Gets and sets the property BlockDeviceMappings.
6868
/// <para>
69-
/// The block device mapping, which defines the EBS volumes and instance store volumes
70-
/// to attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block
71-
/// device mappings for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
72-
/// Guide</i>.
69+
/// The block device mappings, which define the EBS volumes and instance store volumes
70+
/// to attach to the instance at launch.
7371
/// </para>
7472
///
7573
/// <para>
76-
/// To override a block device mapping specified in the launch template:
77-
/// </para>
78-
/// <ul> <li>
79-
/// <para>
80-
/// Specify the exact same <c>DeviceName</c> here as specified in the launch template.
81-
/// </para>
82-
/// </li> <li>
83-
/// <para>
84-
/// Only specify the parameters you want to change.
85-
/// </para>
86-
/// </li> <li>
87-
/// <para>
88-
/// Any parameters you don't specify here will keep their original launch template values.
74+
/// Supported only for fleets of type <c>instant</c>.
8975
/// </para>
90-
/// </li> </ul>
91-
/// <para>
92-
/// To add a new block device mapping:
93-
/// </para>
94-
/// <ul> <li>
95-
/// <para>
96-
/// Specify a <c>DeviceName</c> that doesn't exist in the launch template.
97-
/// </para>
98-
/// </li> <li>
76+
///
9977
/// <para>
100-
/// Specify all desired parameters here.
78+
/// For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block
79+
/// device mappings for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
80+
/// Guide</i>.
10181
/// </para>
102-
/// </li> </ul>
10382
/// </summary>
10483
public List<FleetBlockDeviceMappingRequest> BlockDeviceMappings
10584
{

sdk/src/Services/EC2/Generated/Model/GetCapacityReservationUsageResponse.cs

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,25 +168,35 @@ internal bool IsSetNextToken()
168168
/// </para>
169169
/// </li> <li>
170170
/// <para>
171-
/// <c>scheduled</c> - (<i>Future-dated Capacity Reservations only</i>) The future-dated
172-
/// Capacity Reservation request was approved and the Capacity Reservation is scheduled
173-
/// for delivery on the requested start date.
171+
/// <c>scheduled</c> - (<i>Future-dated Capacity Reservations</i>) The future-dated Capacity
172+
/// Reservation request was approved and the Capacity Reservation is scheduled for delivery
173+
/// on the requested start date.
174174
/// </para>
175175
/// </li> <li>
176176
/// <para>
177-
/// <c>assessing</c> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2 is
178-
/// assessing your request for a future-dated Capacity Reservation.
177+
/// <c>payment-pending</c> - (<i>Capacity Blocks</i>) The upfront payment has not been
178+
/// processed yet.
179179
/// </para>
180180
/// </li> <li>
181181
/// <para>
182-
/// <c>delayed</c> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2 encountered
182+
/// <c>payment-failed</c> - (<i>Capacity Blocks</i>) The upfront payment was not processed
183+
/// in the 12-hour time frame. Your Capacity Block was released.
184+
/// </para>
185+
/// </li> <li>
186+
/// <para>
187+
/// <c>assessing</c> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2 is assessing
188+
/// your request for a future-dated Capacity Reservation.
189+
/// </para>
190+
/// </li> <li>
191+
/// <para>
192+
/// <c>delayed</c> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2 encountered
183193
/// a delay in provisioning the requested future-dated Capacity Reservation. Amazon EC2
184194
/// is unable to deliver the requested capacity by the requested start date and time.
185195
/// </para>
186196
/// </li> <li>
187197
/// <para>
188-
/// <c>unsupported</c> - (<i>Future-dated Capacity Reservations only</i>) Amazon EC2
189-
/// can't support the future-dated Capacity Reservation request due to capacity constraints.
198+
/// <c>unsupported</c> - (<i>Future-dated Capacity Reservations</i>) Amazon EC2 can't
199+
/// support the future-dated Capacity Reservation request due to capacity constraints.
190200
/// You can view unsupported requests for 30 days. The Capacity Reservation will not be
191201
/// delivered.
192202
/// </para>

sdk/src/Services/EC2/Generated/Model/InstanceEventWindowAssociationRequest.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ internal bool IsSetInstanceIds()
8484
/// The instance tags to associate with the event window. Any instances associated with
8585
/// the tags will be associated with the event window.
8686
/// </para>
87+
///
88+
/// <para>
89+
/// Note that while you can't create tag keys beginning with <c>aws:</c>, you can specify
90+
/// existing Amazon Web Services managed tag keys (with the <c>aws:</c> prefix) when specifying
91+
/// them as targets to associate with the event window.
92+
/// </para>
8793
/// </summary>
8894
public List<Tag> InstanceTags
8995
{

0 commit comments

Comments
 (0)