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 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.
GetAdmChannel' | |
|
Instances
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:
$sel:applicationId: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.
GetAdmChannelResponse' | |
|
Instances
newGetAdmChannelResponse Source #
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.