@aws-sdk/client-codebuild 3.477.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/dist-cjs/commands/BatchDeleteBuildsCommand.js +18 -41
  2. package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +18 -41
  3. package/dist-cjs/commands/BatchGetBuildsCommand.js +18 -41
  4. package/dist-cjs/commands/BatchGetProjectsCommand.js +18 -41
  5. package/dist-cjs/commands/BatchGetReportGroupsCommand.js +18 -41
  6. package/dist-cjs/commands/BatchGetReportsCommand.js +18 -41
  7. package/dist-cjs/commands/CreateProjectCommand.js +18 -41
  8. package/dist-cjs/commands/CreateReportGroupCommand.js +18 -41
  9. package/dist-cjs/commands/CreateWebhookCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteBuildBatchCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteProjectCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteReportCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteReportGroupCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteWebhookCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeTestCasesCommand.js +18 -41
  19. package/dist-cjs/commands/GetReportGroupTrendCommand.js +18 -41
  20. package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
  21. package/dist-cjs/commands/ImportSourceCredentialsCommand.js +18 -41
  22. package/dist-cjs/commands/InvalidateProjectCacheCommand.js +18 -41
  23. package/dist-cjs/commands/ListBuildBatchesCommand.js +18 -41
  24. package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +18 -41
  25. package/dist-cjs/commands/ListBuildsCommand.js +18 -41
  26. package/dist-cjs/commands/ListBuildsForProjectCommand.js +18 -41
  27. package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +18 -41
  28. package/dist-cjs/commands/ListProjectsCommand.js +18 -41
  29. package/dist-cjs/commands/ListReportGroupsCommand.js +18 -41
  30. package/dist-cjs/commands/ListReportsCommand.js +18 -41
  31. package/dist-cjs/commands/ListReportsForReportGroupCommand.js +18 -41
  32. package/dist-cjs/commands/ListSharedProjectsCommand.js +18 -41
  33. package/dist-cjs/commands/ListSharedReportGroupsCommand.js +18 -41
  34. package/dist-cjs/commands/ListSourceCredentialsCommand.js +18 -41
  35. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  36. package/dist-cjs/commands/RetryBuildBatchCommand.js +18 -41
  37. package/dist-cjs/commands/RetryBuildCommand.js +18 -41
  38. package/dist-cjs/commands/StartBuildBatchCommand.js +18 -41
  39. package/dist-cjs/commands/StartBuildCommand.js +18 -41
  40. package/dist-cjs/commands/StopBuildBatchCommand.js +18 -41
  41. package/dist-cjs/commands/StopBuildCommand.js +18 -41
  42. package/dist-cjs/commands/UpdateProjectCommand.js +18 -41
  43. package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +18 -41
  44. package/dist-cjs/commands/UpdateReportGroupCommand.js +18 -41
  45. package/dist-cjs/commands/UpdateWebhookCommand.js +18 -41
  46. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  47. package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +2 -24
  48. package/dist-cjs/pagination/DescribeTestCasesPaginator.js +2 -24
  49. package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +2 -24
  50. package/dist-cjs/pagination/ListBuildBatchesPaginator.js +2 -24
  51. package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +2 -23
  52. package/dist-cjs/pagination/ListBuildsPaginator.js +2 -23
  53. package/dist-cjs/pagination/ListProjectsPaginator.js +2 -23
  54. package/dist-cjs/pagination/ListReportGroupsPaginator.js +2 -24
  55. package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +2 -24
  56. package/dist-cjs/pagination/ListReportsPaginator.js +2 -24
  57. package/dist-cjs/pagination/ListSharedProjectsPaginator.js +2 -24
  58. package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +2 -24
  59. package/dist-es/commands/BatchDeleteBuildsCommand.js +18 -41
  60. package/dist-es/commands/BatchGetBuildBatchesCommand.js +18 -41
  61. package/dist-es/commands/BatchGetBuildsCommand.js +18 -41
  62. package/dist-es/commands/BatchGetProjectsCommand.js +18 -41
  63. package/dist-es/commands/BatchGetReportGroupsCommand.js +18 -41
  64. package/dist-es/commands/BatchGetReportsCommand.js +18 -41
  65. package/dist-es/commands/CreateProjectCommand.js +18 -41
  66. package/dist-es/commands/CreateReportGroupCommand.js +18 -41
  67. package/dist-es/commands/CreateWebhookCommand.js +18 -41
  68. package/dist-es/commands/DeleteBuildBatchCommand.js +18 -41
  69. package/dist-es/commands/DeleteProjectCommand.js +18 -41
  70. package/dist-es/commands/DeleteReportCommand.js +18 -41
  71. package/dist-es/commands/DeleteReportGroupCommand.js +18 -41
  72. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  73. package/dist-es/commands/DeleteSourceCredentialsCommand.js +18 -41
  74. package/dist-es/commands/DeleteWebhookCommand.js +18 -41
  75. package/dist-es/commands/DescribeCodeCoveragesCommand.js +18 -41
  76. package/dist-es/commands/DescribeTestCasesCommand.js +18 -41
  77. package/dist-es/commands/GetReportGroupTrendCommand.js +18 -41
  78. package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
  79. package/dist-es/commands/ImportSourceCredentialsCommand.js +18 -41
  80. package/dist-es/commands/InvalidateProjectCacheCommand.js +18 -41
  81. package/dist-es/commands/ListBuildBatchesCommand.js +18 -41
  82. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +18 -41
  83. package/dist-es/commands/ListBuildsCommand.js +18 -41
  84. package/dist-es/commands/ListBuildsForProjectCommand.js +18 -41
  85. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +18 -41
  86. package/dist-es/commands/ListProjectsCommand.js +18 -41
  87. package/dist-es/commands/ListReportGroupsCommand.js +18 -41
  88. package/dist-es/commands/ListReportsCommand.js +18 -41
  89. package/dist-es/commands/ListReportsForReportGroupCommand.js +18 -41
  90. package/dist-es/commands/ListSharedProjectsCommand.js +18 -41
  91. package/dist-es/commands/ListSharedReportGroupsCommand.js +18 -41
  92. package/dist-es/commands/ListSourceCredentialsCommand.js +18 -41
  93. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  94. package/dist-es/commands/RetryBuildBatchCommand.js +18 -41
  95. package/dist-es/commands/RetryBuildCommand.js +18 -41
  96. package/dist-es/commands/StartBuildBatchCommand.js +18 -41
  97. package/dist-es/commands/StartBuildCommand.js +18 -41
  98. package/dist-es/commands/StopBuildBatchCommand.js +18 -41
  99. package/dist-es/commands/StopBuildCommand.js +18 -41
  100. package/dist-es/commands/UpdateProjectCommand.js +18 -41
  101. package/dist-es/commands/UpdateProjectVisibilityCommand.js +18 -41
  102. package/dist-es/commands/UpdateReportGroupCommand.js +18 -41
  103. package/dist-es/commands/UpdateWebhookCommand.js +18 -41
  104. package/dist-es/endpoint/EndpointParameters.js +6 -0
  105. package/dist-es/pagination/DescribeCodeCoveragesPaginator.js +2 -23
  106. package/dist-es/pagination/DescribeTestCasesPaginator.js +2 -23
  107. package/dist-es/pagination/ListBuildBatchesForProjectPaginator.js +2 -23
  108. package/dist-es/pagination/ListBuildBatchesPaginator.js +2 -23
  109. package/dist-es/pagination/ListBuildsForProjectPaginator.js +2 -22
  110. package/dist-es/pagination/ListBuildsPaginator.js +2 -22
  111. package/dist-es/pagination/ListProjectsPaginator.js +2 -22
  112. package/dist-es/pagination/ListReportGroupsPaginator.js +2 -23
  113. package/dist-es/pagination/ListReportsForReportGroupPaginator.js +2 -23
  114. package/dist-es/pagination/ListReportsPaginator.js +2 -23
  115. package/dist-es/pagination/ListSharedProjectsPaginator.js +2 -23
  116. package/dist-es/pagination/ListSharedReportGroupsPaginator.js +2 -23
  117. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +6 -21
  118. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +6 -21
  119. package/dist-types/commands/BatchGetBuildsCommand.d.ts +6 -21
  120. package/dist-types/commands/BatchGetProjectsCommand.d.ts +6 -21
  121. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +6 -21
  122. package/dist-types/commands/BatchGetReportsCommand.d.ts +6 -21
  123. package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
  124. package/dist-types/commands/CreateReportGroupCommand.d.ts +6 -21
  125. package/dist-types/commands/CreateWebhookCommand.d.ts +6 -21
  126. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +6 -21
  127. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
  128. package/dist-types/commands/DeleteReportCommand.d.ts +6 -21
  129. package/dist-types/commands/DeleteReportGroupCommand.d.ts +6 -21
  130. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  131. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +6 -21
  132. package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -21
  133. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +6 -21
  134. package/dist-types/commands/DescribeTestCasesCommand.d.ts +6 -21
  135. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +6 -21
  136. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  137. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +6 -21
  138. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +6 -21
  139. package/dist-types/commands/ListBuildBatchesCommand.d.ts +6 -21
  140. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +6 -21
  141. package/dist-types/commands/ListBuildsCommand.d.ts +6 -21
  142. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +6 -21
  143. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +6 -21
  144. package/dist-types/commands/ListProjectsCommand.d.ts +6 -21
  145. package/dist-types/commands/ListReportGroupsCommand.d.ts +6 -21
  146. package/dist-types/commands/ListReportsCommand.d.ts +6 -21
  147. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +6 -21
  148. package/dist-types/commands/ListSharedProjectsCommand.d.ts +6 -21
  149. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +6 -21
  150. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +6 -21
  151. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  152. package/dist-types/commands/RetryBuildBatchCommand.d.ts +6 -21
  153. package/dist-types/commands/RetryBuildCommand.d.ts +6 -21
  154. package/dist-types/commands/StartBuildBatchCommand.d.ts +6 -21
  155. package/dist-types/commands/StartBuildCommand.d.ts +6 -21
  156. package/dist-types/commands/StopBuildBatchCommand.d.ts +6 -21
  157. package/dist-types/commands/StopBuildCommand.d.ts +6 -21
  158. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -21
  159. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +6 -21
  160. package/dist-types/commands/UpdateReportGroupCommand.d.ts +6 -21
  161. package/dist-types/commands/UpdateWebhookCommand.d.ts +6 -21
  162. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  163. package/dist-types/pagination/DescribeCodeCoveragesPaginator.d.ts +1 -1
  164. package/dist-types/pagination/DescribeTestCasesPaginator.d.ts +1 -1
  165. package/dist-types/pagination/ListBuildBatchesForProjectPaginator.d.ts +1 -1
  166. package/dist-types/pagination/ListBuildBatchesPaginator.d.ts +1 -1
  167. package/dist-types/pagination/ListBuildsForProjectPaginator.d.ts +1 -1
  168. package/dist-types/pagination/ListBuildsPaginator.d.ts +1 -1
  169. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  170. package/dist-types/pagination/ListReportGroupsPaginator.d.ts +1 -1
  171. package/dist-types/pagination/ListReportsForReportGroupPaginator.d.ts +1 -1
  172. package/dist-types/pagination/ListReportsPaginator.d.ts +1 -1
  173. package/dist-types/pagination/ListSharedProjectsPaginator.d.ts +1 -1
  174. package/dist-types/pagination/ListSharedReportGroupsPaginator.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +14 -23
  185. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +12 -24
  199. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  221. package/dist-types/ts3.4/pagination/DescribeCodeCoveragesPaginator.d.ts +3 -3
  222. package/dist-types/ts3.4/pagination/DescribeTestCasesPaginator.d.ts +3 -3
  223. package/dist-types/ts3.4/pagination/ListBuildBatchesForProjectPaginator.d.ts +3 -3
  224. package/dist-types/ts3.4/pagination/ListBuildBatchesPaginator.d.ts +3 -3
  225. package/dist-types/ts3.4/pagination/ListBuildsForProjectPaginator.d.ts +3 -3
  226. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +3 -3
  227. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +3 -3
  228. package/dist-types/ts3.4/pagination/ListReportGroupsPaginator.d.ts +3 -3
  229. package/dist-types/ts3.4/pagination/ListReportsForReportGroupPaginator.d.ts +3 -3
  230. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +3 -3
  231. package/dist-types/ts3.4/pagination/ListSharedProjectsPaginator.d.ts +3 -3
  232. package/dist-types/ts3.4/pagination/ListSharedReportGroupsPaginator.d.ts +3 -3
  233. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
4
  import { StopBuildInput, StopBuildOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopBuildCommandInput extends StopBuildInput {
21
20
  */
22
21
  export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBearer {
23
22
  }
23
+ declare const StopBuildCommand_base: {
24
+ new (input: StopBuildCommandInput): import("@smithy/smithy-client").CommandImpl<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Attempts to stop running a build.</p>
@@ -238,23 +241,5 @@ export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBeare
238
241
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
239
242
  *
240
243
  */
241
- export declare class StopBuildCommand extends $Command<StopBuildCommandInput, StopBuildCommandOutput, CodeBuildClientResolvedConfig> {
242
- readonly input: StopBuildCommandInput;
243
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
244
- /**
245
- * @public
246
- */
247
- constructor(input: StopBuildCommandInput);
248
- /**
249
- * @internal
250
- */
251
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopBuildCommandInput, StopBuildCommandOutput>;
252
- /**
253
- * @internal
254
- */
255
- private serialize;
256
- /**
257
- * @internal
258
- */
259
- private deserialize;
244
+ export declare class StopBuildCommand extends StopBuildCommand_base {
260
245
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
4
  import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateProjectCommandInput extends UpdateProjectInput {
21
20
  */
22
21
  export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateProjectCommand_base: {
24
+ new (input: UpdateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Changes the settings of a build project.</p>
@@ -399,23 +402,5 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
399
402
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
400
403
  *
401
404
  */
402
- export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, CodeBuildClientResolvedConfig> {
403
- readonly input: UpdateProjectCommandInput;
404
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
405
- /**
406
- * @public
407
- */
408
- constructor(input: UpdateProjectCommandInput);
409
- /**
410
- * @internal
411
- */
412
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectCommandInput, UpdateProjectCommandOutput>;
413
- /**
414
- * @internal
415
- */
416
- private serialize;
417
- /**
418
- * @internal
419
- */
420
- private deserialize;
405
+ export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
421
406
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
4
  import { UpdateProjectVisibilityInput, UpdateProjectVisibilityOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateProjectVisibilityCommandInput extends UpdateProjectVisibi
21
20
  */
22
21
  export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisibilityOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateProjectVisibilityCommand_base: {
24
+ new (input: UpdateProjectVisibilityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Changes the public visibility for a project. The project's build results, logs, and
@@ -97,23 +100,5 @@ export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisib
97
100
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
98
101
  *
99
102
  */
100
- export declare class UpdateProjectVisibilityCommand extends $Command<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig> {
101
- readonly input: UpdateProjectVisibilityCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: UpdateProjectVisibilityCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProjectVisibilityCommandInput, UpdateProjectVisibilityCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class UpdateProjectVisibilityCommand extends UpdateProjectVisibilityCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
4
  import { UpdateReportGroupInput, UpdateReportGroupOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {
21
20
  */
22
21
  export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateReportGroupCommand_base: {
24
+ new (input: UpdateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -100,23 +103,5 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
100
103
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
101
104
  *
102
105
  */
103
- export declare class UpdateReportGroupCommand extends $Command<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig> {
104
- readonly input: UpdateReportGroupCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: UpdateReportGroupCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class UpdateReportGroupCommand extends UpdateReportGroupCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
4
  import { UpdateWebhookInput, UpdateWebhookOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateWebhookCommandInput extends UpdateWebhookInput {
21
20
  */
22
21
  export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateWebhookCommand_base: {
24
+ new (input: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Updates the webhook associated with an CodeBuild build project. </p>
@@ -92,23 +95,5 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
92
95
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
93
96
  *
94
97
  */
95
- export declare class UpdateWebhookCommand extends $Command<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig> {
96
- readonly input: UpdateWebhookCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: UpdateWebhookCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeBuildClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWebhookCommandInput, UpdateWebhookCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
114
99
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeCodeCoverages(config: CodeBuildPaginationConfiguration, input: DescribeCodeCoveragesCommandInput, ...additionalArguments: any): Paginator<DescribeCodeCoveragesCommandOutput>;
7
+ export declare const paginateDescribeCodeCoverages: (config: CodeBuildPaginationConfiguration, input: DescribeCodeCoveragesCommandInput, ...rest: any[]) => Paginator<DescribeCodeCoveragesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeTestCases(config: CodeBuildPaginationConfiguration, input: DescribeTestCasesCommandInput, ...additionalArguments: any): Paginator<DescribeTestCasesCommandOutput>;
7
+ export declare const paginateDescribeTestCases: (config: CodeBuildPaginationConfiguration, input: DescribeTestCasesCommandInput, ...rest: any[]) => Paginator<DescribeTestCasesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListBuildBatchesForProject(config: CodeBuildPaginationConfiguration, input: ListBuildBatchesForProjectCommandInput, ...additionalArguments: any): Paginator<ListBuildBatchesForProjectCommandOutput>;
7
+ export declare const paginateListBuildBatchesForProject: (config: CodeBuildPaginationConfiguration, input: ListBuildBatchesForProjectCommandInput, ...rest: any[]) => Paginator<ListBuildBatchesForProjectCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListBuildBatches(config: CodeBuildPaginationConfiguration, input: ListBuildBatchesCommandInput, ...additionalArguments: any): Paginator<ListBuildBatchesCommandOutput>;
7
+ export declare const paginateListBuildBatches: (config: CodeBuildPaginationConfiguration, input: ListBuildBatchesCommandInput, ...rest: any[]) => Paginator<ListBuildBatchesCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListBuildsForProject(config: CodeBuildPaginationConfiguration, input: ListBuildsForProjectCommandInput, ...additionalArguments: any): Paginator<ListBuildsForProjectCommandOutput>;
7
+ export declare const paginateListBuildsForProject: (config: CodeBuildPaginationConfiguration, input: ListBuildsForProjectCommandInput, ...rest: any[]) => Paginator<ListBuildsForProjectCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListBuilds(config: CodeBuildPaginationConfiguration, input: ListBuildsCommandInput, ...additionalArguments: any): Paginator<ListBuildsCommandOutput>;
7
+ export declare const paginateListBuilds: (config: CodeBuildPaginationConfiguration, input: ListBuildsCommandInput, ...rest: any[]) => Paginator<ListBuildsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProjects(config: CodeBuildPaginationConfiguration, input: ListProjectsCommandInput, ...additionalArguments: any): Paginator<ListProjectsCommandOutput>;
7
+ export declare const paginateListProjects: (config: CodeBuildPaginationConfiguration, input: ListProjectsCommandInput, ...rest: any[]) => Paginator<ListProjectsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReportGroups(config: CodeBuildPaginationConfiguration, input: ListReportGroupsCommandInput, ...additionalArguments: any): Paginator<ListReportGroupsCommandOutput>;
7
+ export declare const paginateListReportGroups: (config: CodeBuildPaginationConfiguration, input: ListReportGroupsCommandInput, ...rest: any[]) => Paginator<ListReportGroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReportsForReportGroup(config: CodeBuildPaginationConfiguration, input: ListReportsForReportGroupCommandInput, ...additionalArguments: any): Paginator<ListReportsForReportGroupCommandOutput>;
7
+ export declare const paginateListReportsForReportGroup: (config: CodeBuildPaginationConfiguration, input: ListReportsForReportGroupCommandInput, ...rest: any[]) => Paginator<ListReportsForReportGroupCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReports(config: CodeBuildPaginationConfiguration, input: ListReportsCommandInput, ...additionalArguments: any): Paginator<ListReportsCommandOutput>;
7
+ export declare const paginateListReports: (config: CodeBuildPaginationConfiguration, input: ListReportsCommandInput, ...rest: any[]) => Paginator<ListReportsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSharedProjects(config: CodeBuildPaginationConfiguration, input: ListSharedProjectsCommandInput, ...additionalArguments: any): Paginator<ListSharedProjectsCommandOutput>;
7
+ export declare const paginateListSharedProjects: (config: CodeBuildPaginationConfiguration, input: ListSharedProjectsCommandInput, ...rest: any[]) => Paginator<ListSharedProjectsCommandOutput>;
@@ -4,4 +4,4 @@ import { CodeBuildPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSharedReportGroups(config: CodeBuildPaginationConfiguration, input: ListSharedReportGroupsCommandInput, ...additionalArguments: any): Paginator<ListSharedReportGroupsCommandOutput>;
7
+ export declare const paginateListSharedReportGroups: (config: CodeBuildPaginationConfiguration, input: ListSharedReportGroupsCommandInput, ...rest: any[]) => Paginator<ListSharedReportGroupsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeBuildClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {}
20
14
  export interface BatchDeleteBuildsCommandOutput
21
15
  extends BatchDeleteBuildsOutput,
22
16
  __MetadataBearer {}
23
- export declare class BatchDeleteBuildsCommand extends $Command<
24
- BatchDeleteBuildsCommandInput,
25
- BatchDeleteBuildsCommandOutput,
26
- CodeBuildClientResolvedConfig
27
- > {
28
- readonly input: BatchDeleteBuildsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: BatchDeleteBuildsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeBuildClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<BatchDeleteBuildsCommandInput, BatchDeleteBuildsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const BatchDeleteBuildsCommand_base: {
18
+ new (
19
+ input: BatchDeleteBuildsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ BatchDeleteBuildsCommandInput,
22
+ BatchDeleteBuildsCommandOutput,
23
+ CodeBuildClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class BatchDeleteBuildsCommand extends BatchDeleteBuildsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeBuildClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface BatchGetBuildBatchesCommandInput
21
15
  export interface BatchGetBuildBatchesCommandOutput
22
16
  extends BatchGetBuildBatchesOutput,
23
17
  __MetadataBearer {}
24
- export declare class BatchGetBuildBatchesCommand extends $Command<
25
- BatchGetBuildBatchesCommandInput,
26
- BatchGetBuildBatchesCommandOutput,
27
- CodeBuildClientResolvedConfig
28
- > {
29
- readonly input: BatchGetBuildBatchesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchGetBuildBatchesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeBuildClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchGetBuildBatchesCommand_base: {
19
+ new (
20
+ input: BatchGetBuildBatchesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchGetBuildBatchesCommandInput,
38
- BatchGetBuildBatchesCommandOutput
23
+ BatchGetBuildBatchesCommandOutput,
24
+ CodeBuildClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class BatchGetBuildBatchesCommand extends BatchGetBuildBatchesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeBuildClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {}
17
11
  export interface BatchGetBuildsCommandOutput
18
12
  extends BatchGetBuildsOutput,
19
13
  __MetadataBearer {}
20
- export declare class BatchGetBuildsCommand extends $Command<
21
- BatchGetBuildsCommandInput,
22
- BatchGetBuildsCommandOutput,
23
- CodeBuildClientResolvedConfig
24
- > {
25
- readonly input: BatchGetBuildsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: BatchGetBuildsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeBuildClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<BatchGetBuildsCommandInput, BatchGetBuildsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const BatchGetBuildsCommand_base: {
15
+ new (
16
+ input: BatchGetBuildsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ BatchGetBuildsCommandInput,
19
+ BatchGetBuildsCommandOutput,
20
+ CodeBuildClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class BatchGetBuildsCommand extends BatchGetBuildsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeBuildClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {}
20
14
  export interface BatchGetProjectsCommandOutput
21
15
  extends BatchGetProjectsOutput,
22
16
  __MetadataBearer {}
23
- export declare class BatchGetProjectsCommand extends $Command<
24
- BatchGetProjectsCommandInput,
25
- BatchGetProjectsCommandOutput,
26
- CodeBuildClientResolvedConfig
27
- > {
28
- readonly input: BatchGetProjectsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: BatchGetProjectsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeBuildClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<BatchGetProjectsCommandInput, BatchGetProjectsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const BatchGetProjectsCommand_base: {
18
+ new (
19
+ input: BatchGetProjectsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ BatchGetProjectsCommandInput,
22
+ BatchGetProjectsCommandOutput,
23
+ CodeBuildClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class BatchGetProjectsCommand extends BatchGetProjectsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeBuildClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface BatchGetReportGroupsCommandInput
21
15
  export interface BatchGetReportGroupsCommandOutput
22
16
  extends BatchGetReportGroupsOutput,
23
17
  __MetadataBearer {}
24
- export declare class BatchGetReportGroupsCommand extends $Command<
25
- BatchGetReportGroupsCommandInput,
26
- BatchGetReportGroupsCommandOutput,
27
- CodeBuildClientResolvedConfig
28
- > {
29
- readonly input: BatchGetReportGroupsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchGetReportGroupsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeBuildClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchGetReportGroupsCommand_base: {
19
+ new (
20
+ input: BatchGetReportGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchGetReportGroupsCommandInput,
38
- BatchGetReportGroupsCommandOutput
23
+ BatchGetReportGroupsCommandOutput,
24
+ CodeBuildClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class BatchGetReportGroupsCommand extends BatchGetReportGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeBuildClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface BatchGetReportsCommandInput extends BatchGetReportsInput {}
20
14
  export interface BatchGetReportsCommandOutput
21
15
  extends BatchGetReportsOutput,
22
16
  __MetadataBearer {}
23
- export declare class BatchGetReportsCommand extends $Command<
24
- BatchGetReportsCommandInput,
25
- BatchGetReportsCommandOutput,
26
- CodeBuildClientResolvedConfig
27
- > {
28
- readonly input: BatchGetReportsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: BatchGetReportsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeBuildClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<BatchGetReportsCommandInput, BatchGetReportsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const BatchGetReportsCommand_base: {
18
+ new (
19
+ input: BatchGetReportsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ BatchGetReportsCommandInput,
22
+ BatchGetReportsCommandOutput,
23
+ CodeBuildClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class BatchGetReportsCommand extends BatchGetReportsCommand_base {}