aws-sdk-wickr 1.3.0

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

/// Types for the `BatchCreateUser` operation.
pub mod batch_create_user;

/// Types for the `BatchDeleteUser` operation.
pub mod batch_delete_user;

/// Types for the `BatchLookupUserUname` operation.
pub mod batch_lookup_user_uname;

/// Types for the `BatchReinviteUser` operation.
pub mod batch_reinvite_user;

/// Types for the `BatchResetDevicesForUser` operation.
pub mod batch_reset_devices_for_user;

/// Types for the `BatchToggleUserSuspendStatus` operation.
pub mod batch_toggle_user_suspend_status;

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

/// Types for the `CreateDataRetentionBot` operation.
pub mod create_data_retention_bot;

/// Types for the `CreateDataRetentionBotChallenge` operation.
pub mod create_data_retention_bot_challenge;

/// Types for the `CreateNetwork` operation.
pub mod create_network;

/// Types for the `CreateSecurityGroup` operation.
pub mod create_security_group;

/// Types for the `DeleteBot` operation.
pub mod delete_bot;

/// Types for the `DeleteDataRetentionBot` operation.
pub mod delete_data_retention_bot;

/// Types for the `DeleteNetwork` operation.
pub mod delete_network;

/// Types for the `DeleteSecurityGroup` operation.
pub mod delete_security_group;

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

/// Types for the `GetBotsCount` operation.
pub mod get_bots_count;

/// Types for the `GetDataRetentionBot` operation.
pub mod get_data_retention_bot;

/// Types for the `GetGuestUserHistoryCount` operation.
pub mod get_guest_user_history_count;

/// Types for the `GetNetwork` operation.
pub mod get_network;

/// Types for the `GetNetworkSettings` operation.
pub mod get_network_settings;

/// Types for the `GetOidcInfo` operation.
pub mod get_oidc_info;

/// Types for the `GetSecurityGroup` operation.
pub mod get_security_group;

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

/// Types for the `GetUsersCount` operation.
pub mod get_users_count;

/// Types for the `ListBlockedGuestUsers` operation.
pub mod list_blocked_guest_users;

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

/// Types for the `ListDevicesForUser` operation.
pub mod list_devices_for_user;

/// Types for the `ListGuestUsers` operation.
pub mod list_guest_users;

/// Types for the `ListNetworks` operation.
pub mod list_networks;

/// Types for the `ListSecurityGroupUsers` operation.
pub mod list_security_group_users;

/// Types for the `ListSecurityGroups` operation.
pub mod list_security_groups;

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

/// Types for the `RegisterOidcConfig` operation.
pub mod register_oidc_config;

/// Types for the `RegisterOidcConfigTest` operation.
pub mod register_oidc_config_test;

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

/// Types for the `UpdateDataRetention` operation.
pub mod update_data_retention;

/// Types for the `UpdateGuestUser` operation.
pub mod update_guest_user;

/// Types for the `UpdateNetwork` operation.
pub mod update_network;

/// Types for the `UpdateNetworkSettings` operation.
pub mod update_network_settings;

/// Types for the `UpdateSecurityGroup` operation.
pub mod update_security_group;

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