Awso_cognito_idp.VerifyUserAttributeRequestSourceRepresents the request to verify user attributes.
type nonrec t = {accessToken : TokenModelType.t;A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for aws.cognito.signin.user.admin.
*)attributeName : AttributeNameType.t;The name of the attribute that you want to verify.
*)code : ConfirmationCodeType.t;The verification code that your user pool sent to the added or changed attribute, for example the user's email address.
*)}val make :
accessToken:TokenModelType.t ->
attributeName:AttributeNameType.t ->
code:ConfirmationCodeType.t ->
unit ->
t