aws_sdk_iotsecuretunneling/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CloseTunnel` operation.
5pub mod close_tunnel;
6
7/// Types for the `DescribeTunnel` operation.
8pub mod describe_tunnel;
9
10/// Types for the `ListTagsForResource` operation.
11pub mod list_tags_for_resource;
12
13/// Types for the `ListTunnels` operation.
14pub mod list_tunnels;
15
16/// Types for the `OpenTunnel` operation.
17pub mod open_tunnel;
18
19/// Types for the `RotateTunnelAccessToken` operation.
20pub mod rotate_tunnel_access_token;
21
22/// Types for the `TagResource` operation.
23pub mod tag_resource;
24
25/// Types for the `UntagResource` operation.
26pub mod untag_resource;