Module Values.BatchUpdateStandardsControlAssociationsRequestSource

For a batch of security controls and standards, this operation updates the enablement status of a control in a standard.

Sourcetype nonrec t = {
  1. standardsControlAssociationUpdates : StandardsControlAssociationUpdates.t;
    (*

    Updates the enablement status of a security control in a specified standard. Calls to this operation return a RESOURCE_NOT_FOUND_EXCEPTION error when the standard subscription for the control has StandardsControlsUpdatable value NOT_READY_FOR_UPDATES.

    *)
}
Sourceval context_ : string
Sourceval make : standardsControlAssociationUpdates:StandardsControlAssociationUpdates.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `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