@aws-sdk/client-codebuild 3.278.0 → 3.281.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 (47) hide show
  1. package/README.md +363 -0
  2. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchGetBuildsCommand.d.ts +6 -0
  5. package/dist-types/commands/BatchGetProjectsCommand.d.ts +6 -0
  6. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +6 -0
  7. package/dist-types/commands/BatchGetReportsCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateProjectCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateReportGroupCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateWebhookCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteReportCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteReportGroupCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeTestCasesCommand.d.ts +6 -0
  20. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +6 -0
  21. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -0
  22. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +6 -0
  23. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +6 -0
  24. package/dist-types/commands/ListBuildBatchesCommand.d.ts +6 -0
  25. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +6 -0
  26. package/dist-types/commands/ListBuildsCommand.d.ts +6 -0
  27. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +6 -0
  28. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +6 -0
  29. package/dist-types/commands/ListProjectsCommand.d.ts +6 -0
  30. package/dist-types/commands/ListReportGroupsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListReportsCommand.d.ts +6 -0
  32. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +6 -0
  33. package/dist-types/commands/ListSharedProjectsCommand.d.ts +6 -0
  34. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +6 -0
  35. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +6 -0
  36. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
  37. package/dist-types/commands/RetryBuildBatchCommand.d.ts +6 -0
  38. package/dist-types/commands/RetryBuildCommand.d.ts +6 -0
  39. package/dist-types/commands/StartBuildBatchCommand.d.ts +6 -0
  40. package/dist-types/commands/StartBuildCommand.d.ts +6 -0
  41. package/dist-types/commands/StopBuildBatchCommand.d.ts +6 -0
  42. package/dist-types/commands/StopBuildCommand.d.ts +6 -0
  43. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -0
  44. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +6 -0
  45. package/dist-types/commands/UpdateReportGroupCommand.d.ts +6 -0
  46. package/dist-types/commands/UpdateWebhookCommand.d.ts +6 -0
  47. package/package.json +6 -6
package/README.md CHANGED
@@ -214,3 +214,366 @@ To contribute to client you can check our [generate clients scripts](https://git
214
214
  This SDK is distributed under the
215
215
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
216
216
  see LICENSE for more information.
217
+
218
+ ## Client Commands (Operations List)
219
+
220
+ <details>
221
+ <summary>
222
+ BatchDeleteBuilds
223
+ </summary>
224
+
225
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/batchdeletebuildscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchdeletebuildscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchdeletebuildscommandoutput.html)
226
+
227
+ </details>
228
+ <details>
229
+ <summary>
230
+ BatchGetBuildBatches
231
+ </summary>
232
+
233
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/batchgetbuildbatchescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetbuildbatchescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetbuildbatchescommandoutput.html)
234
+
235
+ </details>
236
+ <details>
237
+ <summary>
238
+ BatchGetBuilds
239
+ </summary>
240
+
241
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/batchgetbuildscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetbuildscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetbuildscommandoutput.html)
242
+
243
+ </details>
244
+ <details>
245
+ <summary>
246
+ BatchGetProjects
247
+ </summary>
248
+
249
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/batchgetprojectscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetprojectscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetprojectscommandoutput.html)
250
+
251
+ </details>
252
+ <details>
253
+ <summary>
254
+ BatchGetReportGroups
255
+ </summary>
256
+
257
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/batchgetreportgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetreportgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetreportgroupscommandoutput.html)
258
+
259
+ </details>
260
+ <details>
261
+ <summary>
262
+ BatchGetReports
263
+ </summary>
264
+
265
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/batchgetreportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetreportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/batchgetreportscommandoutput.html)
266
+
267
+ </details>
268
+ <details>
269
+ <summary>
270
+ CreateProject
271
+ </summary>
272
+
273
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/createprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/createprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/createprojectcommandoutput.html)
274
+
275
+ </details>
276
+ <details>
277
+ <summary>
278
+ CreateReportGroup
279
+ </summary>
280
+
281
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/createreportgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/createreportgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/createreportgroupcommandoutput.html)
282
+
283
+ </details>
284
+ <details>
285
+ <summary>
286
+ CreateWebhook
287
+ </summary>
288
+
289
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/createwebhookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/createwebhookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/createwebhookcommandoutput.html)
290
+
291
+ </details>
292
+ <details>
293
+ <summary>
294
+ DeleteBuildBatch
295
+ </summary>
296
+
297
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/deletebuildbatchcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletebuildbatchcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletebuildbatchcommandoutput.html)
298
+
299
+ </details>
300
+ <details>
301
+ <summary>
302
+ DeleteProject
303
+ </summary>
304
+
305
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/deleteprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deleteprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deleteprojectcommandoutput.html)
306
+
307
+ </details>
308
+ <details>
309
+ <summary>
310
+ DeleteReport
311
+ </summary>
312
+
313
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/deletereportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletereportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletereportcommandoutput.html)
314
+
315
+ </details>
316
+ <details>
317
+ <summary>
318
+ DeleteReportGroup
319
+ </summary>
320
+
321
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/deletereportgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletereportgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletereportgroupcommandoutput.html)
322
+
323
+ </details>
324
+ <details>
325
+ <summary>
326
+ DeleteResourcePolicy
327
+ </summary>
328
+
329
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/deleteresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deleteresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deleteresourcepolicycommandoutput.html)
330
+
331
+ </details>
332
+ <details>
333
+ <summary>
334
+ DeleteSourceCredentials
335
+ </summary>
336
+
337
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/deletesourcecredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletesourcecredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletesourcecredentialscommandoutput.html)
338
+
339
+ </details>
340
+ <details>
341
+ <summary>
342
+ DeleteWebhook
343
+ </summary>
344
+
345
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/deletewebhookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletewebhookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/deletewebhookcommandoutput.html)
346
+
347
+ </details>
348
+ <details>
349
+ <summary>
350
+ DescribeCodeCoverages
351
+ </summary>
352
+
353
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/describecodecoveragescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/describecodecoveragescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/describecodecoveragescommandoutput.html)
354
+
355
+ </details>
356
+ <details>
357
+ <summary>
358
+ DescribeTestCases
359
+ </summary>
360
+
361
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/describetestcasescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/describetestcasescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/describetestcasescommandoutput.html)
362
+
363
+ </details>
364
+ <details>
365
+ <summary>
366
+ GetReportGroupTrend
367
+ </summary>
368
+
369
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/getreportgrouptrendcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/getreportgrouptrendcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/getreportgrouptrendcommandoutput.html)
370
+
371
+ </details>
372
+ <details>
373
+ <summary>
374
+ GetResourcePolicy
375
+ </summary>
376
+
377
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/getresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/getresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/getresourcepolicycommandoutput.html)
378
+
379
+ </details>
380
+ <details>
381
+ <summary>
382
+ ImportSourceCredentials
383
+ </summary>
384
+
385
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/importsourcecredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/importsourcecredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/importsourcecredentialscommandoutput.html)
386
+
387
+ </details>
388
+ <details>
389
+ <summary>
390
+ InvalidateProjectCache
391
+ </summary>
392
+
393
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/invalidateprojectcachecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/invalidateprojectcachecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/invalidateprojectcachecommandoutput.html)
394
+
395
+ </details>
396
+ <details>
397
+ <summary>
398
+ ListBuildBatches
399
+ </summary>
400
+
401
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listbuildbatchescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listbuildbatchescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listbuildbatchescommandoutput.html)
402
+
403
+ </details>
404
+ <details>
405
+ <summary>
406
+ ListBuildBatchesForProject
407
+ </summary>
408
+
409
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listbuildbatchesforprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listbuildbatchesforprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listbuildbatchesforprojectcommandoutput.html)
410
+
411
+ </details>
412
+ <details>
413
+ <summary>
414
+ ListBuilds
415
+ </summary>
416
+
417
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listbuildscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listbuildscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listbuildscommandoutput.html)
418
+
419
+ </details>
420
+ <details>
421
+ <summary>
422
+ ListBuildsForProject
423
+ </summary>
424
+
425
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listbuildsforprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listbuildsforprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listbuildsforprojectcommandoutput.html)
426
+
427
+ </details>
428
+ <details>
429
+ <summary>
430
+ ListCuratedEnvironmentImages
431
+ </summary>
432
+
433
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listcuratedenvironmentimagescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listcuratedenvironmentimagescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listcuratedenvironmentimagescommandoutput.html)
434
+
435
+ </details>
436
+ <details>
437
+ <summary>
438
+ ListProjects
439
+ </summary>
440
+
441
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listprojectscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listprojectscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listprojectscommandoutput.html)
442
+
443
+ </details>
444
+ <details>
445
+ <summary>
446
+ ListReportGroups
447
+ </summary>
448
+
449
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listreportgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listreportgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listreportgroupscommandoutput.html)
450
+
451
+ </details>
452
+ <details>
453
+ <summary>
454
+ ListReports
455
+ </summary>
456
+
457
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listreportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listreportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listreportscommandoutput.html)
458
+
459
+ </details>
460
+ <details>
461
+ <summary>
462
+ ListReportsForReportGroup
463
+ </summary>
464
+
465
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listreportsforreportgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listreportsforreportgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listreportsforreportgroupcommandoutput.html)
466
+
467
+ </details>
468
+ <details>
469
+ <summary>
470
+ ListSharedProjects
471
+ </summary>
472
+
473
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listsharedprojectscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listsharedprojectscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listsharedprojectscommandoutput.html)
474
+
475
+ </details>
476
+ <details>
477
+ <summary>
478
+ ListSharedReportGroups
479
+ </summary>
480
+
481
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listsharedreportgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listsharedreportgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listsharedreportgroupscommandoutput.html)
482
+
483
+ </details>
484
+ <details>
485
+ <summary>
486
+ ListSourceCredentials
487
+ </summary>
488
+
489
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/listsourcecredentialscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listsourcecredentialscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/listsourcecredentialscommandoutput.html)
490
+
491
+ </details>
492
+ <details>
493
+ <summary>
494
+ PutResourcePolicy
495
+ </summary>
496
+
497
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/putresourcepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/putresourcepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/putresourcepolicycommandoutput.html)
498
+
499
+ </details>
500
+ <details>
501
+ <summary>
502
+ RetryBuild
503
+ </summary>
504
+
505
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/retrybuildcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/retrybuildcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/retrybuildcommandoutput.html)
506
+
507
+ </details>
508
+ <details>
509
+ <summary>
510
+ RetryBuildBatch
511
+ </summary>
512
+
513
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/retrybuildbatchcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/retrybuildbatchcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/retrybuildbatchcommandoutput.html)
514
+
515
+ </details>
516
+ <details>
517
+ <summary>
518
+ StartBuild
519
+ </summary>
520
+
521
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/startbuildcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/startbuildcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/startbuildcommandoutput.html)
522
+
523
+ </details>
524
+ <details>
525
+ <summary>
526
+ StartBuildBatch
527
+ </summary>
528
+
529
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/startbuildbatchcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/startbuildbatchcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/startbuildbatchcommandoutput.html)
530
+
531
+ </details>
532
+ <details>
533
+ <summary>
534
+ StopBuild
535
+ </summary>
536
+
537
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/stopbuildcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/stopbuildcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/stopbuildcommandoutput.html)
538
+
539
+ </details>
540
+ <details>
541
+ <summary>
542
+ StopBuildBatch
543
+ </summary>
544
+
545
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/stopbuildbatchcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/stopbuildbatchcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/stopbuildbatchcommandoutput.html)
546
+
547
+ </details>
548
+ <details>
549
+ <summary>
550
+ UpdateProject
551
+ </summary>
552
+
553
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/updateprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/updateprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/updateprojectcommandoutput.html)
554
+
555
+ </details>
556
+ <details>
557
+ <summary>
558
+ UpdateProjectVisibility
559
+ </summary>
560
+
561
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/updateprojectvisibilitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/updateprojectvisibilitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/updateprojectvisibilitycommandoutput.html)
562
+
563
+ </details>
564
+ <details>
565
+ <summary>
566
+ UpdateReportGroup
567
+ </summary>
568
+
569
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/updatereportgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/updatereportgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/updatereportgroupcommandoutput.html)
570
+
571
+ </details>
572
+ <details>
573
+ <summary>
574
+ UpdateWebhook
575
+ </summary>
576
+
577
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/classes/updatewebhookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/updatewebhookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-codebuild/interfaces/updatewebhookcommandoutput.html)
578
+
579
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { BatchDeleteBuildsInput, BatchDeleteBuildsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchDeleteBuildsCommand}.
8
+ */
6
9
  export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchDeleteBuildsCommand}.
13
+ */
8
14
  export interface BatchDeleteBuildsCommandOutput extends BatchDeleteBuildsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { BatchGetBuildBatchesInput, BatchGetBuildBatchesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetBuildBatchesCommand}.
8
+ */
6
9
  export interface BatchGetBuildBatchesCommandInput extends BatchGetBuildBatchesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetBuildBatchesCommand}.
13
+ */
8
14
  export interface BatchGetBuildBatchesCommandOutput extends BatchGetBuildBatchesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetBuildsCommand}.
8
+ */
6
9
  export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetBuildsCommand}.
13
+ */
8
14
  export interface BatchGetBuildsCommandOutput extends BatchGetBuildsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { BatchGetProjectsInput, BatchGetProjectsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetProjectsCommand}.
8
+ */
6
9
  export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetProjectsCommand}.
13
+ */
8
14
  export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { BatchGetReportGroupsInput, BatchGetReportGroupsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetReportGroupsCommand}.
8
+ */
6
9
  export interface BatchGetReportGroupsCommandInput extends BatchGetReportGroupsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetReportGroupsCommand}.
13
+ */
8
14
  export interface BatchGetReportGroupsCommandOutput extends BatchGetReportGroupsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { BatchGetReportsInput, BatchGetReportsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetReportsCommand}.
8
+ */
6
9
  export interface BatchGetReportsCommandInput extends BatchGetReportsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetReportsCommand}.
13
+ */
8
14
  export interface BatchGetReportsCommandOutput extends BatchGetReportsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateProjectCommand}.
8
+ */
6
9
  export interface CreateProjectCommandInput extends CreateProjectInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateProjectCommand}.
13
+ */
8
14
  export interface CreateProjectCommandOutput extends CreateProjectOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { CreateReportGroupInput, CreateReportGroupOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateReportGroupCommand}.
8
+ */
6
9
  export interface CreateReportGroupCommandInput extends CreateReportGroupInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateReportGroupCommand}.
13
+ */
8
14
  export interface CreateReportGroupCommandOutput extends CreateReportGroupOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateWebhookCommand}.
8
+ */
6
9
  export interface CreateWebhookCommandInput extends CreateWebhookInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWebhookCommand}.
13
+ */
8
14
  export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DeleteBuildBatchInput, DeleteBuildBatchOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBuildBatchCommand}.
8
+ */
6
9
  export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBuildBatchCommand}.
13
+ */
8
14
  export interface DeleteBuildBatchCommandOutput extends DeleteBuildBatchOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteProjectCommand}.
8
+ */
6
9
  export interface DeleteProjectCommandInput extends DeleteProjectInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteProjectCommand}.
13
+ */
8
14
  export interface DeleteProjectCommandOutput extends DeleteProjectOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DeleteReportInput, DeleteReportOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteReportCommand}.
8
+ */
6
9
  export interface DeleteReportCommandInput extends DeleteReportInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteReportCommand}.
13
+ */
8
14
  export interface DeleteReportCommandOutput extends DeleteReportOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DeleteReportGroupInput, DeleteReportGroupOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteReportGroupCommand}.
8
+ */
6
9
  export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteReportGroupCommand}.
13
+ */
8
14
  export interface DeleteReportGroupCommandOutput extends DeleteReportGroupOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteResourcePolicyCommand}.
8
+ */
6
9
  export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteResourcePolicyCommand}.
13
+ */
8
14
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DeleteSourceCredentialsInput, DeleteSourceCredentialsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSourceCredentialsCommand}.
8
+ */
6
9
  export interface DeleteSourceCredentialsCommandInput extends DeleteSourceCredentialsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSourceCredentialsCommand}.
13
+ */
8
14
  export interface DeleteSourceCredentialsCommandOutput extends DeleteSourceCredentialsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteWebhookCommand}.
8
+ */
6
9
  export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWebhookCommand}.
13
+ */
8
14
  export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DescribeCodeCoveragesInput, DescribeCodeCoveragesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeCodeCoveragesCommand}.
8
+ */
6
9
  export interface DescribeCodeCoveragesCommandInput extends DescribeCodeCoveragesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeCodeCoveragesCommand}.
13
+ */
8
14
  export interface DescribeCodeCoveragesCommandOutput extends DescribeCodeCoveragesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { DescribeTestCasesInput, DescribeTestCasesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTestCasesCommand}.
8
+ */
6
9
  export interface DescribeTestCasesCommandInput extends DescribeTestCasesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTestCasesCommand}.
13
+ */
8
14
  export interface DescribeTestCasesCommandOutput extends DescribeTestCasesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { GetReportGroupTrendInput, GetReportGroupTrendOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetReportGroupTrendCommand}.
8
+ */
6
9
  export interface GetReportGroupTrendCommandInput extends GetReportGroupTrendInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetReportGroupTrendCommand}.
13
+ */
8
14
  export interface GetReportGroupTrendCommandOutput extends GetReportGroupTrendOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetResourcePolicyCommand}.
8
+ */
6
9
  export interface GetResourcePolicyCommandInput extends GetResourcePolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourcePolicyCommand}.
13
+ */
8
14
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ImportSourceCredentialsInput, ImportSourceCredentialsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportSourceCredentialsCommand}.
8
+ */
6
9
  export interface ImportSourceCredentialsCommandInput extends ImportSourceCredentialsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportSourceCredentialsCommand}.
13
+ */
8
14
  export interface ImportSourceCredentialsCommandOutput extends ImportSourceCredentialsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { InvalidateProjectCacheInput, InvalidateProjectCacheOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link InvalidateProjectCacheCommand}.
8
+ */
6
9
  export interface InvalidateProjectCacheCommandInput extends InvalidateProjectCacheInput {
7
10
  }
11
+ /**
12
+ * The output of {@link InvalidateProjectCacheCommand}.
13
+ */
8
14
  export interface InvalidateProjectCacheCommandOutput extends InvalidateProjectCacheOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListBuildBatchesInput, ListBuildBatchesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBuildBatchesCommand}.
8
+ */
6
9
  export interface ListBuildBatchesCommandInput extends ListBuildBatchesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBuildBatchesCommand}.
13
+ */
8
14
  export interface ListBuildBatchesCommandOutput extends ListBuildBatchesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListBuildBatchesForProjectInput, ListBuildBatchesForProjectOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBuildBatchesForProjectCommand}.
8
+ */
6
9
  export interface ListBuildBatchesForProjectCommandInput extends ListBuildBatchesForProjectInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBuildBatchesForProjectCommand}.
13
+ */
8
14
  export interface ListBuildBatchesForProjectCommandOutput extends ListBuildBatchesForProjectOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListBuildsInput, ListBuildsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBuildsCommand}.
8
+ */
6
9
  export interface ListBuildsCommandInput extends ListBuildsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBuildsCommand}.
13
+ */
8
14
  export interface ListBuildsCommandOutput extends ListBuildsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListBuildsForProjectInput, ListBuildsForProjectOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBuildsForProjectCommand}.
8
+ */
6
9
  export interface ListBuildsForProjectCommandInput extends ListBuildsForProjectInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBuildsForProjectCommand}.
13
+ */
8
14
  export interface ListBuildsForProjectCommandOutput extends ListBuildsForProjectOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListCuratedEnvironmentImagesInput, ListCuratedEnvironmentImagesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCuratedEnvironmentImagesCommand}.
8
+ */
6
9
  export interface ListCuratedEnvironmentImagesCommandInput extends ListCuratedEnvironmentImagesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCuratedEnvironmentImagesCommand}.
13
+ */
8
14
  export interface ListCuratedEnvironmentImagesCommandOutput extends ListCuratedEnvironmentImagesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListProjectsInput, ListProjectsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProjectsCommand}.
8
+ */
6
9
  export interface ListProjectsCommandInput extends ListProjectsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProjectsCommand}.
13
+ */
8
14
  export interface ListProjectsCommandOutput extends ListProjectsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListReportGroupsInput, ListReportGroupsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListReportGroupsCommand}.
8
+ */
6
9
  export interface ListReportGroupsCommandInput extends ListReportGroupsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReportGroupsCommand}.
13
+ */
8
14
  export interface ListReportGroupsCommandOutput extends ListReportGroupsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListReportsInput, ListReportsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListReportsCommand}.
8
+ */
6
9
  export interface ListReportsCommandInput extends ListReportsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReportsCommand}.
13
+ */
8
14
  export interface ListReportsCommandOutput extends ListReportsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListReportsForReportGroupInput, ListReportsForReportGroupOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListReportsForReportGroupCommand}.
8
+ */
6
9
  export interface ListReportsForReportGroupCommandInput extends ListReportsForReportGroupInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReportsForReportGroupCommand}.
13
+ */
8
14
  export interface ListReportsForReportGroupCommandOutput extends ListReportsForReportGroupOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListSharedProjectsInput, ListSharedProjectsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSharedProjectsCommand}.
8
+ */
6
9
  export interface ListSharedProjectsCommandInput extends ListSharedProjectsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSharedProjectsCommand}.
13
+ */
8
14
  export interface ListSharedProjectsCommandOutput extends ListSharedProjectsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListSharedReportGroupsInput, ListSharedReportGroupsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSharedReportGroupsCommand}.
8
+ */
6
9
  export interface ListSharedReportGroupsCommandInput extends ListSharedReportGroupsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSharedReportGroupsCommand}.
13
+ */
8
14
  export interface ListSharedReportGroupsCommandOutput extends ListSharedReportGroupsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { ListSourceCredentialsInput, ListSourceCredentialsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSourceCredentialsCommand}.
8
+ */
6
9
  export interface ListSourceCredentialsCommandInput extends ListSourceCredentialsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSourceCredentialsCommand}.
13
+ */
8
14
  export interface ListSourceCredentialsCommandOutput extends ListSourceCredentialsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutResourcePolicyCommand}.
8
+ */
6
9
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PutResourcePolicyCommand}.
13
+ */
8
14
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { RetryBuildBatchInput, RetryBuildBatchOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RetryBuildBatchCommand}.
8
+ */
6
9
  export interface RetryBuildBatchCommandInput extends RetryBuildBatchInput {
7
10
  }
11
+ /**
12
+ * The output of {@link RetryBuildBatchCommand}.
13
+ */
8
14
  export interface RetryBuildBatchCommandOutput extends RetryBuildBatchOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { RetryBuildInput, RetryBuildOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RetryBuildCommand}.
8
+ */
6
9
  export interface RetryBuildCommandInput extends RetryBuildInput {
7
10
  }
11
+ /**
12
+ * The output of {@link RetryBuildCommand}.
13
+ */
8
14
  export interface RetryBuildCommandOutput extends RetryBuildOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { StartBuildBatchInput, StartBuildBatchOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartBuildBatchCommand}.
8
+ */
6
9
  export interface StartBuildBatchCommandInput extends StartBuildBatchInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StartBuildBatchCommand}.
13
+ */
8
14
  export interface StartBuildBatchCommandOutput extends StartBuildBatchOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { StartBuildInput, StartBuildOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartBuildCommand}.
8
+ */
6
9
  export interface StartBuildCommandInput extends StartBuildInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StartBuildCommand}.
13
+ */
8
14
  export interface StartBuildCommandOutput extends StartBuildOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopBuildBatchCommand}.
8
+ */
6
9
  export interface StopBuildBatchCommandInput extends StopBuildBatchInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StopBuildBatchCommand}.
13
+ */
8
14
  export interface StopBuildBatchCommandOutput extends StopBuildBatchOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { StopBuildInput, StopBuildOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopBuildCommand}.
8
+ */
6
9
  export interface StopBuildCommandInput extends StopBuildInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StopBuildCommand}.
13
+ */
8
14
  export interface StopBuildCommandOutput extends StopBuildOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateProjectCommand}.
8
+ */
6
9
  export interface UpdateProjectCommandInput extends UpdateProjectInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateProjectCommand}.
13
+ */
8
14
  export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { UpdateProjectVisibilityInput, UpdateProjectVisibilityOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateProjectVisibilityCommand}.
8
+ */
6
9
  export interface UpdateProjectVisibilityCommandInput extends UpdateProjectVisibilityInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateProjectVisibilityCommand}.
13
+ */
8
14
  export interface UpdateProjectVisibilityCommandOutput extends UpdateProjectVisibilityOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { UpdateReportGroupInput, UpdateReportGroupOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateReportGroupCommand}.
8
+ */
6
9
  export interface UpdateReportGroupCommandInput extends UpdateReportGroupInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateReportGroupCommand}.
13
+ */
8
14
  export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeBuildClient";
5
5
  import { UpdateWebhookInput, UpdateWebhookOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateWebhookCommand}.
8
+ */
6
9
  export interface UpdateWebhookCommandInput extends UpdateWebhookInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWebhookCommand}.
13
+ */
8
14
  export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codebuild",
3
3
  "description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",