@aws-sdk/client-codebuild 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/CodeBuild.js +0 -13
- package/dist-cjs/CodeBuildClient.js +0 -18
- package/dist-cjs/commands/BatchDeleteBuildsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +0 -24
- package/dist-cjs/commands/BatchGetBuildsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetProjectsCommand.js +0 -24
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +0 -26
- package/dist-cjs/commands/BatchGetReportsCommand.js +0 -26
- package/dist-cjs/commands/CreateProjectCommand.js +0 -24
- package/dist-cjs/commands/CreateReportGroupCommand.js +0 -26
- package/dist-cjs/commands/CreateWebhookCommand.js +0 -34
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/DeleteProjectCommand.js +0 -25
- package/dist-cjs/commands/DeleteReportCommand.js +0 -26
- package/dist-cjs/commands/DeleteReportGroupCommand.js +0 -24
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +0 -24
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +0 -24
- package/dist-cjs/commands/DeleteWebhookCommand.js +0 -26
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +0 -24
- package/dist-cjs/commands/DescribeTestCasesCommand.js +0 -26
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +0 -24
- package/dist-cjs/commands/GetResourcePolicyCommand.js +0 -24
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +0 -25
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +0 -24
- package/dist-cjs/commands/ListBuildBatchesCommand.js +0 -24
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +0 -24
- package/dist-cjs/commands/ListBuildsCommand.js +0 -24
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +0 -25
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +0 -24
- package/dist-cjs/commands/ListProjectsCommand.js +0 -25
- package/dist-cjs/commands/ListReportGroupsCommand.js +0 -26
- package/dist-cjs/commands/ListReportsCommand.js +0 -26
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +0 -26
- package/dist-cjs/commands/ListSharedProjectsCommand.js +0 -24
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +0 -24
- package/dist-cjs/commands/PutResourcePolicyCommand.js +0 -25
- package/dist-cjs/commands/RetryBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/RetryBuildCommand.js +0 -24
- package/dist-cjs/commands/StartBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/StartBuildCommand.js +0 -24
- package/dist-cjs/commands/StopBuildBatchCommand.js +0 -24
- package/dist-cjs/commands/StopBuildCommand.js +0 -24
- package/dist-cjs/commands/UpdateProjectCommand.js +0 -24
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +0 -61
- package/dist-cjs/commands/UpdateReportGroupCommand.js +0 -26
- package/dist-cjs/commands/UpdateWebhookCommand.js +0 -28
- package/dist-cjs/commands/index.js +48 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -60
- package/dist-cjs/models/models_0.js +0 -444
- package/dist-cjs/pagination/DescribeCodeCoveragesPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeTestCasesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildBatchesForProjectPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildBatchesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildsForProjectPaginator.js +0 -10
- package/dist-cjs/pagination/ListBuildsPaginator.js +0 -10
- package/dist-cjs/pagination/ListProjectsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportsForReportGroupPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSharedProjectsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSharedReportGroupsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +45 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -60
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +45 -0
- package/dist-types/index.d.ts +4 -60
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/CodeBuild.d.ts +46 -225
- package/dist-types/ts3.4/CodeBuildClient.d.ts +24 -99
- package/dist-types/ts3.4/commands/BatchDeleteBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetBuildBatchesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetProjectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchGetReportGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchGetReportsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/DeleteBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteReportCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteReportGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSourceCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeCodeCoveragesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTestCasesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetReportGroupTrendCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ImportSourceCredentialsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/InvalidateProjectCacheCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildBatchesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildBatchesForProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBuildsForProjectCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCuratedEnvironmentImagesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListReportGroupsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListReportsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListReportsForReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListSharedProjectsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSharedReportGroupsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListSourceCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/RetryBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RetryBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBuildBatchCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBuildCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateProjectVisibilityCommand.d.ts +2 -57
- package/dist-types/ts3.4/commands/UpdateReportGroupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/index.d.ts +45 -0
- package/dist-types/ts3.4/index.d.ts +4 -60
- package/dist-types/ts3.4/models/models_0.d.ts +768 -4566
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.