Skip to content

Commit 32c9cb1

Browse files
author
awstools
committed
docs(client-cloud9): Added information about Ubuntu 18.04 will be removed from the available imageIds for Cloud9 because Ubuntu 18.04 has ended standard support on May 31, 2023.
1 parent 8880c88 commit 32c9cb1

19 files changed

+158
-48
lines changed

clients/client-cloud9/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native.
1111
<p>Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and
1212
release software in the cloud.</p>
1313
<p>For more information about Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">Cloud9 User Guide</a>.</p>
14+
<important>
15+
<p>Cloud9 is no longer available to new customers. Existing customers of
16+
Cloud9 can continue to use the service as normal.
17+
<a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
18+
</p>
19+
</important>
1420
<p>Cloud9 supports these operations:</p>
1521
<ul>
1622
<li>

clients/client-cloud9/src/Cloud9.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ export interface Cloud9 {
299299
* <p>Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and
300300
* release software in the cloud.</p>
301301
* <p>For more information about Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">Cloud9 User Guide</a>.</p>
302+
* <important>
303+
* <p>Cloud9 is no longer available to new customers. Existing customers of
304+
* Cloud9 can continue to use the service as normal.
305+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
306+
* </p>
307+
* </important>
302308
* <p>Cloud9 supports these operations:</p>
303309
* <ul>
304310
* <li>

clients/client-cloud9/src/Cloud9Client.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@ export interface Cloud9ClientResolvedConfig extends Cloud9ClientResolvedConfigTy
313313
* <p>Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and
314314
* release software in the cloud.</p>
315315
* <p>For more information about Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">Cloud9 User Guide</a>.</p>
316+
* <important>
317+
* <p>Cloud9 is no longer available to new customers. Existing customers of
318+
* Cloud9 can continue to use the service as normal.
319+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
320+
* </p>
321+
* </important>
316322
* <p>Cloud9 supports these operations:</p>
317323
* <ul>
318324
* <li>

clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2R
3434
/**
3535
* <p>Creates an Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and
3636
* then connects from the instance to the environment.</p>
37+
* <important>
38+
* <p>Cloud9 is no longer available to new customers. Existing customers of
39+
* Cloud9 can continue to use the service as normal.
40+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
41+
* </p>
42+
* </important>
3743
* @example
3844
* Use a bare-bones client and the command you need to make an API call.
3945
* ```javascript

clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ export interface CreateEnvironmentMembershipCommandOutput extends CreateEnvironm
2929

3030
/**
3131
* <p>Adds an environment member to an Cloud9 development environment.</p>
32+
* <important>
33+
* <p>Cloud9 is no longer available to new customers. Existing customers of
34+
* Cloud9 can continue to use the service as normal.
35+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
36+
* </p>
37+
* </important>
3238
* @example
3339
* Use a bare-bones client and the command you need to make an API call.
3440
* ```javascript

clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResult,
3030
/**
3131
* <p>Deletes an Cloud9 development environment. If an Amazon EC2 instance is connected to the
3232
* environment, also terminates the instance.</p>
33+
* <important>
34+
* <p>Cloud9 is no longer available to new customers. Existing customers of
35+
* Cloud9 can continue to use the service as normal.
36+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
37+
* </p>
38+
* </important>
3339
* @example
3440
* Use a bare-bones client and the command you need to make an API call.
3541
* ```javascript

clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ export interface DeleteEnvironmentMembershipCommandOutput extends DeleteEnvironm
2929

3030
/**
3131
* <p>Deletes an environment member from a development environment.</p>
32+
* <important>
33+
* <p>Cloud9 is no longer available to new customers. Existing customers of
34+
* Cloud9 can continue to use the service as normal.
35+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
36+
* </p>
37+
* </important>
3238
* @example
3339
* Use a bare-bones client and the command you need to make an API call.
3440
* ```javascript

clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ export interface DescribeEnvironmentMembershipsCommandOutput
3434

3535
/**
3636
* <p>Gets information about environment members for an Cloud9 development environment.</p>
37+
* <important>
38+
* <p>Cloud9 is no longer available to new customers. Existing customers of
39+
* Cloud9 can continue to use the service as normal.
40+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
41+
* </p>
42+
* </important>
3743
* @example
3844
* Use a bare-bones client and the command you need to make an API call.
3945
* ```javascript

clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ export interface DescribeEnvironmentStatusCommandOutput extends DescribeEnvironm
2929

3030
/**
3131
* <p>Gets status information for an Cloud9 development environment.</p>
32+
* <important>
33+
* <p>Cloud9 is no longer available to new customers. Existing customers of
34+
* Cloud9 can continue to use the service as normal.
35+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
36+
* </p>
37+
* </important>
3238
* @example
3339
* Use a bare-bones client and the command you need to make an API call.
3440
* ```javascript

clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ export interface DescribeEnvironmentsCommandOutput extends DescribeEnvironmentsR
3333

3434
/**
3535
* <p>Gets information about Cloud9 development environments.</p>
36+
* <important>
37+
* <p>Cloud9 is no longer available to new customers. Existing customers of
38+
* Cloud9 can continue to use the service as normal.
39+
* <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn more"</a>
40+
* </p>
41+
* </important>
3642
* @example
3743
* Use a bare-bones client and the command you need to make an API call.
3844
* ```javascript

0 commit comments

Comments
 (0)