[][src]Trait rusoto_codepipeline::CodePipeline

pub trait CodePipeline {
#[must_use]    pub fn acknowledge_job<'life0, 'async_trait>(
        &'life0 self,
        input: AcknowledgeJobInput
    ) -> Pin<Box<dyn Future<Output = Result<AcknowledgeJobOutput, RusotoError<AcknowledgeJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_pipeline<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePipelineInput
    ) -> Pin<Box<dyn Future<Output = Result<CreatePipelineOutput, RusotoError<CreatePipelineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_custom_action_type<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCustomActionTypeInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCustomActionTypeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_pipeline<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePipelineInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePipelineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_webhook<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteWebhookInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteWebhookOutput, RusotoError<DeleteWebhookError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disable_stage_transition<'life0, 'async_trait>(
        &'life0 self,
        input: DisableStageTransitionInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableStageTransitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn enable_stage_transition<'life0, 'async_trait>(
        &'life0 self,
        input: EnableStageTransitionInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableStageTransitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_job_details<'life0, 'async_trait>(
        &'life0 self,
        input: GetJobDetailsInput
    ) -> Pin<Box<dyn Future<Output = Result<GetJobDetailsOutput, RusotoError<GetJobDetailsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_pipeline<'life0, 'async_trait>(
        &'life0 self,
        input: GetPipelineInput
    ) -> Pin<Box<dyn Future<Output = Result<GetPipelineOutput, RusotoError<GetPipelineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_pipeline_execution<'life0, 'async_trait>(
        &'life0 self,
        input: GetPipelineExecutionInput
    ) -> Pin<Box<dyn Future<Output = Result<GetPipelineExecutionOutput, RusotoError<GetPipelineExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_pipeline_state<'life0, 'async_trait>(
        &'life0 self,
        input: GetPipelineStateInput
    ) -> Pin<Box<dyn Future<Output = Result<GetPipelineStateOutput, RusotoError<GetPipelineStateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_action_executions<'life0, 'async_trait>(
        &'life0 self,
        input: ListActionExecutionsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListActionExecutionsOutput, RusotoError<ListActionExecutionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_action_types<'life0, 'async_trait>(
        &'life0 self,
        input: ListActionTypesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListActionTypesOutput, RusotoError<ListActionTypesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_pipeline_executions<'life0, 'async_trait>(
        &'life0 self,
        input: ListPipelineExecutionsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListPipelineExecutionsOutput, RusotoError<ListPipelineExecutionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_pipelines<'life0, 'async_trait>(
        &'life0 self,
        input: ListPipelinesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListPipelinesOutput, RusotoError<ListPipelinesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_webhooks<'life0, 'async_trait>(
        &'life0 self,
        input: ListWebhooksInput
    ) -> Pin<Box<dyn Future<Output = Result<ListWebhooksOutput, RusotoError<ListWebhooksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn poll_for_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: PollForJobsInput
    ) -> Pin<Box<dyn Future<Output = Result<PollForJobsOutput, RusotoError<PollForJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_action_revision<'life0, 'async_trait>(
        &'life0 self,
        input: PutActionRevisionInput
    ) -> Pin<Box<dyn Future<Output = Result<PutActionRevisionOutput, RusotoError<PutActionRevisionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_approval_result<'life0, 'async_trait>(
        &'life0 self,
        input: PutApprovalResultInput
    ) -> Pin<Box<dyn Future<Output = Result<PutApprovalResultOutput, RusotoError<PutApprovalResultError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_job_failure_result<'life0, 'async_trait>(
        &'life0 self,
        input: PutJobFailureResultInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobFailureResultError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_job_success_result<'life0, 'async_trait>(
        &'life0 self,
        input: PutJobSuccessResultInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobSuccessResultError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_webhook<'life0, 'async_trait>(
        &'life0 self,
        input: PutWebhookInput
    ) -> Pin<Box<dyn Future<Output = Result<PutWebhookOutput, RusotoError<PutWebhookError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn retry_stage_execution<'life0, 'async_trait>(
        &'life0 self,
        input: RetryStageExecutionInput
    ) -> Pin<Box<dyn Future<Output = Result<RetryStageExecutionOutput, RusotoError<RetryStageExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn start_pipeline_execution<'life0, 'async_trait>(
        &'life0 self,
        input: StartPipelineExecutionInput
    ) -> Pin<Box<dyn Future<Output = Result<StartPipelineExecutionOutput, RusotoError<StartPipelineExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn stop_pipeline_execution<'life0, 'async_trait>(
        &'life0 self,
        input: StopPipelineExecutionInput
    ) -> Pin<Box<dyn Future<Output = Result<StopPipelineExecutionOutput, RusotoError<StopPipelineExecutionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceInput
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceInput
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_pipeline<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePipelineInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePipelineOutput, RusotoError<UpdatePipelineError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the CodePipeline API. CodePipeline clients implement this trait.

Required methods

#[must_use]pub fn acknowledge_job<'life0, 'async_trait>(
    &'life0 self,
    input: AcknowledgeJobInput
) -> Pin<Box<dyn Future<Output = Result<AcknowledgeJobOutput, RusotoError<AcknowledgeJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Confirms a job worker has received the specified job. Used for partner actions only.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions.

#[must_use]pub fn create_pipeline<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePipelineInput
) -> Pin<Box<dyn Future<Output = Result<CreatePipelineOutput, RusotoError<CreatePipelineError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_custom_action_type<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCustomActionTypeInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCustomActionTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn delete_pipeline<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePipelineInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePipelineError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified pipeline.

#[must_use]pub fn delete_webhook<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteWebhookInput
) -> Pin<Box<dyn Future<Output = Result<DeleteWebhookOutput, RusotoError<DeleteWebhookError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn disable_stage_transition<'life0, 'async_trait>(
    &'life0 self,
    input: DisableStageTransitionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableStageTransitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.

#[must_use]pub fn enable_stage_transition<'life0, 'async_trait>(
    &'life0 self,
    input: EnableStageTransitionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableStageTransitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables artifacts in a pipeline to transition to a stage in a pipeline.

#[must_use]pub fn get_job_details<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobDetailsInput
) -> Pin<Box<dyn Future<Output = Result<GetJobDetailsOutput, RusotoError<GetJobDetailsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn get_pipeline<'life0, 'async_trait>(
    &'life0 self,
    input: GetPipelineInput
) -> Pin<Box<dyn Future<Output = Result<GetPipelineOutput, RusotoError<GetPipelineError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn get_pipeline_execution<'life0, 'async_trait>(
    &'life0 self,
    input: GetPipelineExecutionInput
) -> Pin<Box<dyn Future<Output = Result<GetPipelineExecutionOutput, RusotoError<GetPipelineExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn get_pipeline_state<'life0, 'async_trait>(
    &'life0 self,
    input: GetPipelineStateInput
) -> Pin<Box<dyn Future<Output = Result<GetPipelineStateOutput, RusotoError<GetPipelineStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn list_action_executions<'life0, 'async_trait>(
    &'life0 self,
    input: ListActionExecutionsInput
) -> Pin<Box<dyn Future<Output = Result<ListActionExecutionsOutput, RusotoError<ListActionExecutionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the action executions that have occurred in a pipeline.

#[must_use]pub fn list_action_types<'life0, 'async_trait>(
    &'life0 self,
    input: ListActionTypesInput
) -> Pin<Box<dyn Future<Output = Result<ListActionTypesOutput, RusotoError<ListActionTypesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a summary of all AWS CodePipeline action types associated with your account.

#[must_use]pub fn list_pipeline_executions<'life0, 'async_trait>(
    &'life0 self,
    input: ListPipelineExecutionsInput
) -> Pin<Box<dyn Future<Output = Result<ListPipelineExecutionsOutput, RusotoError<ListPipelineExecutionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a summary of the most recent executions for a pipeline.

#[must_use]pub fn list_pipelines<'life0, 'async_trait>(
    &'life0 self,
    input: ListPipelinesInput
) -> Pin<Box<dyn Future<Output = Result<ListPipelinesOutput, RusotoError<ListPipelinesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a summary of all of the pipelines associated with your account.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the set of key-value pairs (metadata) that are used to manage the resource.

#[must_use]pub fn list_webhooks<'life0, 'async_trait>(
    &'life0 self,
    input: ListWebhooksInput
) -> Pin<Box<dyn Future<Output = Result<ListWebhooksOutput, RusotoError<ListWebhooksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn poll_for_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: PollForJobsInput
) -> Pin<Box<dyn Future<Output = Result<PollForJobsOutput, RusotoError<PollForJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn put_action_revision<'life0, 'async_trait>(
    &'life0 self,
    input: PutActionRevisionInput
) -> Pin<Box<dyn Future<Output = Result<PutActionRevisionOutput, RusotoError<PutActionRevisionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides information to AWS CodePipeline about new revisions to a source.

#[must_use]pub fn put_approval_result<'life0, 'async_trait>(
    &'life0 self,
    input: PutApprovalResultInput
) -> Pin<Box<dyn Future<Output = Result<PutApprovalResultOutput, RusotoError<PutApprovalResultError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides the response to a manual approval request to AWS CodePipeline. Valid responses include Approved and Rejected.

#[must_use]pub fn put_job_failure_result<'life0, 'async_trait>(
    &'life0 self,
    input: PutJobFailureResultInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobFailureResultError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.

#[must_use]pub fn put_job_success_result<'life0, 'async_trait>(
    &'life0 self,
    input: PutJobSuccessResultInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobSuccessResultError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Represents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Represents the failure of a third party job as returned to the pipeline by a job worker. Used for partner actions only.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.

#[must_use]pub fn put_webhook<'life0, 'async_trait>(
    &'life0 self,
    input: PutWebhookInput
) -> Pin<Box<dyn Future<Output = Result<PutWebhookOutput, RusotoError<PutWebhookError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures a connection between the webhook that was created and the external tool with events to be detected.

#[must_use]pub fn retry_stage_execution<'life0, 'async_trait>(
    &'life0 self,
    input: RetryStageExecutionInput
) -> Pin<Box<dyn Future<Output = Result<RetryStageExecutionOutput, RusotoError<RetryStageExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn start_pipeline_execution<'life0, 'async_trait>(
    &'life0 self,
    input: StartPipelineExecutionInput
) -> Pin<Box<dyn Future<Output = Result<StartPipelineExecutionOutput, RusotoError<StartPipelineExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.

#[must_use]pub fn stop_pipeline_execution<'life0, 'async_trait>(
    &'life0 self,
    input: StopPipelineExecutionInput
) -> Pin<Box<dyn Future<Output = Result<StopPipelineExecutionOutput, RusotoError<StopPipelineExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceInput
) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceInput
) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags from an AWS resource.

#[must_use]pub fn update_pipeline<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePipelineInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePipelineOutput, RusotoError<UpdatePipelineError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

Loading content...

Implementors

impl CodePipeline for CodePipelineClient[src]

pub fn acknowledge_job<'life0, 'async_trait>(
    &'life0 self,
    input: AcknowledgeJobInput
) -> Pin<Box<dyn Future<Output = Result<AcknowledgeJobOutput, RusotoError<AcknowledgeJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Confirms a job worker has received the specified job. Used for partner actions only.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions.

pub fn create_pipeline<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePipelineInput
) -> Pin<Box<dyn Future<Output = Result<CreatePipelineOutput, RusotoError<CreatePipelineError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_custom_action_type<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCustomActionTypeInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteCustomActionTypeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn delete_pipeline<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePipelineInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePipelineError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified pipeline.

pub fn delete_webhook<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteWebhookInput
) -> Pin<Box<dyn Future<Output = Result<DeleteWebhookOutput, RusotoError<DeleteWebhookError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn disable_stage_transition<'life0, 'async_trait>(
    &'life0 self,
    input: DisableStageTransitionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DisableStageTransitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.

pub fn enable_stage_transition<'life0, 'async_trait>(
    &'life0 self,
    input: EnableStageTransitionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<EnableStageTransitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables artifacts in a pipeline to transition to a stage in a pipeline.

pub fn get_job_details<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobDetailsInput
) -> Pin<Box<dyn Future<Output = Result<GetJobDetailsOutput, RusotoError<GetJobDetailsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn get_pipeline<'life0, 'async_trait>(
    &'life0 self,
    input: GetPipelineInput
) -> Pin<Box<dyn Future<Output = Result<GetPipelineOutput, RusotoError<GetPipelineError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn get_pipeline_execution<'life0, 'async_trait>(
    &'life0 self,
    input: GetPipelineExecutionInput
) -> Pin<Box<dyn Future<Output = Result<GetPipelineExecutionOutput, RusotoError<GetPipelineExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn get_pipeline_state<'life0, 'async_trait>(
    &'life0 self,
    input: GetPipelineStateInput
) -> Pin<Box<dyn Future<Output = Result<GetPipelineStateOutput, RusotoError<GetPipelineStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn list_action_executions<'life0, 'async_trait>(
    &'life0 self,
    input: ListActionExecutionsInput
) -> Pin<Box<dyn Future<Output = Result<ListActionExecutionsOutput, RusotoError<ListActionExecutionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the action executions that have occurred in a pipeline.

pub fn list_action_types<'life0, 'async_trait>(
    &'life0 self,
    input: ListActionTypesInput
) -> Pin<Box<dyn Future<Output = Result<ListActionTypesOutput, RusotoError<ListActionTypesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a summary of all AWS CodePipeline action types associated with your account.

pub fn list_pipeline_executions<'life0, 'async_trait>(
    &'life0 self,
    input: ListPipelineExecutionsInput
) -> Pin<Box<dyn Future<Output = Result<ListPipelineExecutionsOutput, RusotoError<ListPipelineExecutionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a summary of the most recent executions for a pipeline.

pub fn list_pipelines<'life0, 'async_trait>(
    &'life0 self,
    input: ListPipelinesInput
) -> Pin<Box<dyn Future<Output = Result<ListPipelinesOutput, RusotoError<ListPipelinesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a summary of all of the pipelines associated with your account.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the set of key-value pairs (metadata) that are used to manage the resource.

pub fn list_webhooks<'life0, 'async_trait>(
    &'life0 self,
    input: ListWebhooksInput
) -> Pin<Box<dyn Future<Output = Result<ListWebhooksOutput, RusotoError<ListWebhooksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn poll_for_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: PollForJobsInput
) -> Pin<Box<dyn Future<Output = Result<PollForJobsOutput, RusotoError<PollForJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn put_action_revision<'life0, 'async_trait>(
    &'life0 self,
    input: PutActionRevisionInput
) -> Pin<Box<dyn Future<Output = Result<PutActionRevisionOutput, RusotoError<PutActionRevisionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides information to AWS CodePipeline about new revisions to a source.

pub fn put_approval_result<'life0, 'async_trait>(
    &'life0 self,
    input: PutApprovalResultInput
) -> Pin<Box<dyn Future<Output = Result<PutApprovalResultOutput, RusotoError<PutApprovalResultError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides the response to a manual approval request to AWS CodePipeline. Valid responses include Approved and Rejected.

pub fn put_job_failure_result<'life0, 'async_trait>(
    &'life0 self,
    input: PutJobFailureResultInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobFailureResultError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Represents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.

pub fn put_job_success_result<'life0, 'async_trait>(
    &'life0 self,
    input: PutJobSuccessResultInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutJobSuccessResultError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Represents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Represents the failure of a third party job as returned to the pipeline by a job worker. Used for partner actions only.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.

pub fn put_webhook<'life0, 'async_trait>(
    &'life0 self,
    input: PutWebhookInput
) -> Pin<Box<dyn Future<Output = Result<PutWebhookOutput, RusotoError<PutWebhookError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub 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
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Configures a connection between the webhook that was created and the external tool with events to be detected.

pub fn retry_stage_execution<'life0, 'async_trait>(
    &'life0 self,
    input: RetryStageExecutionInput
) -> Pin<Box<dyn Future<Output = Result<RetryStageExecutionOutput, RusotoError<RetryStageExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn start_pipeline_execution<'life0, 'async_trait>(
    &'life0 self,
    input: StartPipelineExecutionInput
) -> Pin<Box<dyn Future<Output = Result<StartPipelineExecutionOutput, RusotoError<StartPipelineExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.

pub fn stop_pipeline_execution<'life0, 'async_trait>(
    &'life0 self,
    input: StopPipelineExecutionInput
) -> Pin<Box<dyn Future<Output = Result<StopPipelineExecutionOutput, RusotoError<StopPipelineExecutionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceInput
) -> Pin<Box<dyn Future<Output = Result<TagResourceOutput, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceInput
) -> Pin<Box<dyn Future<Output = Result<UntagResourceOutput, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes tags from an AWS resource.

pub fn update_pipeline<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePipelineInput
) -> Pin<Box<dyn Future<Output = Result<UpdatePipelineOutput, RusotoError<UpdatePipelineError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

Loading content...