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 |
Disables the GCM channel for an application and deletes any existing settings for the channel.
Synopsis
- data DeleteGcmChannel = DeleteGcmChannel' {}
- newDeleteGcmChannel :: Text -> DeleteGcmChannel
- deleteGcmChannel_applicationId :: Lens' DeleteGcmChannel Text
- data DeleteGcmChannelResponse = DeleteGcmChannelResponse' {}
- newDeleteGcmChannelResponse :: Int -> GCMChannelResponse -> DeleteGcmChannelResponse
- deleteGcmChannelResponse_httpStatus :: Lens' DeleteGcmChannelResponse Int
- deleteGcmChannelResponse_gCMChannelResponse :: Lens' DeleteGcmChannelResponse GCMChannelResponse
Creating a Request
data DeleteGcmChannel Source #
See: newDeleteGcmChannel
smart constructor.
DeleteGcmChannel' | |
|
Instances
Create a value of DeleteGcmChannel
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:DeleteGcmChannel'
, deleteGcmChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteGcmChannel_applicationId :: Lens' DeleteGcmChannel 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 DeleteGcmChannelResponse Source #
See: newDeleteGcmChannelResponse
smart constructor.
DeleteGcmChannelResponse' | |
|
Instances
newDeleteGcmChannelResponse Source #
Create a value of DeleteGcmChannelResponse
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:DeleteGcmChannelResponse'
, deleteGcmChannelResponse_httpStatus
- The response's http status code.
$sel:gCMChannelResponse:DeleteGcmChannelResponse'
, deleteGcmChannelResponse_gCMChannelResponse
- Undocumented member.
Response Lenses
deleteGcmChannelResponse_httpStatus :: Lens' DeleteGcmChannelResponse Int Source #
The response's http status code.
deleteGcmChannelResponse_gCMChannelResponse :: Lens' DeleteGcmChannelResponse GCMChannelResponse Source #
Undocumented member.