Module Values.AuditEventPerformedBySource

Information of the user which performed the audit.

Sourcetype nonrec t = {
  1. user : UserUnion.t option;
  2. iamPrincipalArn : IamPrincipalArn.t option;
    (*

    Unique identifier of an IAM role.

    *)
}
Sourceval make : ?user:??? -> ?iamPrincipalArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IamPrincipalArn.t | `Structure of (string * [> `String of UserArn.t ]) list ]) 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