@aws-sdk/client-codebuild 3.1087.0 → 3.1089.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 (82) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeBuild.d.ts +203 -233
  3. package/dist-types/ts3.4/CodeBuildClient.d.ts +15 -54
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/BatchGetCommandExecutionsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/BatchGetSandboxesCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +3 -8
  35. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListCommandExecutionsForSandboxCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +3 -8
  43. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/ListSandboxesCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/ListSandboxesForProjectCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +3 -8
  52. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/StartCommandExecutionCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/StartSandboxCommand.d.ts +2 -4
  57. package/dist-types/ts3.4/commands/StartSandboxConnectionCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +7 -5
  60. package/dist-types/ts3.4/commands/StopSandboxCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  67. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  68. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  69. package/dist-types/ts3.4/models/enums.d.ts +22 -44
  70. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  71. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  72. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  73. package/dist-types/ts3.4/pagination/ListBuildsPaginator.d.ts +1 -4
  74. package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +1 -4
  75. package/dist-types/ts3.4/pagination/ListReportsPaginator.d.ts +1 -4
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  80. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  81. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  82. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75