Module Values.BatchEnableStandardsRequestSource

Enables the standards specified by the provided StandardsArn. To obtain the ARN for a standard, use the DescribeStandards operation. For more information, see the Security Standards section of the Security Hub CSPM User Guide.

Sourcetype nonrec t = {
  1. standardsSubscriptionRequests : StandardsSubscriptionRequests.t;
    (*

    The list of standards checks to enable.

    *)
}
Sourceval context_ : string
Sourceval make : standardsSubscriptionRequests:StandardsSubscriptionRequests.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of NonEmptyString.t ] * [> `String of NonEmptyString.t ]) list | `String of NonEmptyString.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t