Values.UpdateSecurityControlRequestSourceUpdates the properties of a security control.
type nonrec t = {securityControlId : NonEmptyString.t;The Amazon Resource Name (ARN) or ID of the control to update.
*)parameters : Parameters.t;An object that specifies which security control parameters to update.
*)lastUpdateReason : AlphaNumericNonEmptyString.t option;The most recent reason for updating the properties of the security control. This field accepts alphanumeric characters in addition to white spaces, dashes, and underscores.
*)}val make :
?lastUpdateReason:??? ->
securityControlId:NonEmptyString.t ->
parameters:Parameters.t ->
unit ->
tval to_value :
t ->
[> `Structure 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 ]