| 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.ADMChannelResponse
Description
Synopsis
- data ADMChannelResponse = ADMChannelResponse' {
- applicationId :: Maybe Text
- creationDate :: Maybe Text
- enabled :: Maybe Bool
- hasCredential :: Maybe Bool
- id :: Maybe Text
- isArchived :: Maybe Bool
- lastModifiedBy :: Maybe Text
- lastModifiedDate :: Maybe Text
- version :: Maybe Int
- platform :: Text
- newADMChannelResponse :: Text -> ADMChannelResponse
- aDMChannelResponse_applicationId :: Lens' ADMChannelResponse (Maybe Text)
- aDMChannelResponse_creationDate :: Lens' ADMChannelResponse (Maybe Text)
- aDMChannelResponse_enabled :: Lens' ADMChannelResponse (Maybe Bool)
- aDMChannelResponse_hasCredential :: Lens' ADMChannelResponse (Maybe Bool)
- aDMChannelResponse_id :: Lens' ADMChannelResponse (Maybe Text)
- aDMChannelResponse_isArchived :: Lens' ADMChannelResponse (Maybe Bool)
- aDMChannelResponse_lastModifiedBy :: Lens' ADMChannelResponse (Maybe Text)
- aDMChannelResponse_lastModifiedDate :: Lens' ADMChannelResponse (Maybe Text)
- aDMChannelResponse_version :: Lens' ADMChannelResponse (Maybe Int)
- aDMChannelResponse_platform :: Lens' ADMChannelResponse Text
Documentation
data ADMChannelResponse Source #
Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.
See: newADMChannelResponse smart constructor.
Constructors
| ADMChannelResponse' | |
Fields
| |
Instances
newADMChannelResponse Source #
Arguments
| :: Text | |
| -> ADMChannelResponse |
Create a value of ADMChannelResponse 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:ADMChannelResponse', aDMChannelResponse_applicationId - The unique identifier for the application that the ADM channel applies
to.
$sel:creationDate:ADMChannelResponse', aDMChannelResponse_creationDate - The date and time when the ADM channel was enabled.
$sel:enabled:ADMChannelResponse', aDMChannelResponse_enabled - Specifies whether the ADM channel is enabled for the application.
$sel:hasCredential:ADMChannelResponse', aDMChannelResponse_hasCredential - (Not used) This property is retained only for backward compatibility.
$sel:id:ADMChannelResponse', aDMChannelResponse_id - (Deprecated) An identifier for the ADM channel. This property is
retained only for backward compatibility.
$sel:isArchived:ADMChannelResponse', aDMChannelResponse_isArchived - Specifies whether the ADM channel is archived.
$sel:lastModifiedBy:ADMChannelResponse', aDMChannelResponse_lastModifiedBy - The user who last modified the ADM channel.
$sel:lastModifiedDate:ADMChannelResponse', aDMChannelResponse_lastModifiedDate - The date and time when the ADM channel was last modified.
$sel:version:ADMChannelResponse', aDMChannelResponse_version - The current version of the ADM channel.
$sel:platform:ADMChannelResponse', aDMChannelResponse_platform - The type of messaging or notification platform for the channel. For the
ADM channel, this value is ADM.
aDMChannelResponse_applicationId :: Lens' ADMChannelResponse (Maybe Text) Source #
The unique identifier for the application that the ADM channel applies to.
aDMChannelResponse_creationDate :: Lens' ADMChannelResponse (Maybe Text) Source #
The date and time when the ADM channel was enabled.
aDMChannelResponse_enabled :: Lens' ADMChannelResponse (Maybe Bool) Source #
Specifies whether the ADM channel is enabled for the application.
aDMChannelResponse_hasCredential :: Lens' ADMChannelResponse (Maybe Bool) Source #
(Not used) This property is retained only for backward compatibility.
aDMChannelResponse_id :: Lens' ADMChannelResponse (Maybe Text) Source #
(Deprecated) An identifier for the ADM channel. This property is retained only for backward compatibility.
aDMChannelResponse_isArchived :: Lens' ADMChannelResponse (Maybe Bool) Source #
Specifies whether the ADM channel is archived.
aDMChannelResponse_lastModifiedBy :: Lens' ADMChannelResponse (Maybe Text) Source #
The user who last modified the ADM channel.
aDMChannelResponse_lastModifiedDate :: Lens' ADMChannelResponse (Maybe Text) Source #
The date and time when the ADM channel was last modified.
aDMChannelResponse_version :: Lens' ADMChannelResponse (Maybe Int) Source #
The current version of the ADM channel.
aDMChannelResponse_platform :: Lens' ADMChannelResponse Text Source #
The type of messaging or notification platform for the channel. For the ADM channel, this value is ADM.