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