Module Values.DescribeApplicationOperationRequestSource

A request for information about a specific operation that was performed on a Managed Service for Apache Flink application.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
  2. operationId : OperationId.t;
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> operationId:OperationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationName.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