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 sandbox channel for an application.
Synopsis
- data GetApnsSandboxChannel = GetApnsSandboxChannel' {}
- newGetApnsSandboxChannel :: Text -> GetApnsSandboxChannel
- getApnsSandboxChannel_applicationId :: Lens' GetApnsSandboxChannel Text
- data GetApnsSandboxChannelResponse = GetApnsSandboxChannelResponse' {}
- newGetApnsSandboxChannelResponse :: Int -> APNSSandboxChannelResponse -> GetApnsSandboxChannelResponse
- getApnsSandboxChannelResponse_httpStatus :: Lens' GetApnsSandboxChannelResponse Int
- getApnsSandboxChannelResponse_aPNSSandboxChannelResponse :: Lens' GetApnsSandboxChannelResponse APNSSandboxChannelResponse
Creating a Request
data GetApnsSandboxChannel Source #
See: newGetApnsSandboxChannel
smart constructor.
GetApnsSandboxChannel' | |
|
Instances
newGetApnsSandboxChannel Source #
Create a value of GetApnsSandboxChannel
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:GetApnsSandboxChannel'
, getApnsSandboxChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getApnsSandboxChannel_applicationId :: Lens' GetApnsSandboxChannel 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 GetApnsSandboxChannelResponse Source #
See: newGetApnsSandboxChannelResponse
smart constructor.
GetApnsSandboxChannelResponse' | |
|
Instances
newGetApnsSandboxChannelResponse Source #
:: Int | |
-> APNSSandboxChannelResponse |
|
-> GetApnsSandboxChannelResponse |
Create a value of GetApnsSandboxChannelResponse
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:GetApnsSandboxChannelResponse'
, getApnsSandboxChannelResponse_httpStatus
- The response's http status code.
$sel:aPNSSandboxChannelResponse:GetApnsSandboxChannelResponse'
, getApnsSandboxChannelResponse_aPNSSandboxChannelResponse
- Undocumented member.
Response Lenses
getApnsSandboxChannelResponse_httpStatus :: Lens' GetApnsSandboxChannelResponse Int Source #
The response's http status code.