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 |
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.
DeleteBaiduChannel' | |
|
Instances
newDeleteBaiduChannel Source #
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:
$sel:applicationId: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.
DeleteBaiduChannelResponse' | |
|
Instances
newDeleteBaiduChannelResponse Source #
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.