Module Values.GetAdminAccountResponseSource

Returns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.

Sourcetype nonrec t = {
  1. adminAccount : AWSAccountId.t option;
    (*

    The account that is set as the Firewall Manager default administrator.

    *)
  2. roleStatus : AccountRoleStatus.t option;
    (*

    The status of the account that you set as the Firewall Manager default administrator.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalErrorException of InternalErrorException.t
  2. | `InvalidOperationException of InvalidOperationException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?adminAccount:??? -> ?roleStatus:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalErrorException of InternalErrorException.t | `InvalidOperationException of InvalidOperationException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalErrorException of InternalErrorException.t | `InvalidOperationException of InvalidOperationException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of AWSAccountId.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