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 |
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.
UpdateApnsVoipSandboxChannel' | |
|
Instances
newUpdateApnsVoipSandboxChannel Source #
:: 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:
$sel:applicationId: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.
UpdateApnsVoipSandboxChannelResponse' | |
|
Instances
newUpdateApnsVoipSandboxChannelResponse Source #
:: 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.