| 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.Types.ADMChannelRequest
Description
Documentation
data ADMChannelRequest Source #
Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.
See: newADMChannelRequest smart constructor.
Constructors
| ADMChannelRequest' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ADMChannelRequest |
Create a value of ADMChannelRequest 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:enabled:ADMChannelRequest', aDMChannelRequest_enabled - Specifies whether to enable the ADM channel for the application.
$sel:clientSecret:ADMChannelRequest', aDMChannelRequest_clientSecret - The Client Secret that you received from Amazon to send messages by
using ADM.
$sel:clientId:ADMChannelRequest', aDMChannelRequest_clientId - The Client ID that you received from Amazon to send messages by using
ADM.
aDMChannelRequest_enabled :: Lens' ADMChannelRequest (Maybe Bool) Source #
Specifies whether to enable the ADM channel for the application.
aDMChannelRequest_clientSecret :: Lens' ADMChannelRequest Text Source #
The Client Secret that you received from Amazon to send messages by using ADM.
aDMChannelRequest_clientId :: Lens' ADMChannelRequest Text Source #
The Client ID that you received from Amazon to send messages by using ADM.