| 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.DeleteGcmChannel
Description
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.
Constructors
| DeleteGcmChannel' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> DeleteGcmChannel | 
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:
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.
Constructors
| DeleteGcmChannelResponse' | |
Fields 
  | |
Instances
newDeleteGcmChannelResponse Source #
Arguments
| :: Int | |
| -> GCMChannelResponse | |
| -> DeleteGcmChannelResponse | 
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.