| 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.GetApnsVoipChannel
Description
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.
Constructors
| GetApnsVoipChannel' | |
Fields
| |
Instances
newGetApnsVoipChannel Source #
Arguments
| :: Text | |
| -> GetApnsVoipChannel |
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:
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.
Constructors
| GetApnsVoipChannelResponse' | |
Fields
| |
Instances
newGetApnsVoipChannelResponse Source #
Arguments
| :: Int | |
| -> APNSVoipChannelResponse | |
| -> GetApnsVoipChannelResponse |
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.