amazonka-elasticbeanstalk-0.3.6: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Contents

Description

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

http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_AbortEnvironmentUpdate.html

Synopsis

Request

Request constructor

abortEnvironmentUpdate :: AbortEnvironmentUpdate Source

AbortEnvironmentUpdate constructor.

The fields accessible through corresponding lenses are:

Request lenses

aeuEnvironmentId :: Lens' AbortEnvironmentUpdate (Maybe Text) Source

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

aeuEnvironmentName :: Lens' AbortEnvironmentUpdate (Maybe Text) Source

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

Response

Response constructor