Values.DisassociateMacSecKeyResponseSourceRemoves the association between a MAC Security (MACsec) security key and a Direct Connect connection.
type nonrec t = {connectionId : ConnectionId.t option;The ID of the dedicated connection (dxcon-xxxx), interconnect (dxcon-xxxx), or LAG (dxlag-xxxx).
*)macSecKeys : MacSecKeyList.t option;The MAC Security (MACsec) security keys no longer associated with the connection.
*)}type nonrec error = [ | `DirectConnectClientException of DirectConnectClientException.t| `DirectConnectServerException of DirectConnectServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DirectConnectClientException of DirectConnectClientException.t
| `DirectConnectServerException of DirectConnectServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DirectConnectClientException of DirectConnectClientException.t
| `DirectConnectServerException of DirectConnectServerException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of SecretARN.t ]) list ]
list
| `String of ConnectionId.t ])
list ]