Values.ApplicationSummarySourceThe summary of attributes associated with an application.
type nonrec t = {id : ApplicationId.t option;The ID of the application.
*)name : ApplicationName.t option;The name of the application.
*)arn : ApplicationArn.t option;The ARN of the application.
*)releaseLabel : ReleaseLabel.t option;The Amazon EMR release associated with the application.
*)type_ : EngineType.t option;The type of application, such as Spark or Hive.
*)state : ApplicationState.t option;The state of the application.
*)stateDetails : String256.t option;The state details of the application.
*)createdAt : Date.t option;The date and time when the application was created.
*)updatedAt : Date.t option;The date and time when the application was last updated.
*)architecture : Architecture.t option;The CPU architecture of an application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApplicationId.t
| `Timestamp of Date.t ])
list ]