pub trait CodePipeline {
Show 37 methods
// Required methods
fn acknowledge_job<'life0, 'async_trait>(
&'life0 self,
input: AcknowledgeJobInput,
) -> Pin<Box<dyn Future<Output = Result<AcknowledgeJobOutput, RusotoError<AcknowledgeJobError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn acknowledge_third_party_job<'life0, 'async_trait>(
&'life0 self,
input: AcknowledgeThirdPartyJobInput,
) -> Pin<Box<dyn Future<Output = Result<AcknowledgeThirdPartyJobOutput, RusotoError<AcknowledgeThirdPartyJobError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn create_custom_action_type<'life0, 'async_trait>(
&'life0 self,
input: CreateCustomActionTypeInput,
) -> Pin<Box<dyn Future<Output = Result<CreateCustomActionTypeOutput, RusotoError<CreateCustomActionTypeError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn create_pipeline<'life0, 'async_trait>(
&'life0 self,
input: CreatePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<CreatePipelineOutput, RusotoError<CreatePipelineError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_custom_action_type<'life0, 'async_trait>(
&'life0 self,
input: DeleteCustomActionTypeInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCustomActionTypeError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn delete_pipeline<'life0, 'async_trait>(
&'life0 self,
input: DeletePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePipelineError>>> + 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 deregister_webhook_with_third_party<'life0, 'async_trait>(
&'life0 self,
input: DeregisterWebhookWithThirdPartyInput,
) -> Pin<Box<dyn Future<Output = Result<DeregisterWebhookWithThirdPartyOutput, RusotoError<DeregisterWebhookWithThirdPartyError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn disable_stage_transition<'life0, 'async_trait>(
&'life0 self,
input: DisableStageTransitionInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableStageTransitionError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn enable_stage_transition<'life0, 'async_trait>(
&'life0 self,
input: EnableStageTransitionInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableStageTransitionError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_job_details<'life0, 'async_trait>(
&'life0 self,
input: GetJobDetailsInput,
) -> Pin<Box<dyn Future<Output = Result<GetJobDetailsOutput, RusotoError<GetJobDetailsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_pipeline<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineOutput, RusotoError<GetPipelineError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineExecutionOutput, RusotoError<GetPipelineExecutionError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_pipeline_state<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineStateInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineStateOutput, RusotoError<GetPipelineStateError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_third_party_job_details<'life0, 'async_trait>(
&'life0 self,
input: GetThirdPartyJobDetailsInput,
) -> Pin<Box<dyn Future<Output = Result<GetThirdPartyJobDetailsOutput, RusotoError<GetThirdPartyJobDetailsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_action_executions<'life0, 'async_trait>(
&'life0 self,
input: ListActionExecutionsInput,
) -> Pin<Box<dyn Future<Output = Result<ListActionExecutionsOutput, RusotoError<ListActionExecutionsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_action_types<'life0, 'async_trait>(
&'life0 self,
input: ListActionTypesInput,
) -> Pin<Box<dyn Future<Output = Result<ListActionTypesOutput, RusotoError<ListActionTypesError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_pipeline_executions<'life0, 'async_trait>(
&'life0 self,
input: ListPipelineExecutionsInput,
) -> Pin<Box<dyn Future<Output = Result<ListPipelineExecutionsOutput, RusotoError<ListPipelineExecutionsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_pipelines<'life0, 'async_trait>(
&'life0 self,
input: ListPipelinesInput,
) -> Pin<Box<dyn Future<Output = Result<ListPipelinesOutput, RusotoError<ListPipelinesError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_tags_for_resource<'life0, 'async_trait>(
&'life0 self,
input: ListTagsForResourceInput,
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceOutput, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn list_webhooks<'life0, 'async_trait>(
&'life0 self,
input: ListWebhooksInput,
) -> Pin<Box<dyn Future<Output = Result<ListWebhooksOutput, RusotoError<ListWebhooksError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn poll_for_jobs<'life0, 'async_trait>(
&'life0 self,
input: PollForJobsInput,
) -> Pin<Box<dyn Future<Output = Result<PollForJobsOutput, RusotoError<PollForJobsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn poll_for_third_party_jobs<'life0, 'async_trait>(
&'life0 self,
input: PollForThirdPartyJobsInput,
) -> Pin<Box<dyn Future<Output = Result<PollForThirdPartyJobsOutput, RusotoError<PollForThirdPartyJobsError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn put_action_revision<'life0, 'async_trait>(
&'life0 self,
input: PutActionRevisionInput,
) -> Pin<Box<dyn Future<Output = Result<PutActionRevisionOutput, RusotoError<PutActionRevisionError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn put_approval_result<'life0, 'async_trait>(
&'life0 self,
input: PutApprovalResultInput,
) -> Pin<Box<dyn Future<Output = Result<PutApprovalResultOutput, RusotoError<PutApprovalResultError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn put_job_failure_result<'life0, 'async_trait>(
&'life0 self,
input: PutJobFailureResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobFailureResultError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn put_job_success_result<'life0, 'async_trait>(
&'life0 self,
input: PutJobSuccessResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobSuccessResultError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn put_third_party_job_failure_result<'life0, 'async_trait>(
&'life0 self,
input: PutThirdPartyJobFailureResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutThirdPartyJobFailureResultError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn put_third_party_job_success_result<'life0, 'async_trait>(
&'life0 self,
input: PutThirdPartyJobSuccessResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutThirdPartyJobSuccessResultError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn put_webhook<'life0, 'async_trait>(
&'life0 self,
input: PutWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<PutWebhookOutput, RusotoError<PutWebhookError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn register_webhook_with_third_party<'life0, 'async_trait>(
&'life0 self,
input: RegisterWebhookWithThirdPartyInput,
) -> Pin<Box<dyn Future<Output = Result<RegisterWebhookWithThirdPartyOutput, RusotoError<RegisterWebhookWithThirdPartyError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn retry_stage_execution<'life0, 'async_trait>(
&'life0 self,
input: RetryStageExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<RetryStageExecutionOutput, RusotoError<RetryStageExecutionError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn start_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: StartPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<StartPipelineExecutionOutput, RusotoError<StartPipelineExecutionError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn stop_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: StopPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<StopPipelineExecutionOutput, RusotoError<StopPipelineExecutionError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn tag_resource<'life0, 'async_trait>(
&'life0 self,
input: TagResourceInput,
) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn untag_resource<'life0, 'async_trait>(
&'life0 self,
input: UntagResourceInput,
) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn update_pipeline<'life0, 'async_trait>(
&'life0 self,
input: UpdatePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<UpdatePipelineOutput, RusotoError<UpdatePipelineError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}
Expand description
Trait representing the capabilities of the CodePipeline API. CodePipeline clients implement this trait.
Required Methods§
Sourcefn acknowledge_job<'life0, 'async_trait>(
&'life0 self,
input: AcknowledgeJobInput,
) -> Pin<Box<dyn Future<Output = Result<AcknowledgeJobOutput, RusotoError<AcknowledgeJobError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn acknowledge_job<'life0, 'async_trait>(
&'life0 self,
input: AcknowledgeJobInput,
) -> Pin<Box<dyn Future<Output = Result<AcknowledgeJobOutput, RusotoError<AcknowledgeJobError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.
Sourcefn acknowledge_third_party_job<'life0, 'async_trait>(
&'life0 self,
input: AcknowledgeThirdPartyJobInput,
) -> Pin<Box<dyn Future<Output = Result<AcknowledgeThirdPartyJobOutput, RusotoError<AcknowledgeThirdPartyJobError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn acknowledge_third_party_job<'life0, 'async_trait>(
&'life0 self,
input: AcknowledgeThirdPartyJobInput,
) -> Pin<Box<dyn Future<Output = Result<AcknowledgeThirdPartyJobOutput, RusotoError<AcknowledgeThirdPartyJobError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Confirms a job worker has received the specified job. Used for partner actions only.
Sourcefn create_custom_action_type<'life0, 'async_trait>(
&'life0 self,
input: CreateCustomActionTypeInput,
) -> Pin<Box<dyn Future<Output = Result<CreateCustomActionTypeOutput, RusotoError<CreateCustomActionTypeError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn create_custom_action_type<'life0, 'async_trait>(
&'life0 self,
input: CreateCustomActionTypeInput,
) -> Pin<Box<dyn Future<Output = Result<CreateCustomActionTypeOutput, RusotoError<CreateCustomActionTypeError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions.
Sourcefn create_pipeline<'life0, 'async_trait>(
&'life0 self,
input: CreatePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<CreatePipelineOutput, RusotoError<CreatePipelineError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn create_pipeline<'life0, 'async_trait>(
&'life0 self,
input: CreatePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<CreatePipelineOutput, RusotoError<CreatePipelineError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Creates a pipeline.
In the pipeline structure, you must include either artifactStore
or artifactStores
in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must use artifactStores
.
Sourcefn delete_custom_action_type<'life0, 'async_trait>(
&'life0 self,
input: DeleteCustomActionTypeInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCustomActionTypeError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_custom_action_type<'life0, 'async_trait>(
&'life0 self,
input: DeleteCustomActionTypeInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCustomActionTypeError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Marks a custom action as deleted. PollForJobs
for the custom action fails after the action is marked for deletion. Used for custom actions only.
To re-create a custom action after it has been deleted you must use a string in the version field that has never been used before. This string can be an incremented version number, for example. To restore a deleted custom action, use a JSON file that is identical to the deleted action, including the original string in the version field.
Sourcefn delete_pipeline<'life0, 'async_trait>(
&'life0 self,
input: DeletePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePipelineError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn delete_pipeline<'life0, 'async_trait>(
&'life0 self,
input: DeletePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePipelineError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Deletes the specified pipeline.
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,
Deletes a previously created webhook by name. Deleting the webhook stops AWS CodePipeline from starting a pipeline every time an external event occurs. The API returns successfully when trying to delete a webhook that is already deleted. If a deleted webhook is re-created by calling PutWebhook with the same name, it will have a different URL.
Sourcefn deregister_webhook_with_third_party<'life0, 'async_trait>(
&'life0 self,
input: DeregisterWebhookWithThirdPartyInput,
) -> Pin<Box<dyn Future<Output = Result<DeregisterWebhookWithThirdPartyOutput, RusotoError<DeregisterWebhookWithThirdPartyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn deregister_webhook_with_third_party<'life0, 'async_trait>(
&'life0 self,
input: DeregisterWebhookWithThirdPartyInput,
) -> Pin<Box<dyn Future<Output = Result<DeregisterWebhookWithThirdPartyOutput, RusotoError<DeregisterWebhookWithThirdPartyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Removes the connection between the webhook that was created by CodePipeline and the external tool with events to be detected. Currently supported only for webhooks that target an action type of GitHub.
Sourcefn disable_stage_transition<'life0, 'async_trait>(
&'life0 self,
input: DisableStageTransitionInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableStageTransitionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn disable_stage_transition<'life0, 'async_trait>(
&'life0 self,
input: DisableStageTransitionInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableStageTransitionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.
Sourcefn enable_stage_transition<'life0, 'async_trait>(
&'life0 self,
input: EnableStageTransitionInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableStageTransitionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn enable_stage_transition<'life0, 'async_trait>(
&'life0 self,
input: EnableStageTransitionInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableStageTransitionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Enables artifacts in a pipeline to transition to a stage in a pipeline.
Sourcefn get_job_details<'life0, 'async_trait>(
&'life0 self,
input: GetJobDetailsInput,
) -> Pin<Box<dyn Future<Output = Result<GetJobDetailsOutput, RusotoError<GetJobDetailsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_job_details<'life0, 'async_trait>(
&'life0 self,
input: GetJobDetailsInput,
) -> Pin<Box<dyn Future<Output = Result<GetJobDetailsOutput, RusotoError<GetJobDetailsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns information about a job. Used for custom actions only.
When this API is called, AWS CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.
Sourcefn get_pipeline<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineOutput, RusotoError<GetPipelineError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_pipeline<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineOutput, RusotoError<GetPipelineError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns the metadata, structure, stages, and actions of a pipeline. Can be used to return the entire structure of a pipeline in JSON format, which can then be modified and used to update the pipeline structure with UpdatePipeline.
Sourcefn get_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineExecutionOutput, RusotoError<GetPipelineExecutionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineExecutionOutput, RusotoError<GetPipelineExecutionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.
Sourcefn get_pipeline_state<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineStateInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineStateOutput, RusotoError<GetPipelineStateError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_pipeline_state<'life0, 'async_trait>(
&'life0 self,
input: GetPipelineStateInput,
) -> Pin<Box<dyn Future<Output = Result<GetPipelineStateOutput, RusotoError<GetPipelineStateError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns information about the state of a pipeline, including the stages and actions.
Values returned in the revisionId
and revisionUrl
fields indicate the source revision information, such as the commit ID, for the current state.
Sourcefn get_third_party_job_details<'life0, 'async_trait>(
&'life0 self,
input: GetThirdPartyJobDetailsInput,
) -> Pin<Box<dyn Future<Output = Result<GetThirdPartyJobDetailsOutput, RusotoError<GetThirdPartyJobDetailsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_third_party_job_details<'life0, 'async_trait>(
&'life0 self,
input: GetThirdPartyJobDetailsInput,
) -> Pin<Box<dyn Future<Output = Result<GetThirdPartyJobDetailsOutput, RusotoError<GetThirdPartyJobDetailsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Requests the details of a job for a third party action. Used for partner actions only.
When this API is called, AWS CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.
Sourcefn list_action_executions<'life0, 'async_trait>(
&'life0 self,
input: ListActionExecutionsInput,
) -> Pin<Box<dyn Future<Output = Result<ListActionExecutionsOutput, RusotoError<ListActionExecutionsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_action_executions<'life0, 'async_trait>(
&'life0 self,
input: ListActionExecutionsInput,
) -> Pin<Box<dyn Future<Output = Result<ListActionExecutionsOutput, RusotoError<ListActionExecutionsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Lists the action executions that have occurred in a pipeline.
Sourcefn list_action_types<'life0, 'async_trait>(
&'life0 self,
input: ListActionTypesInput,
) -> Pin<Box<dyn Future<Output = Result<ListActionTypesOutput, RusotoError<ListActionTypesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_action_types<'life0, 'async_trait>(
&'life0 self,
input: ListActionTypesInput,
) -> Pin<Box<dyn Future<Output = Result<ListActionTypesOutput, RusotoError<ListActionTypesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a summary of all AWS CodePipeline action types associated with your account.
Sourcefn list_pipeline_executions<'life0, 'async_trait>(
&'life0 self,
input: ListPipelineExecutionsInput,
) -> Pin<Box<dyn Future<Output = Result<ListPipelineExecutionsOutput, RusotoError<ListPipelineExecutionsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_pipeline_executions<'life0, 'async_trait>(
&'life0 self,
input: ListPipelineExecutionsInput,
) -> Pin<Box<dyn Future<Output = Result<ListPipelineExecutionsOutput, RusotoError<ListPipelineExecutionsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a summary of the most recent executions for a pipeline.
Sourcefn list_pipelines<'life0, 'async_trait>(
&'life0 self,
input: ListPipelinesInput,
) -> Pin<Box<dyn Future<Output = Result<ListPipelinesOutput, RusotoError<ListPipelinesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_pipelines<'life0, 'async_trait>(
&'life0 self,
input: ListPipelinesInput,
) -> Pin<Box<dyn Future<Output = Result<ListPipelinesOutput, RusotoError<ListPipelinesError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a summary of all of the pipelines associated with your account.
Gets the set of key-value pairs (metadata) that are used to manage the resource.
Sourcefn list_webhooks<'life0, 'async_trait>(
&'life0 self,
input: ListWebhooksInput,
) -> Pin<Box<dyn Future<Output = Result<ListWebhooksOutput, RusotoError<ListWebhooksError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_webhooks<'life0, 'async_trait>(
&'life0 self,
input: ListWebhooksInput,
) -> Pin<Box<dyn Future<Output = Result<ListWebhooksOutput, RusotoError<ListWebhooksError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Gets a listing of all the webhooks in this AWS Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook.
Sourcefn poll_for_jobs<'life0, 'async_trait>(
&'life0 self,
input: PollForJobsInput,
) -> Pin<Box<dyn Future<Output = Result<PollForJobsOutput, RusotoError<PollForJobsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn poll_for_jobs<'life0, 'async_trait>(
&'life0 self,
input: PollForJobsInput,
) -> Pin<Box<dyn Future<Output = Result<PollForJobsOutput, RusotoError<PollForJobsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Returns information about any jobs for AWS CodePipeline to act on. PollForJobs
is valid only for action types with "Custom" in the owner field. If the action type contains "AWS" or "ThirdParty" in the owner field, the PollForJobs
action returns an error.
When this API is called, AWS CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.
Sourcefn poll_for_third_party_jobs<'life0, 'async_trait>(
&'life0 self,
input: PollForThirdPartyJobsInput,
) -> Pin<Box<dyn Future<Output = Result<PollForThirdPartyJobsOutput, RusotoError<PollForThirdPartyJobsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn poll_for_third_party_jobs<'life0, 'async_trait>(
&'life0 self,
input: PollForThirdPartyJobsInput,
) -> Pin<Box<dyn Future<Output = Result<PollForThirdPartyJobsOutput, RusotoError<PollForThirdPartyJobsError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Determines whether there are any third party jobs for a job worker to act on. Used for partner actions only.
When this API is called, AWS CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts.
Sourcefn put_action_revision<'life0, 'async_trait>(
&'life0 self,
input: PutActionRevisionInput,
) -> Pin<Box<dyn Future<Output = Result<PutActionRevisionOutput, RusotoError<PutActionRevisionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn put_action_revision<'life0, 'async_trait>(
&'life0 self,
input: PutActionRevisionInput,
) -> Pin<Box<dyn Future<Output = Result<PutActionRevisionOutput, RusotoError<PutActionRevisionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Provides information to AWS CodePipeline about new revisions to a source.
Sourcefn put_approval_result<'life0, 'async_trait>(
&'life0 self,
input: PutApprovalResultInput,
) -> Pin<Box<dyn Future<Output = Result<PutApprovalResultOutput, RusotoError<PutApprovalResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn put_approval_result<'life0, 'async_trait>(
&'life0 self,
input: PutApprovalResultInput,
) -> Pin<Box<dyn Future<Output = Result<PutApprovalResultOutput, RusotoError<PutApprovalResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Provides the response to a manual approval request to AWS CodePipeline. Valid responses include Approved and Rejected.
Sourcefn put_job_failure_result<'life0, 'async_trait>(
&'life0 self,
input: PutJobFailureResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobFailureResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn put_job_failure_result<'life0, 'async_trait>(
&'life0 self,
input: PutJobFailureResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobFailureResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.
Sourcefn put_job_success_result<'life0, 'async_trait>(
&'life0 self,
input: PutJobSuccessResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobSuccessResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn put_job_success_result<'life0, 'async_trait>(
&'life0 self,
input: PutJobSuccessResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobSuccessResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Represents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.
Sourcefn put_third_party_job_failure_result<'life0, 'async_trait>(
&'life0 self,
input: PutThirdPartyJobFailureResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutThirdPartyJobFailureResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn put_third_party_job_failure_result<'life0, 'async_trait>(
&'life0 self,
input: PutThirdPartyJobFailureResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutThirdPartyJobFailureResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Represents the failure of a third party job as returned to the pipeline by a job worker. Used for partner actions only.
Sourcefn put_third_party_job_success_result<'life0, 'async_trait>(
&'life0 self,
input: PutThirdPartyJobSuccessResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutThirdPartyJobSuccessResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn put_third_party_job_success_result<'life0, 'async_trait>(
&'life0 self,
input: PutThirdPartyJobSuccessResultInput,
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutThirdPartyJobSuccessResultError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.
Sourcefn put_webhook<'life0, 'async_trait>(
&'life0 self,
input: PutWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<PutWebhookOutput, RusotoError<PutWebhookError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn put_webhook<'life0, 'async_trait>(
&'life0 self,
input: PutWebhookInput,
) -> Pin<Box<dyn Future<Output = Result<PutWebhookOutput, RusotoError<PutWebhookError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Defines a webhook and returns a unique webhook URL generated by CodePipeline. This URL can be supplied to third party source hosting providers to call every time there's a code change. When CodePipeline receives a POST request on this URL, the pipeline defined in the webhook is started as long as the POST request satisfied the authentication and filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to automatically configure supported third parties to call the generated webhook URL.
Sourcefn register_webhook_with_third_party<'life0, 'async_trait>(
&'life0 self,
input: RegisterWebhookWithThirdPartyInput,
) -> Pin<Box<dyn Future<Output = Result<RegisterWebhookWithThirdPartyOutput, RusotoError<RegisterWebhookWithThirdPartyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn register_webhook_with_third_party<'life0, 'async_trait>(
&'life0 self,
input: RegisterWebhookWithThirdPartyInput,
) -> Pin<Box<dyn Future<Output = Result<RegisterWebhookWithThirdPartyOutput, RusotoError<RegisterWebhookWithThirdPartyError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Configures a connection between the webhook that was created and the external tool with events to be detected.
Sourcefn retry_stage_execution<'life0, 'async_trait>(
&'life0 self,
input: RetryStageExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<RetryStageExecutionOutput, RusotoError<RetryStageExecutionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn retry_stage_execution<'life0, 'async_trait>(
&'life0 self,
input: RetryStageExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<RetryStageExecutionOutput, RusotoError<RetryStageExecutionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Resumes the pipeline execution by retrying the last failed actions in a stage. You can retry a stage immediately if any of the actions in the stage fail. When you retry, all actions that are still in progress continue working, and failed actions are triggered again.
Sourcefn start_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: StartPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<StartPipelineExecutionOutput, RusotoError<StartPipelineExecutionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn start_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: StartPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<StartPipelineExecutionOutput, RusotoError<StartPipelineExecutionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.
Sourcefn stop_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: StopPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<StopPipelineExecutionOutput, RusotoError<StopPipelineExecutionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn stop_pipeline_execution<'life0, 'async_trait>(
&'life0 self,
input: StopPipelineExecutionInput,
) -> Pin<Box<dyn Future<Output = Result<StopPipelineExecutionOutput, RusotoError<StopPipelineExecutionError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Stops the specified pipeline execution. You choose to either stop the pipeline execution by completing in-progress actions without starting subsequent actions, or by abandoning in-progress actions. While completing or abandoning in-progress actions, the pipeline execution is in a Stopping
state. After all in-progress actions are completed or abandoned, the pipeline execution is in a Stopped
state.
Sourcefn tag_resource<'life0, 'async_trait>(
&'life0 self,
input: TagResourceInput,
) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn tag_resource<'life0, 'async_trait>(
&'life0 self,
input: TagResourceInput,
) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
Sourcefn untag_resource<'life0, 'async_trait>(
&'life0 self,
input: UntagResourceInput,
) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn untag_resource<'life0, 'async_trait>(
&'life0 self,
input: UntagResourceInput,
) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Removes tags from an AWS resource.
Sourcefn update_pipeline<'life0, 'async_trait>(
&'life0 self,
input: UpdatePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<UpdatePipelineOutput, RusotoError<UpdatePipelineError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn update_pipeline<'life0, 'async_trait>(
&'life0 self,
input: UpdatePipelineInput,
) -> Pin<Box<dyn Future<Output = Result<UpdatePipelineOutput, RusotoError<UpdatePipelineError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Updates a specified pipeline with edits or changes to its structure. Use a JSON file with the pipeline structure and UpdatePipeline
to provide the full structure of the pipeline. Updating the pipeline increases the version number of the pipeline by 1.