Values.DescribeStandardsControlsRequestSourceReturns a list of security standards controls. For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information. This operation returns an empty list for standard subscriptions where StandardsControlsUpdatable has value NOT_READY_FOR_UPDATES.
type nonrec t = {standardsSubscriptionArn : NonEmptyString.t;The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the GetEnabledStandards operation.
*)nextToken : NextToken.t option;The token that is required for pagination. On your first call to the DescribeStandardsControls 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 security standard controls to return.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
standardsSubscriptionArn:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of NonEmptyString.t ])
list ]