Module Values.AccountSource

An Amazon Web Services account that is the administrator account of or a member of a behavior graph.

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
    (*

    The account identifier of the Amazon Web Services account.

    *)
  2. emailAddress : EmailAddress.t;
    (*

    The Amazon Web Services account root user email address for the Amazon Web Services account.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:AccountId.t -> emailAddress:EmailAddress.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountId.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