@aws-sdk/client-codebuild 3.927.0 → 3.929.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/index.js +2323 -2394
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CodeBuildClient.js +2 -0
- package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -9
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -9
- package/dist-es/commands/BatchGetBuildsCommand.js +3 -9
- package/dist-es/commands/BatchGetCommandExecutionsCommand.js +3 -10
- package/dist-es/commands/BatchGetFleetsCommand.js +3 -9
- package/dist-es/commands/BatchGetProjectsCommand.js +3 -9
- package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -9
- package/dist-es/commands/BatchGetReportsCommand.js +3 -9
- package/dist-es/commands/BatchGetSandboxesCommand.js +3 -9
- package/dist-es/commands/CreateFleetCommand.js +3 -9
- package/dist-es/commands/CreateProjectCommand.js +3 -9
- package/dist-es/commands/CreateReportGroupCommand.js +3 -9
- package/dist-es/commands/CreateWebhookCommand.js +3 -9
- package/dist-es/commands/DeleteBuildBatchCommand.js +3 -9
- package/dist-es/commands/DeleteFleetCommand.js +3 -9
- package/dist-es/commands/DeleteProjectCommand.js +3 -9
- package/dist-es/commands/DeleteReportCommand.js +3 -9
- package/dist-es/commands/DeleteReportGroupCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -9
- package/dist-es/commands/DeleteWebhookCommand.js +3 -9
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -9
- package/dist-es/commands/DescribeTestCasesCommand.js +3 -9
- package/dist-es/commands/GetReportGroupTrendCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -10
- package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -9
- package/dist-es/commands/ListBuildBatchesCommand.js +3 -9
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -9
- package/dist-es/commands/ListBuildsCommand.js +3 -9
- package/dist-es/commands/ListBuildsForProjectCommand.js +3 -9
- package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +3 -10
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -9
- package/dist-es/commands/ListFleetsCommand.js +3 -10
- package/dist-es/commands/ListProjectsCommand.js +3 -9
- package/dist-es/commands/ListReportGroupsCommand.js +3 -9
- package/dist-es/commands/ListReportsCommand.js +3 -9
- package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -9
- package/dist-es/commands/ListSandboxesCommand.js +3 -9
- package/dist-es/commands/ListSandboxesForProjectCommand.js +3 -10
- package/dist-es/commands/ListSharedProjectsCommand.js +3 -9
- package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -9
- package/dist-es/commands/ListSourceCredentialsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RetryBuildBatchCommand.js +3 -9
- package/dist-es/commands/RetryBuildCommand.js +3 -9
- package/dist-es/commands/StartBuildBatchCommand.js +3 -9
- package/dist-es/commands/StartBuildCommand.js +3 -9
- package/dist-es/commands/StartCommandExecutionCommand.js +3 -10
- package/dist-es/commands/StartSandboxCommand.js +3 -10
- package/dist-es/commands/StartSandboxConnectionCommand.js +3 -9
- package/dist-es/commands/StopBuildBatchCommand.js +3 -9
- package/dist-es/commands/StopBuildCommand.js +3 -9
- package/dist-es/commands/StopSandboxCommand.js +3 -9
- package/dist-es/commands/UpdateFleetCommand.js +3 -9
- package/dist-es/commands/UpdateProjectCommand.js +3 -9
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -9
- package/dist-es/commands/UpdateReportGroupCommand.js +3 -9
- package/dist-es/commands/UpdateWebhookCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -47
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2207 -0
- package/dist-types/CodeBuildClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -40
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -5
- package/dist-types/schemas/schemas_0.d.ts +316 -0
- package/dist-types/ts3.4/CodeBuildClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1911
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RetryBuild } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RetryBuildCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "RetryBuild", {})
|
|
17
13
|
.n("CodeBuildClient", "RetryBuildCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RetryBuildCommand)
|
|
20
|
-
.de(de_RetryBuildCommand)
|
|
14
|
+
.sc(RetryBuild)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartBuildBatch } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartBuildBatchCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "StartBuildBatch", {})
|
|
17
13
|
.n("CodeBuildClient", "StartBuildBatchCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartBuildBatchCommand)
|
|
20
|
-
.de(de_StartBuildBatchCommand)
|
|
14
|
+
.sc(StartBuildBatch)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartBuild } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartBuildCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "StartBuild", {})
|
|
17
13
|
.n("CodeBuildClient", "StartBuildCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartBuildCommand)
|
|
20
|
-
.de(de_StartBuildCommand)
|
|
14
|
+
.sc(StartBuild)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_StartCommandExecutionCommand, se_StartCommandExecutionCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { StartCommandExecution } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class StartCommandExecutionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CodeBuild_20161006", "StartCommandExecution", {})
|
|
18
13
|
.n("CodeBuildClient", "StartCommandExecutionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_StartCommandExecutionCommand)
|
|
21
|
-
.de(de_StartCommandExecutionCommand)
|
|
14
|
+
.sc(StartCommandExecution)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_StartSandboxCommand, se_StartSandboxCommand } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { StartSandbox } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class StartSandboxCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("CodeBuild_20161006", "StartSandbox", {})
|
|
18
13
|
.n("CodeBuildClient", "StartSandboxCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_StartSandboxCommand)
|
|
21
|
-
.de(de_StartSandboxCommand)
|
|
14
|
+
.sc(StartSandbox)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartSandboxConnection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartSandboxConnectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "StartSandboxConnection", {})
|
|
17
13
|
.n("CodeBuildClient", "StartSandboxConnectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartSandboxConnectionCommand)
|
|
20
|
-
.de(de_StartSandboxConnectionCommand)
|
|
14
|
+
.sc(StartSandboxConnection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StopBuildBatch } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StopBuildBatchCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "StopBuildBatch", {})
|
|
17
13
|
.n("CodeBuildClient", "StopBuildBatchCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StopBuildBatchCommand)
|
|
20
|
-
.de(de_StopBuildBatchCommand)
|
|
14
|
+
.sc(StopBuildBatch)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StopBuild } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StopBuildCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "StopBuild", {})
|
|
17
13
|
.n("CodeBuildClient", "StopBuildCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StopBuildCommand)
|
|
20
|
-
.de(de_StopBuildCommand)
|
|
14
|
+
.sc(StopBuild)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StopSandbox } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StopSandboxCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "StopSandbox", {})
|
|
17
13
|
.n("CodeBuildClient", "StopSandboxCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StopSandboxCommand)
|
|
20
|
-
.de(de_StopSandboxCommand)
|
|
14
|
+
.sc(StopSandbox)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateFleet } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateFleetCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "UpdateFleet", {})
|
|
17
13
|
.n("CodeBuildClient", "UpdateFleetCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateFleetCommand)
|
|
20
|
-
.de(de_UpdateFleetCommand)
|
|
14
|
+
.sc(UpdateFleet)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateProject } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateProjectCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "UpdateProject", {})
|
|
17
13
|
.n("CodeBuildClient", "UpdateProjectCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateProjectCommand)
|
|
20
|
-
.de(de_UpdateProjectCommand)
|
|
14
|
+
.sc(UpdateProject)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateProjectVisibility } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateProjectVisibilityCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "UpdateProjectVisibility", {})
|
|
17
13
|
.n("CodeBuildClient", "UpdateProjectVisibilityCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateProjectVisibilityCommand)
|
|
20
|
-
.de(de_UpdateProjectVisibilityCommand)
|
|
14
|
+
.sc(UpdateProjectVisibility)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateReportGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateReportGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "UpdateReportGroup", {})
|
|
17
13
|
.n("CodeBuildClient", "UpdateReportGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateReportGroupCommand)
|
|
20
|
-
.de(de_UpdateReportGroupCommand)
|
|
14
|
+
.sc(UpdateReportGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateWebhook } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateWebhookCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("CodeBuild_20161006", "UpdateWebhook", {})
|
|
17
13
|
.n("CodeBuildClient", "UpdateWebhookCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateWebhookCommand)
|
|
20
|
-
.de(de_UpdateWebhookCommand)
|
|
14
|
+
.sc(UpdateWebhook)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
1
|
import { CodeBuildServiceException as __BaseException } from "./CodeBuildServiceException";
|
|
3
2
|
export class AccountLimitExceededException extends __BaseException {
|
|
4
3
|
name = "AccountLimitExceededException";
|
|
@@ -394,49 +393,3 @@ export const RetryBuildBatchType = {
|
|
|
394
393
|
RETRY_ALL_BUILDS: "RETRY_ALL_BUILDS",
|
|
395
394
|
RETRY_FAILED_BUILDS: "RETRY_FAILED_BUILDS",
|
|
396
395
|
};
|
|
397
|
-
export const CommandExecutionFilterSensitiveLog = (obj) => ({
|
|
398
|
-
...obj,
|
|
399
|
-
...(obj.command && { command: SENSITIVE_STRING }),
|
|
400
|
-
...(obj.standardOutputContent && { standardOutputContent: SENSITIVE_STRING }),
|
|
401
|
-
...(obj.standardErrContent && { standardErrContent: SENSITIVE_STRING }),
|
|
402
|
-
});
|
|
403
|
-
export const BatchGetCommandExecutionsOutputFilterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
...(obj.commandExecutions && {
|
|
406
|
-
commandExecutions: obj.commandExecutions.map((item) => CommandExecutionFilterSensitiveLog(item)),
|
|
407
|
-
}),
|
|
408
|
-
});
|
|
409
|
-
export const ImportSourceCredentialsInputFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
...(obj.token && { token: SENSITIVE_STRING }),
|
|
412
|
-
});
|
|
413
|
-
export const ListCommandExecutionsForSandboxInputFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
...(obj.nextToken && { nextToken: SENSITIVE_STRING }),
|
|
416
|
-
});
|
|
417
|
-
export const ListCommandExecutionsForSandboxOutputFilterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
...(obj.commandExecutions && {
|
|
420
|
-
commandExecutions: obj.commandExecutions.map((item) => CommandExecutionFilterSensitiveLog(item)),
|
|
421
|
-
}),
|
|
422
|
-
});
|
|
423
|
-
export const ListFleetsInputFilterSensitiveLog = (obj) => ({
|
|
424
|
-
...obj,
|
|
425
|
-
...(obj.nextToken && { nextToken: SENSITIVE_STRING }),
|
|
426
|
-
});
|
|
427
|
-
export const ListSandboxesForProjectInputFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
...(obj.nextToken && { nextToken: SENSITIVE_STRING }),
|
|
430
|
-
});
|
|
431
|
-
export const StartCommandExecutionInputFilterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
...(obj.command && { command: SENSITIVE_STRING }),
|
|
434
|
-
});
|
|
435
|
-
export const StartCommandExecutionOutputFilterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
...(obj.commandExecution && { commandExecution: CommandExecutionFilterSensitiveLog(obj.commandExecution) }),
|
|
438
|
-
});
|
|
439
|
-
export const StartSandboxInputFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
...(obj.idempotencyToken && { idempotencyToken: SENSITIVE_STRING }),
|
|
442
|
-
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
2
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
4
5
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
@@ -22,6 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
22
23
|
},
|
|
23
24
|
],
|
|
24
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
+
protocol: config?.protocol ??
|
|
27
|
+
new AwsJson1_1Protocol({
|
|
28
|
+
defaultNamespace: "com.amazonaws.codebuild",
|
|
29
|
+
serviceTarget: "CodeBuild_20161006",
|
|
30
|
+
awsQueryCompatible: false,
|
|
31
|
+
}),
|
|
25
32
|
serviceId: config?.serviceId ?? "CodeBuild",
|
|
26
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
27
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|