Module Values.GetBaselineOperationInputSource

Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline, DisableBaseline, UpdateEnabledBaseline, ResetEnabledBaseline. A status message is displayed in case of operation failure. For usage examples, see the Amazon Web Services Control Tower User Guide .

Sourcetype nonrec t = {
  1. operationIdentifier : OperationIdentifier.t;
    (*

    The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).

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