aws-sdk-chime 1.99.0

AWS SDK for Amazon Chime
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociatePhoneNumberWithUser` operation.
pub mod associate_phone_number_with_user;

/// Types for the `AssociateSigninDelegateGroupsWithAccount` operation.
pub mod associate_signin_delegate_groups_with_account;

/// Types for the `BatchCreateRoomMembership` operation.
pub mod batch_create_room_membership;

/// Types for the `BatchDeletePhoneNumber` operation.
pub mod batch_delete_phone_number;

/// Types for the `BatchSuspendUser` operation.
pub mod batch_suspend_user;

/// Types for the `BatchUnsuspendUser` operation.
pub mod batch_unsuspend_user;

/// Types for the `BatchUpdatePhoneNumber` operation.
pub mod batch_update_phone_number;

/// Types for the `BatchUpdateUser` operation.
pub mod batch_update_user;

/// Types for the `CreateAccount` operation.
pub mod create_account;

/// Types for the `CreateBot` operation.
pub mod create_bot;

/// Types for the `CreateMeetingDialOut` operation.
pub mod create_meeting_dial_out;

/// Types for the `CreatePhoneNumberOrder` operation.
pub mod create_phone_number_order;

/// Types for the `CreateRoom` operation.
pub mod create_room;

/// Types for the `CreateRoomMembership` operation.
pub mod create_room_membership;

/// Types for the `CreateUser` operation.
pub mod create_user;

/// Types for the `DeleteAccount` operation.
pub mod delete_account;

/// Types for the `DeleteEventsConfiguration` operation.
pub mod delete_events_configuration;

/// Types for the `DeletePhoneNumber` operation.
pub mod delete_phone_number;

/// Types for the `DeleteRoom` operation.
pub mod delete_room;

/// Types for the `DeleteRoomMembership` operation.
pub mod delete_room_membership;

/// Types for the `DisassociatePhoneNumberFromUser` operation.
pub mod disassociate_phone_number_from_user;

/// Types for the `DisassociateSigninDelegateGroupsFromAccount` operation.
pub mod disassociate_signin_delegate_groups_from_account;

/// Types for the `GetAccount` operation.
pub mod get_account;

/// Types for the `GetAccountSettings` operation.
pub mod get_account_settings;

/// Types for the `GetBot` operation.
pub mod get_bot;

/// Types for the `GetEventsConfiguration` operation.
pub mod get_events_configuration;

/// Types for the `GetGlobalSettings` operation.
pub mod get_global_settings;

/// Types for the `GetPhoneNumber` operation.
pub mod get_phone_number;

/// Types for the `GetPhoneNumberOrder` operation.
pub mod get_phone_number_order;

/// Types for the `GetPhoneNumberSettings` operation.
pub mod get_phone_number_settings;

/// Types for the `GetRetentionSettings` operation.
pub mod get_retention_settings;

/// Types for the `GetRoom` operation.
pub mod get_room;

/// Types for the `GetUser` operation.
pub mod get_user;

/// Types for the `GetUserSettings` operation.
pub mod get_user_settings;

/// Types for the `InviteUsers` operation.
pub mod invite_users;

/// Types for the `ListAccounts` operation.
pub mod list_accounts;

/// Types for the `ListBots` operation.
pub mod list_bots;

/// Types for the `ListPhoneNumberOrders` operation.
pub mod list_phone_number_orders;

/// Types for the `ListPhoneNumbers` operation.
pub mod list_phone_numbers;

/// Types for the `ListRoomMemberships` operation.
pub mod list_room_memberships;

/// Types for the `ListRooms` operation.
pub mod list_rooms;

/// Types for the `ListSupportedPhoneNumberCountries` operation.
pub mod list_supported_phone_number_countries;

/// Types for the `ListUsers` operation.
pub mod list_users;

/// Types for the `LogoutUser` operation.
pub mod logout_user;

/// Types for the `PutEventsConfiguration` operation.
pub mod put_events_configuration;

/// Types for the `PutRetentionSettings` operation.
pub mod put_retention_settings;

/// Types for the `RedactConversationMessage` operation.
pub mod redact_conversation_message;

/// Types for the `RedactRoomMessage` operation.
pub mod redact_room_message;

/// Types for the `RegenerateSecurityToken` operation.
pub mod regenerate_security_token;

/// Types for the `ResetPersonalPIN` operation.
pub mod reset_personal_pin;

/// Types for the `RestorePhoneNumber` operation.
pub mod restore_phone_number;

/// Types for the `SearchAvailablePhoneNumbers` operation.
pub mod search_available_phone_numbers;

/// Types for the `UpdateAccount` operation.
pub mod update_account;

/// Types for the `UpdateAccountSettings` operation.
pub mod update_account_settings;

/// Types for the `UpdateBot` operation.
pub mod update_bot;

/// Types for the `UpdateGlobalSettings` operation.
pub mod update_global_settings;

/// Types for the `UpdatePhoneNumber` operation.
pub mod update_phone_number;

/// Types for the `UpdatePhoneNumberSettings` operation.
pub mod update_phone_number_settings;

/// Types for the `UpdateRoom` operation.
pub mod update_room;

/// Types for the `UpdateRoomMembership` operation.
pub mod update_room_membership;

/// Types for the `UpdateUser` operation.
pub mod update_user;

/// Types for the `UpdateUserSettings` operation.
pub mod update_user_settings;