@aws-sdk/client-cloud9 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Cloud9.js +1 -71
- package/dist-cjs/Cloud9Client.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentEC2Command.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentMembershipCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentMembershipCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentMembershipsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentStatusCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentMembershipCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -115
- package/{dist/cjs → dist-cjs}/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListEnvironmentsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/Cloud9.js +1 -2
- package/{dist/es → dist-es}/Cloud9Client.js +1 -2
- package/{dist/es → dist-es}/commands/CreateEnvironmentEC2Command.js +2 -3
- package/{dist/es → dist-es}/commands/CreateEnvironmentMembershipCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteEnvironmentMembershipCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentMembershipsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateEnvironmentMembershipCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeEnvironmentMembershipsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListEnvironmentsPaginator.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/Cloud9.d.ts +2 -2
- package/{dist/types → dist-types}/Cloud9Client.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateEnvironmentEC2Command.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateEnvironmentMembershipCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentMembershipCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentMembershipsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentMembershipCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Cloud9.d.ts +16 -117
- package/dist-types/ts3.4/Cloud9Client.d.ts +80 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateEnvironmentMembershipCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteEnvironmentMembershipCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentMembershipsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentStatusCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListEnvironmentsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentMembershipCommand.d.ts +4 -23
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +467 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentMembershipsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/Cloud9.ts +0 -551
- package/Cloud9Client.ts +0 -364
- package/commands/CreateEnvironmentEC2Command.ts +0 -95
- package/commands/CreateEnvironmentMembershipCommand.ts +0 -97
- package/commands/DeleteEnvironmentCommand.ts +0 -95
- package/commands/DeleteEnvironmentMembershipCommand.ts +0 -97
- package/commands/DescribeEnvironmentMembershipsCommand.ts +0 -102
- package/commands/DescribeEnvironmentStatusCommand.ts +0 -97
- package/commands/DescribeEnvironmentsCommand.ts +0 -94
- package/commands/ListEnvironmentsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -98
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateEnvironmentCommand.ts +0 -94
- package/commands/UpdateEnvironmentMembershipCommand.ts +0 -98
- package/dist/cjs/Cloud9.js.map +0 -1
- package/dist/cjs/Cloud9Client.js +0 -110
- package/dist/cjs/Cloud9Client.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentEC2Command.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Cloud9.js.map +0 -1
- package/dist/es/Cloud9Client.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentEC2Command.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentMembershipCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentMembershipCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentMembershipsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentStatusCommand.js.map +0 -1
- package/dist/es/commands/DescribeEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentMembershipCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -20
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeEnvironmentMembershipsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListEnvironmentsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/Cloud9Client.d.ts +0 -211
- package/dist/types/ts3.4/commands/CreateEnvironmentEC2Command.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -978
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1187
- package/pagination/DescribeEnvironmentMembershipsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListEnvironmentsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -2188
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,34 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
2
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Gets a list of the tags associated with an Cloud9 development environment.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { Cloud9Client, ListTagsForResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
15
|
-
* // const { Cloud9Client, ListTagsForResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
16
|
-
* const client = new Cloud9Client(config);
|
|
17
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Cloud9ClientResolvedConfig> {
|
|
27
11
|
readonly input: ListTagsForResourceCommandInput;
|
|
28
12
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Cloud9ClientResolvedConfig> {
|
|
11
|
+
readonly input: TagResourceCommandInput;
|
|
12
|
+
constructor(input: TagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Cloud9ClientResolvedConfig> {
|
|
11
|
+
readonly input: UntagResourceCommandInput;
|
|
12
|
+
constructor(input: UntagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,34 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
2
4
|
import { UpdateEnvironmentRequest, UpdateEnvironmentResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Changes the settings of an existing Cloud9 development environment.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { Cloud9Client, UpdateEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
15
|
-
* // const { Cloud9Client, UpdateEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
16
|
-
* const client = new Cloud9Client(config);
|
|
17
|
-
* const command = new UpdateEnvironmentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateEnvironmentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateEnvironmentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, Cloud9ClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateEnvironmentCommandInput;
|
|
28
12
|
constructor(input: UpdateEnvironmentCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -1,35 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Cloud9Client";
|
|
2
4
|
import { UpdateEnvironmentMembershipRequest, UpdateEnvironmentMembershipResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateEnvironmentMembershipCommandInput extends UpdateEnvironmentMembershipRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateEnvironmentMembershipCommandOutput extends UpdateEnvironmentMembershipResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Changes the settings of an existing environment member for an Cloud9 development
|
|
11
|
-
* environment.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { Cloud9Client, UpdateEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
16
|
-
* // const { Cloud9Client, UpdateEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
17
|
-
* const client = new Cloud9Client(config);
|
|
18
|
-
* const command = new UpdateEnvironmentMembershipCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateEnvironmentMembershipCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateEnvironmentMembershipCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UpdateEnvironmentMembershipCommand extends $Command<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig> {
|
|
28
11
|
readonly input: UpdateEnvironmentMembershipCommandInput;
|
|
29
12
|
constructor(input: UpdateEnvironmentMembershipCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Cloud9ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,467 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
4
|
+
name: "BadRequestException";
|
|
5
|
+
$fault: "client";
|
|
6
|
+
message?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
code?: number;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace BadRequestException {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
16
|
+
name: "ConflictException";
|
|
17
|
+
$fault: "client";
|
|
18
|
+
message?: string;
|
|
19
|
+
className?: string;
|
|
20
|
+
code?: number;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace ConflictException {
|
|
23
|
+
|
|
24
|
+
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
25
|
+
}
|
|
26
|
+
export declare enum ConnectionType {
|
|
27
|
+
CONNECT_SSH = "CONNECT_SSH",
|
|
28
|
+
CONNECT_SSM = "CONNECT_SSM"
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface Tag {
|
|
32
|
+
|
|
33
|
+
Key: string | undefined;
|
|
34
|
+
|
|
35
|
+
Value: string | undefined;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace Tag {
|
|
38
|
+
|
|
39
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
40
|
+
}
|
|
41
|
+
export interface CreateEnvironmentEC2Request {
|
|
42
|
+
|
|
43
|
+
name: string | undefined;
|
|
44
|
+
|
|
45
|
+
description?: string;
|
|
46
|
+
|
|
47
|
+
clientRequestToken?: string;
|
|
48
|
+
|
|
49
|
+
instanceType: string | undefined;
|
|
50
|
+
|
|
51
|
+
subnetId?: string;
|
|
52
|
+
|
|
53
|
+
imageId?: string;
|
|
54
|
+
|
|
55
|
+
automaticStopTimeMinutes?: number;
|
|
56
|
+
|
|
57
|
+
ownerArn?: string;
|
|
58
|
+
|
|
59
|
+
tags?: Tag[];
|
|
60
|
+
|
|
61
|
+
connectionType?: ConnectionType | string;
|
|
62
|
+
|
|
63
|
+
dryRun?: boolean;
|
|
64
|
+
}
|
|
65
|
+
export declare namespace CreateEnvironmentEC2Request {
|
|
66
|
+
|
|
67
|
+
const filterSensitiveLog: (obj: CreateEnvironmentEC2Request) => any;
|
|
68
|
+
}
|
|
69
|
+
export interface CreateEnvironmentEC2Result {
|
|
70
|
+
|
|
71
|
+
environmentId?: string;
|
|
72
|
+
}
|
|
73
|
+
export declare namespace CreateEnvironmentEC2Result {
|
|
74
|
+
|
|
75
|
+
const filterSensitiveLog: (obj: CreateEnvironmentEC2Result) => any;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface ForbiddenException extends __SmithyException, $MetadataBearer {
|
|
79
|
+
name: "ForbiddenException";
|
|
80
|
+
$fault: "client";
|
|
81
|
+
message?: string;
|
|
82
|
+
className?: string;
|
|
83
|
+
code?: number;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace ForbiddenException {
|
|
86
|
+
|
|
87
|
+
const filterSensitiveLog: (obj: ForbiddenException) => any;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
|
|
91
|
+
name: "InternalServerErrorException";
|
|
92
|
+
$fault: "server";
|
|
93
|
+
message?: string;
|
|
94
|
+
className?: string;
|
|
95
|
+
code?: number;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace InternalServerErrorException {
|
|
98
|
+
|
|
99
|
+
const filterSensitiveLog: (obj: InternalServerErrorException) => any;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
103
|
+
name: "LimitExceededException";
|
|
104
|
+
$fault: "client";
|
|
105
|
+
message?: string;
|
|
106
|
+
className?: string;
|
|
107
|
+
code?: number;
|
|
108
|
+
}
|
|
109
|
+
export declare namespace LimitExceededException {
|
|
110
|
+
|
|
111
|
+
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
115
|
+
name: "NotFoundException";
|
|
116
|
+
$fault: "client";
|
|
117
|
+
message?: string;
|
|
118
|
+
className?: string;
|
|
119
|
+
code?: number;
|
|
120
|
+
}
|
|
121
|
+
export declare namespace NotFoundException {
|
|
122
|
+
|
|
123
|
+
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
127
|
+
name: "TooManyRequestsException";
|
|
128
|
+
$fault: "client";
|
|
129
|
+
message?: string;
|
|
130
|
+
className?: string;
|
|
131
|
+
code?: number;
|
|
132
|
+
}
|
|
133
|
+
export declare namespace TooManyRequestsException {
|
|
134
|
+
|
|
135
|
+
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
136
|
+
}
|
|
137
|
+
export declare enum MemberPermissions {
|
|
138
|
+
READ_ONLY = "read-only",
|
|
139
|
+
READ_WRITE = "read-write"
|
|
140
|
+
}
|
|
141
|
+
export interface CreateEnvironmentMembershipRequest {
|
|
142
|
+
|
|
143
|
+
environmentId: string | undefined;
|
|
144
|
+
|
|
145
|
+
userArn: string | undefined;
|
|
146
|
+
|
|
147
|
+
permissions: MemberPermissions | string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export declare namespace CreateEnvironmentMembershipRequest {
|
|
150
|
+
|
|
151
|
+
const filterSensitiveLog: (obj: CreateEnvironmentMembershipRequest) => any;
|
|
152
|
+
}
|
|
153
|
+
export declare enum Permissions {
|
|
154
|
+
OWNER = "owner",
|
|
155
|
+
READ_ONLY = "read-only",
|
|
156
|
+
READ_WRITE = "read-write"
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface EnvironmentMember {
|
|
160
|
+
|
|
161
|
+
permissions: Permissions | string | undefined;
|
|
162
|
+
|
|
163
|
+
userId: string | undefined;
|
|
164
|
+
|
|
165
|
+
userArn: string | undefined;
|
|
166
|
+
|
|
167
|
+
environmentId: string | undefined;
|
|
168
|
+
|
|
169
|
+
lastAccess?: Date;
|
|
170
|
+
}
|
|
171
|
+
export declare namespace EnvironmentMember {
|
|
172
|
+
|
|
173
|
+
const filterSensitiveLog: (obj: EnvironmentMember) => any;
|
|
174
|
+
}
|
|
175
|
+
export interface CreateEnvironmentMembershipResult {
|
|
176
|
+
|
|
177
|
+
membership: EnvironmentMember | undefined;
|
|
178
|
+
}
|
|
179
|
+
export declare namespace CreateEnvironmentMembershipResult {
|
|
180
|
+
|
|
181
|
+
const filterSensitiveLog: (obj: CreateEnvironmentMembershipResult) => any;
|
|
182
|
+
}
|
|
183
|
+
export interface DeleteEnvironmentRequest {
|
|
184
|
+
|
|
185
|
+
environmentId: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace DeleteEnvironmentRequest {
|
|
188
|
+
|
|
189
|
+
const filterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
190
|
+
}
|
|
191
|
+
export interface DeleteEnvironmentResult {
|
|
192
|
+
}
|
|
193
|
+
export declare namespace DeleteEnvironmentResult {
|
|
194
|
+
|
|
195
|
+
const filterSensitiveLog: (obj: DeleteEnvironmentResult) => any;
|
|
196
|
+
}
|
|
197
|
+
export interface DeleteEnvironmentMembershipRequest {
|
|
198
|
+
|
|
199
|
+
environmentId: string | undefined;
|
|
200
|
+
|
|
201
|
+
userArn: string | undefined;
|
|
202
|
+
}
|
|
203
|
+
export declare namespace DeleteEnvironmentMembershipRequest {
|
|
204
|
+
|
|
205
|
+
const filterSensitiveLog: (obj: DeleteEnvironmentMembershipRequest) => any;
|
|
206
|
+
}
|
|
207
|
+
export interface DeleteEnvironmentMembershipResult {
|
|
208
|
+
}
|
|
209
|
+
export declare namespace DeleteEnvironmentMembershipResult {
|
|
210
|
+
|
|
211
|
+
const filterSensitiveLog: (obj: DeleteEnvironmentMembershipResult) => any;
|
|
212
|
+
}
|
|
213
|
+
export interface DescribeEnvironmentMembershipsRequest {
|
|
214
|
+
|
|
215
|
+
userArn?: string;
|
|
216
|
+
|
|
217
|
+
environmentId?: string;
|
|
218
|
+
|
|
219
|
+
permissions?: (Permissions | string)[];
|
|
220
|
+
|
|
221
|
+
nextToken?: string;
|
|
222
|
+
|
|
223
|
+
maxResults?: number;
|
|
224
|
+
}
|
|
225
|
+
export declare namespace DescribeEnvironmentMembershipsRequest {
|
|
226
|
+
|
|
227
|
+
const filterSensitiveLog: (obj: DescribeEnvironmentMembershipsRequest) => any;
|
|
228
|
+
}
|
|
229
|
+
export interface DescribeEnvironmentMembershipsResult {
|
|
230
|
+
|
|
231
|
+
memberships?: EnvironmentMember[];
|
|
232
|
+
|
|
233
|
+
nextToken?: string;
|
|
234
|
+
}
|
|
235
|
+
export declare namespace DescribeEnvironmentMembershipsResult {
|
|
236
|
+
|
|
237
|
+
const filterSensitiveLog: (obj: DescribeEnvironmentMembershipsResult) => any;
|
|
238
|
+
}
|
|
239
|
+
export interface DescribeEnvironmentsRequest {
|
|
240
|
+
|
|
241
|
+
environmentIds: string[] | undefined;
|
|
242
|
+
}
|
|
243
|
+
export declare namespace DescribeEnvironmentsRequest {
|
|
244
|
+
|
|
245
|
+
const filterSensitiveLog: (obj: DescribeEnvironmentsRequest) => any;
|
|
246
|
+
}
|
|
247
|
+
export declare enum EnvironmentLifecycleStatus {
|
|
248
|
+
CREATED = "CREATED",
|
|
249
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
250
|
+
CREATING = "CREATING",
|
|
251
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
252
|
+
DELETING = "DELETING"
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export interface EnvironmentLifecycle {
|
|
256
|
+
|
|
257
|
+
status?: EnvironmentLifecycleStatus | string;
|
|
258
|
+
|
|
259
|
+
reason?: string;
|
|
260
|
+
|
|
261
|
+
failureResource?: string;
|
|
262
|
+
}
|
|
263
|
+
export declare namespace EnvironmentLifecycle {
|
|
264
|
+
|
|
265
|
+
const filterSensitiveLog: (obj: EnvironmentLifecycle) => any;
|
|
266
|
+
}
|
|
267
|
+
export declare enum ManagedCredentialsStatus {
|
|
268
|
+
DISABLED_BY_COLLABORATOR = "DISABLED_BY_COLLABORATOR",
|
|
269
|
+
DISABLED_BY_DEFAULT = "DISABLED_BY_DEFAULT",
|
|
270
|
+
DISABLED_BY_OWNER = "DISABLED_BY_OWNER",
|
|
271
|
+
ENABLED_BY_OWNER = "ENABLED_BY_OWNER",
|
|
272
|
+
ENABLED_ON_CREATE = "ENABLED_ON_CREATE",
|
|
273
|
+
FAILED_REMOVAL_BY_COLLABORATOR = "FAILED_REMOVAL_BY_COLLABORATOR",
|
|
274
|
+
FAILED_REMOVAL_BY_OWNER = "FAILED_REMOVAL_BY_OWNER",
|
|
275
|
+
PENDING_REMOVAL_BY_COLLABORATOR = "PENDING_REMOVAL_BY_COLLABORATOR",
|
|
276
|
+
PENDING_REMOVAL_BY_OWNER = "PENDING_REMOVAL_BY_OWNER",
|
|
277
|
+
PENDING_START_REMOVAL_BY_COLLABORATOR = "PENDING_START_REMOVAL_BY_COLLABORATOR",
|
|
278
|
+
PENDING_START_REMOVAL_BY_OWNER = "PENDING_START_REMOVAL_BY_OWNER"
|
|
279
|
+
}
|
|
280
|
+
export declare enum EnvironmentType {
|
|
281
|
+
EC2 = "ec2",
|
|
282
|
+
SSH = "ssh"
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface Environment {
|
|
286
|
+
|
|
287
|
+
id?: string;
|
|
288
|
+
|
|
289
|
+
name?: string;
|
|
290
|
+
|
|
291
|
+
description?: string;
|
|
292
|
+
|
|
293
|
+
type: EnvironmentType | string | undefined;
|
|
294
|
+
|
|
295
|
+
connectionType?: ConnectionType | string;
|
|
296
|
+
|
|
297
|
+
arn: string | undefined;
|
|
298
|
+
|
|
299
|
+
ownerArn: string | undefined;
|
|
300
|
+
|
|
301
|
+
lifecycle?: EnvironmentLifecycle;
|
|
302
|
+
|
|
303
|
+
managedCredentialsStatus?: ManagedCredentialsStatus | string;
|
|
304
|
+
}
|
|
305
|
+
export declare namespace Environment {
|
|
306
|
+
|
|
307
|
+
const filterSensitiveLog: (obj: Environment) => any;
|
|
308
|
+
}
|
|
309
|
+
export interface DescribeEnvironmentsResult {
|
|
310
|
+
|
|
311
|
+
environments?: Environment[];
|
|
312
|
+
}
|
|
313
|
+
export declare namespace DescribeEnvironmentsResult {
|
|
314
|
+
|
|
315
|
+
const filterSensitiveLog: (obj: DescribeEnvironmentsResult) => any;
|
|
316
|
+
}
|
|
317
|
+
export interface DescribeEnvironmentStatusRequest {
|
|
318
|
+
|
|
319
|
+
environmentId: string | undefined;
|
|
320
|
+
}
|
|
321
|
+
export declare namespace DescribeEnvironmentStatusRequest {
|
|
322
|
+
|
|
323
|
+
const filterSensitiveLog: (obj: DescribeEnvironmentStatusRequest) => any;
|
|
324
|
+
}
|
|
325
|
+
export declare enum EnvironmentStatus {
|
|
326
|
+
CONNECTING = "connecting",
|
|
327
|
+
CREATING = "creating",
|
|
328
|
+
DELETING = "deleting",
|
|
329
|
+
ERROR = "error",
|
|
330
|
+
READY = "ready",
|
|
331
|
+
STOPPED = "stopped",
|
|
332
|
+
STOPPING = "stopping"
|
|
333
|
+
}
|
|
334
|
+
export interface DescribeEnvironmentStatusResult {
|
|
335
|
+
|
|
336
|
+
status: EnvironmentStatus | string | undefined;
|
|
337
|
+
|
|
338
|
+
message: string | undefined;
|
|
339
|
+
}
|
|
340
|
+
export declare namespace DescribeEnvironmentStatusResult {
|
|
341
|
+
|
|
342
|
+
const filterSensitiveLog: (obj: DescribeEnvironmentStatusResult) => any;
|
|
343
|
+
}
|
|
344
|
+
export interface ListEnvironmentsRequest {
|
|
345
|
+
|
|
346
|
+
nextToken?: string;
|
|
347
|
+
|
|
348
|
+
maxResults?: number;
|
|
349
|
+
}
|
|
350
|
+
export declare namespace ListEnvironmentsRequest {
|
|
351
|
+
|
|
352
|
+
const filterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
353
|
+
}
|
|
354
|
+
export interface ListEnvironmentsResult {
|
|
355
|
+
|
|
356
|
+
nextToken?: string;
|
|
357
|
+
|
|
358
|
+
environmentIds?: string[];
|
|
359
|
+
}
|
|
360
|
+
export declare namespace ListEnvironmentsResult {
|
|
361
|
+
|
|
362
|
+
const filterSensitiveLog: (obj: ListEnvironmentsResult) => any;
|
|
363
|
+
}
|
|
364
|
+
export interface ListTagsForResourceRequest {
|
|
365
|
+
|
|
366
|
+
ResourceARN: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export declare namespace ListTagsForResourceRequest {
|
|
369
|
+
|
|
370
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
371
|
+
}
|
|
372
|
+
export interface ListTagsForResourceResponse {
|
|
373
|
+
|
|
374
|
+
Tags?: Tag[];
|
|
375
|
+
}
|
|
376
|
+
export declare namespace ListTagsForResourceResponse {
|
|
377
|
+
|
|
378
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export interface ConcurrentAccessException extends __SmithyException, $MetadataBearer {
|
|
382
|
+
name: "ConcurrentAccessException";
|
|
383
|
+
$fault: "client";
|
|
384
|
+
message?: string;
|
|
385
|
+
className?: string;
|
|
386
|
+
code?: number;
|
|
387
|
+
}
|
|
388
|
+
export declare namespace ConcurrentAccessException {
|
|
389
|
+
|
|
390
|
+
const filterSensitiveLog: (obj: ConcurrentAccessException) => any;
|
|
391
|
+
}
|
|
392
|
+
export interface TagResourceRequest {
|
|
393
|
+
|
|
394
|
+
ResourceARN: string | undefined;
|
|
395
|
+
|
|
396
|
+
Tags: Tag[] | undefined;
|
|
397
|
+
}
|
|
398
|
+
export declare namespace TagResourceRequest {
|
|
399
|
+
|
|
400
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
401
|
+
}
|
|
402
|
+
export interface TagResourceResponse {
|
|
403
|
+
}
|
|
404
|
+
export declare namespace TagResourceResponse {
|
|
405
|
+
|
|
406
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
407
|
+
}
|
|
408
|
+
export interface UntagResourceRequest {
|
|
409
|
+
|
|
410
|
+
ResourceARN: string | undefined;
|
|
411
|
+
|
|
412
|
+
TagKeys: string[] | undefined;
|
|
413
|
+
}
|
|
414
|
+
export declare namespace UntagResourceRequest {
|
|
415
|
+
|
|
416
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
417
|
+
}
|
|
418
|
+
export interface UntagResourceResponse {
|
|
419
|
+
}
|
|
420
|
+
export declare namespace UntagResourceResponse {
|
|
421
|
+
|
|
422
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
423
|
+
}
|
|
424
|
+
export declare enum ManagedCredentialsAction {
|
|
425
|
+
DISABLE = "DISABLE",
|
|
426
|
+
ENABLE = "ENABLE"
|
|
427
|
+
}
|
|
428
|
+
export interface UpdateEnvironmentRequest {
|
|
429
|
+
|
|
430
|
+
environmentId: string | undefined;
|
|
431
|
+
|
|
432
|
+
name?: string;
|
|
433
|
+
|
|
434
|
+
description?: string;
|
|
435
|
+
|
|
436
|
+
managedCredentialsAction?: ManagedCredentialsAction | string;
|
|
437
|
+
}
|
|
438
|
+
export declare namespace UpdateEnvironmentRequest {
|
|
439
|
+
|
|
440
|
+
const filterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
|
|
441
|
+
}
|
|
442
|
+
export interface UpdateEnvironmentResult {
|
|
443
|
+
}
|
|
444
|
+
export declare namespace UpdateEnvironmentResult {
|
|
445
|
+
|
|
446
|
+
const filterSensitiveLog: (obj: UpdateEnvironmentResult) => any;
|
|
447
|
+
}
|
|
448
|
+
export interface UpdateEnvironmentMembershipRequest {
|
|
449
|
+
|
|
450
|
+
environmentId: string | undefined;
|
|
451
|
+
|
|
452
|
+
userArn: string | undefined;
|
|
453
|
+
|
|
454
|
+
permissions: MemberPermissions | string | undefined;
|
|
455
|
+
}
|
|
456
|
+
export declare namespace UpdateEnvironmentMembershipRequest {
|
|
457
|
+
|
|
458
|
+
const filterSensitiveLog: (obj: UpdateEnvironmentMembershipRequest) => any;
|
|
459
|
+
}
|
|
460
|
+
export interface UpdateEnvironmentMembershipResult {
|
|
461
|
+
|
|
462
|
+
membership?: EnvironmentMember;
|
|
463
|
+
}
|
|
464
|
+
export declare namespace UpdateEnvironmentMembershipResult {
|
|
465
|
+
|
|
466
|
+
const filterSensitiveLog: (obj: UpdateEnvironmentMembershipResult) => any;
|
|
467
|
+
}
|
package/{dist/types → dist-types}/ts3.4/pagination/DescribeEnvironmentMembershipsPaginator.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput } from "../commands/DescribeEnvironmentMembershipsCommand";
|
|
2
3
|
import { Cloud9PaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateDescribeEnvironmentMemberships(config: Cloud9PaginationConfiguration, input: DescribeEnvironmentMembershipsCommandInput, ...additionalArguments: any): Paginator<DescribeEnvironmentMembershipsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { Cloud9 } from "../Cloud9";
|
|
2
3
|
import { Cloud9Client } from "../Cloud9Client";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface Cloud9PaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: Cloud9 | Cloud9Client;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
2
3
|
import { Cloud9PaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListEnvironments(config: Cloud9PaginationConfiguration, input: ListEnvironmentsCommandInput, ...additionalArguments: any): Paginator<ListEnvironmentsCommandOutput>;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { CreateEnvironmentEC2CommandInput, CreateEnvironmentEC2CommandOutput } from "../commands/CreateEnvironmentEC2Command";
|
|
2
4
|
import { CreateEnvironmentMembershipCommandInput, CreateEnvironmentMembershipCommandOutput } from "../commands/CreateEnvironmentMembershipCommand";
|
|
3
5
|
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
|
|
4
6
|
import { DeleteEnvironmentMembershipCommandInput, DeleteEnvironmentMembershipCommandOutput } from "../commands/DeleteEnvironmentMembershipCommand";
|
|
5
7
|
import { DescribeEnvironmentMembershipsCommandInput, DescribeEnvironmentMembershipsCommandOutput } from "../commands/DescribeEnvironmentMembershipsCommand";
|
|
6
|
-
import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "../commands/DescribeEnvironmentStatusCommand";
|
|
7
8
|
import { DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput } from "../commands/DescribeEnvironmentsCommand";
|
|
9
|
+
import { DescribeEnvironmentStatusCommandInput, DescribeEnvironmentStatusCommandOutput } from "../commands/DescribeEnvironmentStatusCommand";
|
|
8
10
|
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
9
11
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
10
12
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
11
13
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
12
14
|
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
|
|
13
15
|
import { UpdateEnvironmentMembershipCommandInput, UpdateEnvironmentMembershipCommandOutput } from "../commands/UpdateEnvironmentMembershipCommand";
|
|
14
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
15
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
16
16
|
export declare const serializeAws_json1_1CreateEnvironmentEC2Command: (input: CreateEnvironmentEC2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
17
|
export declare const serializeAws_json1_1CreateEnvironmentMembershipCommand: (input: CreateEnvironmentMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
18
|
export declare const serializeAws_json1_1DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { Cloud9ClientConfig } from "./Cloud9Client";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
3
|
+
|
|
6
4
|
export declare const getRuntimeConfig: (config: Cloud9ClientConfig) => {
|
|
7
5
|
runtime: string;
|
|
8
6
|
base64Decoder: import("@aws-sdk/types").Decoder;
|