diff --git a/events/cognito.go b/events/cognito.go index 3d7bd4c4..e3bb151a 100644 --- a/events/cognito.go +++ b/events/cognito.go @@ -204,6 +204,7 @@ type CognitoEventUserPoolsMigrateUserResponse struct { MessageAction string `json:"messageAction"` DesiredDeliveryMediums []string `json:"desiredDeliveryMediums"` ForceAliasCreation bool `json:"forceAliasCreation"` + EnableSMSMFA bool `json:"enableSMSMFA"` } // ClaimsAndScopeOverrideDetails allows lambda to add, suppress or override V2 claims and scopes in the token