amazonka-elasticbeanstalk-0.2.2: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DeleteApplicationVersion

Contents

Description

Deletes the specified version from the specified application.

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

Synopsis

Request

Request constructor

Request lenses

davApplicationName :: Lens' DeleteApplicationVersion Text Source

The name of the application to delete releases from.

davDeleteSourceBundle :: Lens' DeleteApplicationVersion (Maybe Bool) Source

Indicates whether to delete the associated source bundle from Amazon S3:

true: An attempt is made to delete the associated Amazon S3 source bundle specified at time of creation. false: No action is taken on the Amazon S3 source bundle specified at time of creation. Valid Values: true | false

davVersionLabel :: Lens' DeleteApplicationVersion Text Source

The label of the version to delete.

Response

Response constructor