@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
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteProjectCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "DeleteProjectCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "DeleteProject",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_DeleteProjectCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_DeleteProjectCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class DeleteProjectCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "DeleteProject", {})
|
|
19
|
+
.n("CodeCatalystClient", "DeleteProjectCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteProjectCommand)
|
|
22
|
+
.de(de_DeleteProjectCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteSourceRepositoryCommand, se_DeleteSourceRepositoryCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteSourceRepositoryCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "DeleteSourceRepositoryCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "DeleteSourceRepository",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_DeleteSourceRepositoryCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_DeleteSourceRepositoryCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class DeleteSourceRepositoryCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "DeleteSourceRepository", {})
|
|
19
|
+
.n("CodeCatalystClient", "DeleteSourceRepositoryCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteSourceRepositoryCommand)
|
|
22
|
+
.de(de_DeleteSourceRepositoryCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteSpaceCommand, se_DeleteSpaceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteSpaceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "DeleteSpaceCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "DeleteSpace",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_DeleteSpaceCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_DeleteSpaceCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class DeleteSpaceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "DeleteSpace", {})
|
|
19
|
+
.n("CodeCatalystClient", "DeleteSpaceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteSpaceCommand)
|
|
22
|
+
.de(de_DeleteSpaceCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetDevEnvironmentCommand, se_GetDevEnvironmentCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetDevEnvironmentCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "GetDevEnvironmentCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "GetDevEnvironment",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_GetDevEnvironmentCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_GetDevEnvironmentCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class GetDevEnvironmentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "GetDevEnvironment", {})
|
|
19
|
+
.n("CodeCatalystClient", "GetDevEnvironmentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetDevEnvironmentCommand)
|
|
22
|
+
.de(de_GetDevEnvironmentCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetProjectCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "GetProjectCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "GetProject",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_GetProjectCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_GetProjectCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class GetProjectCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "GetProject", {})
|
|
19
|
+
.n("CodeCatalystClient", "GetProjectCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetProjectCommand)
|
|
22
|
+
.de(de_GetProjectCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSourceRepositoryCloneUrlsCommand, se_GetSourceRepositoryCloneUrlsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSourceRepositoryCloneUrlsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "GetSourceRepositoryCloneUrlsCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "GetSourceRepositoryCloneUrls",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_GetSourceRepositoryCloneUrlsCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_GetSourceRepositoryCloneUrlsCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class GetSourceRepositoryCloneUrlsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "GetSourceRepositoryCloneUrls", {})
|
|
19
|
+
.n("CodeCatalystClient", "GetSourceRepositoryCloneUrlsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSourceRepositoryCloneUrlsCommand)
|
|
22
|
+
.de(de_GetSourceRepositoryCloneUrlsCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSourceRepositoryCommand, se_GetSourceRepositoryCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSourceRepositoryCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "GetSourceRepositoryCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "GetSourceRepository",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_GetSourceRepositoryCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_GetSourceRepositoryCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class GetSourceRepositoryCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "GetSourceRepository", {})
|
|
19
|
+
.n("CodeCatalystClient", "GetSourceRepositoryCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSourceRepositoryCommand)
|
|
22
|
+
.de(de_GetSourceRepositoryCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSpaceCommand, se_GetSpaceCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSpaceCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "GetSpaceCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "GetSpace",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_GetSpaceCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_GetSpaceCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class GetSpaceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "GetSpace", {})
|
|
19
|
+
.n("CodeCatalystClient", "GetSpaceCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSpaceCommand)
|
|
22
|
+
.de(de_GetSpaceCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|
|
@@ -1,46 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSubscriptionCommand, se_GetSubscriptionCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSubscriptionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const clientName = "CodeCatalystClient";
|
|
25
|
-
const commandName = "GetSubscriptionCommand";
|
|
26
|
-
const handlerExecutionContext = {
|
|
27
|
-
logger,
|
|
28
|
-
clientName,
|
|
29
|
-
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog: (_) => _,
|
|
32
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
33
|
-
service: "CodeCatalyst",
|
|
34
|
-
operation: "GetSubscription",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const { requestHandler } = configuration;
|
|
38
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
-
}
|
|
40
|
-
serialize(input, context) {
|
|
41
|
-
return se_GetSubscriptionCommand(input, context);
|
|
42
|
-
}
|
|
43
|
-
deserialize(output, context) {
|
|
44
|
-
return de_GetSubscriptionCommand(output, context);
|
|
45
|
-
}
|
|
7
|
+
export class GetSubscriptionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeCatalyst", "GetSubscription", {})
|
|
19
|
+
.n("CodeCatalystClient", "GetSubscriptionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSubscriptionCommand)
|
|
22
|
+
.de(de_GetSubscriptionCommand)
|
|
23
|
+
.build() {
|
|
46
24
|
}
|