Values.UpdateConnectionResponseSourceUpdates settings for a connection.
type nonrec t = {connectionArn : ConnectionArn.t option;The ARN of the connection that was updated.
*)connectionState : ConnectionState.t option;The state of the connection that was updated.
*)creationTime : Timestamp.t option;A time stamp for the time that the connection was created.
*)lastModifiedTime : Timestamp.t option;A time stamp for the time that the connection was last modified.
*)lastAuthorizedTime : Timestamp.t option;A time stamp for the time that the connection was last authorized.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `ConcurrentModificationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `ConcurrentModificationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectionArn.t
| `Timestamp of Timestamp.t ])
list ]