[][src]Trait rusoto_codedeploy::CodeDeploy

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

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

Required methods

fn add_tags_to_on_premises_instances(
    &self,
    input: AddTagsToOnPremisesInstancesInput
) -> RusotoFuture<(), AddTagsToOnPremisesInstancesError>

Adds tags to on-premises instances.

fn batch_get_application_revisions(
    &self,
    input: BatchGetApplicationRevisionsInput
) -> RusotoFuture<BatchGetApplicationRevisionsOutput, BatchGetApplicationRevisionsError>

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

fn batch_get_applications(
    &self,
    input: BatchGetApplicationsInput
) -> RusotoFuture<BatchGetApplicationsOutput, BatchGetApplicationsError>

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

fn batch_get_deployment_groups(
    &self,
    input: BatchGetDeploymentGroupsInput
) -> RusotoFuture<BatchGetDeploymentGroupsOutput, BatchGetDeploymentGroupsError>

Gets information about one or more deployment groups.

fn batch_get_deployment_instances(
    &self,
    input: BatchGetDeploymentInstancesInput
) -> RusotoFuture<BatchGetDeploymentInstancesOutput, BatchGetDeploymentInstancesError>

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(
    &self,
    input: BatchGetDeploymentTargetsInput
) -> RusotoFuture<BatchGetDeploymentTargetsOutput, BatchGetDeploymentTargetsError>

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(
    &self,
    input: BatchGetDeploymentsInput
) -> RusotoFuture<BatchGetDeploymentsOutput, BatchGetDeploymentsError>

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

fn batch_get_on_premises_instances(
    &self,
    input: BatchGetOnPremisesInstancesInput
) -> RusotoFuture<BatchGetOnPremisesInstancesOutput, BatchGetOnPremisesInstancesError>

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(
    &self,
    input: ContinueDeploymentInput
) -> RusotoFuture<(), ContinueDeploymentError>

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(
    &self,
    input: CreateApplicationInput
) -> RusotoFuture<CreateApplicationOutput, CreateApplicationError>

Creates an application.

fn create_deployment(
    &self,
    input: CreateDeploymentInput
) -> RusotoFuture<CreateDeploymentOutput, CreateDeploymentError>

Deploys an application revision through the specified deployment group.

fn create_deployment_config(
    &self,
    input: CreateDeploymentConfigInput
) -> RusotoFuture<CreateDeploymentConfigOutput, CreateDeploymentConfigError>

Creates a deployment configuration.

fn create_deployment_group(
    &self,
    input: CreateDeploymentGroupInput
) -> RusotoFuture<CreateDeploymentGroupOutput, CreateDeploymentGroupError>

Creates a deployment group to which application revisions are deployed.

fn delete_application(
    &self,
    input: DeleteApplicationInput
) -> RusotoFuture<(), DeleteApplicationError>

Deletes an application.

fn delete_deployment_config(
    &self,
    input: DeleteDeploymentConfigInput
) -> RusotoFuture<(), DeleteDeploymentConfigError>

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(
    &self,
    input: DeleteDeploymentGroupInput
) -> RusotoFuture<DeleteDeploymentGroupOutput, DeleteDeploymentGroupError>

Deletes a deployment group.

fn delete_git_hub_account_token(
    &self,
    input: DeleteGitHubAccountTokenInput
) -> RusotoFuture<DeleteGitHubAccountTokenOutput, DeleteGitHubAccountTokenError>

Deletes a GitHub account connection.

fn deregister_on_premises_instance(
    &self,
    input: DeregisterOnPremisesInstanceInput
) -> RusotoFuture<(), DeregisterOnPremisesInstanceError>

Deregisters an on-premises instance.

fn get_application(
    &self,
    input: GetApplicationInput
) -> RusotoFuture<GetApplicationOutput, GetApplicationError>

Gets information about an application.

fn get_application_revision(
    &self,
    input: GetApplicationRevisionInput
) -> RusotoFuture<GetApplicationRevisionOutput, GetApplicationRevisionError>

Gets information about an application revision.

fn get_deployment(
    &self,
    input: GetDeploymentInput
) -> RusotoFuture<GetDeploymentOutput, GetDeploymentError>

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(
    &self,
    input: GetDeploymentConfigInput
) -> RusotoFuture<GetDeploymentConfigOutput, GetDeploymentConfigError>

Gets information about a deployment configuration.

fn get_deployment_group(
    &self,
    input: GetDeploymentGroupInput
) -> RusotoFuture<GetDeploymentGroupOutput, GetDeploymentGroupError>

Gets information about a deployment group.

fn get_deployment_instance(
    &self,
    input: GetDeploymentInstanceInput
) -> RusotoFuture<GetDeploymentInstanceOutput, GetDeploymentInstanceError>

Gets information about an instance as part of a deployment.

fn get_deployment_target(
    &self,
    input: GetDeploymentTargetInput
) -> RusotoFuture<GetDeploymentTargetOutput, GetDeploymentTargetError>

Returns information about a deployment target.

fn get_on_premises_instance(
    &self,
    input: GetOnPremisesInstanceInput
) -> RusotoFuture<GetOnPremisesInstanceOutput, GetOnPremisesInstanceError>

Gets information about an on-premises instance.

fn list_application_revisions(
    &self,
    input: ListApplicationRevisionsInput
) -> RusotoFuture<ListApplicationRevisionsOutput, ListApplicationRevisionsError>

Lists information about revisions for an application.

fn list_applications(
    &self,
    input: ListApplicationsInput
) -> RusotoFuture<ListApplicationsOutput, ListApplicationsError>

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

fn list_deployment_configs(
    &self,
    input: ListDeploymentConfigsInput
) -> RusotoFuture<ListDeploymentConfigsOutput, ListDeploymentConfigsError>

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

fn list_deployment_groups(
    &self,
    input: ListDeploymentGroupsInput
) -> RusotoFuture<ListDeploymentGroupsOutput, ListDeploymentGroupsError>

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

fn list_deployment_instances(
    &self,
    input: ListDeploymentInstancesInput
) -> RusotoFuture<ListDeploymentInstancesOutput, ListDeploymentInstancesError>

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(
    &self,
    input: ListDeploymentTargetsInput
) -> RusotoFuture<ListDeploymentTargetsOutput, ListDeploymentTargetsError>

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

fn list_deployments(
    &self,
    input: ListDeploymentsInput
) -> RusotoFuture<ListDeploymentsOutput, ListDeploymentsError>

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(
    &self,
    input: ListGitHubAccountTokenNamesInput
) -> RusotoFuture<ListGitHubAccountTokenNamesOutput, ListGitHubAccountTokenNamesError>

Lists the names of stored connections to GitHub accounts.

fn list_on_premises_instances(
    &self,
    input: ListOnPremisesInstancesInput
) -> RusotoFuture<ListOnPremisesInstancesOutput, ListOnPremisesInstancesError>

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(
    &self,
    input: ListTagsForResourceInput
) -> RusotoFuture<ListTagsForResourceOutput, ListTagsForResourceError>

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(
    &self,
    input: PutLifecycleEventHookExecutionStatusInput
) -> RusotoFuture<PutLifecycleEventHookExecutionStatusOutput, PutLifecycleEventHookExecutionStatusError>

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(
    &self,
    input: RegisterApplicationRevisionInput
) -> RusotoFuture<(), RegisterApplicationRevisionError>

Registers with AWS CodeDeploy a revision for the specified application.

fn register_on_premises_instance(
    &self,
    input: RegisterOnPremisesInstanceInput
) -> RusotoFuture<(), RegisterOnPremisesInstanceError>

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(
    &self,
    input: RemoveTagsFromOnPremisesInstancesInput
) -> RusotoFuture<(), RemoveTagsFromOnPremisesInstancesError>

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

fn skip_wait_time_for_instance_termination(
    &self,
    input: SkipWaitTimeForInstanceTerminationInput
) -> RusotoFuture<(), SkipWaitTimeForInstanceTerminationError>

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

fn stop_deployment(
    &self,
    input: StopDeploymentInput
) -> RusotoFuture<StopDeploymentOutput, StopDeploymentError>

Attempts to stop an ongoing deployment.

fn tag_resource(
    &self,
    input: TagResourceInput
) -> RusotoFuture<TagResourceOutput, TagResourceError>

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

fn untag_resource(
    &self,
    input: UntagResourceInput
) -> RusotoFuture<UntagResourceOutput, UntagResourceError>

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(
    &self,
    input: UpdateApplicationInput
) -> RusotoFuture<(), UpdateApplicationError>

Changes the name of an application.

fn update_deployment_group(
    &self,
    input: UpdateDeploymentGroupInput
) -> RusotoFuture<UpdateDeploymentGroupOutput, UpdateDeploymentGroupError>

Changes information about a deployment group.

Loading content...

Implementors

impl CodeDeploy for CodeDeployClient[src]

fn add_tags_to_on_premises_instances(
    &self,
    input: AddTagsToOnPremisesInstancesInput
) -> RusotoFuture<(), AddTagsToOnPremisesInstancesError>
[src]

Adds tags to on-premises instances.

fn batch_get_application_revisions(
    &self,
    input: BatchGetApplicationRevisionsInput
) -> RusotoFuture<BatchGetApplicationRevisionsOutput, BatchGetApplicationRevisionsError>
[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(
    &self,
    input: BatchGetApplicationsInput
) -> RusotoFuture<BatchGetApplicationsOutput, BatchGetApplicationsError>
[src]

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

fn batch_get_deployment_groups(
    &self,
    input: BatchGetDeploymentGroupsInput
) -> RusotoFuture<BatchGetDeploymentGroupsOutput, BatchGetDeploymentGroupsError>
[src]

Gets information about one or more deployment groups.

fn batch_get_deployment_instances(
    &self,
    input: BatchGetDeploymentInstancesInput
) -> RusotoFuture<BatchGetDeploymentInstancesOutput, BatchGetDeploymentInstancesError>
[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(
    &self,
    input: BatchGetDeploymentTargetsInput
) -> RusotoFuture<BatchGetDeploymentTargetsOutput, BatchGetDeploymentTargetsError>
[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(
    &self,
    input: BatchGetDeploymentsInput
) -> RusotoFuture<BatchGetDeploymentsOutput, BatchGetDeploymentsError>
[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(
    &self,
    input: BatchGetOnPremisesInstancesInput
) -> RusotoFuture<BatchGetOnPremisesInstancesOutput, BatchGetOnPremisesInstancesError>
[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(
    &self,
    input: ContinueDeploymentInput
) -> RusotoFuture<(), ContinueDeploymentError>
[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(
    &self,
    input: CreateApplicationInput
) -> RusotoFuture<CreateApplicationOutput, CreateApplicationError>
[src]

Creates an application.

fn create_deployment(
    &self,
    input: CreateDeploymentInput
) -> RusotoFuture<CreateDeploymentOutput, CreateDeploymentError>
[src]

Deploys an application revision through the specified deployment group.

fn create_deployment_config(
    &self,
    input: CreateDeploymentConfigInput
) -> RusotoFuture<CreateDeploymentConfigOutput, CreateDeploymentConfigError>
[src]

Creates a deployment configuration.

fn create_deployment_group(
    &self,
    input: CreateDeploymentGroupInput
) -> RusotoFuture<CreateDeploymentGroupOutput, CreateDeploymentGroupError>
[src]

Creates a deployment group to which application revisions are deployed.

fn delete_application(
    &self,
    input: DeleteApplicationInput
) -> RusotoFuture<(), DeleteApplicationError>
[src]

Deletes an application.

fn delete_deployment_config(
    &self,
    input: DeleteDeploymentConfigInput
) -> RusotoFuture<(), DeleteDeploymentConfigError>
[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(
    &self,
    input: DeleteDeploymentGroupInput
) -> RusotoFuture<DeleteDeploymentGroupOutput, DeleteDeploymentGroupError>
[src]

Deletes a deployment group.

fn delete_git_hub_account_token(
    &self,
    input: DeleteGitHubAccountTokenInput
) -> RusotoFuture<DeleteGitHubAccountTokenOutput, DeleteGitHubAccountTokenError>
[src]

Deletes a GitHub account connection.

fn deregister_on_premises_instance(
    &self,
    input: DeregisterOnPremisesInstanceInput
) -> RusotoFuture<(), DeregisterOnPremisesInstanceError>
[src]

Deregisters an on-premises instance.

fn get_application(
    &self,
    input: GetApplicationInput
) -> RusotoFuture<GetApplicationOutput, GetApplicationError>
[src]

Gets information about an application.

fn get_application_revision(
    &self,
    input: GetApplicationRevisionInput
) -> RusotoFuture<GetApplicationRevisionOutput, GetApplicationRevisionError>
[src]

Gets information about an application revision.

fn get_deployment(
    &self,
    input: GetDeploymentInput
) -> RusotoFuture<GetDeploymentOutput, GetDeploymentError>
[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(
    &self,
    input: GetDeploymentConfigInput
) -> RusotoFuture<GetDeploymentConfigOutput, GetDeploymentConfigError>
[src]

Gets information about a deployment configuration.

fn get_deployment_group(
    &self,
    input: GetDeploymentGroupInput
) -> RusotoFuture<GetDeploymentGroupOutput, GetDeploymentGroupError>
[src]

Gets information about a deployment group.

fn get_deployment_instance(
    &self,
    input: GetDeploymentInstanceInput
) -> RusotoFuture<GetDeploymentInstanceOutput, GetDeploymentInstanceError>
[src]

Gets information about an instance as part of a deployment.

fn get_deployment_target(
    &self,
    input: GetDeploymentTargetInput
) -> RusotoFuture<GetDeploymentTargetOutput, GetDeploymentTargetError>
[src]

Returns information about a deployment target.

fn get_on_premises_instance(
    &self,
    input: GetOnPremisesInstanceInput
) -> RusotoFuture<GetOnPremisesInstanceOutput, GetOnPremisesInstanceError>
[src]

Gets information about an on-premises instance.

fn list_application_revisions(
    &self,
    input: ListApplicationRevisionsInput
) -> RusotoFuture<ListApplicationRevisionsOutput, ListApplicationRevisionsError>
[src]

Lists information about revisions for an application.

fn list_applications(
    &self,
    input: ListApplicationsInput
) -> RusotoFuture<ListApplicationsOutput, ListApplicationsError>
[src]

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

fn list_deployment_configs(
    &self,
    input: ListDeploymentConfigsInput
) -> RusotoFuture<ListDeploymentConfigsOutput, ListDeploymentConfigsError>
[src]

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

fn list_deployment_groups(
    &self,
    input: ListDeploymentGroupsInput
) -> RusotoFuture<ListDeploymentGroupsOutput, ListDeploymentGroupsError>
[src]

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

fn list_deployment_instances(
    &self,
    input: ListDeploymentInstancesInput
) -> RusotoFuture<ListDeploymentInstancesOutput, ListDeploymentInstancesError>
[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(
    &self,
    input: ListDeploymentTargetsInput
) -> RusotoFuture<ListDeploymentTargetsOutput, ListDeploymentTargetsError>
[src]

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

fn list_deployments(
    &self,
    input: ListDeploymentsInput
) -> RusotoFuture<ListDeploymentsOutput, ListDeploymentsError>
[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(
    &self,
    input: ListGitHubAccountTokenNamesInput
) -> RusotoFuture<ListGitHubAccountTokenNamesOutput, ListGitHubAccountTokenNamesError>
[src]

Lists the names of stored connections to GitHub accounts.

fn list_on_premises_instances(
    &self,
    input: ListOnPremisesInstancesInput
) -> RusotoFuture<ListOnPremisesInstancesOutput, ListOnPremisesInstancesError>
[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(
    &self,
    input: ListTagsForResourceInput
) -> RusotoFuture<ListTagsForResourceOutput, ListTagsForResourceError>
[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(
    &self,
    input: PutLifecycleEventHookExecutionStatusInput
) -> RusotoFuture<PutLifecycleEventHookExecutionStatusOutput, PutLifecycleEventHookExecutionStatusError>
[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(
    &self,
    input: RegisterApplicationRevisionInput
) -> RusotoFuture<(), RegisterApplicationRevisionError>
[src]

Registers with AWS CodeDeploy a revision for the specified application.

fn register_on_premises_instance(
    &self,
    input: RegisterOnPremisesInstanceInput
) -> RusotoFuture<(), RegisterOnPremisesInstanceError>
[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(
    &self,
    input: RemoveTagsFromOnPremisesInstancesInput
) -> RusotoFuture<(), RemoveTagsFromOnPremisesInstancesError>
[src]

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

fn skip_wait_time_for_instance_termination(
    &self,
    input: SkipWaitTimeForInstanceTerminationInput
) -> RusotoFuture<(), SkipWaitTimeForInstanceTerminationError>
[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(
    &self,
    input: StopDeploymentInput
) -> RusotoFuture<StopDeploymentOutput, StopDeploymentError>
[src]

Attempts to stop an ongoing deployment.

fn tag_resource(
    &self,
    input: TagResourceInput
) -> RusotoFuture<TagResourceOutput, TagResourceError>
[src]

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

fn untag_resource(
    &self,
    input: UntagResourceInput
) -> RusotoFuture<UntagResourceOutput, UntagResourceError>
[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(
    &self,
    input: UpdateApplicationInput
) -> RusotoFuture<(), UpdateApplicationError>
[src]

Changes the name of an application.

fn update_deployment_group(
    &self,
    input: UpdateDeploymentGroupInput
) -> RusotoFuture<UpdateDeploymentGroupOutput, UpdateDeploymentGroupError>
[src]

Changes information about a deployment group.

Loading content...