@aws-sdk/client-ec2 3.303.0 → 3.304.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.
|
@@ -424,7 +424,7 @@ export interface Instance {
|
|
|
424
424
|
*/
|
|
425
425
|
ElasticGpuAssociations?: ElasticGpuAssociation[];
|
|
426
426
|
/**
|
|
427
|
-
* <p>
|
|
427
|
+
* <p>The elastic inference accelerator associated with the instance.</p>
|
|
428
428
|
*/
|
|
429
429
|
ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociation[];
|
|
430
430
|
/**
|
|
@@ -4058,7 +4058,8 @@ export interface GetFlowLogsIntegrationTemplateResult {
|
|
|
4058
4058
|
*/
|
|
4059
4059
|
export interface GetGroupsForCapacityReservationRequest {
|
|
4060
4060
|
/**
|
|
4061
|
-
* <p>The ID of the Capacity Reservation
|
|
4061
|
+
* <p>The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared
|
|
4062
|
+
* with you, the operation returns only Capacity Reservation groups that you own.</p>
|
|
4062
4063
|
*/
|
|
4063
4064
|
CapacityReservationId: string | undefined;
|
|
4064
4065
|
/**
|
|
@@ -6562,6 +6562,15 @@ export interface RunInstancesRequest {
|
|
|
6562
6562
|
* accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
|
|
6563
6563
|
* your Deep Learning (DL) inference workloads.</p>
|
|
6564
6564
|
* <p>You cannot specify accelerators from different generations in the same request.</p>
|
|
6565
|
+
* <note>
|
|
6566
|
+
* <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon
|
|
6567
|
+
* Elastic Inference (EI), and will help current customers migrate their workloads to
|
|
6568
|
+
* options that offer better price and performance. After April 15, 2023, new customers
|
|
6569
|
+
* will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker,
|
|
6570
|
+
* Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during
|
|
6571
|
+
* the past 30-day period are considered current customers and will be able to continue
|
|
6572
|
+
* using the service.</p>
|
|
6573
|
+
* </note>
|
|
6565
6574
|
*/
|
|
6566
6575
|
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[];
|
|
6567
6576
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.304.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|