aws-sdk-wickr 1.7.0

AWS SDK for AWS Wickr Admin API
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_access_level::AccessLevel;

pub use crate::types::_security_group_settings_request::SecurityGroupSettingsRequest;

pub use crate::types::_security_group::SecurityGroup;

pub use crate::types::_oidc_config_info::OidcConfigInfo;

pub use crate::types::_oidc_token_info::OidcTokenInfo;

pub use crate::types::_sort_direction::SortDirection;

pub use crate::types::_data_retention_action_type::DataRetentionActionType;

pub use crate::types::_network_settings::NetworkSettings;

pub use crate::types::_security_group_settings::SecurityGroupSettings;

pub use crate::types::_update_user_details::UpdateUserDetails;

pub use crate::types::_batch_create_user_request_item::BatchCreateUserRequestItem;

pub use crate::types::_user::User;

pub use crate::types::_batch_user_error_response_item::BatchUserErrorResponseItem;

pub use crate::types::_error_detail::ErrorDetail;

pub use crate::types::_batch_user_success_response_item::BatchUserSuccessResponseItem;

pub use crate::types::_batch_uname_success_response_item::BatchUnameSuccessResponseItem;

pub use crate::types::_batch_uname_error_response_item::BatchUnameErrorResponseItem;

pub use crate::types::_batch_device_success_response_item::BatchDeviceSuccessResponseItem;

pub use crate::types::_batch_device_error_response_item::BatchDeviceErrorResponseItem;

pub use crate::types::_guest_user_history_count::GuestUserHistoryCount;

pub use crate::types::_setting::Setting;

pub use crate::types::_blocked_guest_user::BlockedGuestUser;

pub use crate::types::_bot::Bot;

pub use crate::types::_basic_device_object::BasicDeviceObject;

pub use crate::types::_guest_user::GuestUser;

pub use crate::types::_network::Network;

pub use crate::types::_read_receipt_config::ReadReceiptConfig;

pub use crate::types::_calling_settings::CallingSettings;

pub use crate::types::_password_requirements::PasswordRequirements;

pub use crate::types::_shredder_settings::ShredderSettings;

pub use crate::types::_wickr_aws_networks::WickrAwsNetworks;

pub use crate::types::_permitted_wickr_enterprise_network::PermittedWickrEnterpriseNetwork;

pub use crate::types::_status::Status;

mod _access_level;

mod _basic_device_object;

mod _batch_create_user_request_item;

mod _batch_device_error_response_item;

mod _batch_device_success_response_item;

mod _batch_uname_error_response_item;

mod _batch_uname_success_response_item;

mod _batch_user_error_response_item;

mod _batch_user_success_response_item;

mod _blocked_guest_user;

mod _bot;

mod _calling_settings;

mod _data_retention_action_type;

mod _error_detail;

mod _guest_user;

mod _guest_user_history_count;

mod _network;

mod _network_settings;

mod _oidc_config_info;

mod _oidc_token_info;

mod _password_requirements;

mod _permitted_wickr_enterprise_network;

mod _read_receipt_config;

mod _security_group;

mod _security_group_settings;

mod _security_group_settings_request;

mod _setting;

mod _shredder_settings;

mod _sort_direction;

mod _status;

mod _update_user_details;

mod _user;

mod _wickr_aws_networks;

/// Builders
pub mod builders;

/// Error types that AWS Wickr Admin API can respond with.
pub mod error;