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 sandbox channel for an application.
Synopsis
- data GetApnsVoipSandboxChannel = GetApnsVoipSandboxChannel' {}
- newGetApnsVoipSandboxChannel :: Text -> GetApnsVoipSandboxChannel
- getApnsVoipSandboxChannel_applicationId :: Lens' GetApnsVoipSandboxChannel Text
- data GetApnsVoipSandboxChannelResponse = GetApnsVoipSandboxChannelResponse' {}
- newGetApnsVoipSandboxChannelResponse :: Int -> APNSVoipSandboxChannelResponse -> GetApnsVoipSandboxChannelResponse
- getApnsVoipSandboxChannelResponse_httpStatus :: Lens' GetApnsVoipSandboxChannelResponse Int
- getApnsVoipSandboxChannelResponse_aPNSVoipSandboxChannelResponse :: Lens' GetApnsVoipSandboxChannelResponse APNSVoipSandboxChannelResponse
Creating a Request
data GetApnsVoipSandboxChannel Source #
See: newGetApnsVoipSandboxChannel
smart constructor.
GetApnsVoipSandboxChannel' | |
|
Instances
newGetApnsVoipSandboxChannel Source #
Create a value of GetApnsVoipSandboxChannel
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:GetApnsVoipSandboxChannel'
, getApnsVoipSandboxChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getApnsVoipSandboxChannel_applicationId :: Lens' GetApnsVoipSandboxChannel 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 GetApnsVoipSandboxChannelResponse Source #
See: newGetApnsVoipSandboxChannelResponse
smart constructor.
GetApnsVoipSandboxChannelResponse' | |
|
Instances
Eq GetApnsVoipSandboxChannelResponse Source # | |
Read GetApnsVoipSandboxChannelResponse Source # | |
Show GetApnsVoipSandboxChannelResponse Source # | |
Generic GetApnsVoipSandboxChannelResponse Source # | |
NFData GetApnsVoipSandboxChannelResponse Source # | |
Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel rnf :: GetApnsVoipSandboxChannelResponse -> () # | |
type Rep GetApnsVoipSandboxChannelResponse Source # | |
Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel type Rep GetApnsVoipSandboxChannelResponse = D1 ('MetaData "GetApnsVoipSandboxChannelResponse" "Amazonka.Pinpoint.GetApnsVoipSandboxChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetApnsVoipSandboxChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "aPNSVoipSandboxChannelResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 APNSVoipSandboxChannelResponse))) |
newGetApnsVoipSandboxChannelResponse Source #
:: Int | |
-> APNSVoipSandboxChannelResponse |
|
-> GetApnsVoipSandboxChannelResponse |
Create a value of GetApnsVoipSandboxChannelResponse
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:GetApnsVoipSandboxChannelResponse'
, getApnsVoipSandboxChannelResponse_httpStatus
- The response's http status code.
$sel:aPNSVoipSandboxChannelResponse:GetApnsVoipSandboxChannelResponse'
, getApnsVoipSandboxChannelResponse_aPNSVoipSandboxChannelResponse
- Undocumented member.
Response Lenses
getApnsVoipSandboxChannelResponse_httpStatus :: Lens' GetApnsVoipSandboxChannelResponse Int Source #
The response's http status code.