@aws-sdk/client-cloud9 3.496.0 → 3.499.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-cjs/index.js +28 -27
- package/dist-types/models/models_0.d.ts +2 -14
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1546,48 +1546,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1546
1546
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1547
1547
|
|
|
1548
1548
|
0 && (module.exports = {
|
|
1549
|
-
BadRequestException,
|
|
1550
|
-
Cloud9,
|
|
1551
|
-
Cloud9Client,
|
|
1552
1549
|
Cloud9ServiceException,
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1550
|
+
__Client,
|
|
1551
|
+
Cloud9Client,
|
|
1552
|
+
Cloud9,
|
|
1553
|
+
$Command,
|
|
1556
1554
|
CreateEnvironmentEC2Command,
|
|
1557
|
-
CreateEnvironmentEC2RequestFilterSensitiveLog,
|
|
1558
1555
|
CreateEnvironmentMembershipCommand,
|
|
1559
1556
|
DeleteEnvironmentCommand,
|
|
1560
1557
|
DeleteEnvironmentMembershipCommand,
|
|
1561
1558
|
DescribeEnvironmentMembershipsCommand,
|
|
1562
1559
|
DescribeEnvironmentStatusCommand,
|
|
1563
1560
|
DescribeEnvironmentsCommand,
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1561
|
+
ListEnvironmentsCommand,
|
|
1562
|
+
ListTagsForResourceCommand,
|
|
1563
|
+
TagResourceCommand,
|
|
1564
|
+
UntagResourceCommand,
|
|
1565
|
+
UpdateEnvironmentCommand,
|
|
1566
|
+
UpdateEnvironmentMembershipCommand,
|
|
1567
|
+
paginateDescribeEnvironmentMemberships,
|
|
1568
|
+
paginateListEnvironments,
|
|
1569
|
+
BadRequestException,
|
|
1570
|
+
ConflictException,
|
|
1571
|
+
ConnectionType,
|
|
1569
1572
|
ForbiddenException,
|
|
1570
1573
|
InternalServerErrorException,
|
|
1571
1574
|
LimitExceededException,
|
|
1572
|
-
ListEnvironmentsCommand,
|
|
1573
|
-
ListTagsForResourceCommand,
|
|
1574
|
-
ListTagsForResourceResponseFilterSensitiveLog,
|
|
1575
|
-
ManagedCredentialsAction,
|
|
1576
|
-
ManagedCredentialsStatus,
|
|
1577
|
-
MemberPermissions,
|
|
1578
1575
|
NotFoundException,
|
|
1576
|
+
TooManyRequestsException,
|
|
1577
|
+
MemberPermissions,
|
|
1579
1578
|
Permissions,
|
|
1579
|
+
EnvironmentLifecycleStatus,
|
|
1580
|
+
ManagedCredentialsStatus,
|
|
1581
|
+
EnvironmentType,
|
|
1582
|
+
EnvironmentStatus,
|
|
1583
|
+
ConcurrentAccessException,
|
|
1584
|
+
ManagedCredentialsAction,
|
|
1580
1585
|
TagFilterSensitiveLog,
|
|
1581
|
-
|
|
1586
|
+
CreateEnvironmentEC2RequestFilterSensitiveLog,
|
|
1587
|
+
EnvironmentFilterSensitiveLog,
|
|
1588
|
+
DescribeEnvironmentsResultFilterSensitiveLog,
|
|
1589
|
+
ListTagsForResourceResponseFilterSensitiveLog,
|
|
1582
1590
|
TagResourceRequestFilterSensitiveLog,
|
|
1583
|
-
TooManyRequestsException,
|
|
1584
|
-
UntagResourceCommand,
|
|
1585
1591
|
UntagResourceRequestFilterSensitiveLog,
|
|
1586
|
-
|
|
1587
|
-
UpdateEnvironmentMembershipCommand,
|
|
1588
|
-
UpdateEnvironmentRequestFilterSensitiveLog,
|
|
1589
|
-
__Client,
|
|
1590
|
-
paginateDescribeEnvironmentMemberships,
|
|
1591
|
-
paginateListEnvironments
|
|
1592
|
+
UpdateEnvironmentRequestFilterSensitiveLog
|
|
1592
1593
|
});
|
|
1593
1594
|
|
|
@@ -105,21 +105,14 @@ export interface CreateEnvironmentEC2Request {
|
|
|
105
105
|
* direct methods of communicating with the API, such as Amazon Web Services SDK, Amazon Web Services CLI and Amazon Web Services
|
|
106
106
|
* CloudFormation. This change will only affect direct API consumers, and not Cloud9 console
|
|
107
107
|
* users.</p>
|
|
108
|
-
* <p>
|
|
109
|
-
*
|
|
110
|
-
* 2023, and as a result will no longer receive security updates. We recommend using Amazon Linux
|
|
111
|
-
* 2023 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>
|
|
108
|
+
* <p>We recommend using Amazon Linux 2023 as the AMI to create your environment as it is fully
|
|
109
|
+
* supported. </p>
|
|
113
110
|
* <p>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you choose Ubuntu 22.04.</p>
|
|
114
111
|
* <p>
|
|
115
112
|
* <b>AMI aliases </b>
|
|
116
113
|
* </p>
|
|
117
114
|
* <ul>
|
|
118
115
|
* <li>
|
|
119
|
-
* <p>Amazon Linux: <code>amazonlinux-1-x86_64</code>
|
|
120
|
-
* </p>
|
|
121
|
-
* </li>
|
|
122
|
-
* <li>
|
|
123
116
|
* <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code>
|
|
124
117
|
* </p>
|
|
125
118
|
* </li>
|
|
@@ -141,11 +134,6 @@ export interface CreateEnvironmentEC2Request {
|
|
|
141
134
|
* </p>
|
|
142
135
|
* <ul>
|
|
143
136
|
* <li>
|
|
144
|
-
* <p>Amazon Linux:
|
|
145
|
-
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code>
|
|
146
|
-
* </p>
|
|
147
|
-
* </li>
|
|
148
|
-
* <li>
|
|
149
137
|
* <p>Amazon Linux 2:
|
|
150
138
|
* <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code>
|
|
151
139
|
* </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.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloud9",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|