aws_sdk_chime/
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 `AssociatePhoneNumberWithUser` operation.
5pub mod associate_phone_number_with_user;
6
7/// Types for the `AssociateSigninDelegateGroupsWithAccount` operation.
8pub mod associate_signin_delegate_groups_with_account;
9
10/// Types for the `BatchCreateRoomMembership` operation.
11pub mod batch_create_room_membership;
12
13/// Types for the `BatchDeletePhoneNumber` operation.
14pub mod batch_delete_phone_number;
15
16/// Types for the `BatchSuspendUser` operation.
17pub mod batch_suspend_user;
18
19/// Types for the `BatchUnsuspendUser` operation.
20pub mod batch_unsuspend_user;
21
22/// Types for the `BatchUpdatePhoneNumber` operation.
23pub mod batch_update_phone_number;
24
25/// Types for the `BatchUpdateUser` operation.
26pub mod batch_update_user;
27
28/// Types for the `CreateAccount` operation.
29pub mod create_account;
30
31/// Types for the `CreateBot` operation.
32pub mod create_bot;
33
34/// Types for the `CreateMeetingDialOut` operation.
35pub mod create_meeting_dial_out;
36
37/// Types for the `CreatePhoneNumberOrder` operation.
38pub mod create_phone_number_order;
39
40/// Types for the `CreateRoom` operation.
41pub mod create_room;
42
43/// Types for the `CreateRoomMembership` operation.
44pub mod create_room_membership;
45
46/// Types for the `CreateUser` operation.
47pub mod create_user;
48
49/// Types for the `DeleteAccount` operation.
50pub mod delete_account;
51
52/// Types for the `DeleteEventsConfiguration` operation.
53pub mod delete_events_configuration;
54
55/// Types for the `DeletePhoneNumber` operation.
56pub mod delete_phone_number;
57
58/// Types for the `DeleteRoom` operation.
59pub mod delete_room;
60
61/// Types for the `DeleteRoomMembership` operation.
62pub mod delete_room_membership;
63
64/// Types for the `DisassociatePhoneNumberFromUser` operation.
65pub mod disassociate_phone_number_from_user;
66
67/// Types for the `DisassociateSigninDelegateGroupsFromAccount` operation.
68pub mod disassociate_signin_delegate_groups_from_account;
69
70/// Types for the `GetAccount` operation.
71pub mod get_account;
72
73/// Types for the `GetAccountSettings` operation.
74pub mod get_account_settings;
75
76/// Types for the `GetBot` operation.
77pub mod get_bot;
78
79/// Types for the `GetEventsConfiguration` operation.
80pub mod get_events_configuration;
81
82/// Types for the `GetGlobalSettings` operation.
83pub mod get_global_settings;
84
85/// Types for the `GetPhoneNumber` operation.
86pub mod get_phone_number;
87
88/// Types for the `GetPhoneNumberOrder` operation.
89pub mod get_phone_number_order;
90
91/// Types for the `GetPhoneNumberSettings` operation.
92pub mod get_phone_number_settings;
93
94/// Types for the `GetRetentionSettings` operation.
95pub mod get_retention_settings;
96
97/// Types for the `GetRoom` operation.
98pub mod get_room;
99
100/// Types for the `GetUser` operation.
101pub mod get_user;
102
103/// Types for the `GetUserSettings` operation.
104pub mod get_user_settings;
105
106/// Types for the `InviteUsers` operation.
107pub mod invite_users;
108
109/// Types for the `ListAccounts` operation.
110pub mod list_accounts;
111
112/// Types for the `ListBots` operation.
113pub mod list_bots;
114
115/// Types for the `ListPhoneNumberOrders` operation.
116pub mod list_phone_number_orders;
117
118/// Types for the `ListPhoneNumbers` operation.
119pub mod list_phone_numbers;
120
121/// Types for the `ListRoomMemberships` operation.
122pub mod list_room_memberships;
123
124/// Types for the `ListRooms` operation.
125pub mod list_rooms;
126
127/// Types for the `ListSupportedPhoneNumberCountries` operation.
128pub mod list_supported_phone_number_countries;
129
130/// Types for the `ListUsers` operation.
131pub mod list_users;
132
133/// Types for the `LogoutUser` operation.
134pub mod logout_user;
135
136/// Types for the `PutEventsConfiguration` operation.
137pub mod put_events_configuration;
138
139/// Types for the `PutRetentionSettings` operation.
140pub mod put_retention_settings;
141
142/// Types for the `RedactConversationMessage` operation.
143pub mod redact_conversation_message;
144
145/// Types for the `RedactRoomMessage` operation.
146pub mod redact_room_message;
147
148/// Types for the `RegenerateSecurityToken` operation.
149pub mod regenerate_security_token;
150
151/// Types for the `ResetPersonalPIN` operation.
152pub mod reset_personal_pin;
153
154/// Types for the `RestorePhoneNumber` operation.
155pub mod restore_phone_number;
156
157/// Types for the `SearchAvailablePhoneNumbers` operation.
158pub mod search_available_phone_numbers;
159
160/// Types for the `UpdateAccount` operation.
161pub mod update_account;
162
163/// Types for the `UpdateAccountSettings` operation.
164pub mod update_account_settings;
165
166/// Types for the `UpdateBot` operation.
167pub mod update_bot;
168
169/// Types for the `UpdateGlobalSettings` operation.
170pub mod update_global_settings;
171
172/// Types for the `UpdatePhoneNumber` operation.
173pub mod update_phone_number;
174
175/// Types for the `UpdatePhoneNumberSettings` operation.
176pub mod update_phone_number_settings;
177
178/// Types for the `UpdateRoom` operation.
179pub mod update_room;
180
181/// Types for the `UpdateRoomMembership` operation.
182pub mod update_room_membership;
183
184/// Types for the `UpdateUser` operation.
185pub mod update_user;
186
187/// Types for the `UpdateUserSettings` operation.
188pub mod update_user_settings;