libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
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.CognitoIdentityProvider.GetUserAttributeVerificationCode

Description

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

Creating a Request

data GetUserAttributeVerificationCode Source #

Represents the request to get user attribute verification.

See: newGetUserAttributeVerificationCode smart constructor.

Constructors

GetUserAttributeVerificationCode' 

Fields

  • clientMetadata :: Maybe (HashMap Text Text)

    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.
  • accessToken :: Sensitive Text

    The access token returned by the server response to get the user attribute verification code.

  • attributeName :: Text

    The attribute name returned by the server response to get the user attribute verification code.

Instances

Instances details
Eq GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Show GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Generic GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Associated Types

type Rep GetUserAttributeVerificationCode :: Type -> Type #

NFData GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Hashable GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

ToJSON GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

AWSRequest GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

ToHeaders GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

ToPath GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

ToQuery GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

type Rep GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

type Rep GetUserAttributeVerificationCode = D1 ('MetaData "GetUserAttributeVerificationCode" "Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "GetUserAttributeVerificationCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

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.

Constructors

GetUserAttributeVerificationCodeResponse' 

Fields

Instances

Instances details
Eq GetUserAttributeVerificationCodeResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Read GetUserAttributeVerificationCodeResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Show GetUserAttributeVerificationCodeResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Generic GetUserAttributeVerificationCodeResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

NFData GetUserAttributeVerificationCodeResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

type Rep GetUserAttributeVerificationCodeResponse Source # 
Instance details

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.