@aws-sdk/client-codebuild 3.337.0 → 3.338.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 (193) hide show
  1. package/dist-cjs/CodeBuildClient.js +2 -1
  2. package/dist-cjs/commands/BatchDeleteBuildsCommand.js +2 -1
  3. package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +2 -1
  4. package/dist-cjs/commands/BatchGetBuildsCommand.js +2 -1
  5. package/dist-cjs/commands/BatchGetProjectsCommand.js +2 -1
  6. package/dist-cjs/commands/BatchGetReportGroupsCommand.js +2 -1
  7. package/dist-cjs/commands/BatchGetReportsCommand.js +2 -1
  8. package/dist-cjs/commands/CreateProjectCommand.js +2 -1
  9. package/dist-cjs/commands/CreateReportGroupCommand.js +2 -1
  10. package/dist-cjs/commands/CreateWebhookCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteBuildBatchCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteProjectCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteReportCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteReportGroupCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeTestCasesCommand.js +2 -1
  20. package/dist-cjs/commands/GetReportGroupTrendCommand.js +2 -1
  21. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -1
  22. package/dist-cjs/commands/ImportSourceCredentialsCommand.js +2 -1
  23. package/dist-cjs/commands/InvalidateProjectCacheCommand.js +2 -1
  24. package/dist-cjs/commands/ListBuildBatchesCommand.js +2 -1
  25. package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +2 -1
  26. package/dist-cjs/commands/ListBuildsCommand.js +2 -1
  27. package/dist-cjs/commands/ListBuildsForProjectCommand.js +2 -1
  28. package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +2 -1
  29. package/dist-cjs/commands/ListProjectsCommand.js +2 -1
  30. package/dist-cjs/commands/ListReportGroupsCommand.js +2 -1
  31. package/dist-cjs/commands/ListReportsCommand.js +2 -1
  32. package/dist-cjs/commands/ListReportsForReportGroupCommand.js +2 -1
  33. package/dist-cjs/commands/ListSharedProjectsCommand.js +2 -1
  34. package/dist-cjs/commands/ListSharedReportGroupsCommand.js +2 -1
  35. package/dist-cjs/commands/ListSourceCredentialsCommand.js +2 -1
  36. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
  37. package/dist-cjs/commands/RetryBuildBatchCommand.js +2 -1
  38. package/dist-cjs/commands/RetryBuildCommand.js +2 -1
  39. package/dist-cjs/commands/StartBuildBatchCommand.js +2 -1
  40. package/dist-cjs/commands/StartBuildCommand.js +2 -1
  41. package/dist-cjs/commands/StopBuildBatchCommand.js +2 -1
  42. package/dist-cjs/commands/StopBuildCommand.js +2 -1
  43. package/dist-cjs/commands/UpdateProjectCommand.js +2 -1
  44. package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +2 -1
  45. package/dist-cjs/commands/UpdateReportGroupCommand.js +2 -1
  46. package/dist-cjs/commands/UpdateWebhookCommand.js +2 -1
  47. package/dist-cjs/index.js +2 -2
  48. package/dist-cjs/models/CodeBuildServiceException.js +2 -1
  49. package/dist-es/CodeBuildClient.js +1 -0
  50. package/dist-es/commands/BatchDeleteBuildsCommand.js +1 -0
  51. package/dist-es/commands/BatchGetBuildBatchesCommand.js +1 -0
  52. package/dist-es/commands/BatchGetBuildsCommand.js +1 -0
  53. package/dist-es/commands/BatchGetProjectsCommand.js +1 -0
  54. package/dist-es/commands/BatchGetReportGroupsCommand.js +1 -0
  55. package/dist-es/commands/BatchGetReportsCommand.js +1 -0
  56. package/dist-es/commands/CreateProjectCommand.js +1 -0
  57. package/dist-es/commands/CreateReportGroupCommand.js +1 -0
  58. package/dist-es/commands/CreateWebhookCommand.js +1 -0
  59. package/dist-es/commands/DeleteBuildBatchCommand.js +1 -0
  60. package/dist-es/commands/DeleteProjectCommand.js +1 -0
  61. package/dist-es/commands/DeleteReportCommand.js +1 -0
  62. package/dist-es/commands/DeleteReportGroupCommand.js +1 -0
  63. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
  64. package/dist-es/commands/DeleteSourceCredentialsCommand.js +1 -0
  65. package/dist-es/commands/DeleteWebhookCommand.js +1 -0
  66. package/dist-es/commands/DescribeCodeCoveragesCommand.js +1 -0
  67. package/dist-es/commands/DescribeTestCasesCommand.js +1 -0
  68. package/dist-es/commands/GetReportGroupTrendCommand.js +1 -0
  69. package/dist-es/commands/GetResourcePolicyCommand.js +1 -0
  70. package/dist-es/commands/ImportSourceCredentialsCommand.js +1 -0
  71. package/dist-es/commands/InvalidateProjectCacheCommand.js +1 -0
  72. package/dist-es/commands/ListBuildBatchesCommand.js +1 -0
  73. package/dist-es/commands/ListBuildBatchesForProjectCommand.js +1 -0
  74. package/dist-es/commands/ListBuildsCommand.js +1 -0
  75. package/dist-es/commands/ListBuildsForProjectCommand.js +1 -0
  76. package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +1 -0
  77. package/dist-es/commands/ListProjectsCommand.js +1 -0
  78. package/dist-es/commands/ListReportGroupsCommand.js +1 -0
  79. package/dist-es/commands/ListReportsCommand.js +1 -0
  80. package/dist-es/commands/ListReportsForReportGroupCommand.js +1 -0
  81. package/dist-es/commands/ListSharedProjectsCommand.js +1 -0
  82. package/dist-es/commands/ListSharedReportGroupsCommand.js +1 -0
  83. package/dist-es/commands/ListSourceCredentialsCommand.js +1 -0
  84. package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
  85. package/dist-es/commands/RetryBuildBatchCommand.js +1 -0
  86. package/dist-es/commands/RetryBuildCommand.js +1 -0
  87. package/dist-es/commands/StartBuildBatchCommand.js +1 -0
  88. package/dist-es/commands/StartBuildCommand.js +1 -0
  89. package/dist-es/commands/StopBuildBatchCommand.js +1 -0
  90. package/dist-es/commands/StopBuildCommand.js +1 -0
  91. package/dist-es/commands/UpdateProjectCommand.js +1 -0
  92. package/dist-es/commands/UpdateProjectVisibilityCommand.js +1 -0
  93. package/dist-es/commands/UpdateReportGroupCommand.js +1 -0
  94. package/dist-es/commands/UpdateWebhookCommand.js +1 -0
  95. package/dist-es/index.js +2 -2
  96. package/dist-es/models/CodeBuildServiceException.js +1 -0
  97. package/dist-types/CodeBuildClient.d.ts +3 -3
  98. package/dist-types/commands/BatchDeleteBuildsCommand.d.ts +4 -0
  99. package/dist-types/commands/BatchGetBuildBatchesCommand.d.ts +4 -0
  100. package/dist-types/commands/BatchGetBuildsCommand.d.ts +4 -0
  101. package/dist-types/commands/BatchGetProjectsCommand.d.ts +4 -0
  102. package/dist-types/commands/BatchGetReportGroupsCommand.d.ts +4 -0
  103. package/dist-types/commands/BatchGetReportsCommand.d.ts +4 -0
  104. package/dist-types/commands/CreateProjectCommand.d.ts +4 -0
  105. package/dist-types/commands/CreateReportGroupCommand.d.ts +4 -0
  106. package/dist-types/commands/CreateWebhookCommand.d.ts +4 -0
  107. package/dist-types/commands/DeleteBuildBatchCommand.d.ts +4 -0
  108. package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
  109. package/dist-types/commands/DeleteReportCommand.d.ts +4 -0
  110. package/dist-types/commands/DeleteReportGroupCommand.d.ts +4 -0
  111. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  112. package/dist-types/commands/DeleteSourceCredentialsCommand.d.ts +4 -0
  113. package/dist-types/commands/DeleteWebhookCommand.d.ts +4 -0
  114. package/dist-types/commands/DescribeCodeCoveragesCommand.d.ts +4 -0
  115. package/dist-types/commands/DescribeTestCasesCommand.d.ts +4 -0
  116. package/dist-types/commands/GetReportGroupTrendCommand.d.ts +4 -0
  117. package/dist-types/commands/GetResourcePolicyCommand.d.ts +4 -0
  118. package/dist-types/commands/ImportSourceCredentialsCommand.d.ts +4 -0
  119. package/dist-types/commands/InvalidateProjectCacheCommand.d.ts +4 -0
  120. package/dist-types/commands/ListBuildBatchesCommand.d.ts +4 -0
  121. package/dist-types/commands/ListBuildBatchesForProjectCommand.d.ts +4 -0
  122. package/dist-types/commands/ListBuildsCommand.d.ts +4 -0
  123. package/dist-types/commands/ListBuildsForProjectCommand.d.ts +4 -0
  124. package/dist-types/commands/ListCuratedEnvironmentImagesCommand.d.ts +4 -0
  125. package/dist-types/commands/ListProjectsCommand.d.ts +4 -0
  126. package/dist-types/commands/ListReportGroupsCommand.d.ts +4 -0
  127. package/dist-types/commands/ListReportsCommand.d.ts +4 -0
  128. package/dist-types/commands/ListReportsForReportGroupCommand.d.ts +4 -0
  129. package/dist-types/commands/ListSharedProjectsCommand.d.ts +4 -0
  130. package/dist-types/commands/ListSharedReportGroupsCommand.d.ts +4 -0
  131. package/dist-types/commands/ListSourceCredentialsCommand.d.ts +4 -0
  132. package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
  133. package/dist-types/commands/RetryBuildBatchCommand.d.ts +4 -0
  134. package/dist-types/commands/RetryBuildCommand.d.ts +4 -0
  135. package/dist-types/commands/StartBuildBatchCommand.d.ts +4 -0
  136. package/dist-types/commands/StartBuildCommand.d.ts +4 -0
  137. package/dist-types/commands/StopBuildBatchCommand.d.ts +4 -0
  138. package/dist-types/commands/StopBuildCommand.d.ts +4 -0
  139. package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
  140. package/dist-types/commands/UpdateProjectVisibilityCommand.d.ts +4 -0
  141. package/dist-types/commands/UpdateReportGroupCommand.d.ts +4 -0
  142. package/dist-types/commands/UpdateWebhookCommand.d.ts +4 -0
  143. package/dist-types/index.d.ts +17 -2
  144. package/dist-types/models/CodeBuildServiceException.d.ts +1 -0
  145. package/dist-types/ts3.4/CodeBuildClient.d.ts +3 -3
  146. package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +1 -0
  175. package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +1 -0
  176. package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +1 -0
  177. package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +1 -0
  178. package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +1 -0
  179. package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +1 -0
  180. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  181. package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +1 -0
  182. package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +1 -0
  183. package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +1 -0
  184. package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +1 -0
  185. package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +1 -0
  186. package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +1 -0
  187. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -0
  188. package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +1 -0
  189. package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +1 -0
  190. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +1 -0
  191. package/dist-types/ts3.4/index.d.ts +2 -2
  192. package/dist-types/ts3.4/models/CodeBuildServiceException.d.ts +1 -0
  193. package/package.json +28 -28
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,21 @@
1
- export * from "./CodeBuild";
1
+ /**
2
+ * <fullname>CodeBuild</fullname>
3
+ * <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code,
4
+ * runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the
5
+ * need to provision, manage, and scale your own build servers. It provides prepackaged
6
+ * build environments for the most popular programming languages and build tools, such as
7
+ * Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild
8
+ * to use your own build tools. CodeBuild scales automatically to meet peak build requests. You
9
+ * pay only for the build time you consume. For more information about CodeBuild, see the <i>
10
+ * <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild User
11
+ * Guide</a>.</i>
12
+ * </p>
13
+ *
14
+ * @packageDocumentation
15
+ */
2
16
  export * from "./CodeBuildClient";
17
+ export * from "./CodeBuild";
3
18
  export * from "./commands";
4
- export * from "./models";
5
19
  export * from "./pagination";
20
+ export * from "./models";
6
21
  export { CodeBuildServiceException } from "./models/CodeBuildServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -231,6 +231,7 @@ import {
231
231
  ClientResolvedEndpointParameters,
232
232
  EndpointParameters,
233
233
  } from "./endpoint/EndpointParameters";
234
+ export { __Client };
234
235
  export type ServiceInputTypes =
235
236
  | BatchDeleteBuildsCommandInput
236
237
  | BatchGetBuildBatchesCommandInput
@@ -347,7 +348,7 @@ export interface ClientDefaults
347
348
  logger?: __Logger;
348
349
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
349
350
  }
350
- type CodeBuildClientConfigType = Partial<
351
+ export type CodeBuildClientConfigType = Partial<
351
352
  __SmithyConfiguration<__HttpHandlerOptions>
352
353
  > &
353
354
  ClientDefaults &
@@ -359,7 +360,7 @@ type CodeBuildClientConfigType = Partial<
359
360
  UserAgentInputConfig &
360
361
  ClientInputEndpointParameters;
361
362
  export interface CodeBuildClientConfig extends CodeBuildClientConfigType {}
362
- type CodeBuildClientResolvedConfigType =
363
+ export type CodeBuildClientResolvedConfigType =
363
364
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
364
365
  Required<ClientDefaults> &
365
366
  RegionResolvedConfig &
@@ -381,4 +382,3 @@ export declare class CodeBuildClient extends __Client<
381
382
  constructor(configuration: CodeBuildClientConfig);
382
383
  destroy(): void;
383
384
  }
384
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  BatchDeleteBuildsInput,
16
16
  BatchDeleteBuildsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchDeleteBuildsCommandInput extends BatchDeleteBuildsInput {}
19
20
  export interface BatchDeleteBuildsCommandOutput
20
21
  extends BatchDeleteBuildsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetBuildBatchesInput,
16
16
  BatchGetBuildBatchesOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetBuildBatchesCommandInput
19
20
  extends BatchGetBuildBatchesInput {}
20
21
  export interface BatchGetBuildBatchesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeBuildClient";
14
14
  import { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface BatchGetBuildsCommandInput extends BatchGetBuildsInput {}
16
17
  export interface BatchGetBuildsCommandOutput
17
18
  extends BatchGetBuildsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetProjectsInput,
16
16
  BatchGetProjectsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetProjectsCommandInput extends BatchGetProjectsInput {}
19
20
  export interface BatchGetProjectsCommandOutput
20
21
  extends BatchGetProjectsOutput,
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetReportGroupsInput,
16
16
  BatchGetReportGroupsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetReportGroupsCommandInput
19
20
  extends BatchGetReportGroupsInput {}
20
21
  export interface BatchGetReportGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchGetReportsInput,
16
16
  BatchGetReportsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchGetReportsCommandInput extends BatchGetReportsInput {}
19
20
  export interface BatchGetReportsCommandOutput
20
21
  extends BatchGetReportsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeBuildClient";
14
14
  import { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateProjectCommandInput extends CreateProjectInput {}
16
17
  export interface CreateProjectCommandOutput
17
18
  extends CreateProjectOutput,
@@ -15,6 +15,7 @@ import {
15
15
  CreateReportGroupInput,
16
16
  CreateReportGroupOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateReportGroupCommandInput extends CreateReportGroupInput {}
19
20
  export interface CreateReportGroupCommandOutput
20
21
  extends CreateReportGroupOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeBuildClient";
14
14
  import { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateWebhookCommandInput extends CreateWebhookInput {}
16
17
  export interface CreateWebhookCommandOutput
17
18
  extends CreateWebhookOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteBuildBatchInput,
16
16
  DeleteBuildBatchOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteBuildBatchCommandInput extends DeleteBuildBatchInput {}
19
20
  export interface DeleteBuildBatchCommandOutput
20
21
  extends DeleteBuildBatchOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeBuildClient";
14
14
  import { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteProjectCommandInput extends DeleteProjectInput {}
16
17
  export interface DeleteProjectCommandOutput
17
18
  extends DeleteProjectOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CodeBuildClient";
14
14
  import { DeleteReportInput, DeleteReportOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteReportCommandInput extends DeleteReportInput {}
16
17
  export interface DeleteReportCommandOutput
17
18
  extends DeleteReportOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteReportGroupInput,
16
16
  DeleteReportGroupOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteReportGroupCommandInput extends DeleteReportGroupInput {}
19
20
  export interface DeleteReportGroupCommandOutput
20
21
  extends DeleteReportGroupOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteResourcePolicyInput,
16
16
  DeleteResourcePolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteResourcePolicyCommandInput
19
20
  extends DeleteResourcePolicyInput {}
20
21
  export interface DeleteResourcePolicyCommandOutput