| 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.GetBaiduChannel
Description
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.
Constructors
| GetBaiduChannel' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetBaiduChannel |
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:
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.
Constructors
| GetBaiduChannelResponse' | |
Fields
| |
Instances
newGetBaiduChannelResponse Source #
Arguments
| :: Int | |
| -> BaiduChannelResponse | |
| -> GetBaiduChannelResponse |
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.