amazonka-elasticbeanstalk-1.3.5: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate

Contents

Description

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

See: AWS API Reference for AbortEnvironmentUpdate.

Synopsis

Creating a Request

abortEnvironmentUpdate :: AbortEnvironmentUpdate Source

Creates a value of AbortEnvironmentUpdate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

aeuEnvironmentName :: Lens' AbortEnvironmentUpdate (Maybe Text) Source

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

aeuEnvironmentId :: Lens' AbortEnvironmentUpdate (Maybe Text) Source

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

Destructuring the Response

abortEnvironmentUpdateResponse :: AbortEnvironmentUpdateResponse Source

Creates a value of AbortEnvironmentUpdateResponse with the minimum fields required to make a request.