| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.VerifyOTPMessageRequestParameters
Description
Synopsis
- data VerifyOTPMessageRequestParameters = VerifyOTPMessageRequestParameters' {
- referenceId :: Text
- otp :: Text
- destinationIdentity :: Text
- newVerifyOTPMessageRequestParameters :: Text -> Text -> Text -> VerifyOTPMessageRequestParameters
- verifyOTPMessageRequestParameters_referenceId :: Lens' VerifyOTPMessageRequestParameters Text
- verifyOTPMessageRequestParameters_otp :: Lens' VerifyOTPMessageRequestParameters Text
- verifyOTPMessageRequestParameters_destinationIdentity :: Lens' VerifyOTPMessageRequestParameters Text
Documentation
data VerifyOTPMessageRequestParameters Source #
Verify OTP message request.
See: newVerifyOTPMessageRequestParameters smart constructor.
Constructors
| VerifyOTPMessageRequestParameters' | |
Fields
| |
Instances
newVerifyOTPMessageRequestParameters Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> VerifyOTPMessageRequestParameters |
Create a value of VerifyOTPMessageRequestParameters 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:referenceId:VerifyOTPMessageRequestParameters', verifyOTPMessageRequestParameters_referenceId - The reference identifier provided when the OTP was previously sent.
$sel:otp:VerifyOTPMessageRequestParameters', verifyOTPMessageRequestParameters_otp - The OTP the end user provided for verification.
$sel:destinationIdentity:VerifyOTPMessageRequestParameters', verifyOTPMessageRequestParameters_destinationIdentity - The destination identity to send OTP to.
verifyOTPMessageRequestParameters_referenceId :: Lens' VerifyOTPMessageRequestParameters Text Source #
The reference identifier provided when the OTP was previously sent.
verifyOTPMessageRequestParameters_otp :: Lens' VerifyOTPMessageRequestParameters Text Source #
The OTP the end user provided for verification.
verifyOTPMessageRequestParameters_destinationIdentity :: Lens' VerifyOTPMessageRequestParameters Text Source #
The destination identity to send OTP to.