@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,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Cloud9Client, UntagResourceCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
14
|
-
* // const { Cloud9Client, UntagResourceCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
15
|
-
* const client = new Cloud9Client(config);
|
|
16
|
-
* const command = new UntagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateEnvironmentCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { Cloud9Client, UpdateEnvironmentCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
14
|
-
* // const { Cloud9Client, UpdateEnvironmentCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
15
|
-
* const client = new Cloud9Client(config);
|
|
16
|
-
* const command = new UpdateEnvironmentCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateEnvironmentCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateEnvironmentCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateEnvironmentCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateEnvironmentMembershipCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* 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, UpdateEnvironmentMembershipCommand } from "@aws-sdk/client-cloud9"; // ES Modules import
|
|
15
|
-
* // const { Cloud9Client, UpdateEnvironmentMembershipCommand } = require("@aws-sdk/client-cloud9"); // CommonJS import
|
|
16
|
-
* const client = new Cloud9Client(config);
|
|
17
|
-
* const command = new UpdateEnvironmentMembershipCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateEnvironmentMembershipCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateEnvironmentMembershipCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link Cloud9ClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class UpdateEnvironmentMembershipCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class UpdateEnvironmentMembershipCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.UpdateEnvironmentMembershipCommand = UpdateEnvironmentMembershipCommand;
|
|
62
|
-
//# sourceMappingURL=UpdateEnvironmentMembershipCommand.js.map
|
|
@@ -35,7 +35,7 @@ const partitionHash = {
|
|
|
35
35
|
hostname: "cloud9.{region}.amazonaws.com.cn",
|
|
36
36
|
},
|
|
37
37
|
"aws-iso": {
|
|
38
|
-
regions: ["us-iso-east-1"],
|
|
38
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
39
|
hostname: "cloud9.{region}.c2s.ic.gov",
|
|
40
40
|
},
|
|
41
41
|
"aws-iso-b": {
|
|
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
54
54
|
partitionHash,
|
|
55
55
|
});
|
|
56
56
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
57
|
-
//# sourceMappingURL=endpoints.js.map
|
|
@@ -20,4 +20,3 @@ tslib_1.__exportStar(require("./commands/UpdateEnvironmentCommand"), exports);
|
|
|
20
20
|
tslib_1.__exportStar(require("./commands/UpdateEnvironmentMembershipCommand"), exports);
|
|
21
21
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
22
22
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
23
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -4,18 +4,12 @@ exports.UpdateEnvironmentMembershipResult = exports.UpdateEnvironmentMembershipR
|
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
var BadRequestException;
|
|
6
6
|
(function (BadRequestException) {
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
*/
|
|
10
7
|
BadRequestException.filterSensitiveLog = (obj) => ({
|
|
11
8
|
...obj,
|
|
12
9
|
});
|
|
13
10
|
})(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
|
|
14
11
|
var ConflictException;
|
|
15
12
|
(function (ConflictException) {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
13
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
20
14
|
...obj,
|
|
21
15
|
});
|
|
@@ -27,9 +21,6 @@ var ConnectionType;
|
|
|
27
21
|
})(ConnectionType = exports.ConnectionType || (exports.ConnectionType = {}));
|
|
28
22
|
var Tag;
|
|
29
23
|
(function (Tag) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
24
|
Tag.filterSensitiveLog = (obj) => ({
|
|
34
25
|
...obj,
|
|
35
26
|
...(obj.Key && { Key: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -38,9 +29,6 @@ var Tag;
|
|
|
38
29
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
39
30
|
var CreateEnvironmentEC2Request;
|
|
40
31
|
(function (CreateEnvironmentEC2Request) {
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
32
|
CreateEnvironmentEC2Request.filterSensitiveLog = (obj) => ({
|
|
45
33
|
...obj,
|
|
46
34
|
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -49,54 +37,36 @@ var CreateEnvironmentEC2Request;
|
|
|
49
37
|
})(CreateEnvironmentEC2Request = exports.CreateEnvironmentEC2Request || (exports.CreateEnvironmentEC2Request = {}));
|
|
50
38
|
var CreateEnvironmentEC2Result;
|
|
51
39
|
(function (CreateEnvironmentEC2Result) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
40
|
CreateEnvironmentEC2Result.filterSensitiveLog = (obj) => ({
|
|
56
41
|
...obj,
|
|
57
42
|
});
|
|
58
43
|
})(CreateEnvironmentEC2Result = exports.CreateEnvironmentEC2Result || (exports.CreateEnvironmentEC2Result = {}));
|
|
59
44
|
var ForbiddenException;
|
|
60
45
|
(function (ForbiddenException) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
46
|
ForbiddenException.filterSensitiveLog = (obj) => ({
|
|
65
47
|
...obj,
|
|
66
48
|
});
|
|
67
49
|
})(ForbiddenException = exports.ForbiddenException || (exports.ForbiddenException = {}));
|
|
68
50
|
var InternalServerErrorException;
|
|
69
51
|
(function (InternalServerErrorException) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
52
|
InternalServerErrorException.filterSensitiveLog = (obj) => ({
|
|
74
53
|
...obj,
|
|
75
54
|
});
|
|
76
55
|
})(InternalServerErrorException = exports.InternalServerErrorException || (exports.InternalServerErrorException = {}));
|
|
77
56
|
var LimitExceededException;
|
|
78
57
|
(function (LimitExceededException) {
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
58
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
83
59
|
...obj,
|
|
84
60
|
});
|
|
85
61
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
86
62
|
var NotFoundException;
|
|
87
63
|
(function (NotFoundException) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
64
|
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
92
65
|
...obj,
|
|
93
66
|
});
|
|
94
67
|
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
95
68
|
var TooManyRequestsException;
|
|
96
69
|
(function (TooManyRequestsException) {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
70
|
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
101
71
|
...obj,
|
|
102
72
|
});
|
|
@@ -108,9 +78,6 @@ var MemberPermissions;
|
|
|
108
78
|
})(MemberPermissions = exports.MemberPermissions || (exports.MemberPermissions = {}));
|
|
109
79
|
var CreateEnvironmentMembershipRequest;
|
|
110
80
|
(function (CreateEnvironmentMembershipRequest) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
81
|
CreateEnvironmentMembershipRequest.filterSensitiveLog = (obj) => ({
|
|
115
82
|
...obj,
|
|
116
83
|
});
|
|
@@ -123,81 +90,54 @@ var Permissions;
|
|
|
123
90
|
})(Permissions = exports.Permissions || (exports.Permissions = {}));
|
|
124
91
|
var EnvironmentMember;
|
|
125
92
|
(function (EnvironmentMember) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
93
|
EnvironmentMember.filterSensitiveLog = (obj) => ({
|
|
130
94
|
...obj,
|
|
131
95
|
});
|
|
132
96
|
})(EnvironmentMember = exports.EnvironmentMember || (exports.EnvironmentMember = {}));
|
|
133
97
|
var CreateEnvironmentMembershipResult;
|
|
134
98
|
(function (CreateEnvironmentMembershipResult) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
99
|
CreateEnvironmentMembershipResult.filterSensitiveLog = (obj) => ({
|
|
139
100
|
...obj,
|
|
140
101
|
});
|
|
141
102
|
})(CreateEnvironmentMembershipResult = exports.CreateEnvironmentMembershipResult || (exports.CreateEnvironmentMembershipResult = {}));
|
|
142
103
|
var DeleteEnvironmentRequest;
|
|
143
104
|
(function (DeleteEnvironmentRequest) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
105
|
DeleteEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
148
106
|
...obj,
|
|
149
107
|
});
|
|
150
108
|
})(DeleteEnvironmentRequest = exports.DeleteEnvironmentRequest || (exports.DeleteEnvironmentRequest = {}));
|
|
151
109
|
var DeleteEnvironmentResult;
|
|
152
110
|
(function (DeleteEnvironmentResult) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
111
|
DeleteEnvironmentResult.filterSensitiveLog = (obj) => ({
|
|
157
112
|
...obj,
|
|
158
113
|
});
|
|
159
114
|
})(DeleteEnvironmentResult = exports.DeleteEnvironmentResult || (exports.DeleteEnvironmentResult = {}));
|
|
160
115
|
var DeleteEnvironmentMembershipRequest;
|
|
161
116
|
(function (DeleteEnvironmentMembershipRequest) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
117
|
DeleteEnvironmentMembershipRequest.filterSensitiveLog = (obj) => ({
|
|
166
118
|
...obj,
|
|
167
119
|
});
|
|
168
120
|
})(DeleteEnvironmentMembershipRequest = exports.DeleteEnvironmentMembershipRequest || (exports.DeleteEnvironmentMembershipRequest = {}));
|
|
169
121
|
var DeleteEnvironmentMembershipResult;
|
|
170
122
|
(function (DeleteEnvironmentMembershipResult) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
123
|
DeleteEnvironmentMembershipResult.filterSensitiveLog = (obj) => ({
|
|
175
124
|
...obj,
|
|
176
125
|
});
|
|
177
126
|
})(DeleteEnvironmentMembershipResult = exports.DeleteEnvironmentMembershipResult || (exports.DeleteEnvironmentMembershipResult = {}));
|
|
178
127
|
var DescribeEnvironmentMembershipsRequest;
|
|
179
128
|
(function (DescribeEnvironmentMembershipsRequest) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
129
|
DescribeEnvironmentMembershipsRequest.filterSensitiveLog = (obj) => ({
|
|
184
130
|
...obj,
|
|
185
131
|
});
|
|
186
132
|
})(DescribeEnvironmentMembershipsRequest = exports.DescribeEnvironmentMembershipsRequest || (exports.DescribeEnvironmentMembershipsRequest = {}));
|
|
187
133
|
var DescribeEnvironmentMembershipsResult;
|
|
188
134
|
(function (DescribeEnvironmentMembershipsResult) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
135
|
DescribeEnvironmentMembershipsResult.filterSensitiveLog = (obj) => ({
|
|
193
136
|
...obj,
|
|
194
137
|
});
|
|
195
138
|
})(DescribeEnvironmentMembershipsResult = exports.DescribeEnvironmentMembershipsResult || (exports.DescribeEnvironmentMembershipsResult = {}));
|
|
196
139
|
var DescribeEnvironmentsRequest;
|
|
197
140
|
(function (DescribeEnvironmentsRequest) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
141
|
DescribeEnvironmentsRequest.filterSensitiveLog = (obj) => ({
|
|
202
142
|
...obj,
|
|
203
143
|
});
|
|
@@ -212,9 +152,6 @@ var EnvironmentLifecycleStatus;
|
|
|
212
152
|
})(EnvironmentLifecycleStatus = exports.EnvironmentLifecycleStatus || (exports.EnvironmentLifecycleStatus = {}));
|
|
213
153
|
var EnvironmentLifecycle;
|
|
214
154
|
(function (EnvironmentLifecycle) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
155
|
EnvironmentLifecycle.filterSensitiveLog = (obj) => ({
|
|
219
156
|
...obj,
|
|
220
157
|
});
|
|
@@ -240,9 +177,6 @@ var EnvironmentType;
|
|
|
240
177
|
})(EnvironmentType = exports.EnvironmentType || (exports.EnvironmentType = {}));
|
|
241
178
|
var Environment;
|
|
242
179
|
(function (Environment) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
180
|
Environment.filterSensitiveLog = (obj) => ({
|
|
247
181
|
...obj,
|
|
248
182
|
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -250,9 +184,6 @@ var Environment;
|
|
|
250
184
|
})(Environment = exports.Environment || (exports.Environment = {}));
|
|
251
185
|
var DescribeEnvironmentsResult;
|
|
252
186
|
(function (DescribeEnvironmentsResult) {
|
|
253
|
-
/**
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
187
|
DescribeEnvironmentsResult.filterSensitiveLog = (obj) => ({
|
|
257
188
|
...obj,
|
|
258
189
|
...(obj.environments && { environments: obj.environments.map((item) => Environment.filterSensitiveLog(item)) }),
|
|
@@ -260,9 +191,6 @@ var DescribeEnvironmentsResult;
|
|
|
260
191
|
})(DescribeEnvironmentsResult = exports.DescribeEnvironmentsResult || (exports.DescribeEnvironmentsResult = {}));
|
|
261
192
|
var DescribeEnvironmentStatusRequest;
|
|
262
193
|
(function (DescribeEnvironmentStatusRequest) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
194
|
DescribeEnvironmentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
267
195
|
...obj,
|
|
268
196
|
});
|
|
@@ -279,45 +207,30 @@ var EnvironmentStatus;
|
|
|
279
207
|
})(EnvironmentStatus = exports.EnvironmentStatus || (exports.EnvironmentStatus = {}));
|
|
280
208
|
var DescribeEnvironmentStatusResult;
|
|
281
209
|
(function (DescribeEnvironmentStatusResult) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
210
|
DescribeEnvironmentStatusResult.filterSensitiveLog = (obj) => ({
|
|
286
211
|
...obj,
|
|
287
212
|
});
|
|
288
213
|
})(DescribeEnvironmentStatusResult = exports.DescribeEnvironmentStatusResult || (exports.DescribeEnvironmentStatusResult = {}));
|
|
289
214
|
var ListEnvironmentsRequest;
|
|
290
215
|
(function (ListEnvironmentsRequest) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
216
|
ListEnvironmentsRequest.filterSensitiveLog = (obj) => ({
|
|
295
217
|
...obj,
|
|
296
218
|
});
|
|
297
219
|
})(ListEnvironmentsRequest = exports.ListEnvironmentsRequest || (exports.ListEnvironmentsRequest = {}));
|
|
298
220
|
var ListEnvironmentsResult;
|
|
299
221
|
(function (ListEnvironmentsResult) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
222
|
ListEnvironmentsResult.filterSensitiveLog = (obj) => ({
|
|
304
223
|
...obj,
|
|
305
224
|
});
|
|
306
225
|
})(ListEnvironmentsResult = exports.ListEnvironmentsResult || (exports.ListEnvironmentsResult = {}));
|
|
307
226
|
var ListTagsForResourceRequest;
|
|
308
227
|
(function (ListTagsForResourceRequest) {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
228
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
313
229
|
...obj,
|
|
314
230
|
});
|
|
315
231
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
316
232
|
var ListTagsForResourceResponse;
|
|
317
233
|
(function (ListTagsForResourceResponse) {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
234
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
322
235
|
...obj,
|
|
323
236
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -325,18 +238,12 @@ var ListTagsForResourceResponse;
|
|
|
325
238
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
326
239
|
var ConcurrentAccessException;
|
|
327
240
|
(function (ConcurrentAccessException) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
241
|
ConcurrentAccessException.filterSensitiveLog = (obj) => ({
|
|
332
242
|
...obj,
|
|
333
243
|
});
|
|
334
244
|
})(ConcurrentAccessException = exports.ConcurrentAccessException || (exports.ConcurrentAccessException = {}));
|
|
335
245
|
var TagResourceRequest;
|
|
336
246
|
(function (TagResourceRequest) {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
247
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
341
248
|
...obj,
|
|
342
249
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -344,18 +251,12 @@ var TagResourceRequest;
|
|
|
344
251
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
345
252
|
var TagResourceResponse;
|
|
346
253
|
(function (TagResourceResponse) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
254
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
351
255
|
...obj,
|
|
352
256
|
});
|
|
353
257
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
354
258
|
var UntagResourceRequest;
|
|
355
259
|
(function (UntagResourceRequest) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
260
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
360
261
|
...obj,
|
|
361
262
|
...(obj.TagKeys && { TagKeys: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -363,9 +264,6 @@ var UntagResourceRequest;
|
|
|
363
264
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
364
265
|
var UntagResourceResponse;
|
|
365
266
|
(function (UntagResourceResponse) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
267
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
370
268
|
...obj,
|
|
371
269
|
});
|
|
@@ -377,9 +275,6 @@ var ManagedCredentialsAction;
|
|
|
377
275
|
})(ManagedCredentialsAction = exports.ManagedCredentialsAction || (exports.ManagedCredentialsAction = {}));
|
|
378
276
|
var UpdateEnvironmentRequest;
|
|
379
277
|
(function (UpdateEnvironmentRequest) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
278
|
UpdateEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
384
279
|
...obj,
|
|
385
280
|
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -387,29 +282,19 @@ var UpdateEnvironmentRequest;
|
|
|
387
282
|
})(UpdateEnvironmentRequest = exports.UpdateEnvironmentRequest || (exports.UpdateEnvironmentRequest = {}));
|
|
388
283
|
var UpdateEnvironmentResult;
|
|
389
284
|
(function (UpdateEnvironmentResult) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
285
|
UpdateEnvironmentResult.filterSensitiveLog = (obj) => ({
|
|
394
286
|
...obj,
|
|
395
287
|
});
|
|
396
288
|
})(UpdateEnvironmentResult = exports.UpdateEnvironmentResult || (exports.UpdateEnvironmentResult = {}));
|
|
397
289
|
var UpdateEnvironmentMembershipRequest;
|
|
398
290
|
(function (UpdateEnvironmentMembershipRequest) {
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
291
|
UpdateEnvironmentMembershipRequest.filterSensitiveLog = (obj) => ({
|
|
403
292
|
...obj,
|
|
404
293
|
});
|
|
405
294
|
})(UpdateEnvironmentMembershipRequest = exports.UpdateEnvironmentMembershipRequest || (exports.UpdateEnvironmentMembershipRequest = {}));
|
|
406
295
|
var UpdateEnvironmentMembershipResult;
|
|
407
296
|
(function (UpdateEnvironmentMembershipResult) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
297
|
UpdateEnvironmentMembershipResult.filterSensitiveLog = (obj) => ({
|
|
412
298
|
...obj,
|
|
413
299
|
});
|
|
414
300
|
})(UpdateEnvironmentMembershipResult = exports.UpdateEnvironmentMembershipResult || (exports.UpdateEnvironmentMembershipResult = {}));
|
|
415
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeEnvironmentMemberships = void 0;
|
|
|
4
4
|
const Cloud9_1 = require("../Cloud9");
|
|
5
5
|
const Cloud9Client_1 = require("../Cloud9Client");
|
|
6
6
|
const DescribeEnvironmentMembershipsCommand_1 = require("../commands/DescribeEnvironmentMembershipsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeEnvironmentMembershipsCommand_1.DescribeEnvironmentMembershipsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeEnvironmentMemberships(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeEnvironmentMemberships(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeEnvironmentMemberships(config, input, ...additio
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeEnvironmentMemberships = paginateDescribeEnvironmentMemberships;
|
|
46
|
-
//# sourceMappingURL=DescribeEnvironmentMembershipsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListEnvironments = void 0;
|
|
|
4
4
|
const Cloud9_1 = require("../Cloud9");
|
|
5
5
|
const Cloud9Client_1 = require("../Cloud9Client");
|
|
6
6
|
const ListEnvironmentsCommand_1 = require("../commands/ListEnvironmentsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListEnvironmentsCommand_1.ListEnvironmentsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listEnvironments(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListEnvironments(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.nextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListEnvironments(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.nextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListEnvironments = paginateListEnvironments;
|
|
46
|
-
//# sourceMappingURL=ListEnvironmentsPaginator.js.map
|
|
@@ -1735,14 +1735,12 @@ const deserializeMetadata = (output) => {
|
|
|
1735
1735
|
cfId: output.headers["x-amz-cf-id"],
|
|
1736
1736
|
});
|
|
1737
1737
|
};
|
|
1738
|
-
// Collect low-level response body stream to Uint8Array.
|
|
1739
1738
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
1740
1739
|
if (streamBody instanceof Uint8Array) {
|
|
1741
1740
|
return Promise.resolve(streamBody);
|
|
1742
1741
|
}
|
|
1743
1742
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
1744
1743
|
};
|
|
1745
|
-
// Encode Uint8Array data into string with utf-8.
|
|
1746
1744
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
1747
1745
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
1748
1746
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -1768,9 +1766,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
1768
1766
|
}
|
|
1769
1767
|
return {};
|
|
1770
1768
|
});
|
|
1771
|
-
/**
|
|
1772
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
1773
|
-
*/
|
|
1774
1769
|
const loadRestJsonErrorCode = (output, data) => {
|
|
1775
1770
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1776
1771
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -1795,4 +1790,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
1795
1790
|
}
|
|
1796
1791
|
return "";
|
|
1797
1792
|
};
|
|
1798
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|