Awso_cognito_idp.SetUserSettingsRequestSourceRepresents the request to set user settings.
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.
*)mFAOptions : MFAOptionListType.t;You can use this parameter only to set an SMS configuration that uses SMS for delivery.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of AttributeNameType.t ])
list ]
list
| `String of TokenModelType.t ])
list ]