Crate rusoto_iotsecuretunneling

Source
Expand description

AWS IoT Secure Tunneling

AWS IoT Secure Tunnling enables you to create remote connections to devices deployed in the field.

For more information about how AWS IoT Secure Tunneling works, see AWS IoT Secure Tunneling.

If you’re using the service, you’re probably looking for IoTSecureTunnelingClient and IoTSecureTunneling.

Structs§

CloseTunnelRequest
CloseTunnelResponse
ConnectionState

The state of a connection.

DescribeTunnelRequest
DescribeTunnelResponse
DestinationConfig

The destination configuration.

IoTSecureTunnelingClient
A client for the AWS IoT Secure Tunneling API.
ListTagsForResourceRequest
ListTagsForResourceResponse
ListTunnelsRequest
ListTunnelsResponse
OpenTunnelRequest
OpenTunnelResponse
Tag

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

TagResourceRequest
TagResourceResponse
TimeoutConfig

Tunnel timeout configuration.

Tunnel

A connection between a source computer and a destination device.

TunnelSummary

Information about the tunnel.

UntagResourceRequest
UntagResourceResponse

Enums§

CloseTunnelError
Errors returned by CloseTunnel
DescribeTunnelError
Errors returned by DescribeTunnel
ListTagsForResourceError
Errors returned by ListTagsForResource
ListTunnelsError
Errors returned by ListTunnels
OpenTunnelError
Errors returned by OpenTunnel
TagResourceError
Errors returned by TagResource
UntagResourceError
Errors returned by UntagResource

Traits§

IoTSecureTunneling
Trait representing the capabilities of the AWS IoT Secure Tunneling API. AWS IoT Secure Tunneling clients implement this trait.