Values.BatchDisableStandardsResponseSourceDisables the standards specified by the provided StandardsSubscriptionArns. For more information, see Security Standards section of the Security Hub CSPM User Guide.
type nonrec t = {standardsSubscriptions : StandardsSubscriptions.t option;The details of the standards subscriptions that were disabled.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalException of InternalException.t| `InvalidAccessException of InvalidAccessException.t| `InvalidInputException of InvalidInputException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalException of InternalException.t
| `InvalidAccessException of InvalidAccessException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalException of InternalException.t
| `InvalidAccessException of InvalidAccessException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]
list ])
list ]