[][src]Trait rusoto_codedeploy::CodeDeploy

pub trait CodeDeploy {
    fn add_tags_to_on_premises_instances<'life0, 'async_trait>(
        &'life0 self,
        input: AddTagsToOnPremisesInstancesInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AddTagsToOnPremisesInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn batch_get_application_revisions<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetApplicationRevisionsInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetApplicationRevisionsOutput, RusotoError<BatchGetApplicationRevisionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn batch_get_applications<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetApplicationsInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetApplicationsOutput, RusotoError<BatchGetApplicationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn batch_get_deployment_groups<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetDeploymentGroupsInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentGroupsOutput, RusotoError<BatchGetDeploymentGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn batch_get_deployment_instances<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetDeploymentInstancesInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentInstancesOutput, RusotoError<BatchGetDeploymentInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn batch_get_deployment_targets<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetDeploymentTargetsInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentTargetsOutput, RusotoError<BatchGetDeploymentTargetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn batch_get_deployments<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetDeploymentsInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentsOutput, RusotoError<BatchGetDeploymentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn batch_get_on_premises_instances<'life0, 'async_trait>(
        &'life0 self,
        input: BatchGetOnPremisesInstancesInput
    ) -> Pin<Box<dyn Future<Output = Result<BatchGetOnPremisesInstancesOutput, RusotoError<BatchGetOnPremisesInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn continue_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: ContinueDeploymentInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<ContinueDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_application<'life0, 'async_trait>(
        &'life0 self,
        input: CreateApplicationInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateApplicationOutput, RusotoError<CreateApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDeploymentInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentOutput, RusotoError<CreateDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_deployment_config<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDeploymentConfigInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentConfigOutput, RusotoError<CreateDeploymentConfigError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_deployment_group<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDeploymentGroupInput
    ) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentGroupOutput, RusotoError<CreateDeploymentGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_application<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteApplicationInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_deployment_config<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDeploymentConfigInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDeploymentConfigError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_deployment_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDeploymentGroupInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDeploymentGroupOutput, RusotoError<DeleteDeploymentGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_git_hub_account_token<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteGitHubAccountTokenInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteGitHubAccountTokenOutput, RusotoError<DeleteGitHubAccountTokenError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn deregister_on_premises_instance<'life0, 'async_trait>(
        &'life0 self,
        input: DeregisterOnPremisesInstanceInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterOnPremisesInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_application<'life0, 'async_trait>(
        &'life0 self,
        input: GetApplicationInput
    ) -> Pin<Box<dyn Future<Output = Result<GetApplicationOutput, RusotoError<GetApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_application_revision<'life0, 'async_trait>(
        &'life0 self,
        input: GetApplicationRevisionInput
    ) -> Pin<Box<dyn Future<Output = Result<GetApplicationRevisionOutput, RusotoError<GetApplicationRevisionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeploymentInput
    ) -> Pin<Box<dyn Future<Output = Result<GetDeploymentOutput, RusotoError<GetDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_deployment_config<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeploymentConfigInput
    ) -> Pin<Box<dyn Future<Output = Result<GetDeploymentConfigOutput, RusotoError<GetDeploymentConfigError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_deployment_group<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeploymentGroupInput
    ) -> Pin<Box<dyn Future<Output = Result<GetDeploymentGroupOutput, RusotoError<GetDeploymentGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_deployment_instance<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeploymentInstanceInput
    ) -> Pin<Box<dyn Future<Output = Result<GetDeploymentInstanceOutput, RusotoError<GetDeploymentInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_deployment_target<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeploymentTargetInput
    ) -> Pin<Box<dyn Future<Output = Result<GetDeploymentTargetOutput, RusotoError<GetDeploymentTargetError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_on_premises_instance<'life0, 'async_trait>(
        &'life0 self,
        input: GetOnPremisesInstanceInput
    ) -> Pin<Box<dyn Future<Output = Result<GetOnPremisesInstanceOutput, RusotoError<GetOnPremisesInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_application_revisions<'life0, 'async_trait>(
        &'life0 self,
        input: ListApplicationRevisionsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListApplicationRevisionsOutput, RusotoError<ListApplicationRevisionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_applications<'life0, 'async_trait>(
        &'life0 self,
        input: ListApplicationsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListApplicationsOutput, RusotoError<ListApplicationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_deployment_configs<'life0, 'async_trait>(
        &'life0 self,
        input: ListDeploymentConfigsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListDeploymentConfigsOutput, RusotoError<ListDeploymentConfigsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_deployment_groups<'life0, 'async_trait>(
        &'life0 self,
        input: ListDeploymentGroupsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListDeploymentGroupsOutput, RusotoError<ListDeploymentGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_deployment_instances<'life0, 'async_trait>(
        &'life0 self,
        input: ListDeploymentInstancesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListDeploymentInstancesOutput, RusotoError<ListDeploymentInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_deployment_targets<'life0, 'async_trait>(
        &'life0 self,
        input: ListDeploymentTargetsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListDeploymentTargetsOutput, RusotoError<ListDeploymentTargetsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_deployments<'life0, 'async_trait>(
        &'life0 self,
        input: ListDeploymentsInput
    ) -> Pin<Box<dyn Future<Output = Result<ListDeploymentsOutput, RusotoError<ListDeploymentsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_git_hub_account_token_names<'life0, 'async_trait>(
        &'life0 self,
        input: ListGitHubAccountTokenNamesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListGitHubAccountTokenNamesOutput, RusotoError<ListGitHubAccountTokenNamesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_on_premises_instances<'life0, 'async_trait>(
        &'life0 self,
        input: ListOnPremisesInstancesInput
    ) -> Pin<Box<dyn Future<Output = Result<ListOnPremisesInstancesOutput, RusotoError<ListOnPremisesInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: '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
        'life0: 'async_trait,
        Self: 'async_trait
;
fn put_lifecycle_event_hook_execution_status<'life0, 'async_trait>(
        &'life0 self,
        input: PutLifecycleEventHookExecutionStatusInput
    ) -> Pin<Box<dyn Future<Output = Result<PutLifecycleEventHookExecutionStatusOutput, RusotoError<PutLifecycleEventHookExecutionStatusError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn register_application_revision<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterApplicationRevisionInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RegisterApplicationRevisionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn register_on_premises_instance<'life0, 'async_trait>(
        &'life0 self,
        input: RegisterOnPremisesInstanceInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RegisterOnPremisesInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn remove_tags_from_on_premises_instances<'life0, 'async_trait>(
        &'life0 self,
        input: RemoveTagsFromOnPremisesInstancesInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RemoveTagsFromOnPremisesInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn skip_wait_time_for_instance_termination<'life0, 'async_trait>(
        &'life0 self,
        input: SkipWaitTimeForInstanceTerminationInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SkipWaitTimeForInstanceTerminationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn stop_deployment<'life0, 'async_trait>(
        &'life0 self,
        input: StopDeploymentInput
    ) -> Pin<Box<dyn Future<Output = Result<StopDeploymentOutput, RusotoError<StopDeploymentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: '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
        'life0: 'async_trait,
        Self: '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
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_application<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateApplicationInput
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateApplicationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_deployment_group<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDeploymentGroupInput
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDeploymentGroupOutput, RusotoError<UpdateDeploymentGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

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

Required methods

fn add_tags_to_on_premises_instances<'life0, 'async_trait>(
    &'life0 self,
    input: AddTagsToOnPremisesInstancesInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<AddTagsToOnPremisesInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Adds tags to on-premises instances.

fn batch_get_application_revisions<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetApplicationRevisionsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetApplicationRevisionsOutput, RusotoError<BatchGetApplicationRevisionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.

fn batch_get_applications<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetApplicationsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetApplicationsOutput, RusotoError<BatchGetApplicationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about one or more applications. The maximum number of applications that can be returned is 25.

fn batch_get_deployment_groups<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDeploymentGroupsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentGroupsOutput, RusotoError<BatchGetDeploymentGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about one or more deployment groups.

fn batch_get_deployment_instances<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDeploymentInstancesInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentInstancesOutput, RusotoError<BatchGetDeploymentInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

This method works, but is deprecated. Use BatchGetDeploymentTargets instead.

Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and AWS Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms. The maximum number of instances that can be returned is 25.

fn batch_get_deployment_targets<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDeploymentTargetsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentTargetsOutput, RusotoError<BatchGetDeploymentTargetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances. The maximum number of targets that can be returned is 25.

The type of targets returned depends on the deployment's compute platform:

  • EC2/On-premises: Information about EC2 instance targets.

  • AWS Lambda: Information about Lambda functions targets.

  • Amazon ECS: Information about Amazon ECS service targets.

fn batch_get_deployments<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDeploymentsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentsOutput, RusotoError<BatchGetDeploymentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.

fn batch_get_on_premises_instances<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetOnPremisesInstancesInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetOnPremisesInstancesOutput, RusotoError<BatchGetOnPremisesInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.

fn continue_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: ContinueDeploymentInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<ContinueDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)

fn create_application<'life0, 'async_trait>(
    &'life0 self,
    input: CreateApplicationInput
) -> Pin<Box<dyn Future<Output = Result<CreateApplicationOutput, RusotoError<CreateApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates an application.

fn create_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentInput
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentOutput, RusotoError<CreateDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deploys an application revision through the specified deployment group.

fn create_deployment_config<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentConfigInput
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentConfigOutput, RusotoError<CreateDeploymentConfigError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a deployment configuration.

fn create_deployment_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentGroupInput
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentGroupOutput, RusotoError<CreateDeploymentGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a deployment group to which application revisions are deployed.

fn delete_application<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteApplicationInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes an application.

fn delete_deployment_config<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDeploymentConfigInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteDeploymentConfigError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a deployment configuration.

A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.

fn delete_deployment_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDeploymentGroupInput
) -> Pin<Box<dyn Future<Output = Result<DeleteDeploymentGroupOutput, RusotoError<DeleteDeploymentGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a deployment group.

fn delete_git_hub_account_token<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteGitHubAccountTokenInput
) -> Pin<Box<dyn Future<Output = Result<DeleteGitHubAccountTokenOutput, RusotoError<DeleteGitHubAccountTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a GitHub account connection.

fn deregister_on_premises_instance<'life0, 'async_trait>(
    &'life0 self,
    input: DeregisterOnPremisesInstanceInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeregisterOnPremisesInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deregisters an on-premises instance.

fn get_application<'life0, 'async_trait>(
    &'life0 self,
    input: GetApplicationInput
) -> Pin<Box<dyn Future<Output = Result<GetApplicationOutput, RusotoError<GetApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about an application.

fn get_application_revision<'life0, 'async_trait>(
    &'life0 self,
    input: GetApplicationRevisionInput
) -> Pin<Box<dyn Future<Output = Result<GetApplicationRevisionOutput, RusotoError<GetApplicationRevisionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about an application revision.

fn get_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentOutput, RusotoError<GetDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a deployment.

The content property of the appSpecContent object in the returned revision is always null. Use GetApplicationRevision and the sha256 property of the returned appSpecContent object to get the content of the deployment’s AppSpec file.

fn get_deployment_config<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentConfigInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentConfigOutput, RusotoError<GetDeploymentConfigError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a deployment configuration.

fn get_deployment_group<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentGroupInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentGroupOutput, RusotoError<GetDeploymentGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a deployment group.

fn get_deployment_instance<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentInstanceInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentInstanceOutput, RusotoError<GetDeploymentInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about an instance as part of a deployment.

fn get_deployment_target<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentTargetInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentTargetOutput, RusotoError<GetDeploymentTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about a deployment target.

fn get_on_premises_instance<'life0, 'async_trait>(
    &'life0 self,
    input: GetOnPremisesInstanceInput
) -> Pin<Box<dyn Future<Output = Result<GetOnPremisesInstanceOutput, RusotoError<GetOnPremisesInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about an on-premises instance.

fn list_application_revisions<'life0, 'async_trait>(
    &'life0 self,
    input: ListApplicationRevisionsInput
) -> Pin<Box<dyn Future<Output = Result<ListApplicationRevisionsOutput, RusotoError<ListApplicationRevisionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists information about revisions for an application.

fn list_applications<'life0, 'async_trait>(
    &'life0 self,
    input: ListApplicationsInput
) -> Pin<Box<dyn Future<Output = Result<ListApplicationsOutput, RusotoError<ListApplicationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the applications registered with the IAM user or AWS account.

fn list_deployment_configs<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentConfigsInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentConfigsOutput, RusotoError<ListDeploymentConfigsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the deployment configurations with the IAM user or AWS account.

fn list_deployment_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentGroupsInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentGroupsOutput, RusotoError<ListDeploymentGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the deployment groups for an application registered with the IAM user or AWS account.

fn list_deployment_instances<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentInstancesInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentInstancesOutput, RusotoError<ListDeploymentInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or AWS Lambda.

Lists the instance for a deployment associated with the IAM user or AWS account.

fn list_deployment_targets<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentTargetsInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentTargetsOutput, RusotoError<ListDeploymentTargetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns an array of target IDs that are associated a deployment.

fn list_deployments<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentsInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentsOutput, RusotoError<ListDeploymentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.

fn list_git_hub_account_token_names<'life0, 'async_trait>(
    &'life0 self,
    input: ListGitHubAccountTokenNamesInput
) -> Pin<Box<dyn Future<Output = Result<ListGitHubAccountTokenNamesOutput, RusotoError<ListGitHubAccountTokenNamesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Lists the names of stored connections to GitHub accounts.

fn list_on_premises_instances<'life0, 'async_trait>(
    &'life0 self,
    input: ListOnPremisesInstancesInput
) -> Pin<Box<dyn Future<Output = Result<ListOnPremisesInstancesOutput, RusotoError<ListOnPremisesInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets a list of names for one or more on-premises instances.

Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.

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, 

Returns a list of tags for the resource identified by a specified ARN. Tags are used to organize and categorize your CodeDeploy resources.

fn put_lifecycle_event_hook_execution_status<'life0, 'async_trait>(
    &'life0 self,
    input: PutLifecycleEventHookExecutionStatusInput
) -> Pin<Box<dyn Future<Output = Result<PutLifecycleEventHookExecutionStatusOutput, RusotoError<PutLifecycleEventHookExecutionStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Sets the result of a Lambda validation function. The function validates one or both lifecycle events (BeforeAllowTraffic and AfterAllowTraffic) and returns Succeeded or Failed.

fn register_application_revision<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterApplicationRevisionInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RegisterApplicationRevisionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Registers with AWS CodeDeploy a revision for the specified application.

fn register_on_premises_instance<'life0, 'async_trait>(
    &'life0 self,
    input: RegisterOnPremisesInstanceInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RegisterOnPremisesInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Registers an on-premises instance.

Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.

fn remove_tags_from_on_premises_instances<'life0, 'async_trait>(
    &'life0 self,
    input: RemoveTagsFromOnPremisesInstancesInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<RemoveTagsFromOnPremisesInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Removes one or more tags from one or more on-premises instances.

fn skip_wait_time_for_instance_termination<'life0, 'async_trait>(
    &'life0 self,
    input: SkipWaitTimeForInstanceTerminationInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<SkipWaitTimeForInstanceTerminationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.

fn stop_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: StopDeploymentInput
) -> Pin<Box<dyn Future<Output = Result<StopDeploymentOutput, RusotoError<StopDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Attempts to stop an ongoing deployment.

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, 

Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter.

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, 

Disassociates a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identfied by the list of keys in the TagKeys input parameter.

fn update_application<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateApplicationInput
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Changes the name of an application.

fn update_deployment_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDeploymentGroupInput
) -> Pin<Box<dyn Future<Output = Result<UpdateDeploymentGroupOutput, RusotoError<UpdateDeploymentGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Changes information about a deployment group.

Loading content...

Implementors

impl CodeDeploy for CodeDeployClient[src]

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

Adds tags to on-premises instances.

fn batch_get_application_revisions<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetApplicationRevisionsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetApplicationRevisionsOutput, RusotoError<BatchGetApplicationRevisionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25.

fn batch_get_applications<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetApplicationsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetApplicationsOutput, RusotoError<BatchGetApplicationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more applications. The maximum number of applications that can be returned is 25.

fn batch_get_deployment_groups<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDeploymentGroupsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentGroupsOutput, RusotoError<BatchGetDeploymentGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more deployment groups.

fn batch_get_deployment_instances<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDeploymentInstancesInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentInstancesOutput, RusotoError<BatchGetDeploymentInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

This method works, but is deprecated. Use BatchGetDeploymentTargets instead.

Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and AWS Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms. The maximum number of instances that can be returned is 25.

fn batch_get_deployment_targets<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDeploymentTargetsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentTargetsOutput, RusotoError<BatchGetDeploymentTargetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances. The maximum number of targets that can be returned is 25.

The type of targets returned depends on the deployment's compute platform:

  • EC2/On-premises: Information about EC2 instance targets.

  • AWS Lambda: Information about Lambda functions targets.

  • Amazon ECS: Information about Amazon ECS service targets.

fn batch_get_deployments<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetDeploymentsInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetDeploymentsOutput, RusotoError<BatchGetDeploymentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.

fn batch_get_on_premises_instances<'life0, 'async_trait>(
    &'life0 self,
    input: BatchGetOnPremisesInstancesInput
) -> Pin<Box<dyn Future<Output = Result<BatchGetOnPremisesInstancesOutput, RusotoError<BatchGetOnPremisesInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.

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

For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)

fn create_application<'life0, 'async_trait>(
    &'life0 self,
    input: CreateApplicationInput
) -> Pin<Box<dyn Future<Output = Result<CreateApplicationOutput, RusotoError<CreateApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an application.

fn create_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentInput
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentOutput, RusotoError<CreateDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deploys an application revision through the specified deployment group.

fn create_deployment_config<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentConfigInput
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentConfigOutput, RusotoError<CreateDeploymentConfigError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a deployment configuration.

fn create_deployment_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDeploymentGroupInput
) -> Pin<Box<dyn Future<Output = Result<CreateDeploymentGroupOutput, RusotoError<CreateDeploymentGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a deployment group to which application revisions are deployed.

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

Deletes an application.

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

Deletes a deployment configuration.

A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.

fn delete_deployment_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDeploymentGroupInput
) -> Pin<Box<dyn Future<Output = Result<DeleteDeploymentGroupOutput, RusotoError<DeleteDeploymentGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a deployment group.

fn delete_git_hub_account_token<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteGitHubAccountTokenInput
) -> Pin<Box<dyn Future<Output = Result<DeleteGitHubAccountTokenOutput, RusotoError<DeleteGitHubAccountTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a GitHub account connection.

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

Deregisters an on-premises instance.

fn get_application<'life0, 'async_trait>(
    &'life0 self,
    input: GetApplicationInput
) -> Pin<Box<dyn Future<Output = Result<GetApplicationOutput, RusotoError<GetApplicationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about an application.

fn get_application_revision<'life0, 'async_trait>(
    &'life0 self,
    input: GetApplicationRevisionInput
) -> Pin<Box<dyn Future<Output = Result<GetApplicationRevisionOutput, RusotoError<GetApplicationRevisionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about an application revision.

fn get_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentOutput, RusotoError<GetDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a deployment.

The content property of the appSpecContent object in the returned revision is always null. Use GetApplicationRevision and the sha256 property of the returned appSpecContent object to get the content of the deployment’s AppSpec file.

fn get_deployment_config<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentConfigInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentConfigOutput, RusotoError<GetDeploymentConfigError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a deployment configuration.

fn get_deployment_group<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentGroupInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentGroupOutput, RusotoError<GetDeploymentGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a deployment group.

fn get_deployment_instance<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentInstanceInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentInstanceOutput, RusotoError<GetDeploymentInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about an instance as part of a deployment.

fn get_deployment_target<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeploymentTargetInput
) -> Pin<Box<dyn Future<Output = Result<GetDeploymentTargetOutput, RusotoError<GetDeploymentTargetError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a deployment target.

fn get_on_premises_instance<'life0, 'async_trait>(
    &'life0 self,
    input: GetOnPremisesInstanceInput
) -> Pin<Box<dyn Future<Output = Result<GetOnPremisesInstanceOutput, RusotoError<GetOnPremisesInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about an on-premises instance.

fn list_application_revisions<'life0, 'async_trait>(
    &'life0 self,
    input: ListApplicationRevisionsInput
) -> Pin<Box<dyn Future<Output = Result<ListApplicationRevisionsOutput, RusotoError<ListApplicationRevisionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists information about revisions for an application.

fn list_applications<'life0, 'async_trait>(
    &'life0 self,
    input: ListApplicationsInput
) -> Pin<Box<dyn Future<Output = Result<ListApplicationsOutput, RusotoError<ListApplicationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the applications registered with the IAM user or AWS account.

fn list_deployment_configs<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentConfigsInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentConfigsOutput, RusotoError<ListDeploymentConfigsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the deployment configurations with the IAM user or AWS account.

fn list_deployment_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentGroupsInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentGroupsOutput, RusotoError<ListDeploymentGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the deployment groups for an application registered with the IAM user or AWS account.

fn list_deployment_instances<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentInstancesInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentInstancesOutput, RusotoError<ListDeploymentInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or AWS Lambda.

Lists the instance for a deployment associated with the IAM user or AWS account.

fn list_deployment_targets<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentTargetsInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentTargetsOutput, RusotoError<ListDeploymentTargetsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns an array of target IDs that are associated a deployment.

fn list_deployments<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeploymentsInput
) -> Pin<Box<dyn Future<Output = Result<ListDeploymentsOutput, RusotoError<ListDeploymentsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.

fn list_git_hub_account_token_names<'life0, 'async_trait>(
    &'life0 self,
    input: ListGitHubAccountTokenNamesInput
) -> Pin<Box<dyn Future<Output = Result<ListGitHubAccountTokenNamesOutput, RusotoError<ListGitHubAccountTokenNamesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the names of stored connections to GitHub accounts.

fn list_on_premises_instances<'life0, 'async_trait>(
    &'life0 self,
    input: ListOnPremisesInstancesInput
) -> Pin<Box<dyn Future<Output = Result<ListOnPremisesInstancesOutput, RusotoError<ListOnPremisesInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of names for one or more on-premises instances.

Unless otherwise specified, both registered and deregistered on-premises instance names are listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.

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]

Returns a list of tags for the resource identified by a specified ARN. Tags are used to organize and categorize your CodeDeploy resources.

fn put_lifecycle_event_hook_execution_status<'life0, 'async_trait>(
    &'life0 self,
    input: PutLifecycleEventHookExecutionStatusInput
) -> Pin<Box<dyn Future<Output = Result<PutLifecycleEventHookExecutionStatusOutput, RusotoError<PutLifecycleEventHookExecutionStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sets the result of a Lambda validation function. The function validates one or both lifecycle events (BeforeAllowTraffic and AfterAllowTraffic) and returns Succeeded or Failed.

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

Registers with AWS CodeDeploy a revision for the specified application.

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

Registers an on-premises instance.

Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.

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

Removes one or more tags from one or more on-premises instances.

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

In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.

fn stop_deployment<'life0, 'async_trait>(
    &'life0 self,
    input: StopDeploymentInput
) -> Pin<Box<dyn Future<Output = Result<StopDeploymentOutput, RusotoError<StopDeploymentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Attempts to stop an ongoing deployment.

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]

Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter.

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]

Disassociates a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identfied by the list of keys in the TagKeys input parameter.

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

Changes the name of an application.

fn update_deployment_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDeploymentGroupInput
) -> Pin<Box<dyn Future<Output = Result<UpdateDeploymentGroupOutput, RusotoError<UpdateDeploymentGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Changes information about a deployment group.

Loading content...