Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.DeleteApplication
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.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DeleteApplication.html
Request
data DeleteApplication Source
Instances
Request constructor
Arguments
:: Text | |
-> DeleteApplication |
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.