@aws-sdk/client-codebuild 3.530.0 → 3.535.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 (117) hide show
  1. package/dist-cjs/index.js +9 -0
  2. package/dist-es/models/models_0.js +4 -0
  3. package/dist-es/protocols/Aws_json1_1.js +3 -0
  4. package/dist-types/CodeBuild.d.ts +14 -1
  5. package/dist-types/CodeBuildClient.d.ts +1 -1
  6. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetBuildsCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchGetFleetsCommand.d.ts +3 -1
  10. package/dist-types/commands/BatchGetProjectsCommand.d.ts +2 -1
  11. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +2 -1
  12. package/dist-types/commands/BatchGetReportsCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateFleetCommand.d.ts +4 -1
  14. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateReportGroupCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteReportCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteReportGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeTestCasesCommand.d.ts +2 -1
  27. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +2 -1
  28. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +2 -1
  30. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +2 -1
  31. package/dist-types/commands/ListBuildBatchesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +2 -1
  33. package/dist-types/commands/ListBuildsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListFleetsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListReportGroupsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListReportsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSharedProjectsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +2 -1
  44. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  45. package/dist-types/commands/RetryBuildBatchCommand.d.ts +2 -1
  46. package/dist-types/commands/RetryBuildCommand.d.ts +2 -1
  47. package/dist-types/commands/StartBuildBatchCommand.d.ts +2 -1
  48. package/dist-types/commands/StartBuildCommand.d.ts +2 -1
  49. package/dist-types/commands/StopBuildBatchCommand.d.ts +2 -1
  50. package/dist-types/commands/StopBuildCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateFleetCommand.d.ts +4 -1
  52. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateReportGroupCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
  56. package/dist-types/models/models_0.d.ts +727 -673
  57. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  58. package/dist-types/runtimeConfig.d.ts +2 -2
  59. package/dist-types/runtimeConfig.native.d.ts +2 -2
  60. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  61. package/dist-types/ts3.4/CodeBuild.d.ts +13 -0
  62. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/BatchGetFleetsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +9 -0
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  116. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  117. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateReportGroupCommandOutput extends UpdateReportGroupOutput,
22
22
  }
23
23
  declare const UpdateReportGroupCommand_base: {
24
24
  new (input: UpdateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateReportGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReportGroupCommandInput, UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Updates a report group.
31
31
  * </p>
@@ -102,6 +102,7 @@ declare const UpdateReportGroupCommand_base: {
102
102
  * @throws {@link CodeBuildServiceException}
103
103
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class UpdateReportGroupCommand extends UpdateReportGroupCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
22
22
  }
23
23
  declare const UpdateWebhookCommand_base: {
24
24
  new (input: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates the webhook associated with an CodeBuild build project. </p>
30
30
  * <note>
31
31
  * <p> If you use Bitbucket for your repository, <code>rotateSecret</code> is ignored.
@@ -94,6 +94,7 @@ declare const UpdateWebhookCommand_base: {
94
94
  * @throws {@link CodeBuildServiceException}
95
95
  * <p>Base exception class for all service exceptions from CodeBuild service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
99
100
  }