@aws-sdk/client-codebuild 3.489.0 → 3.495.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.
Files changed (71) hide show
  1. package/dist-cjs/CodeBuild.js +1 -101
  2. package/dist-cjs/CodeBuildClient.js +1 -43
  3. package/dist-cjs/commands/BatchDeleteBuildsCommand.js +1 -28
  4. package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +1 -28
  5. package/dist-cjs/commands/BatchGetBuildsCommand.js +1 -28
  6. package/dist-cjs/commands/BatchGetProjectsCommand.js +1 -28
  7. package/dist-cjs/commands/BatchGetReportGroupsCommand.js +1 -28
  8. package/dist-cjs/commands/BatchGetReportsCommand.js +1 -28
  9. package/dist-cjs/commands/CreateProjectCommand.js +1 -28
  10. package/dist-cjs/commands/CreateReportGroupCommand.js +1 -28
  11. package/dist-cjs/commands/CreateWebhookCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteBuildBatchCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteProjectCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteReportCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteReportGroupCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteWebhookCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeTestCasesCommand.js +1 -28
  21. package/dist-cjs/commands/GetReportGroupTrendCommand.js +1 -28
  22. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  23. package/dist-cjs/commands/ImportSourceCredentialsCommand.js +1 -29
  24. package/dist-cjs/commands/InvalidateProjectCacheCommand.js +1 -28
  25. package/dist-cjs/commands/ListBuildBatchesCommand.js +1 -28
  26. package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +1 -28
  27. package/dist-cjs/commands/ListBuildsCommand.js +1 -28
  28. package/dist-cjs/commands/ListBuildsForProjectCommand.js +1 -28
  29. package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +1 -28
  30. package/dist-cjs/commands/ListProjectsCommand.js +1 -28
  31. package/dist-cjs/commands/ListReportGroupsCommand.js +1 -28
  32. package/dist-cjs/commands/ListReportsCommand.js +1 -28
  33. package/dist-cjs/commands/ListReportsForReportGroupCommand.js +1 -28
  34. package/dist-cjs/commands/ListSharedProjectsCommand.js +1 -28
  35. package/dist-cjs/commands/ListSharedReportGroupsCommand.js +1 -28
  36. package/dist-cjs/commands/ListSourceCredentialsCommand.js +1 -28
  37. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  38. package/dist-cjs/commands/RetryBuildBatchCommand.js +1 -28
  39. package/dist-cjs/commands/RetryBuildCommand.js +1 -28
  40. package/dist-cjs/commands/StartBuildBatchCommand.js +1 -28
  41. package/dist-cjs/commands/StartBuildCommand.js +1 -28
  42. package/dist-cjs/commands/StopBuildBatchCommand.js +1 -28
  43. package/dist-cjs/commands/StopBuildCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateProjectCommand.js +1 -28
  45. package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +1 -28
  46. package/dist-cjs/commands/UpdateReportGroupCommand.js +1 -28
  47. package/dist-cjs/commands/UpdateWebhookCommand.js +1 -28
  48. package/dist-cjs/commands/index.js +1 -48
  49. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  50. package/dist-cjs/extensionConfiguration.js +1 -2
  51. package/dist-cjs/index.js +3842 -11
  52. package/dist-cjs/models/CodeBuildServiceException.js +1 -12
  53. package/dist-cjs/models/index.js +1 -4
  54. package/dist-cjs/models/models_0.js +1 -293
  55. package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +1 -7
  56. package/dist-cjs/pagination/DescribeTestCasesPaginator.js +1 -7
  57. package/dist-cjs/pagination/Interfaces.js +1 -2
  58. package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListBuildBatchesPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListBuildsPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListProjectsPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListReportGroupsPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListReportsPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListSharedProjectsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +1 -7
  68. package/dist-cjs/pagination/index.js +1 -16
  69. package/dist-cjs/protocols/Aws_json1_1.js +1 -2434
  70. package/dist-cjs/runtimeExtensions.js +1 -22
  71. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeCodeCoveragesCommand = 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 DescribeCodeCoveragesCommand 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", "DescribeCodeCoverages", {})
22
- .n("CodeBuildClient", "DescribeCodeCoveragesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeCodeCoveragesCommand)
25
- .de(Aws_json1_1_1.de_DescribeCodeCoveragesCommand)
26
- .build() {
27
- }
28
- exports.DescribeCodeCoveragesCommand = DescribeCodeCoveragesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeTestCasesCommand = 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 DescribeTestCasesCommand 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", "DescribeTestCases", {})
22
- .n("CodeBuildClient", "DescribeTestCasesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeTestCasesCommand)
25
- .de(Aws_json1_1_1.de_DescribeTestCasesCommand)
26
- .build() {
27
- }
28
- exports.DescribeTestCasesCommand = DescribeTestCasesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetReportGroupTrendCommand = 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 GetReportGroupTrendCommand 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", "GetReportGroupTrend", {})
22
- .n("CodeBuildClient", "GetReportGroupTrendCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetReportGroupTrendCommand)
25
- .de(Aws_json1_1_1.de_GetReportGroupTrendCommand)
26
- .build() {
27
- }
28
- exports.GetReportGroupTrendCommand = GetReportGroupTrendCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourcePolicyCommand = 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 GetResourcePolicyCommand 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", "GetResourcePolicy", {})
22
- .n("CodeBuildClient", "GetResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetResourcePolicyCommand)
25
- .de(Aws_json1_1_1.de_GetResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportSourceCredentialsCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ImportSourceCredentialsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("CodeBuild_20161006", "ImportSourceCredentials", {})
23
- .n("CodeBuildClient", "ImportSourceCredentialsCommand")
24
- .f(models_0_1.ImportSourceCredentialsInputFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_ImportSourceCredentialsCommand)
26
- .de(Aws_json1_1_1.de_ImportSourceCredentialsCommand)
27
- .build() {
28
- }
29
- exports.ImportSourceCredentialsCommand = ImportSourceCredentialsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InvalidateProjectCacheCommand = 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 InvalidateProjectCacheCommand 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", "InvalidateProjectCache", {})
22
- .n("CodeBuildClient", "InvalidateProjectCacheCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_InvalidateProjectCacheCommand)
25
- .de(Aws_json1_1_1.de_InvalidateProjectCacheCommand)
26
- .build() {
27
- }
28
- exports.InvalidateProjectCacheCommand = InvalidateProjectCacheCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBuildBatchesCommand = 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 ListBuildBatchesCommand 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", "ListBuildBatches", {})
22
- .n("CodeBuildClient", "ListBuildBatchesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListBuildBatchesCommand)
25
- .de(Aws_json1_1_1.de_ListBuildBatchesCommand)
26
- .build() {
27
- }
28
- exports.ListBuildBatchesCommand = ListBuildBatchesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBuildBatchesForProjectCommand = 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 ListBuildBatchesForProjectCommand 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", "ListBuildBatchesForProject", {})
22
- .n("CodeBuildClient", "ListBuildBatchesForProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListBuildBatchesForProjectCommand)
25
- .de(Aws_json1_1_1.de_ListBuildBatchesForProjectCommand)
26
- .build() {
27
- }
28
- exports.ListBuildBatchesForProjectCommand = ListBuildBatchesForProjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBuildsCommand = 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 ListBuildsCommand 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", "ListBuilds", {})
22
- .n("CodeBuildClient", "ListBuildsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListBuildsCommand)
25
- .de(Aws_json1_1_1.de_ListBuildsCommand)
26
- .build() {
27
- }
28
- exports.ListBuildsCommand = ListBuildsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBuildsForProjectCommand = 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 ListBuildsForProjectCommand 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", "ListBuildsForProject", {})
22
- .n("CodeBuildClient", "ListBuildsForProjectCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListBuildsForProjectCommand)
25
- .de(Aws_json1_1_1.de_ListBuildsForProjectCommand)
26
- .build() {
27
- }
28
- exports.ListBuildsForProjectCommand = ListBuildsForProjectCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCuratedEnvironmentImagesCommand = 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 ListCuratedEnvironmentImagesCommand 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", "ListCuratedEnvironmentImages", {})
22
- .n("CodeBuildClient", "ListCuratedEnvironmentImagesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCuratedEnvironmentImagesCommand)
25
- .de(Aws_json1_1_1.de_ListCuratedEnvironmentImagesCommand)
26
- .build() {
27
- }
28
- exports.ListCuratedEnvironmentImagesCommand = ListCuratedEnvironmentImagesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProjectsCommand = 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 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("CodeBuild_20161006", "ListProjects", {})
22
- .n("CodeBuildClient", "ListProjectsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListProjectsCommand)
25
- .de(Aws_json1_1_1.de_ListProjectsCommand)
26
- .build() {
27
- }
28
- exports.ListProjectsCommand = ListProjectsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListReportGroupsCommand = 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 ListReportGroupsCommand 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", "ListReportGroups", {})
22
- .n("CodeBuildClient", "ListReportGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListReportGroupsCommand)
25
- .de(Aws_json1_1_1.de_ListReportGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListReportGroupsCommand = ListReportGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListReportsCommand = 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 ListReportsCommand 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", "ListReports", {})
22
- .n("CodeBuildClient", "ListReportsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListReportsCommand)
25
- .de(Aws_json1_1_1.de_ListReportsCommand)
26
- .build() {
27
- }
28
- exports.ListReportsCommand = ListReportsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListReportsForReportGroupCommand = 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 ListReportsForReportGroupCommand 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", "ListReportsForReportGroup", {})
22
- .n("CodeBuildClient", "ListReportsForReportGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListReportsForReportGroupCommand)
25
- .de(Aws_json1_1_1.de_ListReportsForReportGroupCommand)
26
- .build() {
27
- }
28
- exports.ListReportsForReportGroupCommand = ListReportsForReportGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSharedProjectsCommand = 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 ListSharedProjectsCommand 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", "ListSharedProjects", {})
22
- .n("CodeBuildClient", "ListSharedProjectsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListSharedProjectsCommand)
25
- .de(Aws_json1_1_1.de_ListSharedProjectsCommand)
26
- .build() {
27
- }
28
- exports.ListSharedProjectsCommand = ListSharedProjectsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSharedReportGroupsCommand = 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 ListSharedReportGroupsCommand 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", "ListSharedReportGroups", {})
22
- .n("CodeBuildClient", "ListSharedReportGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListSharedReportGroupsCommand)
25
- .de(Aws_json1_1_1.de_ListSharedReportGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListSharedReportGroupsCommand = ListSharedReportGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSourceCredentialsCommand = 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 ListSourceCredentialsCommand 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", "ListSourceCredentials", {})
22
- .n("CodeBuildClient", "ListSourceCredentialsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListSourceCredentialsCommand)
25
- .de(Aws_json1_1_1.de_ListSourceCredentialsCommand)
26
- .build() {
27
- }
28
- exports.ListSourceCredentialsCommand = ListSourceCredentialsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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");