Values.UpdateConfigRequestSourceInput for the UpdateConfig operation.
type nonrec t = {configId : Uuid.t;UUID of a Config.
*)name : SafeName.t;Name of a Config.
*)configType : ConfigCapabilityType.t;Type of a Config.
*)configData : ConfigTypeData.t;Parameters of a Config.
*)}val make :
configId:Uuid.t ->
name:SafeName.t ->
configType:ConfigCapabilityType.t ->
configData:ConfigTypeData.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Uuid.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `String of JsonString.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `String of RoleArn.t ])
list ])
list ])
list ])
list ])
list ]