Values.UpdateArchiveResponseSourceUpdates the specified archive.
type nonrec t = {archiveArn : ArchiveArn.t option;The ARN of the archive.
*)state : ArchiveState.t option;The state of the archive.
*)stateReason : ArchiveStateReason.t option;The reason that the archive is in the current state.
*)creationTime : Timestamp.t option;The time at which the archive was updated.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `InternalException of InternalException.t| `InvalidEventPatternException of InvalidEventPatternException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `InvalidEventPatternException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `InvalidEventPatternException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ArchiveArn.t
| `Timestamp of Timestamp.t ])
list ]