Skip to content

Commit a2bc8e5

Browse files
Support custom prompt routers for evaluation jobs
This release adds support for NDI flow outputs in AWS Elemental MediaConnect. You can now send content from your MediaConnect transport streams directly to your NDI environment using the new NDI output type. Add Ruby 3.4 (ruby3.4) support to AWS Lambda. Update IAM Role ARN Validation to Support Role Paths Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs. Doc-only updates for EC2 for March 2025.
1 parent db6c1ab commit a2bc8e5

File tree

251 files changed

+9551
-9242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+9551
-9242
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.528
1+
1.11.529

generated/src/aws-cpp-sdk-bedrock/include/aws/bedrock/model/ListInferenceProfilesRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ namespace Model
7070
///@{
7171
/**
7272
* <p>Filters for inference profiles that match the type you specify.</p> <ul> <li>
73-
* <p> <code>SYSTEM_DEFINED</code> �� The inference profile is defined by Amazon
73+
* <p> <code>SYSTEM_DEFINED</code> The inference profile is defined by Amazon
7474
* Bedrock. You can route inference requests across regions with these inference
7575
* profiles.</p> </li> <li> <p> <code>APPLICATION</code> – The inference profile
7676
* was created by a user. This type of inference profile can track metrics and

generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/CapacityReservation.h

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -212,19 +212,23 @@ namespace Model
212212
* <code>failed</code> - The Capacity Reservation request has failed. A request can
213213
* fail due to request parameters that are not valid, capacity constraints, or
214214
* instance limit constraints. You can view a failed request for 60 minutes.</p>
215-
* </li> <li> <p> <code>scheduled</code> - (<i>Future-dated Capacity Reservations
216-
* only</i>) The future-dated Capacity Reservation request was approved and the
217-
* Capacity Reservation is scheduled for delivery on the requested start date.</p>
218-
* </li> <li> <p> <code>assessing</code> - (<i>Future-dated Capacity Reservations
219-
* only</i>) Amazon EC2 is assessing your request for a future-dated Capacity
220-
* Reservation.</p> </li> <li> <p> <code>delayed</code> - (<i>Future-dated Capacity
221-
* Reservations only</i>) Amazon EC2 encountered a delay in provisioning the
215+
* </li> <li> <p> <code>scheduled</code> - (<i>Future-dated Capacity
216+
* Reservations</i>) The future-dated Capacity Reservation request was approved and
217+
* the Capacity Reservation is scheduled for delivery on the requested start
218+
* date.</p> </li> <li> <p> <code>payment-pending</code> - (<i>Capacity Blocks</i>)
219+
* The upfront payment has not been processed yet.</p> </li> <li> <p>
220+
* <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront payment was
221+
* not processed in the 12-hour time frame. Your Capacity Block was released.</p>
222+
* </li> <li> <p> <code>assessing</code> - (<i>Future-dated Capacity
223+
* Reservations</i>) Amazon EC2 is assessing your request for a future-dated
224+
* Capacity Reservation.</p> </li> <li> <p> <code>delayed</code> - (<i>Future-dated
225+
* Capacity Reservations</i>) Amazon EC2 encountered a delay in provisioning the
222226
* requested future-dated Capacity Reservation. Amazon EC2 is unable to deliver the
223227
* requested capacity by the requested start date and time.</p> </li> <li> <p>
224-
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations only</i>)
225-
* Amazon EC2 can't support the future-dated Capacity Reservation request due to
226-
* capacity constraints. You can view unsupported requests for 30 days. The
227-
* Capacity Reservation will not be delivered.</p> </li> </ul>
228+
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon
229+
* EC2 can't support the future-dated Capacity Reservation request due to capacity
230+
* constraints. You can view unsupported requests for 30 days. The Capacity
231+
* Reservation will not be delivered.</p> </li> </ul>
228232
*/
229233
inline CapacityReservationState GetState() const { return m_state; }
230234
inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }

generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/DescribeAvailabilityZonesRequest.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ namespace Model
114114
* calls.</p> </li> <li> <p> <code>region-name</code> - The name of the Region for
115115
* the Zone (for example, <code>us-east-1</code>).</p> </li> <li> <p>
116116
* <code>state</code> - The state of the Availability Zone, the Local Zone, or the
117-
* Wavelength Zone (<code>available</code>).</p> </li> <li> <p>
118-
* <code>zone-id</code> - The ID of the Availability Zone (for example,
119-
* <code>use1-az1</code>), the Local Zone (for example,
120-
* <code>usw2-lax1-az1</code>), or the Wavelength Zone (for example,
117+
* Wavelength Zone (<code>available</code> | <code>unavailable</code> |
118+
* <code>constrained</code>).</p> </li> <li> <p> <code>zone-id</code> - The ID of
119+
* the Availability Zone (for example, <code>use1-az1</code>), the Local Zone (for
120+
* example, <code>usw2-lax1-az1</code>), or the Wavelength Zone (for example,
121121
* <code>us-east-1-wl1-bos-wlz-1</code>).</p> </li> <li> <p> <code>zone-name</code>
122122
* - The name of the Availability Zone (for example, <code>us-east-1a</code>), the
123123
* Local Zone (for example, <code>us-west-2-lax-1a</code>), or the Wavelength Zone

generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/ElasticGpuSpecificationResponse.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ namespace Model
2525

2626
/**
2727
* <p>Deprecated.</p> <p>Amazon Elastic Graphics reached end of life on
28-
* January 8, 2024. For workloads that require graphics acceleration, we recommend
29-
* that you use Amazon EC2 G4ad, G4dn, or G5 instances.</p> <p><h3>See
30-
* Also:</h3> <a
28+
* January 8, 2024.</p> <p><h3>See Also:</h3> <a
3129
* href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpuSpecificationResponse">AWS
3230
* API Reference</a></p>
3331
*/
@@ -45,8 +43,7 @@ namespace Model
4543
///@{
4644
/**
4745
* <p>Deprecated.</p> <p>Amazon Elastic Graphics reached end of life on
48-
* January 8, 2024. For workloads that require graphics acceleration, we recommend
49-
* that you use Amazon EC2 G4ad, G4dn, or G5 instances.</p>
46+
* January 8, 2024.</p>
5047
*/
5148
inline const Aws::String& GetType() const { return m_type; }
5249
inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }

generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/FleetEbsBlockDeviceRequest.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ namespace Model
132132
* <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed
133133
* KMS key to use for EBS encryption.</p> <p>This parameter is only supported on
134134
* <code>BlockDeviceMapping</code> objects called by <a
135-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>,
135+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html">CreateFleet</a>,
136136
* <a
137-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html">RequestSpotFleet</a>,
137+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>,
138138
* and <a
139-
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.</p>
139+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
140140
*/
141141
inline const Aws::String& GetKmsKeyId() const { return m_kmsKeyId; }
142142
inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }

generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/FleetLaunchTemplateOverrides.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,9 @@ namespace Model
200200

201201
///@{
202202
/**
203-
* <p>The block device mapping, which defines the EBS volumes and instance store
204-
* volumes to attach to the instance at launch. For more information, see <a
203+
* <p>The block device mappings, which define the EBS volumes and instance store
204+
* volumes to attach to the instance at launch.</p> <p>Supported only for fleets of
205+
* type <code>instant</code>.</p> <p>For more information, see <a
205206
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block
206207
* device mappings for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2
207208
* User Guide</i>.</p>

generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/FleetLaunchTemplateOverridesRequest.h

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,18 +158,12 @@ namespace Model
158158

159159
///@{
160160
/**
161-
* <p>The block device mapping, which defines the EBS volumes and instance store
162-
* volumes to attach to the instance at launch. For more information, see <a
161+
* <p>The block device mappings, which define the EBS volumes and instance store
162+
* volumes to attach to the instance at launch.</p> <p>Supported only for fleets of
163+
* type <code>instant</code>.</p> <p>For more information, see <a
163164
* href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block
164165
* device mappings for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2
165-
* User Guide</i>.</p> <p>To override a block device mapping specified in the
166-
* launch template:</p> <ul> <li> <p>Specify the exact same <code>DeviceName</code>
167-
* here as specified in the launch template.</p> </li> <li> <p>Only specify the
168-
* parameters you want to change.</p> </li> <li> <p>Any parameters you don't
169-
* specify here will keep their original launch template values.</p> </li> </ul>
170-
* <p>To add a new block device mapping:</p> <ul> <li> <p>Specify a
171-
* <code>DeviceName</code> that doesn't exist in the launch template.</p> </li>
172-
* <li> <p>Specify all desired parameters here.</p> </li> </ul>
166+
* User Guide</i>.</p>
173167
*/
174168
inline const Aws::Vector<FleetBlockDeviceMappingRequest>& GetBlockDeviceMappings() const { return m_blockDeviceMappings; }
175169
inline bool BlockDeviceMappingsHasBeenSet() const { return m_blockDeviceMappingsHasBeenSet; }

generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/GetCapacityReservationUsageResponse.h

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,23 @@ namespace Model
105105
* <code>failed</code> - The Capacity Reservation request has failed. A request can
106106
* fail due to request parameters that are not valid, capacity constraints, or
107107
* instance limit constraints. You can view a failed request for 60 minutes.</p>
108-
* </li> <li> <p> <code>scheduled</code> - (<i>Future-dated Capacity Reservations
109-
* only</i>) The future-dated Capacity Reservation request was approved and the
110-
* Capacity Reservation is scheduled for delivery on the requested start date.</p>
111-
* </li> <li> <p> <code>assessing</code> - (<i>Future-dated Capacity Reservations
112-
* only</i>) Amazon EC2 is assessing your request for a future-dated Capacity
113-
* Reservation.</p> </li> <li> <p> <code>delayed</code> - (<i>Future-dated Capacity
114-
* Reservations only</i>) Amazon EC2 encountered a delay in provisioning the
108+
* </li> <li> <p> <code>scheduled</code> - (<i>Future-dated Capacity
109+
* Reservations</i>) The future-dated Capacity Reservation request was approved and
110+
* the Capacity Reservation is scheduled for delivery on the requested start
111+
* date.</p> </li> <li> <p> <code>payment-pending</code> - (<i>Capacity Blocks</i>)
112+
* The upfront payment has not been processed yet.</p> </li> <li> <p>
113+
* <code>payment-failed</code> - (<i>Capacity Blocks</i>) The upfront payment was
114+
* not processed in the 12-hour time frame. Your Capacity Block was released.</p>
115+
* </li> <li> <p> <code>assessing</code> - (<i>Future-dated Capacity
116+
* Reservations</i>) Amazon EC2 is assessing your request for a future-dated
117+
* Capacity Reservation.</p> </li> <li> <p> <code>delayed</code> - (<i>Future-dated
118+
* Capacity Reservations</i>) Amazon EC2 encountered a delay in provisioning the
115119
* requested future-dated Capacity Reservation. Amazon EC2 is unable to deliver the
116120
* requested capacity by the requested start date and time.</p> </li> <li> <p>
117-
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations only</i>)
118-
* Amazon EC2 can't support the future-dated Capacity Reservation request due to
119-
* capacity constraints. You can view unsupported requests for 30 days. The
120-
* Capacity Reservation will not be delivered.</p> </li> </ul>
121+
* <code>unsupported</code> - (<i>Future-dated Capacity Reservations</i>) Amazon
122+
* EC2 can't support the future-dated Capacity Reservation request due to capacity
123+
* constraints. You can view unsupported requests for 30 days. The Capacity
124+
* Reservation will not be delivered.</p> </li> </ul>
121125
*/
122126
inline CapacityReservationState GetState() const { return m_state; }
123127
inline void SetState(CapacityReservationState value) { m_stateHasBeenSet = true; m_state = value; }

generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/InstanceEventWindowAssociationRequest.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ namespace Model
6262
///@{
6363
/**
6464
* <p>The instance tags to associate with the event window. Any instances
65-
* associated with the tags will be associated with the event window.</p>
65+
* associated with the tags will be associated with the event window.</p> <p>Note
66+
* that while you can't create tag keys beginning with <code>aws:</code>, you can
67+
* specify existing Amazon Web Services managed tag keys (with the
68+
* <code>aws:</code> prefix) when specifying them as targets to associate with the
69+
* event window.</p>
6670
*/
6771
inline const Aws::Vector<Tag>& GetInstanceTags() const { return m_instanceTags; }
6872
inline bool InstanceTagsHasBeenSet() const { return m_instanceTagsHasBeenSet; }

0 commit comments

Comments
 (0)