@aws-sdk/client-codebuild 3.181.0 → 3.183.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.
- package/CHANGELOG.md +8 -0
- package/dist-es/CodeBuild.js +182 -189
- package/dist-es/CodeBuildClient.js +22 -28
- package/dist-es/commands/BatchDeleteBuildsCommand.js +21 -28
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +21 -28
- package/dist-es/commands/BatchGetBuildsCommand.js +21 -28
- package/dist-es/commands/BatchGetProjectsCommand.js +21 -28
- package/dist-es/commands/BatchGetReportGroupsCommand.js +21 -28
- package/dist-es/commands/BatchGetReportsCommand.js +21 -28
- package/dist-es/commands/CreateProjectCommand.js +21 -28
- package/dist-es/commands/CreateReportGroupCommand.js +21 -28
- package/dist-es/commands/CreateWebhookCommand.js +21 -28
- package/dist-es/commands/DeleteBuildBatchCommand.js +21 -28
- package/dist-es/commands/DeleteProjectCommand.js +21 -28
- package/dist-es/commands/DeleteReportCommand.js +21 -28
- package/dist-es/commands/DeleteReportGroupCommand.js +21 -28
- package/dist-es/commands/DeleteResourcePolicyCommand.js +21 -28
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +21 -28
- package/dist-es/commands/DeleteWebhookCommand.js +21 -28
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +21 -28
- package/dist-es/commands/DescribeTestCasesCommand.js +21 -28
- package/dist-es/commands/GetReportGroupTrendCommand.js +21 -28
- package/dist-es/commands/GetResourcePolicyCommand.js +21 -28
- package/dist-es/commands/ImportSourceCredentialsCommand.js +21 -28
- package/dist-es/commands/InvalidateProjectCacheCommand.js +21 -28
- package/dist-es/commands/ListBuildBatchesCommand.js +21 -28
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +21 -28
- package/dist-es/commands/ListBuildsCommand.js +21 -28
- package/dist-es/commands/ListBuildsForProjectCommand.js +21 -28
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +21 -28
- package/dist-es/commands/ListProjectsCommand.js +21 -28
- package/dist-es/commands/ListReportGroupsCommand.js +21 -28
- package/dist-es/commands/ListReportsCommand.js +21 -28
- package/dist-es/commands/ListReportsForReportGroupCommand.js +21 -28
- package/dist-es/commands/ListSharedProjectsCommand.js +21 -28
- package/dist-es/commands/ListSharedReportGroupsCommand.js +21 -28
- package/dist-es/commands/ListSourceCredentialsCommand.js +21 -28
- package/dist-es/commands/PutResourcePolicyCommand.js +21 -28
- package/dist-es/commands/RetryBuildBatchCommand.js +21 -28
- package/dist-es/commands/RetryBuildCommand.js +21 -28
- package/dist-es/commands/StartBuildBatchCommand.js +21 -28
- package/dist-es/commands/StartBuildCommand.js +21 -28
- package/dist-es/commands/StopBuildBatchCommand.js +21 -28
- package/dist-es/commands/StopBuildCommand.js +21 -28
- package/dist-es/commands/UpdateProjectCommand.js +21 -28
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +21 -28
- package/dist-es/commands/UpdateReportGroupCommand.js +21 -28
- package/dist-es/commands/UpdateWebhookCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CodeBuildServiceException.js +5 -10
- package/dist-es/models/models_0.js +485 -199
- package/dist-es/pagination/DescribeCodeCoveragesPaginator.js +25 -68
- package/dist-es/pagination/DescribeTestCasesPaginator.js +25 -68
- package/dist-es/pagination/ListBuildBatchesForProjectPaginator.js +25 -68
- package/dist-es/pagination/ListBuildBatchesPaginator.js +25 -68
- package/dist-es/pagination/ListBuildsForProjectPaginator.js +24 -67
- package/dist-es/pagination/ListBuildsPaginator.js +24 -67
- package/dist-es/pagination/ListProjectsPaginator.js +24 -67
- package/dist-es/pagination/ListReportGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListReportsForReportGroupPaginator.js +25 -68
- package/dist-es/pagination/ListReportsPaginator.js +25 -68
- package/dist-es/pagination/ListSharedProjectsPaginator.js +25 -68
- package/dist-es/pagination/ListSharedReportGroupsPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +3001 -3597
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codebuild
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
|
|
7
15
|
|
|
8
16
|
|