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 Baidu channel for an application.
Synopsis
- data GetBaiduChannel = GetBaiduChannel' {}
- newGetBaiduChannel :: Text -> GetBaiduChannel
- getBaiduChannel_applicationId :: Lens' GetBaiduChannel Text
- data GetBaiduChannelResponse = GetBaiduChannelResponse' {}
- newGetBaiduChannelResponse :: Int -> BaiduChannelResponse -> GetBaiduChannelResponse
- getBaiduChannelResponse_httpStatus :: Lens' GetBaiduChannelResponse Int
- getBaiduChannelResponse_baiduChannelResponse :: Lens' GetBaiduChannelResponse BaiduChannelResponse
Creating a Request
data GetBaiduChannel Source #
See: newGetBaiduChannel
smart constructor.
GetBaiduChannel' | |
|
Instances
Create a value of GetBaiduChannel
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:GetBaiduChannel'
, getBaiduChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getBaiduChannel_applicationId :: Lens' GetBaiduChannel 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 GetBaiduChannelResponse Source #
See: newGetBaiduChannelResponse
smart constructor.
GetBaiduChannelResponse' | |
|
Instances
newGetBaiduChannelResponse Source #
Create a value of GetBaiduChannelResponse
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:GetBaiduChannelResponse'
, getBaiduChannelResponse_httpStatus
- The response's http status code.
$sel:baiduChannelResponse:GetBaiduChannelResponse'
, getBaiduChannelResponse_baiduChannelResponse
- Undocumented member.
Response Lenses
getBaiduChannelResponse_httpStatus :: Lens' GetBaiduChannelResponse Int Source #
The response's http status code.
getBaiduChannelResponse_baiduChannelResponse :: Lens' GetBaiduChannelResponse BaiduChannelResponse Source #
Undocumented member.