Skip to content

Commit b87b3a7

Browse files
author
awstools
committed
docs(client-cloud9): A minor doc only update related to changing the date of an API change.
1 parent f53e68f commit b87b3a7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

clients/client-cloud9/src/models/models_0.ts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -132,22 +132,23 @@ export interface CreateEnvironmentEC2Request {
132132
* <p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
133133
* To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
134134
* path.</p>
135-
* <p>From November 20, 2023, you will be required to include the <code>imageId</code> parameter for the <code>CreateEnvironmentEC2</code> action.
136-
* This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only
137-
* affect direct API consumers, and not Cloud9 console users.</p>
138-
* <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
139-
* 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
140-
* fully supported. This change will only affect direct API consumers, and not Cloud9 console users.</p>
135+
* <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter
136+
* for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all
137+
* direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services
138+
* CloudFormation. This change will only affect direct API consumers, and not Cloud9 console
139+
* users.</p>
140+
* <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image
141+
* IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December
142+
* 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux
143+
* 2 as the AMI to create your environment as it is fully supported. This change will only affect
144+
* direct API consumers, and not Cloud9 console users.</p>
141145
* <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p>
142146
* <p>
143147
* <b>AMI aliases </b>
144148
* </p>
145149
* <ul>
146150
* <li>
147-
* <p>
148-
* <b>Amazon Linux (default):
149-
* <code>amazonlinux-1-x86_64</code>
150-
* </b>
151+
* <p>Amazon Linux (default): <code>amazonlinux-1-x86_64</code>
151152
* </p>
152153
* </li>
153154
* <li>
@@ -168,10 +169,8 @@ export interface CreateEnvironmentEC2Request {
168169
* </p>
169170
* <ul>
170171
* <li>
171-
* <p>
172-
* <b>Amazon Linux (default):
173-
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
174-
* </b>
172+
* <p>Amazon Linux (default):
173+
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
175174
* </p>
176175
* </li>
177176
* <li>

codegen/sdk-codegen/aws-models/cloud9.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@
11251125
"name": "my-demo-environment",
11261126
"description": "This is my demonstration environment.",
11271127
"instanceType": "t2.micro",
1128+
"imageId": "amazonlinux-2-x86_64",
11281129
"subnetId": "subnet-6300cd1b",
11291130
"automaticStopTimeMinutes": 60,
11301131
"ownerArn": "arn:aws:iam::123456789012:user/MyDemoUser"
@@ -1175,7 +1176,7 @@
11751176
"imageId": {
11761177
"target": "com.amazonaws.cloud9#ImageId",
11771178
"traits": {
1178-
"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 November 20, 2023, you will be required to include the <code>imageId</code> parameter for the <code>CreateEnvironmentEC2</code> action.\n This change will be reflected across all direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only \n affect direct API consumers, and not Cloud9 console users.</p>\n <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 \n 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 \n fully supported. This change will only affect 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>\n <b>Amazon Linux (default):\n <code>amazonlinux-1-x86_64</code>\n </b>\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>\n <b>Amazon Linux (default):\n <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>\n </b>\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>"
1179+
"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 (default): <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 (default):\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>"
11791180
}
11801181
},
11811182
"automaticStopTimeMinutes": {

0 commit comments

Comments
 (0)