Learn R Programming

paws.compute (version 0.1.12)

elasticbeanstalk_abort_environment_update: Cancels in-progress environment configuration update or application version deployment

Description

Cancels in-progress environment configuration update or application version deployment.

Usage

elasticbeanstalk_abort_environment_update(EnvironmentId,
  EnvironmentName)

Value

An empty list.

Arguments

EnvironmentId

This specifies the ID of the environment with the in-progress update that you want to cancel.

EnvironmentName

This specifies the name of the environment with the in-progress update that you want to cancel.

Request syntax

svc$abort_environment_update(
  EnvironmentId = "string",
  EnvironmentName = "string"
)

Examples

Run this code
if (FALSE) {
# The following code aborts a running application version deployment for
# an environment named my-env:
svc$abort_environment_update(
  EnvironmentName = "my-env"
)
}

Run the code above in your browser using DataLab