| 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.DeleteApnsVoipSandboxChannel
Description
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.
Constructors
| DeleteApnsVoipSandboxChannel' | |
Fields
| |
Instances
newDeleteApnsVoipSandboxChannel Source #
Arguments
| :: Text | |
| -> DeleteApnsVoipSandboxChannel |
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:
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.
Constructors
| DeleteApnsVoipSandboxChannelResponse' | |
Fields
| |
Instances
newDeleteApnsVoipSandboxChannelResponse Source #
Arguments
| :: 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.