Values.RotateTunnelAccessTokenResponseSourceRevokes the current client access token (CAT) and returns new CAT for clients to use when reconnecting to secure tunneling to access the same tunnel. Requires permission to access the RotateTunnelAccessToken action. Rotating the CAT doesn't extend the tunnel duration. For example, say the tunnel duration is 12 hours and the tunnel has already been open for 4 hours. When you rotate the access tokens, the new tokens that are generated can only be used for the remaining 8 hours.
type nonrec t = {tunnelArn : TunnelArn.t option;The Amazon Resource Name for the tunnel.
*)sourceAccessToken : ClientAccessToken.t option;The client access token that the source local proxy uses to connect to IoT Secure Tunneling.
*)destinationAccessToken : ClientAccessToken.t option;The client access token that the destination local proxy uses to connect to IoT Secure Tunneling.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]