Skip to content

Commit d733a32

Browse files
author
awstools
committed
docs(client-cloud9): Update to the documentation section of the Cloud9 API Reference guide.
1 parent 7b788b8 commit d733a32

File tree

4 files changed

+393
-339
lines changed

4 files changed

+393
-339
lines changed

clients/client-cloud9/src/Cloud9.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export class Cloud9 extends Cloud9Client {
233233
}
234234

235235
/**
236-
* <p>Deletes an environment member from an Cloud9 development environment.</p>
236+
* <p>Deletes an environment member from a development environment.</p>
237237
*/
238238
public deleteEnvironmentMembership(
239239
args: DeleteEnvironmentMembershipCommandInput,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface DeleteEnvironmentMembershipCommandInput extends DeleteEnvironme
2929
export interface DeleteEnvironmentMembershipCommandOutput extends DeleteEnvironmentMembershipResult, __MetadataBearer {}
3030

3131
/**
32-
* <p>Deletes an environment member from an Cloud9 development environment.</p>
32+
* <p>Deletes an environment member from a development environment.</p>
3333
* @example
3434
* Use a bare-bones client and the command you need to make an API call.
3535
* ```javascript

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ export interface CreateEnvironmentEC2Request {
109109
* <p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
110110
* To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
111111
* path.</p>
112-
* <p>The default AMI is used if the parameter isn't explicitly assigned a value in the request.
113-
* Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you
114-
* choose Amazon Linux 2, which includes long term support through 2023.</p>
112+
* <p>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned
113+
* a value in the request. </p>
114+
* <p>In the future the parameter for Amazon Linux will no longer be available when you specify
115+
* an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to
116+
* launch your instance if no parameter is explicitly defined.</p>
115117
* <p>
116118
* <b>AMI aliases </b>
117119
* </p>

0 commit comments

Comments
 (0)