Module Values.EnableOrganizationAdminAccountRequestSource

Designates an account as the delegated Amazon Macie administrator account for an organization in Organizations.

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

    The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.

    *)
  2. clientToken : string option;
    (*

    A unique, case-sensitive token that you provide to ensure the idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> adminAccountId: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