Values.BatchGetSecurityControlsRequestSourceProvides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]