Values.GetAdminAccountResponseSourceReturns the Organizations account that is associated with Firewall Manager as the Firewall Manager default administrator.
type nonrec t = {adminAccount : AWSAccountId.t option;The account that is set as the Firewall Manager default administrator.
*)roleStatus : AccountRoleStatus.t option;The status of the account that you set as the Firewall Manager default administrator.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidOperationException of InvalidOperationException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AWSAccountId.t ]) list ]