Module Values.DescribeApplicationRequestSource

Returns information about a specific Managed Service for Apache Flink application. If you want to retrieve a list of all applications in your account, use the ListApplications operation.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The name of the application.

    *)
  2. includeAdditionalDetails : BooleanObject.t option;
    (*

    Displays verbose information about a Managed Service for Apache Flink application, including the application's job plan.

    *)
}
Sourceval context_ : string
Sourceval make : ?includeAdditionalDetails:??? -> applicationName:ApplicationName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BooleanObject.t | `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