@aws-sdk/client-codecatalyst 3.478.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateAccessTokenCommand.js +18 -40
- package/dist-cjs/commands/CreateDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/CreateProjectCommand.js +18 -40
- package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +18 -40
- package/dist-cjs/commands/CreateSourceRepositoryCommand.js +18 -40
- package/dist-cjs/commands/DeleteAccessTokenCommand.js +18 -40
- package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/DeleteProjectCommand.js +18 -40
- package/dist-cjs/commands/DeleteSourceRepositoryCommand.js +18 -40
- package/dist-cjs/commands/DeleteSpaceCommand.js +18 -40
- package/dist-cjs/commands/GetDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/GetProjectCommand.js +18 -40
- package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +18 -40
- package/dist-cjs/commands/GetSourceRepositoryCommand.js +18 -40
- package/dist-cjs/commands/GetSpaceCommand.js +18 -40
- package/dist-cjs/commands/GetSubscriptionCommand.js +18 -40
- package/dist-cjs/commands/GetUserDetailsCommand.js +18 -40
- package/dist-cjs/commands/GetWorkflowCommand.js +18 -40
- package/dist-cjs/commands/GetWorkflowRunCommand.js +18 -40
- package/dist-cjs/commands/ListAccessTokensCommand.js +18 -40
- package/dist-cjs/commands/ListDevEnvironmentSessionsCommand.js +18 -40
- package/dist-cjs/commands/ListDevEnvironmentsCommand.js +18 -40
- package/dist-cjs/commands/ListEventLogsCommand.js +18 -40
- package/dist-cjs/commands/ListProjectsCommand.js +18 -40
- package/dist-cjs/commands/ListSourceRepositoriesCommand.js +18 -40
- package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +18 -40
- package/dist-cjs/commands/ListSpacesCommand.js +18 -40
- package/dist-cjs/commands/ListWorkflowRunsCommand.js +18 -40
- package/dist-cjs/commands/ListWorkflowsCommand.js +18 -40
- package/dist-cjs/commands/StartDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +18 -40
- package/dist-cjs/commands/StartWorkflowRunCommand.js +18 -40
- package/dist-cjs/commands/StopDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +18 -40
- package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +18 -40
- package/dist-cjs/commands/UpdateProjectCommand.js +18 -40
- package/dist-cjs/commands/UpdateSpaceCommand.js +18 -40
- package/dist-cjs/commands/VerifySessionCommand.js +18 -40
- package/dist-cjs/endpoint/EndpointParameters.js +6 -1
- package/dist-es/commands/CreateAccessTokenCommand.js +18 -40
- package/dist-es/commands/CreateDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/CreateProjectCommand.js +18 -40
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +18 -40
- package/dist-es/commands/CreateSourceRepositoryCommand.js +18 -40
- package/dist-es/commands/DeleteAccessTokenCommand.js +18 -40
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/DeleteProjectCommand.js +18 -40
- package/dist-es/commands/DeleteSourceRepositoryCommand.js +18 -40
- package/dist-es/commands/DeleteSpaceCommand.js +18 -40
- package/dist-es/commands/GetDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/GetProjectCommand.js +18 -40
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +18 -40
- package/dist-es/commands/GetSourceRepositoryCommand.js +18 -40
- package/dist-es/commands/GetSpaceCommand.js +18 -40
- package/dist-es/commands/GetSubscriptionCommand.js +18 -40
- package/dist-es/commands/GetUserDetailsCommand.js +18 -40
- package/dist-es/commands/GetWorkflowCommand.js +18 -40
- package/dist-es/commands/GetWorkflowRunCommand.js +18 -40
- package/dist-es/commands/ListAccessTokensCommand.js +18 -40
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +18 -40
- package/dist-es/commands/ListDevEnvironmentsCommand.js +18 -40
- package/dist-es/commands/ListEventLogsCommand.js +18 -40
- package/dist-es/commands/ListProjectsCommand.js +18 -40
- package/dist-es/commands/ListSourceRepositoriesCommand.js +18 -40
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +18 -40
- package/dist-es/commands/ListSpacesCommand.js +18 -40
- package/dist-es/commands/ListWorkflowRunsCommand.js +18 -40
- package/dist-es/commands/ListWorkflowsCommand.js +18 -40
- package/dist-es/commands/StartDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +18 -40
- package/dist-es/commands/StartWorkflowRunCommand.js +18 -40
- package/dist-es/commands/StopDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +18 -40
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +18 -40
- package/dist-es/commands/UpdateProjectCommand.js +18 -40
- package/dist-es/commands/UpdateSpaceCommand.js +18 -40
- package/dist-es/commands/VerifySessionCommand.js +18 -40
- package/dist-es/endpoint/EndpointParameters.js +5 -0
- package/dist-types/commands/CreateAccessTokenCommand.d.ts +6 -21
- package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
- package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +6 -21
- package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAccessTokenCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSpaceCommand.d.ts +6 -21
- package/dist-types/commands/GetDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/GetProjectCommand.d.ts +6 -21
- package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +6 -21
- package/dist-types/commands/GetSourceRepositoryCommand.d.ts +6 -21
- package/dist-types/commands/GetSpaceCommand.d.ts +6 -21
- package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/GetUserDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessTokensCommand.d.ts +6 -21
- package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +6 -21
- package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventLogsCommand.d.ts +6 -21
- package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +6 -21
- package/dist-types/commands/ListSpacesCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowRunsCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
- package/dist-types/commands/StartDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +6 -21
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -21
- package/dist-types/commands/StopDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -21
- package/dist-types/commands/VerifySessionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +14 -0
- package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +14 -0
- package/package.json +8 -8
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetWorkflowRunCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "GetWorkflowRunCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "GetWorkflowRun",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_GetWorkflowRunCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_GetWorkflowRunCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class GetWorkflowRunCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "GetWorkflowRun", {})
|
|
22
|
+
.n("CodeCatalystClient", "GetWorkflowRunCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_GetWorkflowRunCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_GetWorkflowRunCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.GetWorkflowRunCommand = GetWorkflowRunCommand;
|
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListAccessTokensCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "ListAccessTokensCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "ListAccessTokens",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_ListAccessTokensCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_ListAccessTokensCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class ListAccessTokensCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "ListAccessTokens", {})
|
|
22
|
+
.n("CodeCatalystClient", "ListAccessTokensCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListAccessTokensCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListAccessTokensCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.ListAccessTokensCommand = ListAccessTokensCommand;
|
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListDevEnvironmentSessionsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "ListDevEnvironmentSessionsCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "ListDevEnvironmentSessions",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_ListDevEnvironmentSessionsCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_ListDevEnvironmentSessionsCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class ListDevEnvironmentSessionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "ListDevEnvironmentSessions", {})
|
|
22
|
+
.n("CodeCatalystClient", "ListDevEnvironmentSessionsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListDevEnvironmentSessionsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListDevEnvironmentSessionsCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.ListDevEnvironmentSessionsCommand = ListDevEnvironmentSessionsCommand;
|
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListDevEnvironmentsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "ListDevEnvironmentsCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "ListDevEnvironments",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_ListDevEnvironmentsCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_ListDevEnvironmentsCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class ListDevEnvironmentsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "ListDevEnvironments", {})
|
|
22
|
+
.n("CodeCatalystClient", "ListDevEnvironmentsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListDevEnvironmentsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListDevEnvironmentsCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.ListDevEnvironmentsCommand = ListDevEnvironmentsCommand;
|
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListEventLogsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "ListEventLogsCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "ListEventLogs",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_ListEventLogsCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_ListEventLogsCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class ListEventLogsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "ListEventLogs", {})
|
|
22
|
+
.n("CodeCatalystClient", "ListEventLogsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListEventLogsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListEventLogsCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.ListEventLogsCommand = ListEventLogsCommand;
|
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListProjectsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "ListProjectsCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "ListProjects",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_ListProjectsCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_ListProjectsCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class ListProjectsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "ListProjects", {})
|
|
22
|
+
.n("CodeCatalystClient", "ListProjectsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListProjectsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListProjectsCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.ListProjectsCommand = ListProjectsCommand;
|
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListSourceRepositoriesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "ListSourceRepositoriesCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "ListSourceRepositories",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_ListSourceRepositoriesCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_ListSourceRepositoriesCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class ListSourceRepositoriesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "ListSourceRepositories", {})
|
|
22
|
+
.n("CodeCatalystClient", "ListSourceRepositoriesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListSourceRepositoriesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListSourceRepositoriesCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.ListSourceRepositoriesCommand = ListSourceRepositoriesCommand;
|
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListSourceRepositoryBranchesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "ListSourceRepositoryBranchesCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "ListSourceRepositoryBranches",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_ListSourceRepositoryBranchesCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_ListSourceRepositoryBranchesCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class ListSourceRepositoryBranchesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "ListSourceRepositoryBranches", {})
|
|
22
|
+
.n("CodeCatalystClient", "ListSourceRepositoryBranchesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListSourceRepositoryBranchesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListSourceRepositoryBranchesCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.ListSourceRepositoryBranchesCommand = ListSourceRepositoryBranchesCommand;
|
|
@@ -5,46 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListSpacesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const clientName = "CodeCatalystClient";
|
|
28
|
-
const commandName = "ListSpacesCommand";
|
|
29
|
-
const handlerExecutionContext = {
|
|
30
|
-
logger,
|
|
31
|
-
clientName,
|
|
32
|
-
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog: (_) => _,
|
|
35
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
36
|
-
service: "CodeCatalyst",
|
|
37
|
-
operation: "ListSpaces",
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
const { requestHandler } = configuration;
|
|
41
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
42
|
-
}
|
|
43
|
-
serialize(input, context) {
|
|
44
|
-
return (0, Aws_restJson1_1.se_ListSpacesCommand)(input, context);
|
|
45
|
-
}
|
|
46
|
-
deserialize(output, context) {
|
|
47
|
-
return (0, Aws_restJson1_1.de_ListSpacesCommand)(output, context);
|
|
48
|
-
}
|
|
10
|
+
class ListSpacesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("CodeCatalyst", "ListSpaces", {})
|
|
22
|
+
.n("CodeCatalystClient", "ListSpacesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListSpacesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListSpacesCommand)
|
|
26
|
+
.build() {
|
|
49
27
|
}
|
|
50
28
|
exports.ListSpacesCommand = ListSpacesCommand;
|