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

You cannot delete an application that has a running environment.

See: AWS API Reference for DeleteApplication.

Synopsis

Creating a Request

deleteApplication Source

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

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

Request Lenses

daTerminateEnvByForce :: Lens' DeleteApplication (Maybe Bool) Source

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

daApplicationName :: Lens' DeleteApplication Text Source

The name of the application to delete.

Destructuring the Response

deleteApplicationResponse :: DeleteApplicationResponse Source

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