| 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.UpdateApnsVoipSandboxChannel
Description
Enables the APNs VoIP sandbox channel for an application or updates the status and settings of the APNs VoIP sandbox channel for an application.
Synopsis
- data UpdateApnsVoipSandboxChannel = UpdateApnsVoipSandboxChannel' {}
- newUpdateApnsVoipSandboxChannel :: Text -> APNSVoipSandboxChannelRequest -> UpdateApnsVoipSandboxChannel
- updateApnsVoipSandboxChannel_applicationId :: Lens' UpdateApnsVoipSandboxChannel Text
- updateApnsVoipSandboxChannel_aPNSVoipSandboxChannelRequest :: Lens' UpdateApnsVoipSandboxChannel APNSVoipSandboxChannelRequest
- data UpdateApnsVoipSandboxChannelResponse = UpdateApnsVoipSandboxChannelResponse' {}
- newUpdateApnsVoipSandboxChannelResponse :: Int -> APNSVoipSandboxChannelResponse -> UpdateApnsVoipSandboxChannelResponse
- updateApnsVoipSandboxChannelResponse_httpStatus :: Lens' UpdateApnsVoipSandboxChannelResponse Int
- updateApnsVoipSandboxChannelResponse_aPNSVoipSandboxChannelResponse :: Lens' UpdateApnsVoipSandboxChannelResponse APNSVoipSandboxChannelResponse
Creating a Request
data UpdateApnsVoipSandboxChannel Source #
See: newUpdateApnsVoipSandboxChannel smart constructor.
Constructors
| UpdateApnsVoipSandboxChannel' | |
Fields
| |
Instances
newUpdateApnsVoipSandboxChannel Source #
Arguments
| :: Text | |
| -> APNSVoipSandboxChannelRequest |
|
| -> UpdateApnsVoipSandboxChannel |
Create a value of UpdateApnsVoipSandboxChannel 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:
UpdateApnsVoipSandboxChannel, updateApnsVoipSandboxChannel_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
$sel:aPNSVoipSandboxChannelRequest:UpdateApnsVoipSandboxChannel', updateApnsVoipSandboxChannel_aPNSVoipSandboxChannelRequest - Undocumented member.
Request Lenses
updateApnsVoipSandboxChannel_applicationId :: Lens' UpdateApnsVoipSandboxChannel Text Source #
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
updateApnsVoipSandboxChannel_aPNSVoipSandboxChannelRequest :: Lens' UpdateApnsVoipSandboxChannel APNSVoipSandboxChannelRequest Source #
Undocumented member.
Destructuring the Response
data UpdateApnsVoipSandboxChannelResponse Source #
See: newUpdateApnsVoipSandboxChannelResponse smart constructor.
Constructors
| UpdateApnsVoipSandboxChannelResponse' | |
Fields
| |
Instances
newUpdateApnsVoipSandboxChannelResponse Source #
Arguments
| :: Int | |
| -> APNSVoipSandboxChannelResponse |
|
| -> UpdateApnsVoipSandboxChannelResponse |
Create a value of UpdateApnsVoipSandboxChannelResponse 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:UpdateApnsVoipSandboxChannelResponse', updateApnsVoipSandboxChannelResponse_httpStatus - The response's http status code.
$sel:aPNSVoipSandboxChannelResponse:UpdateApnsVoipSandboxChannelResponse', updateApnsVoipSandboxChannelResponse_aPNSVoipSandboxChannelResponse - Undocumented member.
Response Lenses
updateApnsVoipSandboxChannelResponse_httpStatus :: Lens' UpdateApnsVoipSandboxChannelResponse Int Source #
The response's http status code.