Values.ApplicationSummarySourceThis documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
type nonrec t = {applicationName : ApplicationName.t option;Name of the application.
*)applicationARN : ResourceARN.t option;ARN of the application.
*)applicationStatus : ApplicationStatus.t option;Status of the application.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationName.t ]) list ]