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 ADM channel for an application and deletes any existing settings for the channel.
Synopsis
- data DeleteAdmChannel = DeleteAdmChannel' {}
- newDeleteAdmChannel :: Text -> DeleteAdmChannel
- deleteAdmChannel_applicationId :: Lens' DeleteAdmChannel Text
- data DeleteAdmChannelResponse = DeleteAdmChannelResponse' {}
- newDeleteAdmChannelResponse :: Int -> ADMChannelResponse -> DeleteAdmChannelResponse
- deleteAdmChannelResponse_httpStatus :: Lens' DeleteAdmChannelResponse Int
- deleteAdmChannelResponse_aDMChannelResponse :: Lens' DeleteAdmChannelResponse ADMChannelResponse
Creating a Request
data DeleteAdmChannel Source #
See: newDeleteAdmChannel
smart constructor.
DeleteAdmChannel' | |
|
Instances
Create a value of DeleteAdmChannel
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:DeleteAdmChannel'
, deleteAdmChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteAdmChannel_applicationId :: Lens' DeleteAdmChannel 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 DeleteAdmChannelResponse Source #
See: newDeleteAdmChannelResponse
smart constructor.
DeleteAdmChannelResponse' | |
|
Instances
newDeleteAdmChannelResponse Source #
Create a value of DeleteAdmChannelResponse
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:DeleteAdmChannelResponse'
, deleteAdmChannelResponse_httpStatus
- The response's http status code.
$sel:aDMChannelResponse:DeleteAdmChannelResponse'
, deleteAdmChannelResponse_aDMChannelResponse
- Undocumented member.
Response Lenses
deleteAdmChannelResponse_httpStatus :: Lens' DeleteAdmChannelResponse Int Source #
The response's http status code.
deleteAdmChannelResponse_aDMChannelResponse :: Lens' DeleteAdmChannelResponse ADMChannelResponse Source #
Undocumented member.