amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider 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.CognitoIdentityProvider.GetUserAttributeVerificationCode

Description

Generates a user attribute verification code for the specified attribute name. Sends a message to a user with a code that they must return in a VerifyUserAttribute request.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able 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 Simple Notification Service might place your account in the SMS sandbox. In <https:docs.aws.amazon.comsnslatestdgsns-sms-sandbox.html sandbox mode> , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon 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.

    When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

    • 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 doesn't include triggers, the ClientMetadata parameter serves no purpose.
    • Validate the ClientMetadata value.
    • Encrypt the ClientMetadata value. Don't use Amazon Cognito to provide sensitive information.
  • accessToken :: Sensitive Text

    A non-expired access token for the user whose attribute verification code you want to generate.

  • attributeName :: Text

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

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Show GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

NFData GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Eq GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Hashable GetUserAttributeVerificationCode Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

type AWSResponse 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" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" '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))))

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.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

  • 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 doesn't include triggers, the ClientMetadata parameter serves no purpose.
  • Validate the ClientMetadata value.
  • Encrypt the ClientMetadata value. Don't use Amazon Cognito to provide sensitive information.

GetUserAttributeVerificationCode, getUserAttributeVerificationCode_accessToken - A non-expired access token for the user whose attribute verification code you want to generate.

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.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

  • 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 doesn't include triggers, the ClientMetadata parameter serves no purpose.
  • Validate the ClientMetadata value.
  • Encrypt the ClientMetadata value. Don't use Amazon Cognito to provide sensitive information.

getUserAttributeVerificationCode_accessToken :: Lens' GetUserAttributeVerificationCode Text Source #

A non-expired access token for the user whose attribute verification code you want to generate.

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
Generic 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

NFData GetUserAttributeVerificationCodeResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.GetUserAttributeVerificationCode

Eq 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" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" '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.