aws_sdk_ivschat/
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 `CreateChatToken` operation.
5pub mod create_chat_token;
6
7/// Types for the `CreateLoggingConfiguration` operation.
8pub mod create_logging_configuration;
9
10/// Types for the `CreateRoom` operation.
11pub mod create_room;
12
13/// Types for the `DeleteLoggingConfiguration` operation.
14pub mod delete_logging_configuration;
15
16/// Types for the `DeleteMessage` operation.
17pub mod delete_message;
18
19/// Types for the `DeleteRoom` operation.
20pub mod delete_room;
21
22/// Types for the `DisconnectUser` operation.
23pub mod disconnect_user;
24
25/// Types for the `GetLoggingConfiguration` operation.
26pub mod get_logging_configuration;
27
28/// Types for the `GetRoom` operation.
29pub mod get_room;
30
31/// Types for the `ListLoggingConfigurations` operation.
32pub mod list_logging_configurations;
33
34/// Types for the `ListRooms` operation.
35pub mod list_rooms;
36
37/// Types for the `ListTagsForResource` operation.
38pub mod list_tags_for_resource;
39
40/// Types for the `SendEvent` operation.
41pub mod send_event;
42
43/// Types for the `TagResource` operation.
44pub mod tag_resource;
45
46/// Types for the `UntagResource` operation.
47pub mod untag_resource;
48
49/// Types for the `UpdateLoggingConfiguration` operation.
50pub mod update_logging_configuration;
51
52/// Types for the `UpdateRoom` operation.
53pub mod update_room;