| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
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
| Eq DeleteApp Source # | |
| Read DeleteApp Source # | |
| Show DeleteApp Source # | |
| Generic DeleteApp Source # | |
| NFData DeleteApp Source # | |
Defined in Amazonka.Pinpoint.DeleteApp | |
| Hashable DeleteApp Source # | |
Defined in Amazonka.Pinpoint.DeleteApp | |
| AWSRequest DeleteApp Source # | |
Defined in Amazonka.Pinpoint.DeleteApp Associated Types type AWSResponse DeleteApp # Methods request :: DeleteApp -> Request DeleteApp # response :: MonadResource m => Logger -> Service -> Proxy DeleteApp -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse DeleteApp))) # | |
| ToHeaders DeleteApp Source # | |
Defined in Amazonka.Pinpoint.DeleteApp | |
| ToPath DeleteApp Source # | |
Defined in Amazonka.Pinpoint.DeleteApp Methods toPath :: DeleteApp -> ByteString # | |
| ToQuery DeleteApp Source # | |
Defined in Amazonka.Pinpoint.DeleteApp Methods toQuery :: DeleteApp -> QueryString # | |
| type Rep DeleteApp Source # | |
Defined in Amazonka.Pinpoint.DeleteApp | |
| type AWSResponse DeleteApp Source # | |
Defined in Amazonka.Pinpoint.DeleteApp | |
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:applicationId: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.