Module Values.UpdateEnabledBaselineInputSource

Updates an EnabledBaseline resource's applied parameters or version. For usage examples, see the Amazon Web Services Control Tower User Guide .

Sourcetype nonrec t = {
  1. baselineVersion : BaselineVersion.t;
    (*

    Specifies the new Baseline version, to which the EnabledBaseline should be updated.

    *)
  2. parameters : EnabledBaselineParameters.t option;
    (*

    Parameters to apply when making an update.

    *)
  3. enabledBaselineIdentifier : Arn.t;
    (*

    Specifies the EnabledBaseline resource to be updated.

    *)
}
Sourceval context_ : string
Sourceval make : ?parameters:??? -> baselineVersion:BaselineVersion.t -> enabledBaselineIdentifier:Arn.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t