@aws-sdk/client-cloud9 3.198.0 → 3.199.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.199.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.198.0...v3.199.0) (2022-10-28)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cloud9
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.198.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.197.0...v3.198.0) (2022-10-27)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-cloud9
@@ -104,7 +104,7 @@ export declare class Cloud9 extends Cloud9Client {
104
104
  deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
105
105
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
106
106
  /**
107
- * <p>Deletes an environment member from an Cloud9 development environment.</p>
107
+ * <p>Deletes an environment member from a development environment.</p>
108
108
  */
109
109
  deleteEnvironmentMembership(args: DeleteEnvironmentMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentMembershipCommandOutput>;
110
110
  deleteEnvironmentMembership(args: DeleteEnvironmentMembershipCommandInput, cb: (err: any, data?: DeleteEnvironmentMembershipCommandOutput) => void): void;
@@ -8,7 +8,7 @@ export interface DeleteEnvironmentMembershipCommandInput extends DeleteEnvironme
8
8
  export interface DeleteEnvironmentMembershipCommandOutput extends DeleteEnvironmentMembershipResult, __MetadataBearer {
9
9
  }
10
10
  /**
11
- * <p>Deletes an environment member from an Cloud9 development environment.</p>
11
+ * <p>Deletes an environment member from a development environment.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -78,9 +78,11 @@ export interface CreateEnvironmentEC2Request {
78
78
  * <p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
79
79
  * To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
80
80
  * path.</p>
81
- * <p>The default AMI is used if the parameter isn't explicitly assigned a value in the request.
82
- * Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you
83
- * choose Amazon Linux 2, which includes long term support through 2023.</p>
81
+ * <p>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned
82
+ * a value in the request. </p>
83
+ * <p>In the future the parameter for Amazon Linux will no longer be available when you specify
84
+ * an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to
85
+ * launch your instance if no parameter is explicitly defined.</p>
84
86
  * <p>
85
87
  * <b>AMI aliases </b>
86
88
  * </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloud9",
3
3
  "description": "AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native",
4
- "version": "3.198.0",
4
+ "version": "3.199.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,13 +19,13 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.198.0",
22
+ "@aws-sdk/client-sts": "3.199.0",
23
23
  "@aws-sdk/config-resolver": "3.198.0",
24
- "@aws-sdk/credential-provider-node": "3.198.0",
25
- "@aws-sdk/fetch-http-handler": "3.198.0",
24
+ "@aws-sdk/credential-provider-node": "3.199.0",
25
+ "@aws-sdk/fetch-http-handler": "3.199.0",
26
26
  "@aws-sdk/hash-node": "3.198.0",
27
27
  "@aws-sdk/invalid-dependency": "3.198.0",
28
- "@aws-sdk/middleware-content-length": "3.198.0",
28
+ "@aws-sdk/middleware-content-length": "3.199.0",
29
29
  "@aws-sdk/middleware-endpoint": "3.198.0",
30
30
  "@aws-sdk/middleware-host-header": "3.198.0",
31
31
  "@aws-sdk/middleware-logger": "3.198.0",
@@ -36,7 +36,7 @@
36
36
  "@aws-sdk/middleware-stack": "3.198.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.198.0",
38
38
  "@aws-sdk/node-config-provider": "3.198.0",
39
- "@aws-sdk/node-http-handler": "3.198.0",
39
+ "@aws-sdk/node-http-handler": "3.199.0",
40
40
  "@aws-sdk/protocol-http": "3.198.0",
41
41
  "@aws-sdk/smithy-client": "3.198.0",
42
42
  "@aws-sdk/types": "3.198.0",
@@ -51,7 +51,7 @@
51
51
  "@aws-sdk/util-user-agent-browser": "3.198.0",
52
52
  "@aws-sdk/util-user-agent-node": "3.198.0",
53
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
54
- "@aws-sdk/util-utf8-node": "3.188.0",
54
+ "@aws-sdk/util-utf8-node": "3.199.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {