| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SimSpaceWeaver.DeleteApp
Description
Deletes the instance of the given custom app.
Synopsis
- data DeleteApp = DeleteApp' {}
- newDeleteApp :: Text -> Text -> Text -> DeleteApp
- deleteApp_app :: Lens' DeleteApp Text
- deleteApp_domain :: Lens' DeleteApp Text
- deleteApp_simulation :: Lens' DeleteApp Text
- data DeleteAppResponse = DeleteAppResponse' {
- httpStatus :: Int
- newDeleteAppResponse :: Int -> DeleteAppResponse
- deleteAppResponse_httpStatus :: Lens' DeleteAppResponse Int
Creating a Request
See: newDeleteApp smart constructor.
Constructors
| DeleteApp' | |
Instances
Create a value of DeleteApp with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:app:DeleteApp', deleteApp_app - The name of the app.
DeleteApp, deleteApp_domain - The name of the domain of the app.
DeleteApp, deleteApp_simulation - The name of the simulation of the app.
Request Lenses
Destructuring the Response
data DeleteAppResponse Source #
See: newDeleteAppResponse smart constructor.
Constructors
| DeleteAppResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> DeleteAppResponse |
Create a value of DeleteAppResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteAppResponse', deleteAppResponse_httpStatus - The response's http status code.
Response Lenses
deleteAppResponse_httpStatus :: Lens' DeleteAppResponse Int Source #
The response's http status code.