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 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.
DeleteApnsSandboxChannel' | |
|
Instances
newDeleteApnsSandboxChannel Source #
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:
$sel:applicationId: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.
DeleteApnsSandboxChannelResponse' | |
|
Instances
Eq DeleteApnsSandboxChannelResponse Source # | |
Read DeleteApnsSandboxChannelResponse Source # | |
Show DeleteApnsSandboxChannelResponse Source # | |
Generic DeleteApnsSandboxChannelResponse Source # | |
NFData DeleteApnsSandboxChannelResponse Source # | |
Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel rnf :: DeleteApnsSandboxChannelResponse -> () # | |
type Rep DeleteApnsSandboxChannelResponse Source # | |
Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel type Rep DeleteApnsSandboxChannelResponse = D1 ('MetaData "DeleteApnsSandboxChannelResponse" "Amazonka.Pinpoint.DeleteApnsSandboxChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "DeleteApnsSandboxChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "aPNSSandboxChannelResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 APNSSandboxChannelResponse))) |
newDeleteApnsSandboxChannelResponse Source #
:: 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.