| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| 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.
Creating a Request
Arguments
| :: Text | |
| -> DeleteApplication |
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:
data DeleteApplication Source #
Request to delete an application.
See: deleteApplication smart constructor.
Instances
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.
data DeleteApplicationResponse Source #
See: deleteApplicationResponse smart constructor.