libZSservicesZSamazonka-smsZSamazonka-sms
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.SMS.Types.NotificationContext

Description

 
Synopsis

Documentation

data NotificationContext Source #

Contains the status of validating an application.

See: newNotificationContext smart constructor.

Constructors

NotificationContext' 

Fields

Instances

Instances details
Eq NotificationContext Source # 
Instance details

Defined in Amazonka.SMS.Types.NotificationContext

Read NotificationContext Source # 
Instance details

Defined in Amazonka.SMS.Types.NotificationContext

Show NotificationContext Source # 
Instance details

Defined in Amazonka.SMS.Types.NotificationContext

Generic NotificationContext Source # 
Instance details

Defined in Amazonka.SMS.Types.NotificationContext

Associated Types

type Rep NotificationContext :: Type -> Type #

NFData NotificationContext Source # 
Instance details

Defined in Amazonka.SMS.Types.NotificationContext

Methods

rnf :: NotificationContext -> () #

Hashable NotificationContext Source # 
Instance details

Defined in Amazonka.SMS.Types.NotificationContext

ToJSON NotificationContext Source # 
Instance details

Defined in Amazonka.SMS.Types.NotificationContext

type Rep NotificationContext Source # 
Instance details

Defined in Amazonka.SMS.Types.NotificationContext

type Rep NotificationContext = D1 ('MetaData "NotificationContext" "Amazonka.SMS.Types.NotificationContext" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "NotificationContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidationStatus)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "validationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newNotificationContext :: NotificationContext Source #

Create a value of NotificationContext 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:status:NotificationContext', notificationContext_status - The status of the validation.

$sel:statusMessage:NotificationContext', notificationContext_statusMessage - The status message.

$sel:validationId:NotificationContext', notificationContext_validationId - The ID of the validation.