Values.BatchDisableStandardsRequestSourceDisables the standards specified by the provided StandardsSubscriptionArns. For more information, see Security Standards section of the Security Hub CSPM User Guide.
type nonrec t = {standardsSubscriptionArns : StandardsSubscriptionArns.t;The ARNs of the standards subscriptions to disable.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]