Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets the user attribute verification code for the specified attribute name.
This action might generate an SMS text message. Starting June 1, 2021, U.S. telecom carriers require that you register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Cognito will use the the registered number automatically. Otherwise, Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.
If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon SNS might place your account in SMS sandbox. In <https:docs.aws.amazon.comsnslatestdgsns-sms-sandbox.html sandbox mode> , you’ll have limitations, such as sending messages to only verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Cognito User Pools in the Amazon Cognito Developer Guide.
Synopsis
- data GetUserAttributeVerificationCode = GetUserAttributeVerificationCode' {}
- newGetUserAttributeVerificationCode :: Text -> Text -> GetUserAttributeVerificationCode
- getUserAttributeVerificationCode_clientMetadata :: Lens' GetUserAttributeVerificationCode (Maybe (HashMap Text Text))
- getUserAttributeVerificationCode_accessToken :: Lens' GetUserAttributeVerificationCode Text
- getUserAttributeVerificationCode_attributeName :: Lens' GetUserAttributeVerificationCode Text
- data GetUserAttributeVerificationCodeResponse = GetUserAttributeVerificationCodeResponse' {}
- newGetUserAttributeVerificationCodeResponse :: Int -> GetUserAttributeVerificationCodeResponse
- getUserAttributeVerificationCodeResponse_codeDeliveryDetails :: Lens' GetUserAttributeVerificationCodeResponse (Maybe CodeDeliveryDetailsType)
- getUserAttributeVerificationCodeResponse_httpStatus :: Lens' GetUserAttributeVerificationCodeResponse Int
Creating a Request
data GetUserAttributeVerificationCode Source #
Represents the request to get user attribute verification.
See: newGetUserAttributeVerificationCode
smart constructor.
GetUserAttributeVerificationCode' | |
|
Instances
newGetUserAttributeVerificationCode Source #
Create a value of GetUserAttributeVerificationCode
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:clientMetadata:GetUserAttributeVerificationCode'
, getUserAttributeVerificationCode_clientMetadata
- A map of custom key-value pairs that you can provide as input for any
custom workflows that this action triggers.
You create custom workflows by assigning Lambda functions to user pool
triggers. When you use the GetUserAttributeVerificationCode API action,
Amazon Cognito invokes the function that is assigned to the /custom
message/ trigger. When Amazon Cognito invokes this function, it passes a
JSON payload, which the function receives as input. This payload
contains a clientMetadata
attribute, which provides the data that you
assigned to the ClientMetadata parameter in your
GetUserAttributeVerificationCode request. In your function code in
Lambda, you can process the clientMetadata
value to enhance your
workflow for your specific needs.
For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.
Take the following limitations into consideration when you use the ClientMetadata parameter:
- Amazon Cognito does not store the ClientMetadata value. This data is available only to Lambda triggers that are assigned to a user pool to support custom workflows. If your user pool configuration does not include triggers, the ClientMetadata parameter serves no purpose.
- Amazon Cognito does not validate the ClientMetadata value.
- Amazon Cognito does not encrypt the the ClientMetadata value, so don't use it to provide sensitive information.
$sel:accessToken:GetUserAttributeVerificationCode'
, getUserAttributeVerificationCode_accessToken
- The access token returned by the server response to get the user
attribute verification code.
$sel:attributeName:GetUserAttributeVerificationCode'
, getUserAttributeVerificationCode_attributeName
- The attribute name returned by the server response to get the user
attribute verification code.
Request Lenses
getUserAttributeVerificationCode_clientMetadata :: Lens' GetUserAttributeVerificationCode (Maybe (HashMap Text Text)) Source #
A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.
You create custom workflows by assigning Lambda functions to user pool
triggers. When you use the GetUserAttributeVerificationCode API action,
Amazon Cognito invokes the function that is assigned to the /custom
message/ trigger. When Amazon Cognito invokes this function, it passes a
JSON payload, which the function receives as input. This payload
contains a clientMetadata
attribute, which provides the data that you
assigned to the ClientMetadata parameter in your
GetUserAttributeVerificationCode request. In your function code in
Lambda, you can process the clientMetadata
value to enhance your
workflow for your specific needs.
For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.
Take the following limitations into consideration when you use the ClientMetadata parameter:
- Amazon Cognito does not store the ClientMetadata value. This data is available only to Lambda triggers that are assigned to a user pool to support custom workflows. If your user pool configuration does not include triggers, the ClientMetadata parameter serves no purpose.
- Amazon Cognito does not validate the ClientMetadata value.
- Amazon Cognito does not encrypt the the ClientMetadata value, so don't use it to provide sensitive information.
getUserAttributeVerificationCode_accessToken :: Lens' GetUserAttributeVerificationCode Text Source #
The access token returned by the server response to get the user attribute verification code.
getUserAttributeVerificationCode_attributeName :: Lens' GetUserAttributeVerificationCode Text Source #
The attribute name returned by the server response to get the user attribute verification code.
Destructuring the Response
data GetUserAttributeVerificationCodeResponse Source #
The verification code response returned by the server response to get the user attribute verification code.
See: newGetUserAttributeVerificationCodeResponse
smart constructor.
GetUserAttributeVerificationCodeResponse' | |
|
Instances
Eq GetUserAttributeVerificationCodeResponse Source # | |
Read GetUserAttributeVerificationCodeResponse Source # | |
Show GetUserAttributeVerificationCodeResponse Source # | |
Generic GetUserAttributeVerificationCodeResponse Source # | |
NFData GetUserAttributeVerificationCodeResponse Source # | |
type Rep GetUserAttributeVerificationCodeResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode type Rep GetUserAttributeVerificationCodeResponse = D1 ('MetaData "GetUserAttributeVerificationCodeResponse" "Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "GetUserAttributeVerificationCodeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeDeliveryDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeDeliveryDetailsType)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newGetUserAttributeVerificationCodeResponse Source #
Create a value of GetUserAttributeVerificationCodeResponse
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:codeDeliveryDetails:GetUserAttributeVerificationCodeResponse'
, getUserAttributeVerificationCodeResponse_codeDeliveryDetails
- The code delivery details returned by the server in response to the
request to get the user attribute verification code.
$sel:httpStatus:GetUserAttributeVerificationCodeResponse'
, getUserAttributeVerificationCodeResponse_httpStatus
- The response's http status code.
Response Lenses
getUserAttributeVerificationCodeResponse_codeDeliveryDetails :: Lens' GetUserAttributeVerificationCodeResponse (Maybe CodeDeliveryDetailsType) Source #
The code delivery details returned by the server in response to the request to get the user attribute verification code.
getUserAttributeVerificationCodeResponse_httpStatus :: Lens' GetUserAttributeVerificationCodeResponse Int Source #
The response's http status code.