@aws-sdk/client-cloud9 3.300.0 → 3.301.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.
@@ -27,7 +27,7 @@ export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2R
27
27
  * import { Cloud9Client, CreateEnvironmentEC2Command } from "@aws-sdk/client-cloud9"; // ES Modules import
28
28
  * // const { Cloud9Client, CreateEnvironmentEC2Command } = require("@aws-sdk/client-cloud9"); // CommonJS import
29
29
  * const client = new Cloud9Client(config);
30
- * const input = {
30
+ * const input = { // CreateEnvironmentEC2Request
31
31
  * name: "STRING_VALUE", // required
32
32
  * description: "STRING_VALUE",
33
33
  * clientRequestToken: "STRING_VALUE",
@@ -36,8 +36,8 @@ export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2R
36
36
  * imageId: "STRING_VALUE",
37
37
  * automaticStopTimeMinutes: Number("int"),
38
38
  * ownerArn: "STRING_VALUE",
39
- * tags: [
40
- * {
39
+ * tags: [ // TagList
40
+ * { // Tag
41
41
  * Key: "STRING_VALUE", // required
42
42
  * Value: "STRING_VALUE", // required
43
43
  * },
@@ -26,7 +26,7 @@ export interface CreateEnvironmentMembershipCommandOutput extends CreateEnvironm
26
26
  * import { Cloud9Client, CreateEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, CreateEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
29
+ * const input = { // CreateEnvironmentMembershipRequest
30
30
  * environmentId: "STRING_VALUE", // required
31
31
  * userArn: "STRING_VALUE", // required
32
32
  * permissions: "read-write" || "read-only", // required
@@ -27,7 +27,7 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResult,
27
27
  * import { Cloud9Client, DeleteEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
28
28
  * // const { Cloud9Client, DeleteEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
29
29
  * const client = new Cloud9Client(config);
30
- * const input = {
30
+ * const input = { // DeleteEnvironmentRequest
31
31
  * environmentId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteEnvironmentCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteEnvironmentMembershipCommandOutput extends DeleteEnvironm
26
26
  * import { Cloud9Client, DeleteEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, DeleteEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
29
+ * const input = { // DeleteEnvironmentMembershipRequest
30
30
  * environmentId: "STRING_VALUE", // required
31
31
  * userArn: "STRING_VALUE", // required
32
32
  * };
@@ -26,10 +26,10 @@ export interface DescribeEnvironmentMembershipsCommandOutput extends DescribeEnv
26
26
  * import { Cloud9Client, DescribeEnvironmentMembershipsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, DescribeEnvironmentMembershipsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
29
+ * const input = { // DescribeEnvironmentMembershipsRequest
30
30
  * userArn: "STRING_VALUE",
31
31
  * environmentId: "STRING_VALUE",
32
- * permissions: [
32
+ * permissions: [ // PermissionsList
33
33
  * "owner" || "read-write" || "read-only",
34
34
  * ],
35
35
  * nextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DescribeEnvironmentStatusCommandOutput extends DescribeEnvironm
26
26
  * import { Cloud9Client, DescribeEnvironmentStatusCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, DescribeEnvironmentStatusCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
29
+ * const input = { // DescribeEnvironmentStatusRequest
30
30
  * environmentId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeEnvironmentStatusCommand(input);
@@ -26,8 +26,8 @@ export interface DescribeEnvironmentsCommandOutput extends DescribeEnvironmentsR
26
26
  * import { Cloud9Client, DescribeEnvironmentsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, DescribeEnvironmentsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
30
- * environmentIds: [ // required
29
+ * const input = { // DescribeEnvironmentsRequest
30
+ * environmentIds: [ // BoundedEnvironmentIdList // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -26,7 +26,7 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResult, _
26
26
  * import { Cloud9Client, ListEnvironmentsCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, ListEnvironmentsCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
29
+ * const input = { // ListEnvironmentsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { Cloud9Client, ListTagsForResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, ListTagsForResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceARN: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -30,10 +30,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
30
30
  * import { Cloud9Client, TagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
31
31
  * // const { Cloud9Client, TagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
32
32
  * const client = new Cloud9Client(config);
33
- * const input = {
33
+ * const input = { // TagResourceRequest
34
34
  * ResourceARN: "STRING_VALUE", // required
35
- * Tags: [ // required
36
- * {
35
+ * Tags: [ // TagList // required
36
+ * { // Tag
37
37
  * Key: "STRING_VALUE", // required
38
38
  * Value: "STRING_VALUE", // required
39
39
  * },
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { Cloud9Client, UntagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, UntagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceARN: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,7 +26,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResult,
26
26
  * import { Cloud9Client, UpdateEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
27
27
  * // const { Cloud9Client, UpdateEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
28
28
  * const client = new Cloud9Client(config);
29
- * const input = {
29
+ * const input = { // UpdateEnvironmentRequest
30
30
  * environmentId: "STRING_VALUE", // required
31
31
  * name: "STRING_VALUE",
32
32
  * description: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface UpdateEnvironmentMembershipCommandOutput extends UpdateEnvironm
27
27
  * import { Cloud9Client, UpdateEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
28
28
  * // const { Cloud9Client, UpdateEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
29
29
  * const client = new Cloud9Client(config);
30
- * const input = {
30
+ * const input = { // UpdateEnvironmentMembershipRequest
31
31
  * environmentId: "STRING_VALUE", // required
32
32
  * userArn: "STRING_VALUE", // required
33
33
  * permissions: "read-write" || "read-only", // required
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.300.0",
4
+ "version": "3.301.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,9 +21,9 @@
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.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",