@aws-sdk/client-codebuild 3.36.0 → 3.39.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 (133) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/CodeBuild.js +0 -13
  3. package/dist-cjs/CodeBuildClient.js +0 -18
  4. package/dist-cjs/commands/BatchDeleteBuildsCommand.js +0 -24
  5. package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +0 -24
  6. package/dist-cjs/commands/BatchGetBuildsCommand.js +0 -24
  7. package/dist-cjs/commands/BatchGetProjectsCommand.js +0 -24
  8. package/dist-cjs/commands/BatchGetReportGroupsCommand.js +0 -26
  9. package/dist-cjs/commands/BatchGetReportsCommand.js +0 -26
  10. package/dist-cjs/commands/CreateProjectCommand.js +0 -24
  11. package/dist-cjs/commands/CreateReportGroupCommand.js +0 -26
  12. package/dist-cjs/commands/CreateWebhookCommand.js +0 -34
  13. package/dist-cjs/commands/DeleteBuildBatchCommand.js +0 -24
  14. package/dist-cjs/commands/DeleteProjectCommand.js +0 -25
  15. package/dist-cjs/commands/DeleteReportCommand.js +0 -26
  16. package/dist-cjs/commands/DeleteReportGroupCommand.js +0 -24
  17. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +0 -24
  18. package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +0 -24
  19. package/dist-cjs/commands/DeleteWebhookCommand.js +0 -26
  20. package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +0 -24
  21. package/dist-cjs/commands/DescribeTestCasesCommand.js +0 -26
  22. package/dist-cjs/commands/GetReportGroupTrendCommand.js +0 -24
  23. package/dist-cjs/commands/GetResourcePolicyCommand.js +0 -24
  24. package/dist-cjs/commands/ImportSourceCredentialsCommand.js +0 -25
  25. package/dist-cjs/commands/InvalidateProjectCacheCommand.js +0 -24
  26. package/dist-cjs/commands/ListBuildBatchesCommand.js +0 -24
  27. package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +0 -24
  28. package/dist-cjs/commands/ListBuildsCommand.js +0 -24
  29. package/dist-cjs/commands/ListBuildsForProjectCommand.js +0 -25
  30. package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +0 -24
  31. package/dist-cjs/commands/ListProjectsCommand.js +0 -25
  32. package/dist-cjs/commands/ListReportGroupsCommand.js +0 -26
  33. package/dist-cjs/commands/ListReportsCommand.js +0 -26
  34. package/dist-cjs/commands/ListReportsForReportGroupCommand.js +0 -26
  35. package/dist-cjs/commands/ListSharedProjectsCommand.js +0 -24
  36. package/dist-cjs/commands/ListSharedReportGroupsCommand.js +0 -25
  37. package/dist-cjs/commands/ListSourceCredentialsCommand.js +0 -24
  38. package/dist-cjs/commands/PutResourcePolicyCommand.js +0 -25
  39. package/dist-cjs/commands/RetryBuildBatchCommand.js +0 -24
  40. package/dist-cjs/commands/RetryBuildCommand.js +0 -24
  41. package/dist-cjs/commands/StartBuildBatchCommand.js +0 -24
  42. package/dist-cjs/commands/StartBuildCommand.js +0 -24
  43. package/dist-cjs/commands/StopBuildBatchCommand.js +0 -24
  44. package/dist-cjs/commands/StopBuildCommand.js +0 -24
  45. package/dist-cjs/commands/UpdateProjectCommand.js +0 -24
  46. package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +0 -61
  47. package/dist-cjs/commands/UpdateReportGroupCommand.js +0 -26
  48. package/dist-cjs/commands/UpdateWebhookCommand.js +0 -28
  49. package/dist-cjs/commands/index.js +48 -0
  50. package/dist-cjs/endpoints.js +6 -1
  51. package/dist-cjs/index.js +4 -60
  52. package/dist-cjs/models/models_0.js +0 -444
  53. package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +0 -10
  54. package/dist-cjs/pagination/DescribeTestCasesPaginator.js +0 -10
  55. package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +0 -10
  56. package/dist-cjs/pagination/ListBuildBatchesPaginator.js +0 -10
  57. package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +0 -10
  58. package/dist-cjs/pagination/ListBuildsPaginator.js +0 -10
  59. package/dist-cjs/pagination/ListProjectsPaginator.js +0 -10
  60. package/dist-cjs/pagination/ListReportGroupsPaginator.js +0 -10
  61. package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +0 -10
  62. package/dist-cjs/pagination/ListReportsPaginator.js +0 -10
  63. package/dist-cjs/pagination/ListSharedProjectsPaginator.js +0 -10
  64. package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +0 -10
  65. package/dist-cjs/pagination/index.js +16 -0
  66. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  67. package/dist-cjs/runtimeConfig.browser.js +1 -5
  68. package/dist-cjs/runtimeConfig.js +1 -5
  69. package/dist-cjs/runtimeConfig.native.js +0 -3
  70. package/dist-cjs/runtimeConfig.shared.js +0 -3
  71. package/dist-es/commands/index.js +45 -0
  72. package/dist-es/endpoints.js +6 -1
  73. package/dist-es/index.js +4 -60
  74. package/dist-es/pagination/index.js +13 -0
  75. package/dist-types/commands/index.d.ts +45 -0
  76. package/dist-types/index.d.ts +4 -60
  77. package/dist-types/pagination/index.d.ts +13 -0
  78. package/dist-types/ts3.4/CodeBuild.d.ts +46 -225
  79. package/dist-types/ts3.4/CodeBuildClient.d.ts +24 -99
  80. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +2 -20
  81. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +2 -20
  82. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +2 -22
  85. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +2 -22
  86. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -20
  87. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +2 -22
  88. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +2 -30
  89. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +2 -20
  90. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -21
  91. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +2 -22
  92. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +2 -20
  93. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -20
  94. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +2 -20
  95. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +2 -22
  96. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +2 -22
  98. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +2 -20
  99. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -20
  100. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +2 -21
  101. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +2 -20
  102. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +2 -20
  103. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +2 -20
  104. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -20
  105. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +2 -21
  106. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -20
  107. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -21
  108. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +2 -22
  109. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +2 -22
  110. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +2 -22
  111. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +2 -21
  113. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -21
  115. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +2 -20
  116. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +2 -20
  117. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +2 -20
  119. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +2 -20
  120. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +2 -20
  121. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +2 -57
  123. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +2 -22
  124. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +2 -24
  125. package/dist-types/ts3.4/commands/index.d.ts +45 -0
  126. package/dist-types/ts3.4/index.d.ts +4 -60
  127. package/dist-types/ts3.4/models/models_0.d.ts +768 -4566
  128. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  129. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  130. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  131. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  132. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  133. package/package.json +32 -32
@@ -0,0 +1,45 @@
1
+ export * from "./BatchDeleteBuildsCommand";
2
+ export * from "./BatchGetBuildBatchesCommand";
3
+ export * from "./BatchGetBuildsCommand";
4
+ export * from "./BatchGetProjectsCommand";
5
+ export * from "./BatchGetReportGroupsCommand";
6
+ export * from "./BatchGetReportsCommand";
7
+ export * from "./CreateProjectCommand";
8
+ export * from "./CreateReportGroupCommand";
9
+ export * from "./CreateWebhookCommand";
10
+ export * from "./DeleteBuildBatchCommand";
11
+ export * from "./DeleteProjectCommand";
12
+ export * from "./DeleteReportCommand";
13
+ export * from "./DeleteReportGroupCommand";
14
+ export * from "./DeleteResourcePolicyCommand";
15
+ export * from "./DeleteSourceCredentialsCommand";
16
+ export * from "./DeleteWebhookCommand";
17
+ export * from "./DescribeCodeCoveragesCommand";
18
+ export * from "./DescribeTestCasesCommand";
19
+ export * from "./GetReportGroupTrendCommand";
20
+ export * from "./GetResourcePolicyCommand";
21
+ export * from "./ImportSourceCredentialsCommand";
22
+ export * from "./InvalidateProjectCacheCommand";
23
+ export * from "./ListBuildBatchesCommand";
24
+ export * from "./ListBuildBatchesForProjectCommand";
25
+ export * from "./ListBuildsCommand";
26
+ export * from "./ListBuildsForProjectCommand";
27
+ export * from "./ListCuratedEnvironmentImagesCommand";
28
+ export * from "./ListProjectsCommand";
29
+ export * from "./ListReportGroupsCommand";
30
+ export * from "./ListReportsCommand";
31
+ export * from "./ListReportsForReportGroupCommand";
32
+ export * from "./ListSharedProjectsCommand";
33
+ export * from "./ListSharedReportGroupsCommand";
34
+ export * from "./ListSourceCredentialsCommand";
35
+ export * from "./PutResourcePolicyCommand";
36
+ export * from "./RetryBuildBatchCommand";
37
+ export * from "./RetryBuildCommand";
38
+ export * from "./StartBuildBatchCommand";
39
+ export * from "./StartBuildCommand";
40
+ export * from "./StopBuildBatchCommand";
41
+ export * from "./StopBuildCommand";
42
+ export * from "./UpdateProjectCommand";
43
+ export * from "./UpdateProjectVisibilityCommand";
44
+ export * from "./UpdateReportGroupCommand";
45
+ export * from "./UpdateWebhookCommand";
@@ -1,61 +1,5 @@
1
- export * from "./CodeBuildClient";
2
1
  export * from "./CodeBuild";
3
- export * from "./commands/BatchDeleteBuildsCommand";
4
- export * from "./commands/BatchGetBuildBatchesCommand";
5
- export * from "./commands/BatchGetBuildsCommand";
6
- export * from "./commands/BatchGetProjectsCommand";
7
- export * from "./commands/BatchGetReportGroupsCommand";
8
- export * from "./commands/BatchGetReportsCommand";
9
- export * from "./commands/CreateProjectCommand";
10
- export * from "./commands/CreateReportGroupCommand";
11
- export * from "./commands/CreateWebhookCommand";
12
- export * from "./commands/DeleteBuildBatchCommand";
13
- export * from "./commands/DeleteProjectCommand";
14
- export * from "./commands/DeleteReportCommand";
15
- export * from "./commands/DeleteReportGroupCommand";
16
- export * from "./commands/DeleteResourcePolicyCommand";
17
- export * from "./commands/DeleteSourceCredentialsCommand";
18
- export * from "./commands/DeleteWebhookCommand";
19
- export * from "./commands/DescribeCodeCoveragesCommand";
20
- export * from "./pagination/DescribeCodeCoveragesPaginator";
21
- export * from "./commands/DescribeTestCasesCommand";
22
- export * from "./pagination/DescribeTestCasesPaginator";
23
- export * from "./commands/GetReportGroupTrendCommand";
24
- export * from "./commands/GetResourcePolicyCommand";
25
- export * from "./commands/ImportSourceCredentialsCommand";
26
- export * from "./commands/InvalidateProjectCacheCommand";
27
- export * from "./commands/ListBuildBatchesCommand";
28
- export * from "./pagination/ListBuildBatchesPaginator";
29
- export * from "./commands/ListBuildBatchesForProjectCommand";
30
- export * from "./pagination/ListBuildBatchesForProjectPaginator";
31
- export * from "./commands/ListBuildsCommand";
32
- export * from "./pagination/ListBuildsPaginator";
33
- export * from "./commands/ListBuildsForProjectCommand";
34
- export * from "./pagination/ListBuildsForProjectPaginator";
35
- export * from "./commands/ListCuratedEnvironmentImagesCommand";
36
- export * from "./commands/ListProjectsCommand";
37
- export * from "./pagination/ListProjectsPaginator";
38
- export * from "./commands/ListReportGroupsCommand";
39
- export * from "./pagination/ListReportGroupsPaginator";
40
- export * from "./commands/ListReportsCommand";
41
- export * from "./pagination/ListReportsPaginator";
42
- export * from "./commands/ListReportsForReportGroupCommand";
43
- export * from "./pagination/ListReportsForReportGroupPaginator";
44
- export * from "./commands/ListSharedProjectsCommand";
45
- export * from "./pagination/ListSharedProjectsPaginator";
46
- export * from "./commands/ListSharedReportGroupsCommand";
47
- export * from "./pagination/ListSharedReportGroupsPaginator";
48
- export * from "./commands/ListSourceCredentialsCommand";
49
- export * from "./commands/PutResourcePolicyCommand";
50
- export * from "./commands/RetryBuildCommand";
51
- export * from "./commands/RetryBuildBatchCommand";
52
- export * from "./commands/StartBuildCommand";
53
- export * from "./commands/StartBuildBatchCommand";
54
- export * from "./commands/StopBuildCommand";
55
- export * from "./commands/StopBuildBatchCommand";
56
- export * from "./commands/UpdateProjectCommand";
57
- export * from "./commands/UpdateProjectVisibilityCommand";
58
- export * from "./commands/UpdateReportGroupCommand";
59
- export * from "./commands/UpdateWebhookCommand";
60
- export * from "./pagination/Interfaces";
61
- export * from "./models/index";
2
+ export * from "./CodeBuildClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,13 @@
1
+ export * from "./DescribeCodeCoveragesPaginator";
2
+ export * from "./DescribeTestCasesPaginator";
3
+ export * from "./Interfaces";
4
+ export * from "./ListBuildBatchesForProjectPaginator";
5
+ export * from "./ListBuildBatchesPaginator";
6
+ export * from "./ListBuildsForProjectPaginator";
7
+ export * from "./ListBuildsPaginator";
8
+ export * from "./ListProjectsPaginator";
9
+ export * from "./ListReportGroupsPaginator";
10
+ export * from "./ListReportsForReportGroupPaginator";
11
+ export * from "./ListReportsPaginator";
12
+ export * from "./ListSharedProjectsPaginator";
13
+ export * from "./ListSharedReportGroupsPaginator";
@@ -45,364 +45,185 @@ import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./command
45
45
  import { UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput } from "./commands/UpdateProjectVisibilityCommand";
46
46
  import { UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput } from "./commands/UpdateReportGroupCommand";
47
47
  import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./commands/UpdateWebhookCommand";
48
- /**
49
- * <fullname>CodeBuild</fullname>
50
- * <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code,
51
- * runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the
52
- * need to provision, manage, and scale your own build servers. It provides prepackaged
53
- * build environments for the most popular programming languages and build tools, such as
54
- * Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild
55
- * to use your own build tools. CodeBuild scales automatically to meet peak build requests. You
56
- * pay only for the build time you consume. For more information about CodeBuild, see the <i>
57
- * <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild User
58
- * Guide</a>.</i>
59
- * </p>
60
- */
48
+
61
49
  export declare class CodeBuild extends CodeBuildClient {
62
- /**
63
- * <p>Deletes one or more builds.</p>
64
- */
50
+
65
51
  batchDeleteBuilds(args: BatchDeleteBuildsCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteBuildsCommandOutput>;
66
52
  batchDeleteBuilds(args: BatchDeleteBuildsCommandInput, cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void): void;
67
53
  batchDeleteBuilds(args: BatchDeleteBuildsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteBuildsCommandOutput) => void): void;
68
- /**
69
- * <p>Retrieves information about one or more batch builds.</p>
70
- */
54
+
71
55
  batchGetBuildBatches(args: BatchGetBuildBatchesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetBuildBatchesCommandOutput>;
72
56
  batchGetBuildBatches(args: BatchGetBuildBatchesCommandInput, cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void): void;
73
57
  batchGetBuildBatches(args: BatchGetBuildBatchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetBuildBatchesCommandOutput) => void): void;
74
- /**
75
- * <p>Gets information about one or more builds.</p>
76
- */
58
+
77
59
  batchGetBuilds(args: BatchGetBuildsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetBuildsCommandOutput>;
78
60
  batchGetBuilds(args: BatchGetBuildsCommandInput, cb: (err: any, data?: BatchGetBuildsCommandOutput) => void): void;
79
61
  batchGetBuilds(args: BatchGetBuildsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetBuildsCommandOutput) => void): void;
80
- /**
81
- * <p>Gets information about one or more build projects.</p>
82
- */
62
+
83
63
  batchGetProjects(args: BatchGetProjectsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetProjectsCommandOutput>;
84
64
  batchGetProjects(args: BatchGetProjectsCommandInput, cb: (err: any, data?: BatchGetProjectsCommandOutput) => void): void;
85
65
  batchGetProjects(args: BatchGetProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetProjectsCommandOutput) => void): void;
86
- /**
87
- * <p>
88
- * Returns an array of report groups.
89
- * </p>
90
- */
66
+
91
67
  batchGetReportGroups(args: BatchGetReportGroupsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetReportGroupsCommandOutput>;
92
68
  batchGetReportGroups(args: BatchGetReportGroupsCommandInput, cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void): void;
93
69
  batchGetReportGroups(args: BatchGetReportGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetReportGroupsCommandOutput) => void): void;
94
- /**
95
- * <p>
96
- * Returns an array of reports.
97
- * </p>
98
- */
70
+
99
71
  batchGetReports(args: BatchGetReportsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetReportsCommandOutput>;
100
72
  batchGetReports(args: BatchGetReportsCommandInput, cb: (err: any, data?: BatchGetReportsCommandOutput) => void): void;
101
73
  batchGetReports(args: BatchGetReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetReportsCommandOutput) => void): void;
102
- /**
103
- * <p>Creates a build project.</p>
104
- */
74
+
105
75
  createProject(args: CreateProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectCommandOutput>;
106
76
  createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
107
77
  createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
108
- /**
109
- * <p>
110
- * Creates a report group. A report group contains a collection of reports.
111
- * </p>
112
- */
78
+
113
79
  createReportGroup(args: CreateReportGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateReportGroupCommandOutput>;
114
80
  createReportGroup(args: CreateReportGroupCommandInput, cb: (err: any, data?: CreateReportGroupCommandOutput) => void): void;
115
81
  createReportGroup(args: CreateReportGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReportGroupCommandOutput) => void): void;
116
- /**
117
- * <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
118
- * Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a
119
- * code change is pushed to the repository.</p>
120
- * <important>
121
- * <p>If you enable webhooks for an CodeBuild project, and the project is used as a build
122
- * step in CodePipeline, then two identical builds are created for each commit. One build is
123
- * triggered through webhooks, and one through CodePipeline. Because billing is on a per-build
124
- * basis, you are billed for both builds. Therefore, if you are using CodePipeline, we
125
- * recommend that you disable webhooks in CodeBuild. In the CodeBuild console, clear the
126
- * Webhook box. For more information, see step 5 in <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/change-project.html#change-project-console">Change a Build Project's Settings</a>.</p>
127
- * </important>
128
- */
82
+
129
83
  createWebhook(args: CreateWebhookCommandInput, options?: __HttpHandlerOptions): Promise<CreateWebhookCommandOutput>;
130
84
  createWebhook(args: CreateWebhookCommandInput, cb: (err: any, data?: CreateWebhookCommandOutput) => void): void;
131
85
  createWebhook(args: CreateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWebhookCommandOutput) => void): void;
132
- /**
133
- * <p>Deletes a batch build.</p>
134
- */
86
+
135
87
  deleteBuildBatch(args: DeleteBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBuildBatchCommandOutput>;
136
88
  deleteBuildBatch(args: DeleteBuildBatchCommandInput, cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void): void;
137
89
  deleteBuildBatch(args: DeleteBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBuildBatchCommandOutput) => void): void;
138
- /**
139
- * <p> Deletes a build project. When you delete a project, its builds are not deleted.
140
- * </p>
141
- */
90
+
142
91
  deleteProject(args: DeleteProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectCommandOutput>;
143
92
  deleteProject(args: DeleteProjectCommandInput, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
144
93
  deleteProject(args: DeleteProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
145
- /**
146
- * <p>
147
- * Deletes a report.
148
- * </p>
149
- */
94
+
150
95
  deleteReport(args: DeleteReportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportCommandOutput>;
151
96
  deleteReport(args: DeleteReportCommandInput, cb: (err: any, data?: DeleteReportCommandOutput) => void): void;
152
97
  deleteReport(args: DeleteReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportCommandOutput) => void): void;
153
- /**
154
- * <p>Deletes a report group. Before you delete a report group, you must delete its reports. </p>
155
- */
98
+
156
99
  deleteReportGroup(args: DeleteReportGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportGroupCommandOutput>;
157
100
  deleteReportGroup(args: DeleteReportGroupCommandInput, cb: (err: any, data?: DeleteReportGroupCommandOutput) => void): void;
158
101
  deleteReportGroup(args: DeleteReportGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportGroupCommandOutput) => void): void;
159
- /**
160
- * <p> Deletes a resource policy that is identified by its resource ARN. </p>
161
- */
102
+
162
103
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
163
104
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
164
105
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
165
- /**
166
- * <p> Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials. </p>
167
- */
106
+
168
107
  deleteSourceCredentials(args: DeleteSourceCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSourceCredentialsCommandOutput>;
169
108
  deleteSourceCredentials(args: DeleteSourceCredentialsCommandInput, cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void): void;
170
109
  deleteSourceCredentials(args: DeleteSourceCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSourceCredentialsCommandOutput) => void): void;
171
- /**
172
- * <p>For an existing CodeBuild build project that has its source code stored in a GitHub or
173
- * Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code
174
- * change is pushed to the repository.</p>
175
- */
110
+
176
111
  deleteWebhook(args: DeleteWebhookCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebhookCommandOutput>;
177
112
  deleteWebhook(args: DeleteWebhookCommandInput, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
178
113
  deleteWebhook(args: DeleteWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
179
- /**
180
- * <p>Retrieves one or more code coverage reports.</p>
181
- */
114
+
182
115
  describeCodeCoverages(args: DescribeCodeCoveragesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCodeCoveragesCommandOutput>;
183
116
  describeCodeCoverages(args: DescribeCodeCoveragesCommandInput, cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void): void;
184
117
  describeCodeCoverages(args: DescribeCodeCoveragesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCodeCoveragesCommandOutput) => void): void;
185
- /**
186
- * <p>
187
- * Returns a list of details about test cases for a report.
188
- * </p>
189
- */
118
+
190
119
  describeTestCases(args: DescribeTestCasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTestCasesCommandOutput>;
191
120
  describeTestCases(args: DescribeTestCasesCommandInput, cb: (err: any, data?: DescribeTestCasesCommandOutput) => void): void;
192
121
  describeTestCases(args: DescribeTestCasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTestCasesCommandOutput) => void): void;
193
- /**
194
- * <p>Analyzes and accumulates test report values for the specified test reports.</p>
195
- */
122
+
196
123
  getReportGroupTrend(args: GetReportGroupTrendCommandInput, options?: __HttpHandlerOptions): Promise<GetReportGroupTrendCommandOutput>;
197
124
  getReportGroupTrend(args: GetReportGroupTrendCommandInput, cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void): void;
198
125
  getReportGroupTrend(args: GetReportGroupTrendCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReportGroupTrendCommandOutput) => void): void;
199
- /**
200
- * <p> Gets a resource policy that is identified by its resource ARN. </p>
201
- */
126
+
202
127
  getResourcePolicy(args: GetResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcePolicyCommandOutput>;
203
128
  getResourcePolicy(args: GetResourcePolicyCommandInput, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
204
129
  getResourcePolicy(args: GetResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcePolicyCommandOutput) => void): void;
205
- /**
206
- * <p> Imports the source repository credentials for an CodeBuild project that has its
207
- * source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. </p>
208
- */
130
+
209
131
  importSourceCredentials(args: ImportSourceCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ImportSourceCredentialsCommandOutput>;
210
132
  importSourceCredentials(args: ImportSourceCredentialsCommandInput, cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void): void;
211
133
  importSourceCredentials(args: ImportSourceCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSourceCredentialsCommandOutput) => void): void;
212
- /**
213
- * <p>Resets the cache for a project.</p>
214
- */
134
+
215
135
  invalidateProjectCache(args: InvalidateProjectCacheCommandInput, options?: __HttpHandlerOptions): Promise<InvalidateProjectCacheCommandOutput>;
216
136
  invalidateProjectCache(args: InvalidateProjectCacheCommandInput, cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void): void;
217
137
  invalidateProjectCache(args: InvalidateProjectCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InvalidateProjectCacheCommandOutput) => void): void;
218
- /**
219
- * <p>Retrieves the identifiers of your build batches in the current region.</p>
220
- */
138
+
221
139
  listBuildBatches(args: ListBuildBatchesCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildBatchesCommandOutput>;
222
140
  listBuildBatches(args: ListBuildBatchesCommandInput, cb: (err: any, data?: ListBuildBatchesCommandOutput) => void): void;
223
141
  listBuildBatches(args: ListBuildBatchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildBatchesCommandOutput) => void): void;
224
- /**
225
- * <p>Retrieves the identifiers of the build batches for a specific project.</p>
226
- */
142
+
227
143
  listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildBatchesForProjectCommandOutput>;
228
144
  listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void): void;
229
145
  listBuildBatchesForProject(args: ListBuildBatchesForProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildBatchesForProjectCommandOutput) => void): void;
230
- /**
231
- * <p>Gets a list of build IDs, with each build ID representing a single build.</p>
232
- */
146
+
233
147
  listBuilds(args: ListBuildsCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildsCommandOutput>;
234
148
  listBuilds(args: ListBuildsCommandInput, cb: (err: any, data?: ListBuildsCommandOutput) => void): void;
235
149
  listBuilds(args: ListBuildsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildsCommandOutput) => void): void;
236
- /**
237
- * <p>Gets a list of build identifiers for the specified build project, with each build
238
- * identifier representing a single build.</p>
239
- */
150
+
240
151
  listBuildsForProject(args: ListBuildsForProjectCommandInput, options?: __HttpHandlerOptions): Promise<ListBuildsForProjectCommandOutput>;
241
152
  listBuildsForProject(args: ListBuildsForProjectCommandInput, cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void): void;
242
153
  listBuildsForProject(args: ListBuildsForProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBuildsForProjectCommandOutput) => void): void;
243
- /**
244
- * <p>Gets information about Docker images that are managed by CodeBuild.</p>
245
- */
154
+
246
155
  listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, options?: __HttpHandlerOptions): Promise<ListCuratedEnvironmentImagesCommandOutput>;
247
156
  listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void): void;
248
157
  listCuratedEnvironmentImages(args: ListCuratedEnvironmentImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCuratedEnvironmentImagesCommandOutput) => void): void;
249
- /**
250
- * <p>Gets a list of build project names, with each build project name representing a single
251
- * build project.</p>
252
- */
158
+
253
159
  listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
254
160
  listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
255
161
  listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
256
- /**
257
- * <p>
258
- * Gets a list ARNs for the report groups in the current Amazon Web Services account.
259
- * </p>
260
- */
162
+
261
163
  listReportGroups(args: ListReportGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportGroupsCommandOutput>;
262
164
  listReportGroups(args: ListReportGroupsCommandInput, cb: (err: any, data?: ListReportGroupsCommandOutput) => void): void;
263
165
  listReportGroups(args: ListReportGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportGroupsCommandOutput) => void): void;
264
- /**
265
- * <p>
266
- * Returns a list of ARNs for the reports in the current Amazon Web Services account.
267
- * </p>
268
- */
166
+
269
167
  listReports(args: ListReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportsCommandOutput>;
270
168
  listReports(args: ListReportsCommandInput, cb: (err: any, data?: ListReportsCommandOutput) => void): void;
271
169
  listReports(args: ListReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportsCommandOutput) => void): void;
272
- /**
273
- * <p>
274
- * Returns a list of ARNs for the reports that belong to a <code>ReportGroup</code>.
275
- * </p>
276
- */
170
+
277
171
  listReportsForReportGroup(args: ListReportsForReportGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListReportsForReportGroupCommandOutput>;
278
172
  listReportsForReportGroup(args: ListReportsForReportGroupCommandInput, cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void): void;
279
173
  listReportsForReportGroup(args: ListReportsForReportGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportsForReportGroupCommandOutput) => void): void;
280
- /**
281
- * <p> Gets a list of projects that are shared with other Amazon Web Services accounts or users. </p>
282
- */
174
+
283
175
  listSharedProjects(args: ListSharedProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListSharedProjectsCommandOutput>;
284
176
  listSharedProjects(args: ListSharedProjectsCommandInput, cb: (err: any, data?: ListSharedProjectsCommandOutput) => void): void;
285
177
  listSharedProjects(args: ListSharedProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSharedProjectsCommandOutput) => void): void;
286
- /**
287
- * <p> Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
288
- * </p>
289
- */
178
+
290
179
  listSharedReportGroups(args: ListSharedReportGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListSharedReportGroupsCommandOutput>;
291
180
  listSharedReportGroups(args: ListSharedReportGroupsCommandInput, cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void): void;
292
181
  listSharedReportGroups(args: ListSharedReportGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSharedReportGroupsCommandOutput) => void): void;
293
- /**
294
- * <p> Returns a list of <code>SourceCredentialsInfo</code> objects. </p>
295
- */
182
+
296
183
  listSourceCredentials(args: ListSourceCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListSourceCredentialsCommandOutput>;
297
184
  listSourceCredentials(args: ListSourceCredentialsCommandInput, cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void): void;
298
185
  listSourceCredentials(args: ListSourceCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSourceCredentialsCommandOutput) => void): void;
299
- /**
300
- * <p> Stores a resource policy for the ARN of a <code>Project</code> or
301
- * <code>ReportGroup</code> object. </p>
302
- */
186
+
303
187
  putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
304
188
  putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
305
189
  putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
306
- /**
307
- * <p>Restarts a build.</p>
308
- */
190
+
309
191
  retryBuild(args: RetryBuildCommandInput, options?: __HttpHandlerOptions): Promise<RetryBuildCommandOutput>;
310
192
  retryBuild(args: RetryBuildCommandInput, cb: (err: any, data?: RetryBuildCommandOutput) => void): void;
311
193
  retryBuild(args: RetryBuildCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryBuildCommandOutput) => void): void;
312
- /**
313
- * <p>Restarts a failed batch build. Only batch builds that have failed can be retried.</p>
314
- */
194
+
315
195
  retryBuildBatch(args: RetryBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<RetryBuildBatchCommandOutput>;
316
196
  retryBuildBatch(args: RetryBuildBatchCommandInput, cb: (err: any, data?: RetryBuildBatchCommandOutput) => void): void;
317
197
  retryBuildBatch(args: RetryBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryBuildBatchCommandOutput) => void): void;
318
- /**
319
- * <p>Starts running a build.</p>
320
- */
198
+
321
199
  startBuild(args: StartBuildCommandInput, options?: __HttpHandlerOptions): Promise<StartBuildCommandOutput>;
322
200
  startBuild(args: StartBuildCommandInput, cb: (err: any, data?: StartBuildCommandOutput) => void): void;
323
201
  startBuild(args: StartBuildCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBuildCommandOutput) => void): void;
324
- /**
325
- * <p>Starts a batch build for a project.</p>
326
- */
202
+
327
203
  startBuildBatch(args: StartBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<StartBuildBatchCommandOutput>;
328
204
  startBuildBatch(args: StartBuildBatchCommandInput, cb: (err: any, data?: StartBuildBatchCommandOutput) => void): void;
329
205
  startBuildBatch(args: StartBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBuildBatchCommandOutput) => void): void;
330
- /**
331
- * <p>Attempts to stop running a build.</p>
332
- */
206
+
333
207
  stopBuild(args: StopBuildCommandInput, options?: __HttpHandlerOptions): Promise<StopBuildCommandOutput>;
334
208
  stopBuild(args: StopBuildCommandInput, cb: (err: any, data?: StopBuildCommandOutput) => void): void;
335
209
  stopBuild(args: StopBuildCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBuildCommandOutput) => void): void;
336
- /**
337
- * <p>Stops a running batch build.</p>
338
- */
210
+
339
211
  stopBuildBatch(args: StopBuildBatchCommandInput, options?: __HttpHandlerOptions): Promise<StopBuildBatchCommandOutput>;
340
212
  stopBuildBatch(args: StopBuildBatchCommandInput, cb: (err: any, data?: StopBuildBatchCommandOutput) => void): void;
341
213
  stopBuildBatch(args: StopBuildBatchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBuildBatchCommandOutput) => void): void;
342
- /**
343
- * <p>Changes the settings of a build project.</p>
344
- */
214
+
345
215
  updateProject(args: UpdateProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectCommandOutput>;
346
216
  updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
347
217
  updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
348
- /**
349
- * <p>Changes the public visibility for a project. The project's build results, logs, and
350
- * artifacts are available to the general public. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/public-builds.html">Public build
351
- * projects</a> in the <i>CodeBuild User Guide</i>.</p>
352
- * <important>
353
- * <p>The following should be kept in mind when making your projects public:</p>
354
- * <ul>
355
- * <li>
356
- * <p>All of a project's build results, logs, and artifacts, including builds that were run
357
- * when the project was private, are available to the general public.</p>
358
- * </li>
359
- * <li>
360
- * <p>All build logs and artifacts are available to the public. Environment variables, source
361
- * code, and other sensitive information may have been output to the build logs and artifacts.
362
- * You must be careful about what information is output to the build logs. Some best practice
363
- * are:</p>
364
- * <ul>
365
- * <li>
366
- * <p>Do not store sensitive values, especially Amazon Web Services access key IDs and secret access
367
- * keys, in environment variables. We recommend that you use an Amazon EC2 Systems Manager Parameter Store
368
- * or Secrets Manager to store sensitive values.</p>
369
- * </li>
370
- * <li>
371
- * <p>Follow <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/webhooks.html#webhook-best-practices">Best
372
- * practices for using webhooks</a> in the <i>CodeBuild User
373
- * Guide</i> to limit which entities can trigger a build, and do
374
- * not store the buildspec in the project itself, to ensure that your webhooks are as
375
- * secure as possible.</p>
376
- * </li>
377
- * </ul>
378
- * </li>
379
- * <li>
380
- * <p>A malicious user can use public builds to distribute malicious artifacts. We recommend
381
- * that you review all pull requests to verify that the pull request is a legitimate change. We
382
- * also recommend that you validate any artifacts with their checksums to make sure that the
383
- * correct artifacts are being downloaded.</p>
384
- * </li>
385
- * </ul>
386
- * </important>
387
- */
218
+
388
219
  updateProjectVisibility(args: UpdateProjectVisibilityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectVisibilityCommandOutput>;
389
220
  updateProjectVisibility(args: UpdateProjectVisibilityCommandInput, cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void): void;
390
221
  updateProjectVisibility(args: UpdateProjectVisibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectVisibilityCommandOutput) => void): void;
391
- /**
392
- * <p>
393
- * Updates a report group.
394
- * </p>
395
- */
222
+
396
223
  updateReportGroup(args: UpdateReportGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReportGroupCommandOutput>;
397
224
  updateReportGroup(args: UpdateReportGroupCommandInput, cb: (err: any, data?: UpdateReportGroupCommandOutput) => void): void;
398
225
  updateReportGroup(args: UpdateReportGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReportGroupCommandOutput) => void): void;
399
- /**
400
- * <p> Updates the webhook associated with an CodeBuild build project. </p>
401
- * <note>
402
- * <p> If you use Bitbucket for your repository, <code>rotateSecret</code> is ignored.
403
- * </p>
404
- * </note>
405
- */
226
+
406
227
  updateWebhook(args: UpdateWebhookCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebhookCommandOutput>;
407
228
  updateWebhook(args: UpdateWebhookCommandInput, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
408
229
  updateWebhook(args: UpdateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;