Values.GetComplianceDetailsByResourceRequestSourcetype nonrec t = {resourceType : StringWithCharLimit256.t option;The type of the Amazon Web Services resource for which you want compliance information.
*)resourceId : BaseResourceId.t option;The ID of the Amazon Web Services resource for which you want compliance information.
*)complianceTypes : ComplianceTypes.t option;Filters the results by compliance. INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.
*)nextToken : String_.t option;The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
*)resourceEvaluationId : ResourceEvaluationId.t option;The unique ID of Amazon Web Services resource execution for which you want to retrieve evaluation results. You need to only provide either a ResourceEvaluationID or a ResourceID and ResourceType.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of StringWithCharLimit256.t ])
list ]