amazonka-elasticbeanstalk-1.3.7: 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.DeleteApplicationVersion

Contents

Description

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment.

See: AWS API Reference for DeleteApplicationVersion.

Synopsis

Creating a Request

deleteApplicationVersion Source

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

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

Request Lenses

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

davApplicationName :: Lens' DeleteApplicationVersion Text Source

The name of the application to delete releases from.

davVersionLabel :: Lens' DeleteApplicationVersion Text Source

The label of the version to delete.

Destructuring the Response

deleteApplicationVersionResponse :: DeleteApplicationVersionResponse Source

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