Values.DeauthorizeConnectionResponseSourceRemoves all authorization parameters from the connection. This lets you remove the secret from the connection so you can reuse it without having to create a new connection.
type nonrec t = {connectionArn : ConnectionArn.t option;The ARN of the connection that authorization was removed from.
*)connectionState : ConnectionState.t option;The state of the connection.
*)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 updated.
*)lastAuthorizedTime : Timestamp.t option;A time stamp for the time that the connection was last authorized.
*)}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 ]