@aws-sdk/client-codebuild 3.490.0 → 3.496.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/README.md +40 -0
- package/dist-cjs/CodeBuild.js +1 -101
- package/dist-cjs/CodeBuildClient.js +1 -43
- package/dist-cjs/commands/BatchDeleteBuildsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +1 -28
- package/dist-cjs/commands/BatchGetBuildsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetFleetsCommand.js +1 -0
- package/dist-cjs/commands/BatchGetProjectsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetReportsCommand.js +1 -28
- package/dist-cjs/commands/CreateFleetCommand.js +1 -0
- package/dist-cjs/commands/CreateProjectCommand.js +1 -28
- package/dist-cjs/commands/CreateReportGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateWebhookCommand.js +1 -28
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +1 -28
- package/dist-cjs/commands/DeleteFleetCommand.js +1 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +1 -28
- package/dist-cjs/commands/DeleteReportCommand.js +1 -28
- package/dist-cjs/commands/DeleteReportGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +1 -28
- package/dist-cjs/commands/DeleteWebhookCommand.js +1 -28
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTestCasesCommand.js +1 -28
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +1 -28
- package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +1 -29
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +1 -28
- package/dist-cjs/commands/ListBuildBatchesCommand.js +1 -28
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +1 -28
- package/dist-cjs/commands/ListBuildsCommand.js +1 -28
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +1 -28
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +1 -28
- package/dist-cjs/commands/ListFleetsCommand.js +1 -0
- package/dist-cjs/commands/ListProjectsCommand.js +1 -28
- package/dist-cjs/commands/ListReportGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListReportsCommand.js +1 -28
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +1 -28
- package/dist-cjs/commands/ListSharedProjectsCommand.js +1 -28
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RetryBuildBatchCommand.js +1 -28
- package/dist-cjs/commands/RetryBuildCommand.js +1 -28
- package/dist-cjs/commands/StartBuildBatchCommand.js +1 -28
- package/dist-cjs/commands/StartBuildCommand.js +1 -28
- package/dist-cjs/commands/StopBuildBatchCommand.js +1 -28
- package/dist-cjs/commands/StopBuildCommand.js +1 -28
- package/dist-cjs/commands/UpdateFleetCommand.js +1 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +1 -28
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +1 -28
- package/dist-cjs/commands/UpdateReportGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateWebhookCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -48
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4287 -11
- package/dist-cjs/models/CodeBuildServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -293
- package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeTestCasesPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +1 -7
- package/dist-cjs/pagination/ListBuildBatchesPaginator.js +1 -7
- package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +1 -7
- package/dist-cjs/pagination/ListBuildsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFleetsPaginator.js +1 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReportGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +1 -7
- package/dist-cjs/pagination/ListReportsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSharedProjectsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2434
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-es/CodeBuild.js +10 -0
- package/dist-es/commands/BatchGetFleetsCommand.js +24 -0
- package/dist-es/commands/CreateFleetCommand.js +24 -0
- package/dist-es/commands/DeleteFleetCommand.js +24 -0
- package/dist-es/commands/ListFleetsCommand.js +25 -0
- package/dist-es/commands/UpdateFleetCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +28 -0
- package/dist-es/pagination/ListFleetsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +303 -0
- package/dist-types/CodeBuild.d.ts +35 -0
- package/dist-types/CodeBuildClient.d.ts +7 -2
- package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetBuildsCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetFleetsCommand.d.ts +99 -0
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +3 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +118 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +59 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +67 -0
- package/dist-types/commands/RetryBuildBatchCommand.d.ts +3 -0
- package/dist-types/commands/RetryBuildCommand.d.ts +3 -0
- package/dist-types/commands/StartBuildBatchCommand.d.ts +3 -0
- package/dist-types/commands/StartBuildCommand.d.ts +6 -0
- package/dist-types/commands/StopBuildBatchCommand.d.ts +3 -0
- package/dist-types/commands/StopBuildCommand.d.ts +3 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +117 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +843 -57
- package/dist-types/pagination/ListFleetsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +85 -0
- package/dist-types/ts3.4/CodeBuildClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +129 -11
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutResourcePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class PutResourcePolicyCommand 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("CodeBuild_20161006", "PutResourcePolicy", {})
|
|
22
|
-
.n("CodeBuildClient", "PutResourcePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_PutResourcePolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_PutResourcePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RetryBuildBatchCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RetryBuildBatchCommand 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("CodeBuild_20161006", "RetryBuildBatch", {})
|
|
22
|
-
.n("CodeBuildClient", "RetryBuildBatchCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RetryBuildBatchCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RetryBuildBatchCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RetryBuildBatchCommand = RetryBuildBatchCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RetryBuildCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class RetryBuildCommand 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("CodeBuild_20161006", "RetryBuild", {})
|
|
22
|
-
.n("CodeBuildClient", "RetryBuildCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_RetryBuildCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_RetryBuildCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.RetryBuildCommand = RetryBuildCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartBuildBatchCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StartBuildBatchCommand 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("CodeBuild_20161006", "StartBuildBatch", {})
|
|
22
|
-
.n("CodeBuildClient", "StartBuildBatchCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartBuildBatchCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartBuildBatchCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartBuildBatchCommand = StartBuildBatchCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartBuildCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StartBuildCommand 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("CodeBuild_20161006", "StartBuild", {})
|
|
22
|
-
.n("CodeBuildClient", "StartBuildCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartBuildCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartBuildCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartBuildCommand = StartBuildCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopBuildBatchCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopBuildBatchCommand 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("CodeBuild_20161006", "StopBuildBatch", {})
|
|
22
|
-
.n("CodeBuildClient", "StopBuildBatchCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopBuildBatchCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopBuildBatchCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopBuildBatchCommand = StopBuildBatchCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopBuildCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopBuildCommand 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("CodeBuild_20161006", "StopBuild", {})
|
|
22
|
-
.n("CodeBuildClient", "StopBuildCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopBuildCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopBuildCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopBuildCommand = StopBuildCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateProjectCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateProjectCommand 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("CodeBuild_20161006", "UpdateProject", {})
|
|
22
|
-
.n("CodeBuildClient", "UpdateProjectCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateProjectCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateProjectCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateProjectCommand = UpdateProjectCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateProjectVisibilityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateProjectVisibilityCommand 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("CodeBuild_20161006", "UpdateProjectVisibility", {})
|
|
22
|
-
.n("CodeBuildClient", "UpdateProjectVisibilityCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateProjectVisibilityCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateProjectVisibilityCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateProjectVisibilityCommand = UpdateProjectVisibilityCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateReportGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateReportGroupCommand 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("CodeBuild_20161006", "UpdateReportGroup", {})
|
|
22
|
-
.n("CodeBuildClient", "UpdateReportGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateReportGroupCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateReportGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateReportGroupCommand = UpdateReportGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWebhookCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateWebhookCommand 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("CodeBuild_20161006", "UpdateWebhook", {})
|
|
22
|
-
.n("CodeBuildClient", "UpdateWebhookCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateWebhookCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateWebhookCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateWebhookCommand = UpdateWebhookCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,48 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./BatchDeleteBuildsCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./BatchGetBuildBatchesCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchGetBuildsCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./BatchGetProjectsCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./BatchGetReportGroupsCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./BatchGetReportsCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateProjectCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateReportGroupCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateWebhookCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteBuildBatchCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteProjectCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteReportCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteReportGroupCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteSourceCredentialsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteWebhookCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeCodeCoveragesCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeTestCasesCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetReportGroupTrendCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetResourcePolicyCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./ImportSourceCredentialsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./InvalidateProjectCacheCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListBuildBatchesCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListBuildBatchesForProjectCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListBuildsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListBuildsForProjectCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListCuratedEnvironmentImagesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListProjectsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListReportGroupsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListReportsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListReportsForReportGroupCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListSharedProjectsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListSharedReportGroupsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListSourceCredentialsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./RetryBuildBatchCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./RetryBuildCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./StartBuildBatchCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./StartBuildCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./StopBuildBatchCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./StopBuildCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UpdateProjectCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./UpdateProjectVisibilityCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./UpdateReportGroupCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./UpdateWebhookCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "codebuild",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|