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 |
Retrieves information about the status and settings of the APNs VoIP channel for an application.
Synopsis
- data GetApnsVoipChannel = GetApnsVoipChannel' {}
- newGetApnsVoipChannel :: Text -> GetApnsVoipChannel
- getApnsVoipChannel_applicationId :: Lens' GetApnsVoipChannel Text
- data GetApnsVoipChannelResponse = GetApnsVoipChannelResponse' {}
- newGetApnsVoipChannelResponse :: Int -> APNSVoipChannelResponse -> GetApnsVoipChannelResponse
- getApnsVoipChannelResponse_httpStatus :: Lens' GetApnsVoipChannelResponse Int
- getApnsVoipChannelResponse_aPNSVoipChannelResponse :: Lens' GetApnsVoipChannelResponse APNSVoipChannelResponse
Creating a Request
data GetApnsVoipChannel Source #
See: newGetApnsVoipChannel
smart constructor.
GetApnsVoipChannel' | |
|
Instances
newGetApnsVoipChannel Source #
Create a value of GetApnsVoipChannel
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:GetApnsVoipChannel'
, getApnsVoipChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getApnsVoipChannel_applicationId :: Lens' GetApnsVoipChannel 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 GetApnsVoipChannelResponse Source #
See: newGetApnsVoipChannelResponse
smart constructor.
GetApnsVoipChannelResponse' | |
|
Instances
newGetApnsVoipChannelResponse Source #
Create a value of GetApnsVoipChannelResponse
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:GetApnsVoipChannelResponse'
, getApnsVoipChannelResponse_httpStatus
- The response's http status code.
$sel:aPNSVoipChannelResponse:GetApnsVoipChannelResponse'
, getApnsVoipChannelResponse_aPNSVoipChannelResponse
- Undocumented member.
Response Lenses
getApnsVoipChannelResponse_httpStatus :: Lens' GetApnsVoipChannelResponse Int Source #
The response's http status code.
getApnsVoipChannelResponse_aPNSVoipChannelResponse :: Lens' GetApnsVoipChannelResponse APNSVoipChannelResponse Source #
Undocumented member.