| 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.GetApnsSandboxChannel
Description
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.
Constructors
| GetApnsSandboxChannel' | |
Fields
| |
Instances
newGetApnsSandboxChannel Source #
Arguments
| :: Text | |
| -> GetApnsSandboxChannel |
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:
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.
Constructors
| GetApnsSandboxChannelResponse' | |
Fields
| |
Instances
newGetApnsSandboxChannelResponse Source #
Arguments
| :: 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.