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

Description

Provides information to AWS SMS about whether application validation is successful.

Synopsis

Creating a Request

data NotifyAppValidationOutput Source #

See: newNotifyAppValidationOutput smart constructor.

Constructors

NotifyAppValidationOutput' 

Fields

Instances

Instances details
Eq NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Read NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Show NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Generic NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Associated Types

type Rep NotifyAppValidationOutput :: Type -> Type #

NFData NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Hashable NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

ToJSON NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

AWSRequest NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

ToHeaders NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

ToPath NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

ToQuery NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

type Rep NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

type Rep NotifyAppValidationOutput = D1 ('MetaData "NotifyAppValidationOutput" "Amazonka.SMS.NotifyAppValidationOutput" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "NotifyAppValidationOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationContext") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationContext)) :*: S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse NotifyAppValidationOutput Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

newNotifyAppValidationOutput Source #

Create a value of NotifyAppValidationOutput 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:notificationContext:NotifyAppValidationOutput', notifyAppValidationOutput_notificationContext - The notification information.

$sel:appId:NotifyAppValidationOutput', notifyAppValidationOutput_appId - The ID of the application.

Request Lenses

Destructuring the Response

data NotifyAppValidationOutputResponse Source #

See: newNotifyAppValidationOutputResponse smart constructor.

Constructors

NotifyAppValidationOutputResponse' 

Fields

Instances

Instances details
Eq NotifyAppValidationOutputResponse Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Read NotifyAppValidationOutputResponse Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Show NotifyAppValidationOutputResponse Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Generic NotifyAppValidationOutputResponse Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

Associated Types

type Rep NotifyAppValidationOutputResponse :: Type -> Type #

NFData NotifyAppValidationOutputResponse Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

type Rep NotifyAppValidationOutputResponse Source # 
Instance details

Defined in Amazonka.SMS.NotifyAppValidationOutput

type Rep NotifyAppValidationOutputResponse = D1 ('MetaData "NotifyAppValidationOutputResponse" "Amazonka.SMS.NotifyAppValidationOutput" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "NotifyAppValidationOutputResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newNotifyAppValidationOutputResponse Source #

Create a value of NotifyAppValidationOutputResponse 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:httpStatus:NotifyAppValidationOutputResponse', notifyAppValidationOutputResponse_httpStatus - The response's http status code.

Response Lenses