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 |
Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.
Synopsis
- data DeleteApnsVoipChannel = DeleteApnsVoipChannel' {}
- newDeleteApnsVoipChannel :: Text -> DeleteApnsVoipChannel
- deleteApnsVoipChannel_applicationId :: Lens' DeleteApnsVoipChannel Text
- data DeleteApnsVoipChannelResponse = DeleteApnsVoipChannelResponse' {}
- newDeleteApnsVoipChannelResponse :: Int -> APNSVoipChannelResponse -> DeleteApnsVoipChannelResponse
- deleteApnsVoipChannelResponse_httpStatus :: Lens' DeleteApnsVoipChannelResponse Int
- deleteApnsVoipChannelResponse_aPNSVoipChannelResponse :: Lens' DeleteApnsVoipChannelResponse APNSVoipChannelResponse
Creating a Request
data DeleteApnsVoipChannel Source #
See: newDeleteApnsVoipChannel
smart constructor.
DeleteApnsVoipChannel' | |
|
Instances
newDeleteApnsVoipChannel Source #
Create a value of DeleteApnsVoipChannel
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:
DeleteApnsVoipChannel
, deleteApnsVoipChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteApnsVoipChannel_applicationId :: Lens' DeleteApnsVoipChannel 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 DeleteApnsVoipChannelResponse Source #
See: newDeleteApnsVoipChannelResponse
smart constructor.
DeleteApnsVoipChannelResponse' | |
|
Instances
newDeleteApnsVoipChannelResponse Source #
Create a value of DeleteApnsVoipChannelResponse
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:DeleteApnsVoipChannelResponse'
, deleteApnsVoipChannelResponse_httpStatus
- The response's http status code.
$sel:aPNSVoipChannelResponse:DeleteApnsVoipChannelResponse'
, deleteApnsVoipChannelResponse_aPNSVoipChannelResponse
- Undocumented member.
Response Lenses
deleteApnsVoipChannelResponse_httpStatus :: Lens' DeleteApnsVoipChannelResponse Int Source #
The response's http status code.