@aws-sdk/client-cloud9 3.474.0 → 3.476.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.
|
@@ -108,7 +108,7 @@ export interface CreateEnvironmentEC2Request {
|
|
|
108
108
|
* <p>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available image
|
|
109
109
|
* IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support in December
|
|
110
110
|
* 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux
|
|
111
|
-
*
|
|
111
|
+
* 2023 as the AMI to create your environment as it is fully supported. This change will only affect
|
|
112
112
|
* direct API consumers, and not Cloud9 console users.</p>
|
|
113
113
|
* <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p>
|
|
114
114
|
* <p>
|
|
@@ -116,8 +116,7 @@ export interface CreateEnvironmentEC2Request {
|
|
|
116
116
|
* </p>
|
|
117
117
|
* <ul>
|
|
118
118
|
* <li>
|
|
119
|
-
* <p>Amazon Linux:
|
|
120
|
-
* <code>amazonlinux-1-x86_64</code>
|
|
119
|
+
* <p>Amazon Linux: <code>amazonlinux-1-x86_64</code>
|
|
121
120
|
* </p>
|
|
122
121
|
* </li>
|
|
123
122
|
* <li>
|
|
@@ -125,6 +124,10 @@ export interface CreateEnvironmentEC2Request {
|
|
|
125
124
|
* </p>
|
|
126
125
|
* </li>
|
|
127
126
|
* <li>
|
|
127
|
+
* <p>Amazon Linux 2023 (recommended): <code>amazonlinux-2023-x86_64</code>
|
|
128
|
+
* </p>
|
|
129
|
+
* </li>
|
|
130
|
+
* <li>
|
|
128
131
|
* <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code>
|
|
129
132
|
* </p>
|
|
130
133
|
* </li>
|
|
@@ -139,7 +142,7 @@ export interface CreateEnvironmentEC2Request {
|
|
|
139
142
|
* <ul>
|
|
140
143
|
* <li>
|
|
141
144
|
* <p>Amazon Linux:
|
|
142
|
-
*
|
|
145
|
+
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
|
|
143
146
|
* </p>
|
|
144
147
|
* </li>
|
|
145
148
|
* <li>
|
|
@@ -148,6 +151,10 @@ export interface CreateEnvironmentEC2Request {
|
|
|
148
151
|
* </p>
|
|
149
152
|
* </li>
|
|
150
153
|
* <li>
|
|
154
|
+
* <p>Amazon Linux 2023 (recommended): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64</code>
|
|
155
|
+
* </p>
|
|
156
|
+
* </li>
|
|
157
|
+
* <li>
|
|
151
158
|
* <p>Ubuntu 18.04:
|
|
152
159
|
* <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code>
|
|
153
160
|
* </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.
|
|
4
|
+
"version": "3.476.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.476.0",
|
|
24
|
+
"@aws-sdk/core": "3.476.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.476.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|