Values_1.DescribeEmailAddressResponseSourceDescribe email address form the specified Amazon Connect instance.
type nonrec t = {emailAddressId : Values_0.EmailAddressId.t option;The identifier of the email address.
*)emailAddressArn : Values_0.EmailAddressArn.t option;The Amazon Resource Name (ARN) of the email address.
*)emailAddress : Values_0.EmailAddress.t option;The email address, including the domain.
*)displayName : Values_0.EmailAddressDisplayName.t option;The display name of email address
*)description : Values_0.Description.t option;The description of the email address.
*)createTimestamp : Values_0.ISO8601Datetime.t option;The email address creation timestamp in ISO 8601 Datetime.
*)modifiedTimestamp : Values_0.ISO8601Datetime.t option;The email address last modification timestamp in ISO 8601 Datetime.
*)aliasConfigurations : Values_0.AliasConfigurationList.t option;A list of alias configurations associated with this email address. Contains details about email addresses that forward to this primary email address. The list can contain at most one alias configuration per email address.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.EmailAddressId.t ])
list ]