Module Values.RegisterDataLakeDelegatedAdministratorRequestSource

Designates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.

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

    The Amazon Web Services account ID of the Security Lake delegated administrator.

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