Skip to content

Commit

Permalink
docs(client-cloud9): Updated Cloud9 API documentation for AL2023 release
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 15, 2023
1 parent 8acee5a commit 9b35e99
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions clients/client-cloud9/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,23 +140,26 @@ export interface CreateEnvironmentEC2Request {
* <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image
* IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December
* 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux
* 2 as the AMI to create your environment as it is fully supported. This change will only affect
* 2023 as the AMI to create your environment as it is fully supported. This change will only affect
* direct API consumers, and not Cloud9 console users.</p>
* <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p>
* <p>
* <b>AMI aliases </b>
* </p>
* <ul>
* <li>
* <p>Amazon Linux:
* <code>amazonlinux-1-x86_64</code>
* <p>Amazon Linux: <code>amazonlinux-1-x86_64</code>
* </p>
* </li>
* <li>
* <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code>
* </p>
* </li>
* <li>
* <p>Amazon Linux 2023 (recommended): <code>amazonlinux-2023-x86_64</code>
* </p>
* </li>
* <li>
* <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code>
* </p>
* </li>
Expand All @@ -171,7 +174,7 @@ export interface CreateEnvironmentEC2Request {
* <ul>
* <li>
* <p>Amazon Linux:
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
* </p>
* </li>
* <li>
Expand All @@ -180,6 +183,10 @@ export interface CreateEnvironmentEC2Request {
* </p>
* </li>
* <li>
* <p>Amazon Linux 2023 (recommended): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code>
* </p>
* </li>
* <li>
* <p>Ubuntu 18.04:
* <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code>
* </p>
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/cloud9.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@
"name": "my-demo-environment",
"description": "This is my demonstration environment.",
"instanceType": "t2.micro",
"imageId": "amazonlinux-2-x86_64",
"imageId": "amazonlinux-2023-x86_64",
"subnetId": "subnet-6300cd1b",
"automaticStopTimeMinutes": 60,
"ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser"
Expand Down Expand Up @@ -1176,7 +1176,7 @@
"imageId": {
"target": "com.amazonaws.cloud9#ImageId",
"traits": {
"smithy.api#documentation": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.\n To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)\n path.</p>\n <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter\n for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all\n direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services\n CloudFormation. This change will only affect direct API consumers, and not Cloud9 console\n users.</p>\n <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image\n IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December\n 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux\n 2 as the AMI to create your environment as it is fully supported. This change will only affect\n direct API consumers, and not Cloud9 console users.</p>\n <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p>\n <p>\n <b>AMI aliases </b>\n </p>\n <ul>\n <li>\n <p>Amazon Linux:\n <code>amazonlinux-1-x86_64</code>\n </p>\n </li>\n <li>\n <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code>\n </p>\n </li>\n <li>\n <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code>\n </p>\n </li>\n <li>\n <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code>\n </p>\n </li>\n </ul>\n <p>\n <b>SSM paths</b>\n </p>\n <ul>\n <li>\n <p>Amazon Linux:\n <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>\n </p>\n </li>\n <li>\n <p>Amazon Linux 2:\n <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code>\n </p>\n </li>\n <li>\n <p>Ubuntu 18.04:\n <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code>\n </p>\n </li>\n <li>\n <p>Ubuntu 22.04:\n <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code>\n </p>\n </li>\n </ul>",
"smithy.api#documentation": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.\n To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)\n path.</p>\n <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter\n for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all\n direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services\n CloudFormation. This change will only affect direct API consumers, and not Cloud9 console\n users.</p>\n <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image\n IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December\n 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux\n 2023 as the AMI to create your environment as it is fully supported. This change will only affect\n direct API consumers, and not Cloud9 console users.</p>\n <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p>\n <p>\n <b>AMI aliases </b>\n </p>\n <ul>\n <li>\n <p>Amazon Linux: <code>amazonlinux-1-x86_64</code>\n </p>\n </li>\n <li>\n <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code>\n </p>\n </li>\n <li>\n <p>Amazon Linux 2023 (recommended): <code>amazonlinux-2023-x86_64</code>\n </p>\n </li>\n <li>\n <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code>\n </p>\n </li>\n <li>\n <p>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code>\n </p>\n </li>\n </ul>\n <p>\n <b>SSM paths</b>\n </p>\n <ul>\n <li>\n <p>Amazon Linux:\n <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>\n </p>\n </li>\n <li>\n <p>Amazon Linux 2:\n <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code>\n </p>\n </li>\n <li>\n <p>Amazon Linux 2023 (recommended): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code>\n </p>\n </li>\n <li>\n <p>Ubuntu 18.04:\n <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code>\n </p>\n </li>\n <li>\n <p>Ubuntu 22.04:\n <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code>\n </p>\n </li>\n </ul>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 9b35e99

Please sign in to comment.