| 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.GetAdmChannel
Description
Retrieves information about the status and settings of the ADM channel for an application.
Synopsis
- data GetAdmChannel = GetAdmChannel' {}
- newGetAdmChannel :: Text -> GetAdmChannel
- getAdmChannel_applicationId :: Lens' GetAdmChannel Text
- data GetAdmChannelResponse = GetAdmChannelResponse' {}
- newGetAdmChannelResponse :: Int -> ADMChannelResponse -> GetAdmChannelResponse
- getAdmChannelResponse_httpStatus :: Lens' GetAdmChannelResponse Int
- getAdmChannelResponse_aDMChannelResponse :: Lens' GetAdmChannelResponse ADMChannelResponse
Creating a Request
data GetAdmChannel Source #
See: newGetAdmChannel smart constructor.
Constructors
| GetAdmChannel' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetAdmChannel |
Create a value of GetAdmChannel 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:
GetAdmChannel, getAdmChannel_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getAdmChannel_applicationId :: Lens' GetAdmChannel 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 GetAdmChannelResponse Source #
See: newGetAdmChannelResponse smart constructor.
Constructors
| GetAdmChannelResponse' | |
Fields
| |
Instances
newGetAdmChannelResponse Source #
Arguments
| :: Int | |
| -> ADMChannelResponse | |
| -> GetAdmChannelResponse |
Create a value of GetAdmChannelResponse 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:GetAdmChannelResponse', getAdmChannelResponse_httpStatus - The response's http status code.
$sel:aDMChannelResponse:GetAdmChannelResponse', getAdmChannelResponse_aDMChannelResponse - Undocumented member.
Response Lenses
getAdmChannelResponse_httpStatus :: Lens' GetAdmChannelResponse Int Source #
The response's http status code.
getAdmChannelResponse_aDMChannelResponse :: Lens' GetAdmChannelResponse ADMChannelResponse Source #
Undocumented member.