Module Awso_iotsecuretunneling.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule Service : sig ... end
Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end
Sourcemodule DateType : sig ... end
Sourcemodule Description : sig ... end
Sourcemodule TunnelArn : sig ... end
Sourcemodule TunnelId : sig ... end
Sourcemodule TunnelStatus : sig ... end
Sourcemodule ConnectionStatus : sig ... end
Sourcemodule ServiceList : sig ... end
Sourcemodule ThingName : sig ... end
Sourcemodule Tag : sig ... end

An arbitary key/value pair used to add searchable metadata to secure tunnel resources.

Sourcemodule TimeoutInMin : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule TunnelSummary : sig ... end

Information about the tunnel.

Sourcemodule ConnectionState : sig ... end

The state of a connection.

Sourcemodule DestinationConfig : sig ... end

The destination configuration.

Sourcemodule TagList : sig ... end
Sourcemodule TimeoutConfig : sig ... end

Tunnel timeout configuration.

Sourcemodule ResourceNotFoundException : sig ... end

Thrown when an operation is attempted on a resource that does not exist.

Sourcemodule AmazonResourceName : sig ... end
Sourcemodule TagKeyList : sig ... end
Sourcemodule ClientAccessToken : sig ... end
Sourcemodule ClientMode : sig ... end
Sourcemodule LimitExceededException : sig ... end

Thrown when a tunnel limit is exceeded.

Sourcemodule NextToken : sig ... end
Sourcemodule TunnelSummaryList : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule Tunnel : sig ... end

A connection between a source computer and a destination device.

Sourcemodule DeleteFlag : sig ... end
Sourcemodule UntagResourceResponse : sig ... end

Removes a tag from a resource.

Sourcemodule UntagResourceRequest : sig ... end

Removes a tag from a resource.

Sourcemodule TagResourceResponse : sig ... end

A resource tag.

Sourcemodule TagResourceRequest : sig ... end

A resource tag.

Revokes 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.

Revokes 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.

Sourcemodule OpenTunnelResponse : sig ... end

Creates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server. Requires permission to access the OpenTunnel action.

Sourcemodule OpenTunnelRequest : sig ... end

Creates a new tunnel, and returns two client access tokens for clients to use to connect to the IoT Secure Tunneling proxy server. Requires permission to access the OpenTunnel action.

Sourcemodule ListTunnelsResponse : sig ... end

List all tunnels for an Amazon Web Services account. Tunnels are listed by creation time in descending order, newer tunnels will be listed before older tunnels. Requires permission to access the ListTunnels action.

Sourcemodule ListTunnelsRequest : sig ... end

List all tunnels for an Amazon Web Services account. Tunnels are listed by creation time in descending order, newer tunnels will be listed before older tunnels. Requires permission to access the ListTunnels action.

Lists the tags for the specified resource.

Lists the tags for the specified resource.

Sourcemodule DescribeTunnelResponse : sig ... end

Gets information about a tunnel identified by the unique tunnel id. Requires permission to access the DescribeTunnel action.

Sourcemodule DescribeTunnelRequest : sig ... end

Gets information about a tunnel identified by the unique tunnel id. Requires permission to access the DescribeTunnel action.

Sourcemodule CloseTunnelResponse : sig ... end

Closes a tunnel identified by the unique tunnel id. When a CloseTunnel request is received, we close the WebSocket connections between the client and proxy server so no data can be transmitted. Requires permission to access the CloseTunnel action.

Sourcemodule CloseTunnelRequest : sig ... end

Closes a tunnel identified by the unique tunnel id. When a CloseTunnel request is received, we close the WebSocket connections between the client and proxy server so no data can be transmitted. Requires permission to access the CloseTunnel action.