Module Values_1.EmailMessageReferenceSource

Information about the reference when the referenceType is EMAIL_MESSAGE. Otherwise, null.

Sourcetype nonrec t = {
  1. name : Values_0.ReferenceKey.t option;
    (*

    The name of the email message reference

    *)
  2. arn : Values_0.ReferenceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the email message reference

    *)
}
Sourceval make : ?name:??? -> ?arn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ReferenceKey.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