| 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.DeleteApnsSandboxChannel
Description
Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.
Synopsis
- data DeleteApnsSandboxChannel = DeleteApnsSandboxChannel' {}
 - newDeleteApnsSandboxChannel :: Text -> DeleteApnsSandboxChannel
 - deleteApnsSandboxChannel_applicationId :: Lens' DeleteApnsSandboxChannel Text
 - data DeleteApnsSandboxChannelResponse = DeleteApnsSandboxChannelResponse' {}
 - newDeleteApnsSandboxChannelResponse :: Int -> APNSSandboxChannelResponse -> DeleteApnsSandboxChannelResponse
 - deleteApnsSandboxChannelResponse_httpStatus :: Lens' DeleteApnsSandboxChannelResponse Int
 - deleteApnsSandboxChannelResponse_aPNSSandboxChannelResponse :: Lens' DeleteApnsSandboxChannelResponse APNSSandboxChannelResponse
 
Creating a Request
data DeleteApnsSandboxChannel Source #
See: newDeleteApnsSandboxChannel smart constructor.
Constructors
| DeleteApnsSandboxChannel' | |
Fields 
  | |
Instances
newDeleteApnsSandboxChannel Source #
Arguments
| :: Text | |
| -> DeleteApnsSandboxChannel | 
Create a value of DeleteApnsSandboxChannel 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:
DeleteApnsSandboxChannel, deleteApnsSandboxChannel_applicationId - The unique identifier for the application. This identifier is displayed
 as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteApnsSandboxChannel_applicationId :: Lens' DeleteApnsSandboxChannel 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 DeleteApnsSandboxChannelResponse Source #
See: newDeleteApnsSandboxChannelResponse smart constructor.
Constructors
| DeleteApnsSandboxChannelResponse' | |
Fields 
  | |
Instances
newDeleteApnsSandboxChannelResponse Source #
Arguments
| :: Int | |
| -> APNSSandboxChannelResponse | 
  | 
| -> DeleteApnsSandboxChannelResponse | 
Create a value of DeleteApnsSandboxChannelResponse 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:DeleteApnsSandboxChannelResponse', deleteApnsSandboxChannelResponse_httpStatus - The response's http status code.
$sel:aPNSSandboxChannelResponse:DeleteApnsSandboxChannelResponse', deleteApnsSandboxChannelResponse_aPNSSandboxChannelResponse - Undocumented member.
Response Lenses
deleteApnsSandboxChannelResponse_httpStatus :: Lens' DeleteApnsSandboxChannelResponse Int Source #
The response's http status code.