Module Smaws_Client_FMS.GetComplianceDetail

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalErrorException of Types.internal_error_exception | `InvalidInputException of Types.invalid_input_exception | `InvalidOperationException of Types.invalid_operation_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_compliance_detail_request -> (Types.get_compliance_detail_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalErrorException of Types.internal_error_exception | `InvalidInputException of Types.invalid_input_exception | `InvalidOperationException of Types.invalid_operation_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result