diff --git a/aws/structure.go b/aws/structure.go index 4d3d896fe81..0d176c5b45f 100644 --- a/aws/structure.go +++ b/aws/structure.go @@ -2800,7 +2800,7 @@ func cognitoUserPoolSchemaAttributeMatchesStandardAttribute(input *cognitoidenti { AttributeDataType: aws.String(cognitoidentityprovider.AttributeDataTypeString), DeveloperOnlyAttribute: aws.Bool(false), - Mutable: aws.Bool(false), + Mutable: aws.Bool(true), Name: aws.String("email"), Required: aws.Bool(false), StringAttributeConstraints: &cognitoidentityprovider.StringAttributeConstraintsType{