Values.UpdateEnabledBaselineInputSourceUpdates an EnabledBaseline resource's applied parameters or version. For usage examples, see the Amazon Web Services Control Tower User Guide .
type nonrec t = {baselineVersion : BaselineVersion.t;Specifies the new Baseline version, to which the EnabledBaseline should be updated.
*)parameters : EnabledBaselineParameters.t option;Parameters to apply when making an update.
*)enabledBaselineIdentifier : Arn.t;Specifies the EnabledBaseline resource to be updated.
*)}val make :
?parameters:??? ->
baselineVersion:BaselineVersion.t ->
enabledBaselineIdentifier:Arn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t | `Structure of 'a list ])
list ]
list
| `String of BaselineVersion.t ])
list ]