Values.BatchGetSecurityControlsResponseSourceProvides details about a batch of security controls for the current Amazon Web Services account and Amazon Web Services Region.
type nonrec t = {securityControls : SecurityControls.t option;An array that returns the identifier, Amazon Resource Name (ARN), and other details about a security control. The same information is returned whether the request includes SecurityControlId or SecurityControlArn.
*)unprocessedIds : UnprocessedSecurityControls.t option;A security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) for which details cannot be returned.
*)}type nonrec error = [ | `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 ->
[> `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 ->
[> `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 ]
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Integer of Integer.t
| `List of
[> `Integer of Integer.t
| `String of NonEmptyString.t ]
list
| `String of NonEmptyString.t ])
list ])
list ])
list
| `String of NonEmptyString.t ])
list ]
list ])
list ]