Values.WaveSourceArchive wave.
type nonrec t = {waveID : WaveID.t option;Wave ID.
*)arn : ARN.t option;Wave ARN.
*)name : WaveName.t option;Wave name.
*)description : WaveDescription.t option;Wave description.
*)isArchived : Boolean.t option;Wave archival status.
*)waveAggregatedStatus : WaveAggregatedStatus.t option;Wave aggregated status.
*)creationDateTime : ISO8601DatetimeString.t option;Wave creation dateTime.
*)lastModifiedDateTime : ISO8601DatetimeString.t option;Wave last modified dateTime.
*)}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 WaveID.t
| `Structure of
(string
* [> `Enum of string
| `Long of PositiveInteger.t
| `String of ISO8601DatetimeString.t ])
list ])
list ]