| 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.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DeleteApplication.html
- data DeleteApplication
- deleteApplication :: Text -> DeleteApplication
- daApplicationName :: Lens' DeleteApplication Text
- daTerminateEnvByForce :: Lens' DeleteApplication (Maybe Bool)
- data DeleteApplicationResponse
- deleteApplicationResponse :: DeleteApplicationResponse
Request
data DeleteApplication Source
Instances
| Eq DeleteApplication | |
| Ord DeleteApplication | |
| Read DeleteApplication | |
| Show DeleteApplication | |
| AWSRequest DeleteApplication | |
| ToQuery DeleteApplication | |
| ToPath DeleteApplication | |
| ToHeaders DeleteApplication | |
| type Sv DeleteApplication = ElasticBeanstalk | |
| type Rs DeleteApplication = DeleteApplicationResponse |
Request constructor
Arguments
| :: Text | |
| -> DeleteApplication |
DeleteApplication constructor.
The fields accessible through corresponding lenses are:
daApplicationName::TextdaTerminateEnvByForce::MaybeBool
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.