| 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.DeleteBaiduChannel
Description
Disables the Baidu channel for an application and deletes any existing settings for the channel.
Synopsis
- data DeleteBaiduChannel = DeleteBaiduChannel' {}
- newDeleteBaiduChannel :: Text -> DeleteBaiduChannel
- deleteBaiduChannel_applicationId :: Lens' DeleteBaiduChannel Text
- data DeleteBaiduChannelResponse = DeleteBaiduChannelResponse' {}
- newDeleteBaiduChannelResponse :: Int -> BaiduChannelResponse -> DeleteBaiduChannelResponse
- deleteBaiduChannelResponse_httpStatus :: Lens' DeleteBaiduChannelResponse Int
- deleteBaiduChannelResponse_baiduChannelResponse :: Lens' DeleteBaiduChannelResponse BaiduChannelResponse
Creating a Request
data DeleteBaiduChannel Source #
See: newDeleteBaiduChannel smart constructor.
Constructors
| DeleteBaiduChannel' | |
Fields
| |
Instances
newDeleteBaiduChannel Source #
Arguments
| :: Text | |
| -> DeleteBaiduChannel |
Create a value of DeleteBaiduChannel 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:
DeleteBaiduChannel, deleteBaiduChannel_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteBaiduChannel_applicationId :: Lens' DeleteBaiduChannel 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 DeleteBaiduChannelResponse Source #
See: newDeleteBaiduChannelResponse smart constructor.
Constructors
| DeleteBaiduChannelResponse' | |
Fields
| |
Instances
newDeleteBaiduChannelResponse Source #
Arguments
| :: Int | |
| -> BaiduChannelResponse | |
| -> DeleteBaiduChannelResponse |
Create a value of DeleteBaiduChannelResponse 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:DeleteBaiduChannelResponse', deleteBaiduChannelResponse_httpStatus - The response's http status code.
$sel:baiduChannelResponse:DeleteBaiduChannelResponse', deleteBaiduChannelResponse_baiduChannelResponse - Undocumented member.
Response Lenses
deleteBaiduChannelResponse_httpStatus :: Lens' DeleteBaiduChannelResponse Int Source #
The response's http status code.
deleteBaiduChannelResponse_baiduChannelResponse :: Lens' DeleteBaiduChannelResponse BaiduChannelResponse Source #
Undocumented member.