Module Values.AccountDetailSource

Specifies the details of an account to associate with an Amazon Macie administrator account.

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

    The Amazon Web Services account ID for the account.

    *)
  2. email : string;
    (*

    The email address for the account.

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