Values.DescribeStandardsRequestSourceReturns a list of the available standards in Security Hub CSPM. For each standard, the results include the standard ARN, the name, and a description.
type nonrec t = {nextToken : NextToken.t option;The token that is required for pagination. On your first call to the DescribeStandards operation, set the value of this parameter to NULL. For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
*)maxResults : MaxResults.t option;The maximum number of standards to return.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of NextToken.t ]) list ]