Values.DeleteConnectionResponseSourceDeletes a connection.
type nonrec t = {connectionArn : ConnectionArn.t option;The ARN of the connection that was deleted.
*)connectionState : ConnectionState.t option;The state of the connection before it was deleted.
*)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 before it was deleted.
*)lastAuthorizedTime : Timestamp.t option;A time stamp for the time that the connection was last authorized before it wa deleted.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `InternalException of InternalException.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
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `ResourceNotFoundException 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 ]