Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateUserPoolRequest

import type { UpdateUserPoolRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface UpdateUserPoolRequest {
AccountRecoverySetting?: AccountRecoverySettingType | null;
AdminCreateUserConfig?: AdminCreateUserConfigType | null;
AutoVerifiedAttributes?: VerifiedAttributeType[] | null;
DeviceConfiguration?: DeviceConfigurationType | null;
EmailConfiguration?: EmailConfigurationType | null;
EmailVerificationMessage?: string | null;
EmailVerificationSubject?: string | null;
LambdaConfig?: LambdaConfigType | null;
MfaConfiguration?: UserPoolMfaType | null;
Policies?: UserPoolPolicyType | null;
SmsAuthenticationMessage?: string | null;
SmsConfiguration?: SmsConfigurationType | null;
SmsVerificationMessage?: string | null;
UserPoolAddOns?: UserPoolAddOnsType | null;
UserPoolId: string;
UserPoolTags?: {
[key: string]: string | null | undefined;
}
| null;
VerificationMessageTemplate?: VerificationMessageTemplateType | null;
}

§Properties

§
AccountRecoverySetting?: AccountRecoverySettingType | null
[src]
§
AdminCreateUserConfig?: AdminCreateUserConfigType | null
[src]
§
AutoVerifiedAttributes?: VerifiedAttributeType[] | null
[src]
§
DeviceConfiguration?: DeviceConfigurationType | null
[src]
§
EmailConfiguration?: EmailConfigurationType | null
[src]
§
EmailVerificationMessage?: string | null
[src]
§
EmailVerificationSubject?: string | null
[src]
§
LambdaConfig?: LambdaConfigType | null
[src]
§
MfaConfiguration?: UserPoolMfaType | null
[src]
§
Policies?: UserPoolPolicyType | null
[src]
§
SmsAuthenticationMessage?: string | null
[src]
§
SmsConfiguration?: SmsConfigurationType | null
[src]
§
SmsVerificationMessage?: string | null
[src]
§
UserPoolAddOns?: UserPoolAddOnsType | null
[src]
§
UserPoolId: string
[src]
§
UserPoolTags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
VerificationMessageTemplate?: VerificationMessageTemplateType | null
[src]