| 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.DeleteAdmChannel
Description
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.
Constructors
| DeleteAdmChannel' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteAdmChannel |
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:
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.
Constructors
| DeleteAdmChannelResponse' | |
Fields
| |
Instances
newDeleteAdmChannelResponse Source #
Arguments
| :: Int | |
| -> ADMChannelResponse | |
| -> DeleteAdmChannelResponse |
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.