Module Values.GetBaselineInputSource

Retrieve details about an existing Baseline resource by specifying its identifier. For usage examples, see the Amazon Web Services Control Tower User Guide .

Sourcetype nonrec t = {
  1. baselineIdentifier : BaselineArn.t;
    (*

    The ARN of the Baseline resource to be retrieved.

    *)
}
Sourceval context_ : string
Sourceval make : baselineIdentifier:BaselineArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BaselineArn.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