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

Description

 
Synopsis

Documentation

data EmailChannelResponse Source #

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

See: newEmailChannelResponse smart constructor.

Constructors

EmailChannelResponse' 

Fields

  • messagesPerSecond :: Maybe Int

    The maximum number of emails that can be sent through the channel each second.

  • lastModifiedDate :: Maybe Text

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

  • enabled :: Maybe Bool

    Specifies whether the email channel is enabled for the application.

  • fromAddress :: Maybe Text

    The verified email address that email is sent from when you send email through the channel.

  • isArchived :: Maybe Bool

    Specifies whether the email channel is archived.

  • applicationId :: Maybe Text

    The unique identifier for the application that the email channel applies to.

  • version :: Maybe Int

    The current version of the email channel.

  • configurationSet :: Maybe Text

    The Amazon SES configuration set that's applied to messages that are sent through the channel.

  • id :: Maybe Text

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

  • creationDate :: Maybe Text

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

  • lastModifiedBy :: Maybe Text

    The user who last modified the email channel.

  • identity :: Maybe Text

    The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.

  • hasCredential :: Maybe Bool

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

  • roleArn :: Maybe Text

    The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.

  • platform :: Text

    The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.

Instances

Instances details
Eq EmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EmailChannelResponse

Read EmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EmailChannelResponse

Show EmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EmailChannelResponse

Generic EmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EmailChannelResponse

Associated Types

type Rep EmailChannelResponse :: Type -> Type #

NFData EmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EmailChannelResponse

Methods

rnf :: EmailChannelResponse -> () #

Hashable EmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EmailChannelResponse

FromJSON EmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EmailChannelResponse

type Rep EmailChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EmailChannelResponse

type Rep EmailChannelResponse = D1 ('MetaData "EmailChannelResponse" "Amazonka.Pinpoint.Types.EmailChannelResponse" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "EmailChannelResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "messagesPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "fromAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isArchived") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "configurationSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "identity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hasCredential") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newEmailChannelResponse Source #

Create a value of EmailChannelResponse 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:messagesPerSecond:EmailChannelResponse', emailChannelResponse_messagesPerSecond - The maximum number of emails that can be sent through the channel each second.

$sel:lastModifiedDate:EmailChannelResponse', emailChannelResponse_lastModifiedDate - The date and time, in ISO 8601 format, when the email channel was last modified.

$sel:enabled:EmailChannelResponse', emailChannelResponse_enabled - Specifies whether the email channel is enabled for the application.

$sel:fromAddress:EmailChannelResponse', emailChannelResponse_fromAddress - The verified email address that email is sent from when you send email through the channel.

$sel:isArchived:EmailChannelResponse', emailChannelResponse_isArchived - Specifies whether the email channel is archived.

$sel:applicationId:EmailChannelResponse', emailChannelResponse_applicationId - The unique identifier for the application that the email channel applies to.

$sel:version:EmailChannelResponse', emailChannelResponse_version - The current version of the email channel.

$sel:configurationSet:EmailChannelResponse', emailChannelResponse_configurationSet - The Amazon SES configuration set that's applied to messages that are sent through the channel.

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

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

$sel:lastModifiedBy:EmailChannelResponse', emailChannelResponse_lastModifiedBy - The user who last modified the email channel.

$sel:identity:EmailChannelResponse', emailChannelResponse_identity - The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.

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

$sel:roleArn:EmailChannelResponse', emailChannelResponse_roleArn - The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.

$sel:platform:EmailChannelResponse', emailChannelResponse_platform - The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.

emailChannelResponse_messagesPerSecond :: Lens' EmailChannelResponse (Maybe Int) Source #

The maximum number of emails that can be sent through the channel each second.

emailChannelResponse_lastModifiedDate :: Lens' EmailChannelResponse (Maybe Text) Source #

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

emailChannelResponse_enabled :: Lens' EmailChannelResponse (Maybe Bool) Source #

Specifies whether the email channel is enabled for the application.

emailChannelResponse_fromAddress :: Lens' EmailChannelResponse (Maybe Text) Source #

The verified email address that email is sent from when you send email through the channel.

emailChannelResponse_isArchived :: Lens' EmailChannelResponse (Maybe Bool) Source #

Specifies whether the email channel is archived.

emailChannelResponse_applicationId :: Lens' EmailChannelResponse (Maybe Text) Source #

The unique identifier for the application that the email channel applies to.

emailChannelResponse_version :: Lens' EmailChannelResponse (Maybe Int) Source #

The current version of the email channel.

emailChannelResponse_configurationSet :: Lens' EmailChannelResponse (Maybe Text) Source #

The Amazon SES configuration set that's applied to messages that are sent through the channel.

emailChannelResponse_id :: Lens' EmailChannelResponse (Maybe Text) Source #

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

emailChannelResponse_creationDate :: Lens' EmailChannelResponse (Maybe Text) Source #

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

emailChannelResponse_lastModifiedBy :: Lens' EmailChannelResponse (Maybe Text) Source #

The user who last modified the email channel.

emailChannelResponse_identity :: Lens' EmailChannelResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.

emailChannelResponse_hasCredential :: Lens' EmailChannelResponse (Maybe Bool) Source #

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

emailChannelResponse_roleArn :: Lens' EmailChannelResponse (Maybe Text) Source #

The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.

emailChannelResponse_platform :: Lens' EmailChannelResponse Text Source #

The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.