aws_sdk_lexruntime/
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 `DeleteSession` operation.
5pub mod delete_session;
6
7/// Types for the `GetSession` operation.
8pub mod get_session;
9
10/// Types for the `PostContent` operation.
11pub mod post_content;
12
13/// Types for the `PostText` operation.
14pub mod post_text;
15
16/// Types for the `PutSession` operation.
17pub mod put_session;