libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Pinpoint.Types.ChannelResponse

Description

 
Synopsis

Documentation

data ChannelResponse Source #

Provides information about the general settings and status of a channel for an application.

See: newChannelResponse smart constructor.

Constructors

ChannelResponse' 

Fields

Instances

Instances details
Eq ChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelResponse

Read ChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelResponse

Show ChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelResponse

Generic ChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelResponse

Associated Types

type Rep ChannelResponse :: Type -> Type #

NFData ChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelResponse

Methods

rnf :: ChannelResponse -> () #

Hashable ChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelResponse

FromJSON ChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelResponse

type Rep ChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ChannelResponse

newChannelResponse :: ChannelResponse Source #

Create a value of ChannelResponse 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:ChannelResponse', channelResponse_lastModifiedDate - The date and time, in ISO 8601 format, when the channel was last modified.

$sel:enabled:ChannelResponse', channelResponse_enabled - Specifies whether the channel is enabled for the application.

$sel:isArchived:ChannelResponse', channelResponse_isArchived - Specifies whether the channel is archived.

$sel:applicationId:ChannelResponse', channelResponse_applicationId - The unique identifier for the application.

$sel:version:ChannelResponse', channelResponse_version - The current version of the channel.

$sel:id:ChannelResponse', channelResponse_id - (Deprecated) An identifier for the channel. This property is retained only for backward compatibility.

$sel:creationDate:ChannelResponse', channelResponse_creationDate - The date and time, in ISO 8601 format, when the channel was enabled.

$sel:lastModifiedBy:ChannelResponse', channelResponse_lastModifiedBy - The user who last modified the channel.

$sel:hasCredential:ChannelResponse', channelResponse_hasCredential - (Not used) This property is retained only for backward compatibility.

channelResponse_lastModifiedDate :: Lens' ChannelResponse (Maybe Text) Source #

The date and time, in ISO 8601 format, when the channel was last modified.

channelResponse_enabled :: Lens' ChannelResponse (Maybe Bool) Source #

Specifies whether the channel is enabled for the application.

channelResponse_isArchived :: Lens' ChannelResponse (Maybe Bool) Source #

Specifies whether the channel is archived.

channelResponse_applicationId :: Lens' ChannelResponse (Maybe Text) Source #

The unique identifier for the application.

channelResponse_version :: Lens' ChannelResponse (Maybe Int) Source #

The current version of the channel.

channelResponse_id :: Lens' ChannelResponse (Maybe Text) Source #

(Deprecated) An identifier for the channel. This property is retained only for backward compatibility.

channelResponse_creationDate :: Lens' ChannelResponse (Maybe Text) Source #

The date and time, in ISO 8601 format, when the channel was enabled.

channelResponse_lastModifiedBy :: Lens' ChannelResponse (Maybe Text) Source #

The user who last modified the channel.

channelResponse_hasCredential :: Lens' ChannelResponse (Maybe Bool) Source #

(Not used) This property is retained only for backward compatibility.