Module Values_2.UpdateEmailAddressMetadataResponseSource

Updates an email address metadata. For more information about email addresses, see Create email addresses in the Amazon Connect Administrator Guide.

Sourcetype nonrec t = {
  1. emailAddressId : Values_0.EmailAddressId.t option;
    (*

    The identifier of the email address.

    *)
  2. emailAddressArn : Values_0.EmailAddressArn.t option;
    (*

    The Amazon Resource Name (ARN) of the email address.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `IdempotencyException of Values_0.IdempotencyException.t
  3. | `InternalServiceException of Values_0.InternalServiceException.t
  4. | `InvalidParameterException of Values_0.InvalidParameterException.t
  5. | `InvalidRequestException of Values_0.InvalidRequestException.t
  6. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  7. | `ThrottlingException of Values_0.ThrottlingException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?emailAddressId:??? -> ?emailAddressArn:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.EmailAddressId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t