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 APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.
Synopsis
- data DeleteApnsVoipSandboxChannel = DeleteApnsVoipSandboxChannel' {}
- newDeleteApnsVoipSandboxChannel :: Text -> DeleteApnsVoipSandboxChannel
- deleteApnsVoipSandboxChannel_applicationId :: Lens' DeleteApnsVoipSandboxChannel Text
- data DeleteApnsVoipSandboxChannelResponse = DeleteApnsVoipSandboxChannelResponse' {}
- newDeleteApnsVoipSandboxChannelResponse :: Int -> APNSVoipSandboxChannelResponse -> DeleteApnsVoipSandboxChannelResponse
- deleteApnsVoipSandboxChannelResponse_httpStatus :: Lens' DeleteApnsVoipSandboxChannelResponse Int
- deleteApnsVoipSandboxChannelResponse_aPNSVoipSandboxChannelResponse :: Lens' DeleteApnsVoipSandboxChannelResponse APNSVoipSandboxChannelResponse
Creating a Request
data DeleteApnsVoipSandboxChannel Source #
See: newDeleteApnsVoipSandboxChannel
smart constructor.
DeleteApnsVoipSandboxChannel' | |
|
Instances
newDeleteApnsVoipSandboxChannel Source #
Create a value of DeleteApnsVoipSandboxChannel
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:DeleteApnsVoipSandboxChannel'
, deleteApnsVoipSandboxChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteApnsVoipSandboxChannel_applicationId :: Lens' DeleteApnsVoipSandboxChannel 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 DeleteApnsVoipSandboxChannelResponse Source #
See: newDeleteApnsVoipSandboxChannelResponse
smart constructor.
DeleteApnsVoipSandboxChannelResponse' | |
|
Instances
newDeleteApnsVoipSandboxChannelResponse Source #
:: Int | |
-> APNSVoipSandboxChannelResponse |
|
-> DeleteApnsVoipSandboxChannelResponse |
Create a value of DeleteApnsVoipSandboxChannelResponse
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:DeleteApnsVoipSandboxChannelResponse'
, deleteApnsVoipSandboxChannelResponse_httpStatus
- The response's http status code.
$sel:aPNSVoipSandboxChannelResponse:DeleteApnsVoipSandboxChannelResponse'
, deleteApnsVoipSandboxChannelResponse_aPNSVoipSandboxChannelResponse
- Undocumented member.
Response Lenses
deleteApnsVoipSandboxChannelResponse_httpStatus :: Lens' DeleteApnsVoipSandboxChannelResponse Int Source #
The response's http status code.