Module Values.RegisterAccountRequestSource

Enables Audit Manager for the specified Amazon Web Services account.

Sourcetype nonrec t = {
  1. kmsKey : KmsKey.t option;
    (*

    The KMS key details.

    *)
  2. delegatedAdminAccount : AccountId.t option;
    (*

    The delegated administrator account for Audit Manager.

    *)
}
Sourceval make : ?kmsKey:??? -> ?delegatedAdminAccount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KmsKey.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