Values.UpdateCloudExadataInfrastructureInputSourceUpdates the properties of an Exadata infrastructure resource.
type nonrec t = {cloudExadataInfrastructureId : ResourceIdOrArn.t;The unique identifier of the Exadata infrastructure to update.
*)maintenanceWindow : MaintenanceWindow.t option;}val make :
?maintenanceWindow:??? ->
cloudExadataInfrastructureId:ResourceIdOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceIdOrArn.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of
MaintenanceWindowCustomActionTimeoutInMinsInteger.t
| `List of
[> `Integer of Integer.t
| `Structure of (string * [> `Enum of string ]) list ]
list ])
list ])
list ]