Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
Request
data DeleteApplication Source
Request constructor
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.