Skip to content

Commit 5dbe44b

Browse files
author
awstools
committed
docs(client-elastic-inference): Elastic Inference - Documentation update to add service shutdown notice.
1 parent 278471b commit 5dbe44b

11 files changed

+46
-66
lines changed

clients/client-elastic-inference/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66

77
AWS SDK for JavaScript ElasticInference Client for Node.js, Browser and React Native.
88

9+
<note>
10+
<p>Amazon Elastic Inference is no longer available.</p>
11+
</note>
912
<p>
1013
Elastic Inference public APIs.
1114
</p>
12-
<p>
13-
February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
14-
After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
15-
However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
16-
</p>
1715

1816
## Installing
1917

clients/client-elastic-inference/src/ElasticInference.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,11 @@ export interface ElasticInference {
134134
}
135135

136136
/**
137-
* <p>
138-
* Elastic Inference public APIs.
139-
* </p>
137+
* <note>
138+
* <p>Amazon Elastic Inference is no longer available.</p>
139+
* </note>
140140
* <p>
141-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
142-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
143-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
141+
* Elastic Inference public APIs.
144142
* </p>
145143
* @public
146144
*/

clients/client-elastic-inference/src/ElasticInferenceClient.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,11 @@ export type ElasticInferenceClientResolvedConfigType = __SmithyResolvedConfigura
276276
export interface ElasticInferenceClientResolvedConfig extends ElasticInferenceClientResolvedConfigType {}
277277

278278
/**
279-
* <p>
280-
* Elastic Inference public APIs.
281-
* </p>
279+
* <note>
280+
* <p>Amazon Elastic Inference is no longer available.</p>
281+
* </note>
282282
* <p>
283-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
284-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
285-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
283+
* Elastic Inference public APIs.
286284
* </p>
287285
* @public
288286
*/

clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ export interface DescribeAcceleratorOfferingsCommandOutput
3333
__MetadataBearer {}
3434

3535
/**
36-
* <p>
37-
* Describes the locations in which a given accelerator type or set of types is present in a given region.
38-
* </p>
36+
* <note>
37+
* <p>Amazon Elastic Inference is no longer available.</p>
38+
* </note>
3939
* <p>
40-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
41-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
42-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
40+
* Describes the locations in which a given accelerator type or set of types is present in a given region.
4341
* </p>
4442
* @example
4543
* Use a bare-bones client and the command you need to make an API call.

clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ export interface DescribeAcceleratorTypesCommandInput extends DescribeAccelerato
2828
export interface DescribeAcceleratorTypesCommandOutput extends DescribeAcceleratorTypesResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>
32-
* Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
33-
* </p>
31+
* <note>
32+
* <p>Amazon Elastic Inference is no longer available.</p>
33+
* </note>
3434
* <p>
35-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
36-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
37-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
35+
* Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
3836
* </p>
3937
* @example
4038
* Use a bare-bones client and the command you need to make an API call.

clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ export interface DescribeAcceleratorsCommandInput extends DescribeAcceleratorsRe
2828
export interface DescribeAcceleratorsCommandOutput extends DescribeAcceleratorsResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>
32-
* Describes information over a provided set of accelerators belonging to an account.
33-
* </p>
31+
* <note>
32+
* <p>Amazon Elastic Inference is no longer available.</p>
33+
* </note>
3434
* <p>
35-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
36-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
37-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
35+
* Describes information over a provided set of accelerators belonging to an account.
3836
* </p>
3937
* @example
4038
* Use a bare-bones client and the command you need to make an API call.

clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
2828
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>
32-
* Returns all tags of an Elastic Inference Accelerator.
33-
* </p>
31+
* <note>
32+
* <p>Amazon Elastic Inference is no longer available.</p>
33+
* </note>
3434
* <p>
35-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
36-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
37-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
35+
* Returns all tags of an Elastic Inference Accelerator.
3836
* </p>
3937
* @example
4038
* Use a bare-bones client and the command you need to make an API call.

clients/client-elastic-inference/src/commands/TagResourceCommand.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
2828
export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>
32-
* Adds the specified tags to an Elastic Inference Accelerator.
33-
* </p>
31+
* <note>
32+
* <p>Amazon Elastic Inference is no longer available.</p>
33+
* </note>
3434
* <p>
35-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
36-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
37-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
35+
* Adds the specified tags to an Elastic Inference Accelerator.
3836
* </p>
3937
* @example
4038
* Use a bare-bones client and the command you need to make an API call.

clients/client-elastic-inference/src/commands/UntagResourceCommand.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
2828
export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>
32-
* Removes the specified tags from an Elastic Inference Accelerator.
33-
* </p>
31+
* <note>
32+
* <p>Amazon Elastic Inference is no longer available.</p>
33+
* </note>
3434
* <p>
35-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
36-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
37-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
35+
* Removes the specified tags from an Elastic Inference Accelerator.
3836
* </p>
3937
* @example
4038
* Use a bare-bones client and the command you need to make an API call.

clients/client-elastic-inference/src/index.ts

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
// smithy-typescript generated code
22
/* eslint-disable */
33
/**
4-
* <p>
5-
* Elastic Inference public APIs.
6-
* </p>
4+
* <note>
5+
* <p>Amazon Elastic Inference is no longer available.</p>
6+
* </note>
77
* <p>
8-
* February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.
9-
* After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.
10-
* However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
8+
* Elastic Inference public APIs.
119
* </p>
1210
*
1311
* @packageDocumentation

codegen/sdk-codegen/aws-models/elastic-inference.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
}
201201
],
202202
"traits": {
203-
"smithy.api#documentation": "<p>\n Describes the locations in which a given accelerator type or set of types is present in a given region.\n </p>\n <p>\n February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.\n After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.\n However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.\n </p>",
203+
"smithy.api#documentation": "<note>\n <p>Amazon Elastic Inference is no longer available.</p>\n </note>\n <p>\n Describes the locations in which a given accelerator type or set of types is present in a given region.\n </p>",
204204
"smithy.api#http": {
205205
"method": "POST",
206206
"uri": "/describe-accelerator-offerings",
@@ -257,7 +257,7 @@
257257
}
258258
],
259259
"traits": {
260-
"smithy.api#documentation": "<p>\n Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.\n </p>\n <p>\n February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.\n After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.\n However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.\n </p>",
260+
"smithy.api#documentation": "<note>\n <p>Amazon Elastic Inference is no longer available.</p>\n </note>\n <p>\n Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.\n </p>",
261261
"smithy.api#http": {
262262
"method": "GET",
263263
"uri": "/describe-accelerator-types",
@@ -306,7 +306,7 @@
306306
}
307307
],
308308
"traits": {
309-
"smithy.api#documentation": "<p>\n Describes information over a provided set of accelerators belonging to an account.\n </p>\n <p>\n February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.\n After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.\n However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.\n </p>",
309+
"smithy.api#documentation": "<note>\n <p>Amazon Elastic Inference is no longer available.</p>\n </note>\n <p>\n Describes information over a provided set of accelerators belonging to an account.\n </p>",
310310
"smithy.api#http": {
311311
"method": "POST",
312312
"uri": "/describe-accelerators",
@@ -408,7 +408,7 @@
408408
"name": "elastic-inference"
409409
},
410410
"aws.protocols#restJson1": {},
411-
"smithy.api#documentation": "<p>\n Elastic Inference public APIs.\n </p>\n <p>\n February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.\n After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.\n However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.\n </p>",
411+
"smithy.api#documentation": "<note>\n <p>Amazon Elastic Inference is no longer available.</p>\n </note>\n <p>\n Elastic Inference public APIs.\n </p>",
412412
"smithy.api#title": "Amazon Elastic Inference",
413413
"smithy.rules#endpointRuleSet": {
414414
"version": "1.0",
@@ -1278,7 +1278,7 @@
12781278
}
12791279
],
12801280
"traits": {
1281-
"smithy.api#documentation": "<p>\n Returns all tags of an Elastic Inference Accelerator.\n </p>\n <p>\n February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.\n After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.\n However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.\n </p>",
1281+
"smithy.api#documentation": "<note>\n <p>Amazon Elastic Inference is no longer available.</p>\n </note>\n <p>\n Returns all tags of an Elastic Inference Accelerator.\n </p>",
12821282
"smithy.api#http": {
12831283
"method": "GET",
12841284
"uri": "/tags/{resourceArn}",
@@ -1488,7 +1488,7 @@
14881488
}
14891489
],
14901490
"traits": {
1491-
"smithy.api#documentation": "<p>\n Adds the specified tags to an Elastic Inference Accelerator.\n </p>\n <p>\n February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.\n After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.\n However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.\n </p>",
1491+
"smithy.api#documentation": "<note>\n <p>Amazon Elastic Inference is no longer available.</p>\n </note>\n <p>\n Adds the specified tags to an Elastic Inference Accelerator.\n </p>",
14921492
"smithy.api#http": {
14931493
"method": "POST",
14941494
"uri": "/tags/{resourceArn}",
@@ -1571,7 +1571,7 @@
15711571
}
15721572
],
15731573
"traits": {
1574-
"smithy.api#documentation": "<p>\n Removes the specified tags from an Elastic Inference Accelerator.\n </p>\n <p>\n February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance.\n After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2.\n However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.\n </p>",
1574+
"smithy.api#documentation": "<note>\n <p>Amazon Elastic Inference is no longer available.</p>\n </note>\n <p>\n Removes the specified tags from an Elastic Inference Accelerator.\n </p>",
15751575
"smithy.api#http": {
15761576
"method": "DELETE",
15771577
"uri": "/tags/{resourceArn}",

0 commit comments

Comments
 (0)