Values_2.UpdateEmailAddressMetadataResponseSourceUpdates an email address metadata. For more information about email addresses, see Create email addresses in the Amazon Connect Administrator Guide.
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.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `IdempotencyException of Values_0.IdempotencyException.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
| `IdempotencyException of Values_0.IdempotencyException.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
| `IdempotencyException of Values_0.IdempotencyException.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 * [> `String of Values_0.EmailAddressId.t ]) list ]