[][src]Trait rusoto_codedeploy::CodeDeploy

pub trait CodeDeploy {
#[must_use]    pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub fn delete_resources_by_external_id<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteResourcesByExternalIdInput
    ) -> Pin<Box<dyn Future<Output = Result<DeleteResourcesByExternalIdOutput, RusotoError<DeleteResourcesByExternalIdError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[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 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[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_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
;
#[must_use] pub 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

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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 100.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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 or deployment method:

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

  • AWS Lambda: Information about Lambda functions targets.

  • Amazon ECS: Information about Amazon ECS service targets.

  • CloudFormation: Information about targets of blue/green deployments initiated by a CloudFormation stack update.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.)

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

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

Deletes resources linked to an external ID.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[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]

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

#[must_use]pub 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 lifecycle hooks during a deployment that uses the AWS Lambda or Amazon ECS compute platform. For AWS Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic and AfterAllowTraffic. For Amazon ECS deployments, the available lifecycle hooks are BeforeInstall, AfterInstall, AfterAllowTestTraffic, BeforeAllowTraffic, and AfterAllowTraffic. Lambda validation functions return Succeeded or Failed. For more information, see AppSpec 'hooks' Section for an AWS Lambda Deployment and AppSpec 'hooks' Section for an Amazon ECS Deployment.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[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]

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

#[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]

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

#[must_use]pub 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.

#[must_use]pub 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...

Implementors

impl CodeDeploy for CodeDeployClient[src]

pub 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.

pub 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.

pub 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 100.

pub 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.

pub 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.

pub 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 or deployment method:

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

  • AWS Lambda: Information about Lambda functions targets.

  • Amazon ECS: Information about Amazon ECS service targets.

  • CloudFormation: Information about targets of blue/green deployments initiated by a CloudFormation stack update.

pub 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.

pub 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.

pub 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.)

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

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

Deletes resources linked to an external ID.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

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]

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

pub 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 lifecycle hooks during a deployment that uses the AWS Lambda or Amazon ECS compute platform. For AWS Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic and AfterAllowTraffic. For Amazon ECS deployments, the available lifecycle hooks are BeforeInstall, AfterInstall, AfterAllowTestTraffic, BeforeAllowTraffic, and AfterAllowTraffic. Lambda validation functions return Succeeded or Failed. For more information, see AppSpec 'hooks' Section for an AWS Lambda Deployment and AppSpec 'hooks' Section for an Amazon ECS Deployment.

pub 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.

pub 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.

pub 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.

pub 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.

pub 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.

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]

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

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]

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

pub 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.

pub 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...