@aws-sdk/client-codebuild 3.782.0 → 3.784.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 (56) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/index.js +558 -1
  3. package/dist-es/CodeBuild.js +18 -0
  4. package/dist-es/commands/BatchGetCommandExecutionsCommand.js +23 -0
  5. package/dist-es/commands/BatchGetSandboxesCommand.js +22 -0
  6. package/dist-es/commands/ListCommandExecutionsForSandboxCommand.js +23 -0
  7. package/dist-es/commands/ListSandboxesCommand.js +22 -0
  8. package/dist-es/commands/ListSandboxesForProjectCommand.js +23 -0
  9. package/dist-es/commands/StartCommandExecutionCommand.js +23 -0
  10. package/dist-es/commands/StartSandboxCommand.js +23 -0
  11. package/dist-es/commands/StartSandboxConnectionCommand.js +22 -0
  12. package/dist-es/commands/StopSandboxCommand.js +22 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/models/models_0.js +53 -0
  15. package/dist-es/pagination/ListCommandExecutionsForSandboxPaginator.js +4 -0
  16. package/dist-es/pagination/ListSandboxesForProjectPaginator.js +4 -0
  17. package/dist-es/pagination/ListSandboxesPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +3 -0
  19. package/dist-es/protocols/Aws_json1_1.js +305 -1
  20. package/dist-types/CodeBuild.d.ts +65 -0
  21. package/dist-types/CodeBuildClient.d.ts +11 -2
  22. package/dist-types/commands/BatchGetCommandExecutionsCommand.d.ts +115 -0
  23. package/dist-types/commands/BatchGetSandboxesCommand.d.ts +248 -0
  24. package/dist-types/commands/ListCommandExecutionsForSandboxCommand.d.ts +116 -0
  25. package/dist-types/commands/ListSandboxesCommand.d.ts +80 -0
  26. package/dist-types/commands/ListSandboxesForProjectCommand.d.ts +84 -0
  27. package/dist-types/commands/StartCommandExecutionCommand.d.ts +112 -0
  28. package/dist-types/commands/StartSandboxCommand.d.ts +248 -0
  29. package/dist-types/commands/StartSandboxConnectionCommand.d.ts +82 -0
  30. package/dist-types/commands/StopSandboxCommand.d.ts +244 -0
  31. package/dist-types/commands/index.d.ts +9 -0
  32. package/dist-types/models/models_0.d.ts +639 -0
  33. package/dist-types/pagination/ListCommandExecutionsForSandboxPaginator.d.ts +7 -0
  34. package/dist-types/pagination/ListSandboxesForProjectPaginator.d.ts +7 -0
  35. package/dist-types/pagination/ListSandboxesPaginator.d.ts +7 -0
  36. package/dist-types/pagination/index.d.ts +3 -0
  37. package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
  38. package/dist-types/ts3.4/CodeBuild.d.ts +155 -0
  39. package/dist-types/ts3.4/CodeBuildClient.d.ts +54 -0
  40. package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/ListSandboxesCommand.d.ts +47 -0
  44. package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/StartSandboxCommand.d.ts +47 -0
  47. package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +51 -0
  48. package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +47 -0
  49. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +167 -0
  51. package/dist-types/ts3.4/pagination/ListCommandExecutionsForSandboxPaginator.d.ts +11 -0
  52. package/dist-types/ts3.4/pagination/ListSandboxesForProjectPaginator.d.ts +11 -0
  53. package/dist-types/ts3.4/pagination/ListSandboxesPaginator.d.ts +11 -0
  54. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  55. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
  56. package/package.json +1 -1
package/README.md CHANGED
@@ -237,6 +237,14 @@ BatchGetBuilds
237
237
 
238
238
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/BatchGetBuildsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetBuildsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetBuildsCommandOutput/)
239
239
 
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ BatchGetCommandExecutions
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/BatchGetCommandExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetCommandExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetCommandExecutionsCommandOutput/)
247
+
240
248
  </details>
241
249
  <details>
242
250
  <summary>
@@ -269,6 +277,14 @@ BatchGetReports
269
277
 
270
278
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/BatchGetReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetReportsCommandOutput/)
271
279
 
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ BatchGetSandboxes
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/BatchGetSandboxesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetSandboxesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/BatchGetSandboxesCommandOutput/)
287
+
272
288
  </details>
273
289
  <details>
274
290
  <summary>
@@ -445,6 +461,14 @@ ListBuildsForProject
445
461
 
446
462
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/ListBuildsForProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListBuildsForProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListBuildsForProjectCommandOutput/)
447
463
 
464
+ </details>
465
+ <details>
466
+ <summary>
467
+ ListCommandExecutionsForSandbox
468
+ </summary>
469
+
470
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/ListCommandExecutionsForSandboxCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListCommandExecutionsForSandboxCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListCommandExecutionsForSandboxCommandOutput/)
471
+
448
472
  </details>
449
473
  <details>
450
474
  <summary>
@@ -493,6 +517,22 @@ ListReportsForReportGroup
493
517
 
494
518
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/ListReportsForReportGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListReportsForReportGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListReportsForReportGroupCommandOutput/)
495
519
 
520
+ </details>
521
+ <details>
522
+ <summary>
523
+ ListSandboxes
524
+ </summary>
525
+
526
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/ListSandboxesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListSandboxesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListSandboxesCommandOutput/)
527
+
528
+ </details>
529
+ <details>
530
+ <summary>
531
+ ListSandboxesForProject
532
+ </summary>
533
+
534
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/ListSandboxesForProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListSandboxesForProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/ListSandboxesForProjectCommandOutput/)
535
+
496
536
  </details>
497
537
  <details>
498
538
  <summary>
@@ -557,6 +597,30 @@ StartBuildBatch
557
597
 
558
598
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/StartBuildBatchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StartBuildBatchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StartBuildBatchCommandOutput/)
559
599
 
600
+ </details>
601
+ <details>
602
+ <summary>
603
+ StartCommandExecution
604
+ </summary>
605
+
606
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/StartCommandExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StartCommandExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StartCommandExecutionCommandOutput/)
607
+
608
+ </details>
609
+ <details>
610
+ <summary>
611
+ StartSandbox
612
+ </summary>
613
+
614
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/StartSandboxCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StartSandboxCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StartSandboxCommandOutput/)
615
+
616
+ </details>
617
+ <details>
618
+ <summary>
619
+ StartSandboxConnection
620
+ </summary>
621
+
622
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/StartSandboxConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StartSandboxConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StartSandboxConnectionCommandOutput/)
623
+
560
624
  </details>
561
625
  <details>
562
626
  <summary>
@@ -573,6 +637,14 @@ StopBuildBatch
573
637
 
574
638
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/StopBuildBatchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StopBuildBatchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StopBuildBatchCommandOutput/)
575
639
 
640
+ </details>
641
+ <details>
642
+ <summary>
643
+ StopSandbox
644
+ </summary>
645
+
646
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codebuild/command/StopSandboxCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StopSandboxCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codebuild/Interface/StopSandboxCommandOutput/)
647
+
576
648
  </details>
577
649
  <details>
578
650
  <summary>