@aws-sdk/client-cloud9 3.451.0 → 3.454.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/dist-types/models/models_0.d.ts +13 -14
- package/package.json +2 -2
|
@@ -100,22 +100,23 @@ export interface CreateEnvironmentEC2Request {
|
|
|
100
100
|
* <p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
|
|
101
101
|
* To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM)
|
|
102
102
|
* path.</p>
|
|
103
|
-
* <p>From
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
103
|
+
* <p>From December 04, 2023, you will be required to include the <code>imageId</code> parameter
|
|
104
|
+
* for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across all
|
|
105
|
+
* direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services
|
|
106
|
+
* CloudFormation. This change will only affect direct API consumers, and not Cloud9 console
|
|
107
|
+
* users.</p>
|
|
108
|
+
* <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image
|
|
109
|
+
* IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December
|
|
110
|
+
* 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux
|
|
111
|
+
* 2 as the AMI to create your environment as it is fully supported. This change will only affect
|
|
112
|
+
* direct API consumers, and not Cloud9 console users.</p>
|
|
109
113
|
* <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p>
|
|
110
114
|
* <p>
|
|
111
115
|
* <b>AMI aliases </b>
|
|
112
116
|
* </p>
|
|
113
117
|
* <ul>
|
|
114
118
|
* <li>
|
|
115
|
-
* <p>
|
|
116
|
-
* <b>Amazon Linux (default):
|
|
117
|
-
* <code>amazonlinux-1-x86_64</code>
|
|
118
|
-
* </b>
|
|
119
|
+
* <p>Amazon Linux (default): <code>amazonlinux-1-x86_64</code>
|
|
119
120
|
* </p>
|
|
120
121
|
* </li>
|
|
121
122
|
* <li>
|
|
@@ -136,10 +137,8 @@ export interface CreateEnvironmentEC2Request {
|
|
|
136
137
|
* </p>
|
|
137
138
|
* <ul>
|
|
138
139
|
* <li>
|
|
139
|
-
* <p>
|
|
140
|
-
*
|
|
141
|
-
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
|
|
142
|
-
* </b>
|
|
140
|
+
* <p>Amazon Linux (default):
|
|
141
|
+
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
|
|
143
142
|
* </p>
|
|
144
143
|
* </li>
|
|
145
144
|
* <li>
|
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.
|
|
4
|
+
"version": "3.454.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.454.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.451.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.451.0",
|