Module Values.BatchGetSecurityControlsRequestSource

Provides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.

Sourcetype nonrec t = {
  1. securityControlIds : StringList.t;
    (*

    A list of security controls (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters). The security control ID or Amazon Resource Name (ARN) is the same across standards.

    *)
}
Sourceval context_ : string
Sourceval make : securityControlIds:StringList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NonEmptyString.t ] 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