[−][src]Struct rusoto_cognito_idp::UpdateUserPoolRequest
Represents the request to update the user pool.
Fields
admin_create_user_config: Option<AdminCreateUserConfigType>
The configuration for AdminCreateUser
requests.
auto_verified_attributes: Option<Vec<String>>
The attributes that are automatically verified when the Amazon Cognito service makes a request to update user pools.
device_configuration: Option<DeviceConfigurationType>
Device configuration.
email_configuration: Option<EmailConfigurationType>
Email configuration.
email_verification_message: Option<String>
The contents of the email verification message.
email_verification_subject: Option<String>
The subject of the email verification message.
lambda_config: Option<LambdaConfigType>
The AWS Lambda configuration information from the request to update the user pool.
mfa_configuration: Option<String>
Can be one of the following values:
-
OFF
- MFA tokens are not required and cannot be specified during user registration. -
ON
- MFA tokens are required for all user registrations. You can only specify required when you are initially creating a user pool. -
OPTIONAL
- Users have the option when registering to create an MFA token.
policies: Option<UserPoolPolicyType>
A container with the policies you wish to update in a user pool.
sms_authentication_message: Option<String>
The contents of the SMS authentication message.
sms_configuration: Option<SmsConfigurationType>
SMS configuration.
sms_verification_message: Option<String>
A container with information about the SMS verification message.
user_pool_add_ons: Option<UserPoolAddOnsType>
Used to enable advanced security risk detection. Set the key AdvancedSecurityMode
to the value "AUDIT".
user_pool_id: String
The user pool ID for the user pool you want to update.
The tag keys and values to assign to the user pool. A tag is a label that you can use to categorize and manage user pools in different ways, such as by purpose, owner, environment, or other criteria.
verification_message_template: Option<VerificationMessageTemplateType>
The template for verification messages.
Trait Implementations
impl PartialEq<UpdateUserPoolRequest> for UpdateUserPoolRequest
[src]
fn eq(&self, other: &UpdateUserPoolRequest) -> bool
[src]
fn ne(&self, other: &UpdateUserPoolRequest) -> bool
[src]
impl Default for UpdateUserPoolRequest
[src]
fn default() -> UpdateUserPoolRequest
[src]
impl Clone for UpdateUserPoolRequest
[src]
fn clone(&self) -> UpdateUserPoolRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UpdateUserPoolRequest
[src]
impl Serialize for UpdateUserPoolRequest
[src]
Auto Trait Implementations
impl Send for UpdateUserPoolRequest
impl Sync for UpdateUserPoolRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self