Values.SMSConfigurationSourceContains the configuration information of SMS notifications.
type nonrec t = {senderId : SMSSenderId.t option;The sender ID.
*)additionalMessage : NotificationAdditionalMessage.t option;The message that you want to send. The message can be up to 200 characters.
*)recipients : RecipientDetails.t;Specifies one or more recipients who receive the message. You must add the users that receive SMS messages to your AWS SSO store.
*)}val make :
?senderId:??? ->
?additionalMessage:??? ->
recipients:RecipientDetails.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `String of IdentityStoreId.t ]) list ])
list ]
list
| `String of SMSSenderId.t ])
list ]