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 APNs channel for an application and deletes any existing settings for the channel.
Synopsis
- data DeleteApnsChannel = DeleteApnsChannel' {}
- newDeleteApnsChannel :: Text -> DeleteApnsChannel
- deleteApnsChannel_applicationId :: Lens' DeleteApnsChannel Text
- data DeleteApnsChannelResponse = DeleteApnsChannelResponse' {}
- newDeleteApnsChannelResponse :: Int -> APNSChannelResponse -> DeleteApnsChannelResponse
- deleteApnsChannelResponse_httpStatus :: Lens' DeleteApnsChannelResponse Int
- deleteApnsChannelResponse_aPNSChannelResponse :: Lens' DeleteApnsChannelResponse APNSChannelResponse
Creating a Request
data DeleteApnsChannel Source #
See: newDeleteApnsChannel
smart constructor.
DeleteApnsChannel' | |
|
Instances
Create a value of DeleteApnsChannel
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:DeleteApnsChannel'
, deleteApnsChannel_applicationId
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteApnsChannel_applicationId :: Lens' DeleteApnsChannel 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 DeleteApnsChannelResponse Source #
See: newDeleteApnsChannelResponse
smart constructor.
DeleteApnsChannelResponse' | |
|
Instances
newDeleteApnsChannelResponse Source #
Create a value of DeleteApnsChannelResponse
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:DeleteApnsChannelResponse'
, deleteApnsChannelResponse_httpStatus
- The response's http status code.
$sel:aPNSChannelResponse:DeleteApnsChannelResponse'
, deleteApnsChannelResponse_aPNSChannelResponse
- Undocumented member.
Response Lenses
deleteApnsChannelResponse_httpStatus :: Lens' DeleteApnsChannelResponse Int Source #
The response's http status code.
deleteApnsChannelResponse_aPNSChannelResponse :: Lens' DeleteApnsChannelResponse APNSChannelResponse Source #
Undocumented member.