Skip to content

Commit

Permalink
docs(client-elastic-inference): Elastic Inference - Documentation upd…
Browse files Browse the repository at this point in the history
…ate to add service shutdown notice.
  • Loading branch information
awstools committed Oct 10, 2024
1 parent 278471b commit 5dbe44b
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 66 deletions.
8 changes: 3 additions & 5 deletions clients/client-elastic-inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@

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

<note>
<p>Amazon Elastic Inference is no longer available.</p>
</note>
<p>
Elastic Inference public APIs.
</p>
<p>
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.
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.
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.
</p>

## Installing

Expand Down
10 changes: 4 additions & 6 deletions clients/client-elastic-inference/src/ElasticInference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,11 @@ export interface ElasticInference {
}

/**
* <p>
* Elastic Inference public APIs.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Elastic Inference public APIs.
* </p>
* @public
*/
Expand Down
10 changes: 4 additions & 6 deletions clients/client-elastic-inference/src/ElasticInferenceClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,11 @@ export type ElasticInferenceClientResolvedConfigType = __SmithyResolvedConfigura
export interface ElasticInferenceClientResolvedConfig extends ElasticInferenceClientResolvedConfigType {}

/**
* <p>
* Elastic Inference public APIs.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Elastic Inference public APIs.
* </p>
* @public
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ export interface DescribeAcceleratorOfferingsCommandOutput
__MetadataBearer {}

/**
* <p>
* Describes the locations in which a given accelerator type or set of types is present in a given region.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Describes the locations in which a given accelerator type or set of types is present in a given region.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ export interface DescribeAcceleratorTypesCommandInput extends DescribeAccelerato
export interface DescribeAcceleratorTypesCommandOutput extends DescribeAcceleratorTypesResponse, __MetadataBearer {}

/**
* <p>
* Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ export interface DescribeAcceleratorsCommandInput extends DescribeAcceleratorsRe
export interface DescribeAcceleratorsCommandOutput extends DescribeAcceleratorsResponse, __MetadataBearer {}

/**
* <p>
* Describes information over a provided set of accelerators belonging to an account.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Describes information over a provided set of accelerators belonging to an account.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {}

/**
* <p>
* Returns all tags of an Elastic Inference Accelerator.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Returns all tags of an Elastic Inference Accelerator.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {}

/**
* <p>
* Adds the specified tags to an Elastic Inference Accelerator.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Adds the specified tags to an Elastic Inference Accelerator.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {}

/**
* <p>
* Removes the specified tags from an Elastic Inference Accelerator.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Removes the specified tags from an Elastic Inference Accelerator.
* </p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
10 changes: 4 additions & 6 deletions clients/client-elastic-inference/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
// smithy-typescript generated code
/* eslint-disable */
/**
* <p>
* Elastic Inference public APIs.
* </p>
* <note>
* <p>Amazon Elastic Inference is no longer available.</p>
* </note>
* <p>
* 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.
* 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.
* 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.
* Elastic Inference public APIs.
* </p>
*
* @packageDocumentation
Expand Down
14 changes: 7 additions & 7 deletions codegen/sdk-codegen/aws-models/elastic-inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "POST",
"uri": "/describe-accelerator-offerings",
Expand Down Expand Up @@ -257,7 +257,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "GET",
"uri": "/describe-accelerator-types",
Expand Down Expand Up @@ -306,7 +306,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "POST",
"uri": "/describe-accelerators",
Expand Down Expand Up @@ -408,7 +408,7 @@
"name": "elastic-inference"
},
"aws.protocols#restJson1": {},
"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>",
"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>",
"smithy.api#title": "Amazon Elastic Inference",
"smithy.rules#endpointRuleSet": {
"version": "1.0",
Expand Down Expand Up @@ -1278,7 +1278,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "GET",
"uri": "/tags/{resourceArn}",
Expand Down Expand Up @@ -1488,7 +1488,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "POST",
"uri": "/tags/{resourceArn}",
Expand Down Expand Up @@ -1571,7 +1571,7 @@
}
],
"traits": {
"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>",
"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>",
"smithy.api#http": {
"method": "DELETE",
"uri": "/tags/{resourceArn}",
Expand Down

0 comments on commit 5dbe44b

Please sign in to comment.