Values_0.CreateEmailAddressRequestSourceCreate new email address in the specified Amazon Connect instance. For more information about email addresses, see Create email addresses in the Amazon Connect Administrator Guide.
type nonrec t = {description : Description.t option;The description of the email address.
*)instanceId : InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)emailAddress : EmailAddress.t;The email address, including the domain.
*)displayName : EmailAddressDisplayName.t option;The display name of email address
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
*)}val make :
?description:??? ->
?displayName:??? ->
?tags:??? ->
?clientToken:??? ->
instanceId:InstanceId.t ->
emailAddress:EmailAddress.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Description.t ])
list ]