Values.DisassociateMacSecKeyRequestSourceRemoves the association between a MAC Security (MACsec) security key and a Direct Connect connection.
type nonrec t = {connectionId : ConnectionId.t;The ID of the dedicated connection (dxcon-xxxx), interconnect (dxcon-xxxx), or LAG (dxlag-xxxx). You can use DescribeConnections, DescribeInterconnects, or DescribeLags to retrieve connection ID.
*)secretARN : SecretARN.t;The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key. You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) secret key.
*)}