amazonka-elasticbeanstalk-0.1.3: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.DeleteApplication

Contents

Description

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

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

Synopsis

Request

Request constructor

deleteApplication Source

DeleteApplication constructor.

The fields accessible through corresponding lenses are:

Request lenses

daApplicationName :: Lens' DeleteApplication Text Source

The name of the application to delete.

daTerminateEnvByForce :: Lens' DeleteApplication (Maybe Bool) Source

When set to true, running environments will be terminated before deleting the application.

Response

Response constructor