| 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.Pinpoint.DeleteApp
Description
Deletes an application.
Synopsis
- data DeleteApp = DeleteApp' {}
- newDeleteApp :: Text -> DeleteApp
- deleteApp_applicationId :: Lens' DeleteApp Text
- data DeleteAppResponse = DeleteAppResponse' {}
- newDeleteAppResponse :: Int -> ApplicationResponse -> DeleteAppResponse
- deleteAppResponse_httpStatus :: Lens' DeleteAppResponse Int
- deleteAppResponse_applicationResponse :: Lens' DeleteAppResponse ApplicationResponse
Creating a Request
See: newDeleteApp smart constructor.
Constructors
| DeleteApp' | |
Fields
| |
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:
DeleteApp, deleteApp_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteApp_applicationId :: Lens' DeleteApp Text Source #
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Destructuring the Response
data DeleteAppResponse Source #
See: newDeleteAppResponse smart constructor.
Constructors
| DeleteAppResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> ApplicationResponse | |
| -> 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.
$sel:applicationResponse:DeleteAppResponse', deleteAppResponse_applicationResponse - Undocumented member.
Response Lenses
deleteAppResponse_httpStatus :: Lens' DeleteAppResponse Int Source #
The response's http status code.
deleteAppResponse_applicationResponse :: Lens' DeleteAppResponse ApplicationResponse Source #
Undocumented member.