Module Values.GetComplianceDetailRequestSource

Returns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy. The reasons for resources being considered compliant depend on the Firewall Manager policy type.

Sourcetype nonrec t = {
  1. policyId : PolicyId.t;
    (*

    The ID of the policy that you want to get the details for. PolicyId is returned by PutPolicy and by ListPolicies.

    *)
  2. memberAccount : AWSAccountId.t;
    (*

    The Amazon Web Services account that owns the resources that you want to get the details for.

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