@aws-sdk/client-cloud9 3.289.0 → 3.290.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.
@@ -30,6 +30,28 @@ export interface CreateEnvironmentEC2CommandOutput extends CreateEnvironmentEC2R
30
30
  * @see {@link CreateEnvironmentEC2CommandOutput} for command's `response` shape.
31
31
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The target request is invalid.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>A conflict occurred.</p>
38
+ *
39
+ * @throws {@link ForbiddenException} (client fault)
40
+ * <p>An access permissions issue occurred.</p>
41
+ *
42
+ * @throws {@link InternalServerErrorException} (server fault)
43
+ * <p>An internal server error occurred.</p>
44
+ *
45
+ * @throws {@link LimitExceededException} (client fault)
46
+ * <p>A service limit was exceeded.</p>
47
+ *
48
+ * @throws {@link NotFoundException} (client fault)
49
+ * <p>The target resource cannot be found.</p>
50
+ *
51
+ * @throws {@link TooManyRequestsException} (client fault)
52
+ * <p>Too many service requests were made over the given time period.</p>
53
+ *
54
+ *
33
55
  * @example CreateEnvironmentEC2
34
56
  * ```javascript
35
57
  * //
@@ -29,6 +29,28 @@ export interface CreateEnvironmentMembershipCommandOutput extends CreateEnvironm
29
29
  * @see {@link CreateEnvironmentMembershipCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>An access permissions issue occurred.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>An internal server error occurred.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>A service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link NotFoundException} (client fault)
48
+ * <p>The target resource cannot be found.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>Too many service requests were made over the given time period.</p>
52
+ *
53
+ *
32
54
  * @example CreateEnvironmentMembership
33
55
  * ```javascript
34
56
  * //
@@ -30,6 +30,28 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentResult,
30
30
  * @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
31
31
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The target request is invalid.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>A conflict occurred.</p>
38
+ *
39
+ * @throws {@link ForbiddenException} (client fault)
40
+ * <p>An access permissions issue occurred.</p>
41
+ *
42
+ * @throws {@link InternalServerErrorException} (server fault)
43
+ * <p>An internal server error occurred.</p>
44
+ *
45
+ * @throws {@link LimitExceededException} (client fault)
46
+ * <p>A service limit was exceeded.</p>
47
+ *
48
+ * @throws {@link NotFoundException} (client fault)
49
+ * <p>The target resource cannot be found.</p>
50
+ *
51
+ * @throws {@link TooManyRequestsException} (client fault)
52
+ * <p>Too many service requests were made over the given time period.</p>
53
+ *
54
+ *
33
55
  * @example DeleteEnvironment
34
56
  * ```javascript
35
57
  * //
@@ -29,6 +29,28 @@ export interface DeleteEnvironmentMembershipCommandOutput extends DeleteEnvironm
29
29
  * @see {@link DeleteEnvironmentMembershipCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>An access permissions issue occurred.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>An internal server error occurred.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>A service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link NotFoundException} (client fault)
48
+ * <p>The target resource cannot be found.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>Too many service requests were made over the given time period.</p>
52
+ *
53
+ *
32
54
  * @example DeleteEnvironmentMembership
33
55
  * ```javascript
34
56
  * //
@@ -29,6 +29,28 @@ export interface DescribeEnvironmentMembershipsCommandOutput extends DescribeEnv
29
29
  * @see {@link DescribeEnvironmentMembershipsCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>An access permissions issue occurred.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>An internal server error occurred.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>A service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link NotFoundException} (client fault)
48
+ * <p>The target resource cannot be found.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>Too many service requests were made over the given time period.</p>
52
+ *
53
+ *
32
54
  * @example DescribeEnvironmentMemberships1
33
55
  * ```javascript
34
56
  * // The following example gets information about all of the environment members for the specified development environment.
@@ -29,6 +29,28 @@ export interface DescribeEnvironmentStatusCommandOutput extends DescribeEnvironm
29
29
  * @see {@link DescribeEnvironmentStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>An access permissions issue occurred.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>An internal server error occurred.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>A service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link NotFoundException} (client fault)
48
+ * <p>The target resource cannot be found.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>Too many service requests were made over the given time period.</p>
52
+ *
53
+ *
32
54
  * @example DescribeEnvironmentStatus
33
55
  * ```javascript
34
56
  * //
@@ -29,6 +29,28 @@ export interface DescribeEnvironmentsCommandOutput extends DescribeEnvironmentsR
29
29
  * @see {@link DescribeEnvironmentsCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>An access permissions issue occurred.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>An internal server error occurred.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>A service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link NotFoundException} (client fault)
48
+ * <p>The target resource cannot be found.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>Too many service requests were made over the given time period.</p>
52
+ *
53
+ *
32
54
  * @example DescribeEnvironments
33
55
  * ```javascript
34
56
  * //
@@ -29,6 +29,28 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResult, _
29
29
  * @see {@link ListEnvironmentsCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>An access permissions issue occurred.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>An internal server error occurred.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>A service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link NotFoundException} (client fault)
48
+ * <p>The target resource cannot be found.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>Too many service requests were made over the given time period.</p>
52
+ *
53
+ *
32
54
  * @example ListEnvironments
33
55
  * ```javascript
34
56
  * //
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>An internal server error occurred.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>The target resource cannot be found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Cloud9ClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -33,6 +33,19 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
33
33
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
34
34
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
35
35
  *
36
+ * @throws {@link BadRequestException} (client fault)
37
+ * <p>The target request is invalid.</p>
38
+ *
39
+ * @throws {@link ConcurrentAccessException} (client fault)
40
+ * <p>A concurrent access issue occurred.</p>
41
+ *
42
+ * @throws {@link InternalServerErrorException} (server fault)
43
+ * <p>An internal server error occurred.</p>
44
+ *
45
+ * @throws {@link NotFoundException} (client fault)
46
+ * <p>The target resource cannot be found.</p>
47
+ *
48
+ *
36
49
  */
37
50
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Cloud9ClientResolvedConfig> {
38
51
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,19 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link ConcurrentAccessException} (client fault)
36
+ * <p>A concurrent access issue occurred.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>An internal server error occurred.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The target resource cannot be found.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Cloud9ClientResolvedConfig> {
34
47
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,28 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResult,
29
29
  * @see {@link UpdateEnvironmentCommandOutput} for command's `response` shape.
30
30
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The target request is invalid.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>A conflict occurred.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>An access permissions issue occurred.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>An internal server error occurred.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>A service limit was exceeded.</p>
46
+ *
47
+ * @throws {@link NotFoundException} (client fault)
48
+ * <p>The target resource cannot be found.</p>
49
+ *
50
+ * @throws {@link TooManyRequestsException} (client fault)
51
+ * <p>Too many service requests were made over the given time period.</p>
52
+ *
53
+ *
32
54
  * @example UpdateEnvironment
33
55
  * ```javascript
34
56
  * //
@@ -30,6 +30,28 @@ export interface UpdateEnvironmentMembershipCommandOutput extends UpdateEnvironm
30
30
  * @see {@link UpdateEnvironmentMembershipCommandOutput} for command's `response` shape.
31
31
  * @see {@link Cloud9ClientResolvedConfig | config} for Cloud9Client's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The target request is invalid.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>A conflict occurred.</p>
38
+ *
39
+ * @throws {@link ForbiddenException} (client fault)
40
+ * <p>An access permissions issue occurred.</p>
41
+ *
42
+ * @throws {@link InternalServerErrorException} (server fault)
43
+ * <p>An internal server error occurred.</p>
44
+ *
45
+ * @throws {@link LimitExceededException} (client fault)
46
+ * <p>A service limit was exceeded.</p>
47
+ *
48
+ * @throws {@link NotFoundException} (client fault)
49
+ * <p>The target resource cannot be found.</p>
50
+ *
51
+ * @throws {@link TooManyRequestsException} (client fault)
52
+ * <p>Too many service requests were made over the given time period.</p>
53
+ *
54
+ *
33
55
  * @example UpdateEnvironmentMembership
34
56
  * ```javascript
35
57
  * //
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.289.0",
4
+ "version": "3.290.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,37 +20,37 @@
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.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },