Values.ApplicationSourceArchive application.
type nonrec t = {applicationID : ApplicationID.t option;Application ID.
*)arn : ARN.t option;Application ARN.
*)name : ApplicationName.t option;Application name.
*)description : ApplicationDescription.t option;Application description.
*)isArchived : Boolean.t option;Application archival status.
*)applicationAggregatedStatus : ApplicationAggregatedStatus.t option;Application aggregated status.
*)creationDateTime : ISO8601DatetimeString.t option;Application creation dateTime.
*)lastModifiedDateTime : ISO8601DatetimeString.t option;Application last modified dateTime.
*)waveID : WaveID.t option;Application wave ID.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `UninitializedAccountException of UninitializedAccountException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ApplicationID.t
| `Structure of
(string
* [> `Enum of string
| `Long of PositiveInteger.t
| `String of ISO8601DatetimeString.t ])
list ])
list ]