amazonka-pinpoint-2.0: Amazon Pinpoint SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pinpoint.Types.ADMChannelResponse

Description

 
Synopsis

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

Instances details
FromJSON ADMChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ADMChannelResponse

Generic ADMChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ADMChannelResponse

Associated Types

type Rep ADMChannelResponse :: Type -> Type #

Read ADMChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ADMChannelResponse

Show ADMChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ADMChannelResponse

NFData ADMChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ADMChannelResponse

Methods

rnf :: ADMChannelResponse -> () #

Eq ADMChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ADMChannelResponse

Hashable ADMChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ADMChannelResponse

type Rep ADMChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ADMChannelResponse

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: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.