pub trait CodeBuild {
Show 44 methods
// Required methods
fn batch_delete_builds<'life0, 'async_trait>(
&'life0 self,
input: BatchDeleteBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteBuildsOutput, RusotoError<BatchDeleteBuildsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn batch_get_build_batches<'life0, 'async_trait>(
&'life0 self,
input: BatchGetBuildBatchesInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetBuildBatchesOutput, RusotoError<BatchGetBuildBatchesError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn batch_get_builds<'life0, 'async_trait>(
&'life0 self,
input: BatchGetBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetBuildsOutput, RusotoError<BatchGetBuildsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn batch_get_projects<'life0, 'async_trait>(
&'life0 self,
input: BatchGetProjectsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetProjectsOutput, RusotoError<BatchGetProjectsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn batch_get_report_groups<'life0, 'async_trait>(
&'life0 self,
input: BatchGetReportGroupsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetReportGroupsOutput, RusotoError<BatchGetReportGroupsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn batch_get_reports<'life0, 'async_trait>(
&'life0 self,
input: BatchGetReportsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetReportsOutput, RusotoError<BatchGetReportsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn create_project<'life0, 'async_trait>(
&'life0 self,
input: CreateProjectInput,
) -> Pin<Box<dyn Future<Output = Result<CreateProjectOutput, RusotoError<CreateProjectError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn create_report_group<'life0, 'async_trait>(
&'life0 self,
input: CreateReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<CreateReportGroupOutput, RusotoError<CreateReportGroupError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn create_webhook<'life0, 'async_trait>(
&'life0 self,
input: CreateWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<CreateWebhookOutput, RusotoError<CreateWebhookError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_build_batch<'life0, 'async_trait>(
&'life0 self,
input: DeleteBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteBuildBatchOutput, RusotoError<DeleteBuildBatchError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_project<'life0, 'async_trait>(
&'life0 self,
input: DeleteProjectInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteProjectOutput, RusotoError<DeleteProjectError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_report<'life0, 'async_trait>(
&'life0 self,
input: DeleteReportInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteReportOutput, RusotoError<DeleteReportError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_report_group<'life0, 'async_trait>(
&'life0 self,
input: DeleteReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteReportGroupOutput, RusotoError<DeleteReportGroupError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: DeleteResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteResourcePolicyOutput, RusotoError<DeleteResourcePolicyError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_source_credentials<'life0, 'async_trait>(
&'life0 self,
input: DeleteSourceCredentialsInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteSourceCredentialsOutput, RusotoError<DeleteSourceCredentialsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_webhook<'life0, 'async_trait>(
&'life0 self,
input: DeleteWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteWebhookOutput, RusotoError<DeleteWebhookError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn describe_code_coverages<'life0, 'async_trait>(
&'life0 self,
input: DescribeCodeCoveragesInput,
) -> Pin<Box<dyn Future<Output = Result<DescribeCodeCoveragesOutput, RusotoError<DescribeCodeCoveragesError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn describe_test_cases<'life0, 'async_trait>(
&'life0 self,
input: DescribeTestCasesInput,
) -> Pin<Box<dyn Future<Output = Result<DescribeTestCasesOutput, RusotoError<DescribeTestCasesError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_report_group_trend<'life0, 'async_trait>(
&'life0 self,
input: GetReportGroupTrendInput,
) -> Pin<Box<dyn Future<Output = Result<GetReportGroupTrendOutput, RusotoError<GetReportGroupTrendError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: GetResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<GetResourcePolicyOutput, RusotoError<GetResourcePolicyError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn import_source_credentials<'life0, 'async_trait>(
&'life0 self,
input: ImportSourceCredentialsInput,
) -> Pin<Box<dyn Future<Output = Result<ImportSourceCredentialsOutput, RusotoError<ImportSourceCredentialsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn invalidate_project_cache<'life0, 'async_trait>(
&'life0 self,
input: InvalidateProjectCacheInput,
) -> Pin<Box<dyn Future<Output = Result<InvalidateProjectCacheOutput, RusotoError<InvalidateProjectCacheError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_build_batches<'life0, 'async_trait>(
&'life0 self,
input: ListBuildBatchesInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildBatchesOutput, RusotoError<ListBuildBatchesError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_build_batches_for_project<'life0, 'async_trait>(
&'life0 self,
input: ListBuildBatchesForProjectInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildBatchesForProjectOutput, RusotoError<ListBuildBatchesForProjectError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_builds<'life0, 'async_trait>(
&'life0 self,
input: ListBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildsOutput, RusotoError<ListBuildsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_builds_for_project<'life0, 'async_trait>(
&'life0 self,
input: ListBuildsForProjectInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildsForProjectOutput, RusotoError<ListBuildsForProjectError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_curated_environment_images<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<ListCuratedEnvironmentImagesOutput, RusotoError<ListCuratedEnvironmentImagesError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_projects<'life0, 'async_trait>(
&'life0 self,
input: ListProjectsInput,
) -> Pin<Box<dyn Future<Output = Result<ListProjectsOutput, RusotoError<ListProjectsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_report_groups<'life0, 'async_trait>(
&'life0 self,
input: ListReportGroupsInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportGroupsOutput, RusotoError<ListReportGroupsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_reports<'life0, 'async_trait>(
&'life0 self,
input: ListReportsInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportsOutput, RusotoError<ListReportsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_reports_for_report_group<'life0, 'async_trait>(
&'life0 self,
input: ListReportsForReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportsForReportGroupOutput, RusotoError<ListReportsForReportGroupError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_shared_projects<'life0, 'async_trait>(
&'life0 self,
input: ListSharedProjectsInput,
) -> Pin<Box<dyn Future<Output = Result<ListSharedProjectsOutput, RusotoError<ListSharedProjectsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_shared_report_groups<'life0, 'async_trait>(
&'life0 self,
input: ListSharedReportGroupsInput,
) -> Pin<Box<dyn Future<Output = Result<ListSharedReportGroupsOutput, RusotoError<ListSharedReportGroupsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_source_credentials<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<ListSourceCredentialsOutput, RusotoError<ListSourceCredentialsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn put_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: PutResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<PutResourcePolicyOutput, RusotoError<PutResourcePolicyError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn retry_build<'life0, 'async_trait>(
&'life0 self,
input: RetryBuildInput,
) -> Pin<Box<dyn Future<Output = Result<RetryBuildOutput, RusotoError<RetryBuildError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn retry_build_batch<'life0, 'async_trait>(
&'life0 self,
input: RetryBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<RetryBuildBatchOutput, RusotoError<RetryBuildBatchError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn start_build<'life0, 'async_trait>(
&'life0 self,
input: StartBuildInput,
) -> Pin<Box<dyn Future<Output = Result<StartBuildOutput, RusotoError<StartBuildError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn start_build_batch<'life0, 'async_trait>(
&'life0 self,
input: StartBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<StartBuildBatchOutput, RusotoError<StartBuildBatchError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn stop_build<'life0, 'async_trait>(
&'life0 self,
input: StopBuildInput,
) -> Pin<Box<dyn Future<Output = Result<StopBuildOutput, RusotoError<StopBuildError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn stop_build_batch<'life0, 'async_trait>(
&'life0 self,
input: StopBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<StopBuildBatchOutput, RusotoError<StopBuildBatchError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn update_project<'life0, 'async_trait>(
&'life0 self,
input: UpdateProjectInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateProjectOutput, RusotoError<UpdateProjectError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn update_report_group<'life0, 'async_trait>(
&'life0 self,
input: UpdateReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateReportGroupOutput, RusotoError<UpdateReportGroupError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn update_webhook<'life0, 'async_trait>(
&'life0 self,
input: UpdateWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateWebhookOutput, RusotoError<UpdateWebhookError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}
Expand description
Trait representing the capabilities of the AWS CodeBuild API. AWS CodeBuild clients implement this trait.
Required Methods§
Sourcefn batch_delete_builds<'life0, 'async_trait>(
&'life0 self,
input: BatchDeleteBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteBuildsOutput, RusotoError<BatchDeleteBuildsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn batch_delete_builds<'life0, 'async_trait>(
&'life0 self,
input: BatchDeleteBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchDeleteBuildsOutput, RusotoError<BatchDeleteBuildsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Deletes one or more builds.
Sourcefn batch_get_build_batches<'life0, 'async_trait>(
&'life0 self,
input: BatchGetBuildBatchesInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetBuildBatchesOutput, RusotoError<BatchGetBuildBatchesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn batch_get_build_batches<'life0, 'async_trait>(
&'life0 self,
input: BatchGetBuildBatchesInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetBuildBatchesOutput, RusotoError<BatchGetBuildBatchesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Retrieves information about one or more batch builds.
Sourcefn batch_get_builds<'life0, 'async_trait>(
&'life0 self,
input: BatchGetBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetBuildsOutput, RusotoError<BatchGetBuildsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn batch_get_builds<'life0, 'async_trait>(
&'life0 self,
input: BatchGetBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetBuildsOutput, RusotoError<BatchGetBuildsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets information about one or more builds.
Sourcefn batch_get_projects<'life0, 'async_trait>(
&'life0 self,
input: BatchGetProjectsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetProjectsOutput, RusotoError<BatchGetProjectsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn batch_get_projects<'life0, 'async_trait>(
&'life0 self,
input: BatchGetProjectsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetProjectsOutput, RusotoError<BatchGetProjectsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets information about one or more build projects.
Sourcefn batch_get_report_groups<'life0, 'async_trait>(
&'life0 self,
input: BatchGetReportGroupsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetReportGroupsOutput, RusotoError<BatchGetReportGroupsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn batch_get_report_groups<'life0, 'async_trait>(
&'life0 self,
input: BatchGetReportGroupsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetReportGroupsOutput, RusotoError<BatchGetReportGroupsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns an array of report groups.
Sourcefn batch_get_reports<'life0, 'async_trait>(
&'life0 self,
input: BatchGetReportsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetReportsOutput, RusotoError<BatchGetReportsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn batch_get_reports<'life0, 'async_trait>(
&'life0 self,
input: BatchGetReportsInput,
) -> Pin<Box<dyn Future<Output = Result<BatchGetReportsOutput, RusotoError<BatchGetReportsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns an array of reports.
Sourcefn create_project<'life0, 'async_trait>(
&'life0 self,
input: CreateProjectInput,
) -> Pin<Box<dyn Future<Output = Result<CreateProjectOutput, RusotoError<CreateProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn create_project<'life0, 'async_trait>(
&'life0 self,
input: CreateProjectInput,
) -> Pin<Box<dyn Future<Output = Result<CreateProjectOutput, RusotoError<CreateProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Creates a build project.
Sourcefn create_report_group<'life0, 'async_trait>(
&'life0 self,
input: CreateReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<CreateReportGroupOutput, RusotoError<CreateReportGroupError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn create_report_group<'life0, 'async_trait>(
&'life0 self,
input: CreateReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<CreateReportGroupOutput, RusotoError<CreateReportGroupError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Creates a report group. A report group contains a collection of reports.
Sourcefn create_webhook<'life0, 'async_trait>(
&'life0 self,
input: CreateWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<CreateWebhookOutput, RusotoError<CreateWebhookError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn create_webhook<'life0, 'async_trait>(
&'life0 self,
input: CreateWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<CreateWebhookOutput, RusotoError<CreateWebhookError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
If you enable webhooks for an CodeBuild project, and the project is used as a build step in CodePipeline, then two identical builds are created for each commit. One build is triggered through webhooks, and one through CodePipeline. Because billing is on a per-build basis, you are billed for both builds. Therefore, if you are using CodePipeline, we recommend that you disable webhooks in CodeBuild. In the CodeBuild console, clear the Webhook box. For more information, see step 5 in Change a Build Project's Settings.
Sourcefn delete_build_batch<'life0, 'async_trait>(
&'life0 self,
input: DeleteBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteBuildBatchOutput, RusotoError<DeleteBuildBatchError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_build_batch<'life0, 'async_trait>(
&'life0 self,
input: DeleteBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteBuildBatchOutput, RusotoError<DeleteBuildBatchError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Deletes a batch build.
Sourcefn delete_project<'life0, 'async_trait>(
&'life0 self,
input: DeleteProjectInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteProjectOutput, RusotoError<DeleteProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_project<'life0, 'async_trait>(
&'life0 self,
input: DeleteProjectInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteProjectOutput, RusotoError<DeleteProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Deletes a build project. When you delete a project, its builds are not deleted.
Sourcefn delete_report<'life0, 'async_trait>(
&'life0 self,
input: DeleteReportInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteReportOutput, RusotoError<DeleteReportError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_report<'life0, 'async_trait>(
&'life0 self,
input: DeleteReportInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteReportOutput, RusotoError<DeleteReportError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Deletes a report.
Sourcefn delete_report_group<'life0, 'async_trait>(
&'life0 self,
input: DeleteReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteReportGroupOutput, RusotoError<DeleteReportGroupError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_report_group<'life0, 'async_trait>(
&'life0 self,
input: DeleteReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteReportGroupOutput, RusotoError<DeleteReportGroupError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Deletes a report group. Before you delete a report group, you must delete its reports.
Sourcefn delete_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: DeleteResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteResourcePolicyOutput, RusotoError<DeleteResourcePolicyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: DeleteResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteResourcePolicyOutput, RusotoError<DeleteResourcePolicyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Deletes a resource policy that is identified by its resource ARN.
Sourcefn delete_source_credentials<'life0, 'async_trait>(
&'life0 self,
input: DeleteSourceCredentialsInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteSourceCredentialsOutput, RusotoError<DeleteSourceCredentialsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_source_credentials<'life0, 'async_trait>(
&'life0 self,
input: DeleteSourceCredentialsInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteSourceCredentialsOutput, RusotoError<DeleteSourceCredentialsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.
Sourcefn delete_webhook<'life0, 'async_trait>(
&'life0 self,
input: DeleteWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteWebhookOutput, RusotoError<DeleteWebhookError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_webhook<'life0, 'async_trait>(
&'life0 self,
input: DeleteWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<DeleteWebhookOutput, RusotoError<DeleteWebhookError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
Sourcefn describe_code_coverages<'life0, 'async_trait>(
&'life0 self,
input: DescribeCodeCoveragesInput,
) -> Pin<Box<dyn Future<Output = Result<DescribeCodeCoveragesOutput, RusotoError<DescribeCodeCoveragesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn describe_code_coverages<'life0, 'async_trait>(
&'life0 self,
input: DescribeCodeCoveragesInput,
) -> Pin<Box<dyn Future<Output = Result<DescribeCodeCoveragesOutput, RusotoError<DescribeCodeCoveragesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Retrieves one or more code coverage reports.
Sourcefn describe_test_cases<'life0, 'async_trait>(
&'life0 self,
input: DescribeTestCasesInput,
) -> Pin<Box<dyn Future<Output = Result<DescribeTestCasesOutput, RusotoError<DescribeTestCasesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn describe_test_cases<'life0, 'async_trait>(
&'life0 self,
input: DescribeTestCasesInput,
) -> Pin<Box<dyn Future<Output = Result<DescribeTestCasesOutput, RusotoError<DescribeTestCasesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns a list of details about test cases for a report.
Sourcefn get_report_group_trend<'life0, 'async_trait>(
&'life0 self,
input: GetReportGroupTrendInput,
) -> Pin<Box<dyn Future<Output = Result<GetReportGroupTrendOutput, RusotoError<GetReportGroupTrendError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_report_group_trend<'life0, 'async_trait>(
&'life0 self,
input: GetReportGroupTrendInput,
) -> Pin<Box<dyn Future<Output = Result<GetReportGroupTrendOutput, RusotoError<GetReportGroupTrendError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Analyzes and accumulates test report values for the specified test reports.
Sourcefn get_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: GetResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<GetResourcePolicyOutput, RusotoError<GetResourcePolicyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: GetResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<GetResourcePolicyOutput, RusotoError<GetResourcePolicyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a resource policy that is identified by its resource ARN.
Sourcefn import_source_credentials<'life0, 'async_trait>(
&'life0 self,
input: ImportSourceCredentialsInput,
) -> Pin<Box<dyn Future<Output = Result<ImportSourceCredentialsOutput, RusotoError<ImportSourceCredentialsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn import_source_credentials<'life0, 'async_trait>(
&'life0 self,
input: ImportSourceCredentialsInput,
) -> Pin<Box<dyn Future<Output = Result<ImportSourceCredentialsOutput, RusotoError<ImportSourceCredentialsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.
Sourcefn invalidate_project_cache<'life0, 'async_trait>(
&'life0 self,
input: InvalidateProjectCacheInput,
) -> Pin<Box<dyn Future<Output = Result<InvalidateProjectCacheOutput, RusotoError<InvalidateProjectCacheError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn invalidate_project_cache<'life0, 'async_trait>(
&'life0 self,
input: InvalidateProjectCacheInput,
) -> Pin<Box<dyn Future<Output = Result<InvalidateProjectCacheOutput, RusotoError<InvalidateProjectCacheError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Resets the cache for a project.
Sourcefn list_build_batches<'life0, 'async_trait>(
&'life0 self,
input: ListBuildBatchesInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildBatchesOutput, RusotoError<ListBuildBatchesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_build_batches<'life0, 'async_trait>(
&'life0 self,
input: ListBuildBatchesInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildBatchesOutput, RusotoError<ListBuildBatchesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Retrieves the identifiers of your build batches in the current region.
Sourcefn list_build_batches_for_project<'life0, 'async_trait>(
&'life0 self,
input: ListBuildBatchesForProjectInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildBatchesForProjectOutput, RusotoError<ListBuildBatchesForProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_build_batches_for_project<'life0, 'async_trait>(
&'life0 self,
input: ListBuildBatchesForProjectInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildBatchesForProjectOutput, RusotoError<ListBuildBatchesForProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Retrieves the identifiers of the build batches for a specific project.
Sourcefn list_builds<'life0, 'async_trait>(
&'life0 self,
input: ListBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildsOutput, RusotoError<ListBuildsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_builds<'life0, 'async_trait>(
&'life0 self,
input: ListBuildsInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildsOutput, RusotoError<ListBuildsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a list of build IDs, with each build ID representing a single build.
Sourcefn list_builds_for_project<'life0, 'async_trait>(
&'life0 self,
input: ListBuildsForProjectInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildsForProjectOutput, RusotoError<ListBuildsForProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_builds_for_project<'life0, 'async_trait>(
&'life0 self,
input: ListBuildsForProjectInput,
) -> Pin<Box<dyn Future<Output = Result<ListBuildsForProjectOutput, RusotoError<ListBuildsForProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a list of build identifiers for the specified build project, with each build identifier representing a single build.
Sourcefn list_curated_environment_images<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<ListCuratedEnvironmentImagesOutput, RusotoError<ListCuratedEnvironmentImagesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_curated_environment_images<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<ListCuratedEnvironmentImagesOutput, RusotoError<ListCuratedEnvironmentImagesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets information about Docker images that are managed by CodeBuild.
Sourcefn list_projects<'life0, 'async_trait>(
&'life0 self,
input: ListProjectsInput,
) -> Pin<Box<dyn Future<Output = Result<ListProjectsOutput, RusotoError<ListProjectsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_projects<'life0, 'async_trait>(
&'life0 self,
input: ListProjectsInput,
) -> Pin<Box<dyn Future<Output = Result<ListProjectsOutput, RusotoError<ListProjectsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a list of build project names, with each build project name representing a single build project.
Sourcefn list_report_groups<'life0, 'async_trait>(
&'life0 self,
input: ListReportGroupsInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportGroupsOutput, RusotoError<ListReportGroupsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_report_groups<'life0, 'async_trait>(
&'life0 self,
input: ListReportGroupsInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportGroupsOutput, RusotoError<ListReportGroupsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a list ARNs for the report groups in the current Amazon Web Services account.
Sourcefn list_reports<'life0, 'async_trait>(
&'life0 self,
input: ListReportsInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportsOutput, RusotoError<ListReportsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_reports<'life0, 'async_trait>(
&'life0 self,
input: ListReportsInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportsOutput, RusotoError<ListReportsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns a list of ARNs for the reports in the current Amazon Web Services account.
Sourcefn list_reports_for_report_group<'life0, 'async_trait>(
&'life0 self,
input: ListReportsForReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportsForReportGroupOutput, RusotoError<ListReportsForReportGroupError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_reports_for_report_group<'life0, 'async_trait>(
&'life0 self,
input: ListReportsForReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<ListReportsForReportGroupOutput, RusotoError<ListReportsForReportGroupError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns a list of ARNs for the reports that belong to a ReportGroup
.
Gets a list of projects that are shared with other Amazon Web Services accounts or users.
Gets a list of report groups that are shared with other Amazon Web Services accounts or users.
Sourcefn list_source_credentials<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<ListSourceCredentialsOutput, RusotoError<ListSourceCredentialsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_source_credentials<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<ListSourceCredentialsOutput, RusotoError<ListSourceCredentialsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns a list of SourceCredentialsInfo
objects.
Sourcefn put_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: PutResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<PutResourcePolicyOutput, RusotoError<PutResourcePolicyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn put_resource_policy<'life0, 'async_trait>(
&'life0 self,
input: PutResourcePolicyInput,
) -> Pin<Box<dyn Future<Output = Result<PutResourcePolicyOutput, RusotoError<PutResourcePolicyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Stores a resource policy for the ARN of a Project
or ReportGroup
object.
Sourcefn retry_build<'life0, 'async_trait>(
&'life0 self,
input: RetryBuildInput,
) -> Pin<Box<dyn Future<Output = Result<RetryBuildOutput, RusotoError<RetryBuildError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn retry_build<'life0, 'async_trait>(
&'life0 self,
input: RetryBuildInput,
) -> Pin<Box<dyn Future<Output = Result<RetryBuildOutput, RusotoError<RetryBuildError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Restarts a build.
Sourcefn retry_build_batch<'life0, 'async_trait>(
&'life0 self,
input: RetryBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<RetryBuildBatchOutput, RusotoError<RetryBuildBatchError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn retry_build_batch<'life0, 'async_trait>(
&'life0 self,
input: RetryBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<RetryBuildBatchOutput, RusotoError<RetryBuildBatchError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Restarts a failed batch build. Only batch builds that have failed can be retried.
Sourcefn start_build<'life0, 'async_trait>(
&'life0 self,
input: StartBuildInput,
) -> Pin<Box<dyn Future<Output = Result<StartBuildOutput, RusotoError<StartBuildError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn start_build<'life0, 'async_trait>(
&'life0 self,
input: StartBuildInput,
) -> Pin<Box<dyn Future<Output = Result<StartBuildOutput, RusotoError<StartBuildError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Starts running a build.
Sourcefn start_build_batch<'life0, 'async_trait>(
&'life0 self,
input: StartBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<StartBuildBatchOutput, RusotoError<StartBuildBatchError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn start_build_batch<'life0, 'async_trait>(
&'life0 self,
input: StartBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<StartBuildBatchOutput, RusotoError<StartBuildBatchError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Starts a batch build for a project.
Sourcefn stop_build<'life0, 'async_trait>(
&'life0 self,
input: StopBuildInput,
) -> Pin<Box<dyn Future<Output = Result<StopBuildOutput, RusotoError<StopBuildError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn stop_build<'life0, 'async_trait>(
&'life0 self,
input: StopBuildInput,
) -> Pin<Box<dyn Future<Output = Result<StopBuildOutput, RusotoError<StopBuildError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Attempts to stop running a build.
Sourcefn stop_build_batch<'life0, 'async_trait>(
&'life0 self,
input: StopBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<StopBuildBatchOutput, RusotoError<StopBuildBatchError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn stop_build_batch<'life0, 'async_trait>(
&'life0 self,
input: StopBuildBatchInput,
) -> Pin<Box<dyn Future<Output = Result<StopBuildBatchOutput, RusotoError<StopBuildBatchError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Stops a running batch build.
Sourcefn update_project<'life0, 'async_trait>(
&'life0 self,
input: UpdateProjectInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateProjectOutput, RusotoError<UpdateProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn update_project<'life0, 'async_trait>(
&'life0 self,
input: UpdateProjectInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateProjectOutput, RusotoError<UpdateProjectError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Changes the settings of a build project.
Sourcefn update_report_group<'life0, 'async_trait>(
&'life0 self,
input: UpdateReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateReportGroupOutput, RusotoError<UpdateReportGroupError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn update_report_group<'life0, 'async_trait>(
&'life0 self,
input: UpdateReportGroupInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateReportGroupOutput, RusotoError<UpdateReportGroupError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Updates a report group.
Sourcefn update_webhook<'life0, 'async_trait>(
&'life0 self,
input: UpdateWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateWebhookOutput, RusotoError<UpdateWebhookError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn update_webhook<'life0, 'async_trait>(
&'life0 self,
input: UpdateWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<UpdateWebhookOutput, RusotoError<UpdateWebhookError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Updates the webhook associated with an CodeBuild build project.
If you use Bitbucket for your repository, rotateSecret
is ignored.