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

Description

 
Synopsis

Documentation

data VerificationResponse Source #

Verify OTP Message Response.

See: newVerificationResponse smart constructor.

Constructors

VerificationResponse' 

Fields

Instances

Instances details
FromJSON VerificationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VerificationResponse

Generic VerificationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VerificationResponse

Associated Types

type Rep VerificationResponse :: Type -> Type #

Read VerificationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VerificationResponse

Show VerificationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VerificationResponse

NFData VerificationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VerificationResponse

Methods

rnf :: VerificationResponse -> () #

Eq VerificationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VerificationResponse

Hashable VerificationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VerificationResponse

type Rep VerificationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.VerificationResponse

type Rep VerificationResponse = D1 ('MetaData "VerificationResponse" "Amazonka.Pinpoint.Types.VerificationResponse" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "VerificationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "valid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newVerificationResponse :: VerificationResponse Source #

Create a value of VerificationResponse 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:valid:VerificationResponse', verificationResponse_valid - Specifies whether the OTP is valid or not.

verificationResponse_valid :: Lens' VerificationResponse (Maybe Bool) Source #

Specifies whether the OTP is valid or not.