amazonka-cognito-idp-1.4.5: Amazon Cognito Identity Provider SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CognitoIdentityProvider.Types

Contents

Description

 

Synopsis

Service Configuration

cognitoIdentityProvider :: Service #

API version 2016-04-18 of the Amazon Cognito Identity Provider SDK configuration.

Errors

_UnsupportedUserStateException :: AsError a => Getting (First ServiceError) a ServiceError #

The request failed because the user is in an unsupported state.

_PasswordResetRequiredException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when a password reset is required.

_InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when the Amazon Cognito service encounters an invalid parameter.

_InvalidLambdaResponseException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.

_InvalidEmailRoleAccessPolicyException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when Amazon Cognito is not allowed to use your email identity. HTTP status code: 400.

_UserNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when a user is not found.

_UnexpectedLambdaException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.

_NotAuthorizedException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception gets thrown when a user is not authorized.

_InternalErrorException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when Amazon Cognito encounters an internal error.

_InvalidUserPoolConfigurationException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when the user pool configuration is invalid.

_InvalidSmsRoleAccessPolicyException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is returned when the role provided for SMS configuration does not have permission to publish using Amazon SNS.

_CodeMismatchException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown if the provided code does not match what the server was expecting.

_UserImportInProgressException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when you are trying to modify a user pool while a user import job is in progress for that pool.

_InvalidSmsRoleTrustRelationshipException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when the trust relationship is invalid for the role provided for SMS configuration. This can happen if you do not trust cognito-idp.amazonaws.com or the external ID provided in the role does not match what is provided in the SMS configuration for the user pool.

_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception gets thrown when the user has made too many requests for a given operation.

_ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown if two or more modifications are happening concurrently.

_UserLambdaValidationException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.

_PreconditionNotMetException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when a precondition is not met.

_ExpiredCodeException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown if a code has expired.

_TooManyFailedAttemptsException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception gets thrown when the user has made too many failed attempts for a given action (e.g., sign in).

_UserNotConfirmedException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when a user is not confirmed successfully.

_CodeDeliveryFailureException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when a verification code fails to deliver successfully.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when the Amazon Cognito service cannot find the requested resource.

_MFAMethodNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when Amazon Cognito cannot find a multi-factor authentication (MFA) method.

_AliasExistsException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when a user tries to confirm the account with an email or phone number that has already been supplied as an alias from a different account. This exception tells user that an account with this email or phone already exists.

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when a user exceeds the limit for a requested AWS resource.

_InvalidPasswordException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when the Amazon Cognito service encounters an invalid password.

_UsernameExistsException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when Amazon Cognito encounters a user name that already exists in the user pool.

AliasAttributeType

data AliasAttributeType #

Instances

Bounded AliasAttributeType # 
Enum AliasAttributeType # 
Eq AliasAttributeType # 
Data AliasAttributeType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AliasAttributeType -> c AliasAttributeType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AliasAttributeType #

toConstr :: AliasAttributeType -> Constr #

dataTypeOf :: AliasAttributeType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AliasAttributeType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AliasAttributeType) #

gmapT :: (forall b. Data b => b -> b) -> AliasAttributeType -> AliasAttributeType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AliasAttributeType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AliasAttributeType -> r #

gmapQ :: (forall d. Data d => d -> u) -> AliasAttributeType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AliasAttributeType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AliasAttributeType -> m AliasAttributeType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AliasAttributeType -> m AliasAttributeType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AliasAttributeType -> m AliasAttributeType #

Ord AliasAttributeType # 
Read AliasAttributeType # 
Show AliasAttributeType # 
Generic AliasAttributeType # 
Hashable AliasAttributeType # 
ToJSON AliasAttributeType # 
FromJSON AliasAttributeType # 
NFData AliasAttributeType # 

Methods

rnf :: AliasAttributeType -> () #

ToQuery AliasAttributeType # 
ToHeader AliasAttributeType # 
ToByteString AliasAttributeType # 
FromText AliasAttributeType # 
ToText AliasAttributeType # 
type Rep AliasAttributeType # 
type Rep AliasAttributeType = D1 (MetaData "AliasAttributeType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) (C1 (MetaCons "AATEmail" PrefixI False) U1) ((:+:) (C1 (MetaCons "AATPhoneNumber" PrefixI False) U1) (C1 (MetaCons "AATPreferredUsername" PrefixI False) U1)))

AttributeDataType

data AttributeDataType #

Constructors

Boolean 
DateTime 
Number 
String 

Instances

Bounded AttributeDataType # 
Enum AttributeDataType # 
Eq AttributeDataType # 
Data AttributeDataType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AttributeDataType -> c AttributeDataType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AttributeDataType #

toConstr :: AttributeDataType -> Constr #

dataTypeOf :: AttributeDataType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AttributeDataType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AttributeDataType) #

gmapT :: (forall b. Data b => b -> b) -> AttributeDataType -> AttributeDataType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AttributeDataType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AttributeDataType -> r #

gmapQ :: (forall d. Data d => d -> u) -> AttributeDataType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AttributeDataType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AttributeDataType -> m AttributeDataType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AttributeDataType -> m AttributeDataType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AttributeDataType -> m AttributeDataType #

Ord AttributeDataType # 
Read AttributeDataType # 
Show AttributeDataType # 
Generic AttributeDataType # 
Hashable AttributeDataType # 
ToJSON AttributeDataType # 
FromJSON AttributeDataType # 
NFData AttributeDataType # 

Methods

rnf :: AttributeDataType -> () #

ToQuery AttributeDataType # 
ToHeader AttributeDataType # 
ToByteString AttributeDataType # 
FromText AttributeDataType # 
ToText AttributeDataType # 
type Rep AttributeDataType # 
type Rep AttributeDataType = D1 (MetaData "AttributeDataType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) ((:+:) (C1 (MetaCons "Boolean" PrefixI False) U1) (C1 (MetaCons "DateTime" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Number" PrefixI False) U1) (C1 (MetaCons "String" PrefixI False) U1)))

AuthFlowType

data AuthFlowType #

Instances

Bounded AuthFlowType # 
Enum AuthFlowType # 
Eq AuthFlowType # 
Data AuthFlowType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AuthFlowType -> c AuthFlowType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AuthFlowType #

toConstr :: AuthFlowType -> Constr #

dataTypeOf :: AuthFlowType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AuthFlowType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AuthFlowType) #

gmapT :: (forall b. Data b => b -> b) -> AuthFlowType -> AuthFlowType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AuthFlowType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AuthFlowType -> r #

gmapQ :: (forall d. Data d => d -> u) -> AuthFlowType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AuthFlowType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AuthFlowType -> m AuthFlowType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthFlowType -> m AuthFlowType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthFlowType -> m AuthFlowType #

Ord AuthFlowType # 
Read AuthFlowType # 
Show AuthFlowType # 
Generic AuthFlowType # 

Associated Types

type Rep AuthFlowType :: * -> * #

Hashable AuthFlowType # 
ToJSON AuthFlowType # 
NFData AuthFlowType # 

Methods

rnf :: AuthFlowType -> () #

ToQuery AuthFlowType # 
ToHeader AuthFlowType # 
ToByteString AuthFlowType # 
FromText AuthFlowType # 
ToText AuthFlowType # 

Methods

toText :: AuthFlowType -> Text #

type Rep AuthFlowType # 
type Rep AuthFlowType = D1 (MetaData "AuthFlowType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) ((:+:) (C1 (MetaCons "AdminNoSrpAuth" PrefixI False) U1) (C1 (MetaCons "CustomAuth" PrefixI False) U1)) ((:+:) (C1 (MetaCons "RefreshToken" PrefixI False) U1) ((:+:) (C1 (MetaCons "RefreshTokenAuth" PrefixI False) U1) (C1 (MetaCons "UserSrpAuth" PrefixI False) U1))))

ChallengeNameType

data ChallengeNameType #

Instances

Bounded ChallengeNameType # 
Enum ChallengeNameType # 
Eq ChallengeNameType # 
Data ChallengeNameType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChallengeNameType -> c ChallengeNameType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChallengeNameType #

toConstr :: ChallengeNameType -> Constr #

dataTypeOf :: ChallengeNameType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ChallengeNameType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChallengeNameType) #

gmapT :: (forall b. Data b => b -> b) -> ChallengeNameType -> ChallengeNameType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChallengeNameType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChallengeNameType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChallengeNameType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChallengeNameType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChallengeNameType -> m ChallengeNameType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChallengeNameType -> m ChallengeNameType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChallengeNameType -> m ChallengeNameType #

Ord ChallengeNameType # 
Read ChallengeNameType # 
Show ChallengeNameType # 
Generic ChallengeNameType # 
Hashable ChallengeNameType # 
ToJSON ChallengeNameType # 
FromJSON ChallengeNameType # 
NFData ChallengeNameType # 

Methods

rnf :: ChallengeNameType -> () #

ToQuery ChallengeNameType # 
ToHeader ChallengeNameType # 
ToByteString ChallengeNameType # 
FromText ChallengeNameType # 
ToText ChallengeNameType # 
type Rep ChallengeNameType # 
type Rep ChallengeNameType = D1 (MetaData "ChallengeNameType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) ((:+:) (C1 (MetaCons "CNTAdminNoSrpAuth" PrefixI False) U1) ((:+:) (C1 (MetaCons "CNTCustomChallenge" PrefixI False) U1) (C1 (MetaCons "CNTDevicePasswordVerifier" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "CNTDeviceSrpAuth" PrefixI False) U1) (C1 (MetaCons "CNTNewPasswordRequired" PrefixI False) U1)) ((:+:) (C1 (MetaCons "CNTPasswordVerifier" PrefixI False) U1) (C1 (MetaCons "CNTSmsMFA" PrefixI False) U1))))

DeliveryMediumType

data DeliveryMediumType #

Constructors

DMTEmail 
DMTSms 

Instances

Bounded DeliveryMediumType # 
Enum DeliveryMediumType # 
Eq DeliveryMediumType # 
Data DeliveryMediumType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeliveryMediumType -> c DeliveryMediumType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeliveryMediumType #

toConstr :: DeliveryMediumType -> Constr #

dataTypeOf :: DeliveryMediumType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeliveryMediumType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeliveryMediumType) #

gmapT :: (forall b. Data b => b -> b) -> DeliveryMediumType -> DeliveryMediumType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeliveryMediumType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeliveryMediumType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeliveryMediumType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeliveryMediumType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeliveryMediumType -> m DeliveryMediumType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliveryMediumType -> m DeliveryMediumType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeliveryMediumType -> m DeliveryMediumType #

Ord DeliveryMediumType # 
Read DeliveryMediumType # 
Show DeliveryMediumType # 
Generic DeliveryMediumType # 
Hashable DeliveryMediumType # 
ToJSON DeliveryMediumType # 
FromJSON DeliveryMediumType # 
NFData DeliveryMediumType # 

Methods

rnf :: DeliveryMediumType -> () #

ToQuery DeliveryMediumType # 
ToHeader DeliveryMediumType # 
ToByteString DeliveryMediumType # 
FromText DeliveryMediumType # 
ToText DeliveryMediumType # 
type Rep DeliveryMediumType # 
type Rep DeliveryMediumType = D1 (MetaData "DeliveryMediumType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) (C1 (MetaCons "DMTEmail" PrefixI False) U1) (C1 (MetaCons "DMTSms" PrefixI False) U1))

DeviceRememberedStatusType

data DeviceRememberedStatusType #

Constructors

NotRemembered 
Remembered 

Instances

Bounded DeviceRememberedStatusType # 
Enum DeviceRememberedStatusType # 
Eq DeviceRememberedStatusType # 
Data DeviceRememberedStatusType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeviceRememberedStatusType -> c DeviceRememberedStatusType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeviceRememberedStatusType #

toConstr :: DeviceRememberedStatusType -> Constr #

dataTypeOf :: DeviceRememberedStatusType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeviceRememberedStatusType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeviceRememberedStatusType) #

gmapT :: (forall b. Data b => b -> b) -> DeviceRememberedStatusType -> DeviceRememberedStatusType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeviceRememberedStatusType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeviceRememberedStatusType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeviceRememberedStatusType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeviceRememberedStatusType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeviceRememberedStatusType -> m DeviceRememberedStatusType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceRememberedStatusType -> m DeviceRememberedStatusType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceRememberedStatusType -> m DeviceRememberedStatusType #

Ord DeviceRememberedStatusType # 
Read DeviceRememberedStatusType # 
Show DeviceRememberedStatusType # 
Generic DeviceRememberedStatusType # 
Hashable DeviceRememberedStatusType # 
ToJSON DeviceRememberedStatusType # 
NFData DeviceRememberedStatusType # 
ToQuery DeviceRememberedStatusType # 
ToHeader DeviceRememberedStatusType # 
ToByteString DeviceRememberedStatusType # 
FromText DeviceRememberedStatusType # 
ToText DeviceRememberedStatusType # 
type Rep DeviceRememberedStatusType # 
type Rep DeviceRememberedStatusType = D1 (MetaData "DeviceRememberedStatusType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) (C1 (MetaCons "NotRemembered" PrefixI False) U1) (C1 (MetaCons "Remembered" PrefixI False) U1))

ExplicitAuthFlowsType

data ExplicitAuthFlowsType #

Instances

Bounded ExplicitAuthFlowsType # 
Enum ExplicitAuthFlowsType # 
Eq ExplicitAuthFlowsType # 
Data ExplicitAuthFlowsType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ExplicitAuthFlowsType -> c ExplicitAuthFlowsType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ExplicitAuthFlowsType #

toConstr :: ExplicitAuthFlowsType -> Constr #

dataTypeOf :: ExplicitAuthFlowsType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ExplicitAuthFlowsType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ExplicitAuthFlowsType) #

gmapT :: (forall b. Data b => b -> b) -> ExplicitAuthFlowsType -> ExplicitAuthFlowsType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ExplicitAuthFlowsType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ExplicitAuthFlowsType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ExplicitAuthFlowsType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ExplicitAuthFlowsType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ExplicitAuthFlowsType -> m ExplicitAuthFlowsType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ExplicitAuthFlowsType -> m ExplicitAuthFlowsType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ExplicitAuthFlowsType -> m ExplicitAuthFlowsType #

Ord ExplicitAuthFlowsType # 
Read ExplicitAuthFlowsType # 
Show ExplicitAuthFlowsType # 
Generic ExplicitAuthFlowsType # 
Hashable ExplicitAuthFlowsType # 
ToJSON ExplicitAuthFlowsType # 
FromJSON ExplicitAuthFlowsType # 
NFData ExplicitAuthFlowsType # 

Methods

rnf :: ExplicitAuthFlowsType -> () #

ToQuery ExplicitAuthFlowsType # 
ToHeader ExplicitAuthFlowsType # 
ToByteString ExplicitAuthFlowsType # 
FromText ExplicitAuthFlowsType # 
ToText ExplicitAuthFlowsType # 
type Rep ExplicitAuthFlowsType # 
type Rep ExplicitAuthFlowsType = D1 (MetaData "ExplicitAuthFlowsType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) (C1 (MetaCons "EAFTAdminNoSrpAuth" PrefixI False) U1) (C1 (MetaCons "EAFTCustomAuthFlowOnly" PrefixI False) U1))

MessageActionType

data MessageActionType #

Constructors

Resend 
Suppress 

Instances

Bounded MessageActionType # 
Enum MessageActionType # 
Eq MessageActionType # 
Data MessageActionType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MessageActionType -> c MessageActionType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MessageActionType #

toConstr :: MessageActionType -> Constr #

dataTypeOf :: MessageActionType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MessageActionType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MessageActionType) #

gmapT :: (forall b. Data b => b -> b) -> MessageActionType -> MessageActionType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MessageActionType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MessageActionType -> r #

gmapQ :: (forall d. Data d => d -> u) -> MessageActionType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MessageActionType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MessageActionType -> m MessageActionType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MessageActionType -> m MessageActionType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MessageActionType -> m MessageActionType #

Ord MessageActionType # 
Read MessageActionType # 
Show MessageActionType # 
Generic MessageActionType # 
Hashable MessageActionType # 
ToJSON MessageActionType # 
NFData MessageActionType # 

Methods

rnf :: MessageActionType -> () #

ToQuery MessageActionType # 
ToHeader MessageActionType # 
ToByteString MessageActionType # 
FromText MessageActionType # 
ToText MessageActionType # 
type Rep MessageActionType # 
type Rep MessageActionType = D1 (MetaData "MessageActionType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) (C1 (MetaCons "Resend" PrefixI False) U1) (C1 (MetaCons "Suppress" PrefixI False) U1))

StatusType

data StatusType #

Constructors

Disabled 
Enabled 

Instances

Bounded StatusType # 
Enum StatusType # 
Eq StatusType # 
Data StatusType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StatusType -> c StatusType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StatusType #

toConstr :: StatusType -> Constr #

dataTypeOf :: StatusType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StatusType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StatusType) #

gmapT :: (forall b. Data b => b -> b) -> StatusType -> StatusType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StatusType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StatusType -> r #

gmapQ :: (forall d. Data d => d -> u) -> StatusType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StatusType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StatusType -> m StatusType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusType -> m StatusType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusType -> m StatusType #

Ord StatusType # 
Read StatusType # 
Show StatusType # 
Generic StatusType # 

Associated Types

type Rep StatusType :: * -> * #

Hashable StatusType # 
FromJSON StatusType # 
NFData StatusType # 

Methods

rnf :: StatusType -> () #

ToQuery StatusType # 
ToHeader StatusType # 
ToByteString StatusType # 
FromText StatusType # 
ToText StatusType # 

Methods

toText :: StatusType -> Text #

type Rep StatusType # 
type Rep StatusType = D1 (MetaData "StatusType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) (C1 (MetaCons "Disabled" PrefixI False) U1) (C1 (MetaCons "Enabled" PrefixI False) U1))

UserImportJobStatusType

data UserImportJobStatusType #

Instances

Bounded UserImportJobStatusType # 
Enum UserImportJobStatusType # 
Eq UserImportJobStatusType # 
Data UserImportJobStatusType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserImportJobStatusType -> c UserImportJobStatusType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserImportJobStatusType #

toConstr :: UserImportJobStatusType -> Constr #

dataTypeOf :: UserImportJobStatusType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserImportJobStatusType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserImportJobStatusType) #

gmapT :: (forall b. Data b => b -> b) -> UserImportJobStatusType -> UserImportJobStatusType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserImportJobStatusType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserImportJobStatusType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserImportJobStatusType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserImportJobStatusType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserImportJobStatusType -> m UserImportJobStatusType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserImportJobStatusType -> m UserImportJobStatusType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserImportJobStatusType -> m UserImportJobStatusType #

Ord UserImportJobStatusType # 
Read UserImportJobStatusType # 
Show UserImportJobStatusType # 
Generic UserImportJobStatusType # 
Hashable UserImportJobStatusType # 
FromJSON UserImportJobStatusType # 
NFData UserImportJobStatusType # 

Methods

rnf :: UserImportJobStatusType -> () #

ToQuery UserImportJobStatusType # 
ToHeader UserImportJobStatusType # 
ToByteString UserImportJobStatusType # 
FromText UserImportJobStatusType # 
ToText UserImportJobStatusType # 
type Rep UserImportJobStatusType # 
type Rep UserImportJobStatusType = D1 (MetaData "UserImportJobStatusType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "Created" PrefixI False) U1) (C1 (MetaCons "Expired" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Failed" PrefixI False) U1) (C1 (MetaCons "InProgress" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "Pending" PrefixI False) U1) (C1 (MetaCons "Stopped" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Stopping" PrefixI False) U1) (C1 (MetaCons "Succeeded" PrefixI False) U1))))

UserPoolMFAType

data UserPoolMFAType #

Constructors

ON 
Off 
Optional 

Instances

Bounded UserPoolMFAType # 
Enum UserPoolMFAType # 
Eq UserPoolMFAType # 
Data UserPoolMFAType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserPoolMFAType -> c UserPoolMFAType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserPoolMFAType #

toConstr :: UserPoolMFAType -> Constr #

dataTypeOf :: UserPoolMFAType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserPoolMFAType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserPoolMFAType) #

gmapT :: (forall b. Data b => b -> b) -> UserPoolMFAType -> UserPoolMFAType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolMFAType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolMFAType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserPoolMFAType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserPoolMFAType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserPoolMFAType -> m UserPoolMFAType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolMFAType -> m UserPoolMFAType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolMFAType -> m UserPoolMFAType #

Ord UserPoolMFAType # 
Read UserPoolMFAType # 
Show UserPoolMFAType # 
Generic UserPoolMFAType # 
Hashable UserPoolMFAType # 
ToJSON UserPoolMFAType # 
FromJSON UserPoolMFAType # 
NFData UserPoolMFAType # 

Methods

rnf :: UserPoolMFAType -> () #

ToQuery UserPoolMFAType # 
ToHeader UserPoolMFAType # 
ToByteString UserPoolMFAType # 
FromText UserPoolMFAType # 
ToText UserPoolMFAType # 
type Rep UserPoolMFAType # 
type Rep UserPoolMFAType = D1 (MetaData "UserPoolMFAType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) (C1 (MetaCons "ON" PrefixI False) U1) ((:+:) (C1 (MetaCons "Off" PrefixI False) U1) (C1 (MetaCons "Optional" PrefixI False) U1)))

UserStatusType

data UserStatusType #

Instances

Bounded UserStatusType # 
Enum UserStatusType # 
Eq UserStatusType # 
Data UserStatusType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserStatusType -> c UserStatusType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserStatusType #

toConstr :: UserStatusType -> Constr #

dataTypeOf :: UserStatusType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserStatusType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserStatusType) #

gmapT :: (forall b. Data b => b -> b) -> UserStatusType -> UserStatusType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserStatusType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserStatusType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserStatusType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserStatusType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserStatusType -> m UserStatusType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserStatusType -> m UserStatusType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserStatusType -> m UserStatusType #

Ord UserStatusType # 
Read UserStatusType # 
Show UserStatusType # 
Generic UserStatusType # 

Associated Types

type Rep UserStatusType :: * -> * #

Hashable UserStatusType # 
FromJSON UserStatusType # 
NFData UserStatusType # 

Methods

rnf :: UserStatusType -> () #

ToQuery UserStatusType # 
ToHeader UserStatusType # 
ToByteString UserStatusType # 
FromText UserStatusType # 
ToText UserStatusType # 
type Rep UserStatusType # 
type Rep UserStatusType = D1 (MetaData "UserStatusType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) ((:+:) (C1 (MetaCons "Archived" PrefixI False) U1) ((:+:) (C1 (MetaCons "Compromised" PrefixI False) U1) (C1 (MetaCons "Confirmed" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "ForceChangePassword" PrefixI False) U1) (C1 (MetaCons "ResetRequired" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Unconfirmed" PrefixI False) U1) (C1 (MetaCons "Unknown" PrefixI False) U1))))

VerifiedAttributeType

data VerifiedAttributeType #

Constructors

Email 
PhoneNumber 

Instances

Bounded VerifiedAttributeType # 
Enum VerifiedAttributeType # 
Eq VerifiedAttributeType # 
Data VerifiedAttributeType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VerifiedAttributeType -> c VerifiedAttributeType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VerifiedAttributeType #

toConstr :: VerifiedAttributeType -> Constr #

dataTypeOf :: VerifiedAttributeType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c VerifiedAttributeType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VerifiedAttributeType) #

gmapT :: (forall b. Data b => b -> b) -> VerifiedAttributeType -> VerifiedAttributeType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VerifiedAttributeType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VerifiedAttributeType -> r #

gmapQ :: (forall d. Data d => d -> u) -> VerifiedAttributeType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VerifiedAttributeType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VerifiedAttributeType -> m VerifiedAttributeType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VerifiedAttributeType -> m VerifiedAttributeType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VerifiedAttributeType -> m VerifiedAttributeType #

Ord VerifiedAttributeType # 
Read VerifiedAttributeType # 
Show VerifiedAttributeType # 
Generic VerifiedAttributeType # 
Hashable VerifiedAttributeType # 
ToJSON VerifiedAttributeType # 
FromJSON VerifiedAttributeType # 
NFData VerifiedAttributeType # 

Methods

rnf :: VerifiedAttributeType -> () #

ToQuery VerifiedAttributeType # 
ToHeader VerifiedAttributeType # 
ToByteString VerifiedAttributeType # 
FromText VerifiedAttributeType # 
ToText VerifiedAttributeType # 
type Rep VerifiedAttributeType # 
type Rep VerifiedAttributeType = D1 (MetaData "VerifiedAttributeType" "Network.AWS.CognitoIdentityProvider.Types.Sum" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) ((:+:) (C1 (MetaCons "Email" PrefixI False) U1) (C1 (MetaCons "PhoneNumber" PrefixI False) U1))

AdminCreateUserConfigType

data AdminCreateUserConfigType #

The type of configuration for creating a new user profile.

See: adminCreateUserConfigType smart constructor.

Instances

Eq AdminCreateUserConfigType # 
Data AdminCreateUserConfigType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AdminCreateUserConfigType -> c AdminCreateUserConfigType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AdminCreateUserConfigType #

toConstr :: AdminCreateUserConfigType -> Constr #

dataTypeOf :: AdminCreateUserConfigType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AdminCreateUserConfigType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AdminCreateUserConfigType) #

gmapT :: (forall b. Data b => b -> b) -> AdminCreateUserConfigType -> AdminCreateUserConfigType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AdminCreateUserConfigType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AdminCreateUserConfigType -> r #

gmapQ :: (forall d. Data d => d -> u) -> AdminCreateUserConfigType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AdminCreateUserConfigType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AdminCreateUserConfigType -> m AdminCreateUserConfigType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AdminCreateUserConfigType -> m AdminCreateUserConfigType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AdminCreateUserConfigType -> m AdminCreateUserConfigType #

Read AdminCreateUserConfigType # 
Show AdminCreateUserConfigType # 
Generic AdminCreateUserConfigType # 
Hashable AdminCreateUserConfigType # 
ToJSON AdminCreateUserConfigType # 
FromJSON AdminCreateUserConfigType # 
NFData AdminCreateUserConfigType # 
type Rep AdminCreateUserConfigType # 
type Rep AdminCreateUserConfigType = D1 (MetaData "AdminCreateUserConfigType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "AdminCreateUserConfigType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acuctAllowAdminCreateUserOnly") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_acuctUnusedAccountValidityDays") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_acuctInviteMessageTemplate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MessageTemplateType))))))

adminCreateUserConfigType :: AdminCreateUserConfigType #

Creates a value of AdminCreateUserConfigType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • acuctAllowAdminCreateUserOnly - Set to True if only the administrator is allowed to create user profiles. Set to False if users can sign themselves up via an app.
  • acuctUnusedAccountValidityDays - The user account expiration limit, in days, after which the account is no longer usable. To reset the account after that time limit, you must call AdminCreateUser again, specifying RESEND for the MessageAction parameter.
  • acuctInviteMessageTemplate - The message template to be used for the welcome message to new users.

acuctAllowAdminCreateUserOnly :: Lens' AdminCreateUserConfigType (Maybe Bool) #

Set to True if only the administrator is allowed to create user profiles. Set to False if users can sign themselves up via an app.

acuctUnusedAccountValidityDays :: Lens' AdminCreateUserConfigType (Maybe Natural) #

The user account expiration limit, in days, after which the account is no longer usable. To reset the account after that time limit, you must call AdminCreateUser again, specifying RESEND for the MessageAction parameter.

acuctInviteMessageTemplate :: Lens' AdminCreateUserConfigType (Maybe MessageTemplateType) #

The message template to be used for the welcome message to new users.

AttributeType

data AttributeType #

Specifies whether the attribute is standard or custom.

See: attributeType smart constructor.

Instances

Eq AttributeType # 
Data AttributeType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AttributeType -> c AttributeType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AttributeType #

toConstr :: AttributeType -> Constr #

dataTypeOf :: AttributeType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AttributeType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AttributeType) #

gmapT :: (forall b. Data b => b -> b) -> AttributeType -> AttributeType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AttributeType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AttributeType -> r #

gmapQ :: (forall d. Data d => d -> u) -> AttributeType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AttributeType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AttributeType -> m AttributeType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AttributeType -> m AttributeType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AttributeType -> m AttributeType #

Read AttributeType # 
Show AttributeType # 
Generic AttributeType # 

Associated Types

type Rep AttributeType :: * -> * #

Hashable AttributeType # 
ToJSON AttributeType # 
FromJSON AttributeType # 
NFData AttributeType # 

Methods

rnf :: AttributeType -> () #

type Rep AttributeType # 
type Rep AttributeType = D1 (MetaData "AttributeType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "AttributeType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_atValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) (S1 (MetaSel (Just Symbol "_atName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

attributeType #

Arguments

:: Text

atName

-> AttributeType 

Creates a value of AttributeType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • atValue - The value of the attribute.
  • atName - The name of the attribute.

atValue :: Lens' AttributeType (Maybe Text) #

The value of the attribute.

atName :: Lens' AttributeType Text #

The name of the attribute.

AuthenticationResultType

data AuthenticationResultType #

The result type of the authentication result.

See: authenticationResultType smart constructor.

Instances

Eq AuthenticationResultType # 
Data AuthenticationResultType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AuthenticationResultType -> c AuthenticationResultType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AuthenticationResultType #

toConstr :: AuthenticationResultType -> Constr #

dataTypeOf :: AuthenticationResultType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AuthenticationResultType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AuthenticationResultType) #

gmapT :: (forall b. Data b => b -> b) -> AuthenticationResultType -> AuthenticationResultType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AuthenticationResultType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AuthenticationResultType -> r #

gmapQ :: (forall d. Data d => d -> u) -> AuthenticationResultType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AuthenticationResultType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AuthenticationResultType -> m AuthenticationResultType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthenticationResultType -> m AuthenticationResultType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AuthenticationResultType -> m AuthenticationResultType #

Read AuthenticationResultType # 
Show AuthenticationResultType # 
Generic AuthenticationResultType # 
Hashable AuthenticationResultType # 
FromJSON AuthenticationResultType # 
NFData AuthenticationResultType # 
type Rep AuthenticationResultType # 
type Rep AuthenticationResultType = D1 (MetaData "AuthenticationResultType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "AuthenticationResultType'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_artAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_artRefreshToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) (S1 (MetaSel (Just Symbol "_artNewDeviceMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NewDeviceMetadataType))))) ((:*:) (S1 (MetaSel (Just Symbol "_artExpiresIn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) ((:*:) (S1 (MetaSel (Just Symbol "_artTokenType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_artIdToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))))

authenticationResultType :: AuthenticationResultType #

Creates a value of AuthenticationResultType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

artAccessToken :: Lens' AuthenticationResultType (Maybe Text) #

The access token of the authentication result.

artRefreshToken :: Lens' AuthenticationResultType (Maybe Text) #

The refresh token of the authentication result.

artNewDeviceMetadata :: Lens' AuthenticationResultType (Maybe NewDeviceMetadataType) #

The new device metadata from an authentication result.

artExpiresIn :: Lens' AuthenticationResultType (Maybe Int) #

The expiration period of the authentication result.

artTokenType :: Lens' AuthenticationResultType (Maybe Text) #

The token type of the authentication result.

artIdToken :: Lens' AuthenticationResultType (Maybe Text) #

The ID token of the authentication result.

CodeDeliveryDetailsType

data CodeDeliveryDetailsType #

The type of code delivery details being returned from the server.

See: codeDeliveryDetailsType smart constructor.

Instances

Eq CodeDeliveryDetailsType # 
Data CodeDeliveryDetailsType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CodeDeliveryDetailsType -> c CodeDeliveryDetailsType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CodeDeliveryDetailsType #

toConstr :: CodeDeliveryDetailsType -> Constr #

dataTypeOf :: CodeDeliveryDetailsType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CodeDeliveryDetailsType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CodeDeliveryDetailsType) #

gmapT :: (forall b. Data b => b -> b) -> CodeDeliveryDetailsType -> CodeDeliveryDetailsType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CodeDeliveryDetailsType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CodeDeliveryDetailsType -> r #

gmapQ :: (forall d. Data d => d -> u) -> CodeDeliveryDetailsType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CodeDeliveryDetailsType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CodeDeliveryDetailsType -> m CodeDeliveryDetailsType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CodeDeliveryDetailsType -> m CodeDeliveryDetailsType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CodeDeliveryDetailsType -> m CodeDeliveryDetailsType #

Read CodeDeliveryDetailsType # 
Show CodeDeliveryDetailsType # 
Generic CodeDeliveryDetailsType # 
Hashable CodeDeliveryDetailsType # 
FromJSON CodeDeliveryDetailsType # 
NFData CodeDeliveryDetailsType # 

Methods

rnf :: CodeDeliveryDetailsType -> () #

type Rep CodeDeliveryDetailsType # 
type Rep CodeDeliveryDetailsType = D1 (MetaData "CodeDeliveryDetailsType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "CodeDeliveryDetailsType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cddtDestination") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cddtDeliveryMedium") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeliveryMediumType))) (S1 (MetaSel (Just Symbol "_cddtAttributeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

codeDeliveryDetailsType :: CodeDeliveryDetailsType #

Creates a value of CodeDeliveryDetailsType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cddtDestination :: Lens' CodeDeliveryDetailsType (Maybe Text) #

The destination for the code delivery details.

cddtDeliveryMedium :: Lens' CodeDeliveryDetailsType (Maybe DeliveryMediumType) #

The delivery medium (email message or phone number).

cddtAttributeName :: Lens' CodeDeliveryDetailsType (Maybe Text) #

The name of the attribute in the code delivery details type.

DeviceConfigurationType

data DeviceConfigurationType #

The type of configuration for the user pool's device tracking.

See: deviceConfigurationType smart constructor.

Instances

Eq DeviceConfigurationType # 
Data DeviceConfigurationType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeviceConfigurationType -> c DeviceConfigurationType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeviceConfigurationType #

toConstr :: DeviceConfigurationType -> Constr #

dataTypeOf :: DeviceConfigurationType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeviceConfigurationType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeviceConfigurationType) #

gmapT :: (forall b. Data b => b -> b) -> DeviceConfigurationType -> DeviceConfigurationType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeviceConfigurationType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeviceConfigurationType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeviceConfigurationType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeviceConfigurationType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeviceConfigurationType -> m DeviceConfigurationType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceConfigurationType -> m DeviceConfigurationType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceConfigurationType -> m DeviceConfigurationType #

Read DeviceConfigurationType # 
Show DeviceConfigurationType # 
Generic DeviceConfigurationType # 
Hashable DeviceConfigurationType # 
ToJSON DeviceConfigurationType # 
FromJSON DeviceConfigurationType # 
NFData DeviceConfigurationType # 

Methods

rnf :: DeviceConfigurationType -> () #

type Rep DeviceConfigurationType # 
type Rep DeviceConfigurationType = D1 (MetaData "DeviceConfigurationType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "DeviceConfigurationType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dctChallengeRequiredOnNewDevice") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_dctDeviceOnlyRememberedOnUserPrompt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))

deviceConfigurationType :: DeviceConfigurationType #

Creates a value of DeviceConfigurationType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dctChallengeRequiredOnNewDevice :: Lens' DeviceConfigurationType (Maybe Bool) #

Indicates whether a challenge is required on a new device. Only applicable to a new device.

dctDeviceOnlyRememberedOnUserPrompt :: Lens' DeviceConfigurationType (Maybe Bool) #

If true, a device is only remembered on user prompt.

DeviceSecretVerifierConfigType

data DeviceSecretVerifierConfigType #

The device verifier against which it will be authenticated.

See: deviceSecretVerifierConfigType smart constructor.

Instances

Eq DeviceSecretVerifierConfigType # 
Data DeviceSecretVerifierConfigType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeviceSecretVerifierConfigType -> c DeviceSecretVerifierConfigType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeviceSecretVerifierConfigType #

toConstr :: DeviceSecretVerifierConfigType -> Constr #

dataTypeOf :: DeviceSecretVerifierConfigType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeviceSecretVerifierConfigType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeviceSecretVerifierConfigType) #

gmapT :: (forall b. Data b => b -> b) -> DeviceSecretVerifierConfigType -> DeviceSecretVerifierConfigType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeviceSecretVerifierConfigType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeviceSecretVerifierConfigType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeviceSecretVerifierConfigType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeviceSecretVerifierConfigType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeviceSecretVerifierConfigType -> m DeviceSecretVerifierConfigType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceSecretVerifierConfigType -> m DeviceSecretVerifierConfigType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceSecretVerifierConfigType -> m DeviceSecretVerifierConfigType #

Read DeviceSecretVerifierConfigType # 
Show DeviceSecretVerifierConfigType # 
Generic DeviceSecretVerifierConfigType # 
Hashable DeviceSecretVerifierConfigType # 
ToJSON DeviceSecretVerifierConfigType # 
NFData DeviceSecretVerifierConfigType # 
type Rep DeviceSecretVerifierConfigType # 
type Rep DeviceSecretVerifierConfigType = D1 (MetaData "DeviceSecretVerifierConfigType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "DeviceSecretVerifierConfigType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dsvctPasswordVerifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dsvctSalt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

deviceSecretVerifierConfigType :: DeviceSecretVerifierConfigType #

Creates a value of DeviceSecretVerifierConfigType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

DeviceType

data DeviceType #

The device type.

See: deviceType smart constructor.

Instances

Eq DeviceType # 
Data DeviceType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeviceType -> c DeviceType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeviceType #

toConstr :: DeviceType -> Constr #

dataTypeOf :: DeviceType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeviceType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeviceType) #

gmapT :: (forall b. Data b => b -> b) -> DeviceType -> DeviceType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeviceType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeviceType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeviceType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeviceType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeviceType -> m DeviceType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceType -> m DeviceType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceType -> m DeviceType #

Read DeviceType # 
Show DeviceType # 
Generic DeviceType # 

Associated Types

type Rep DeviceType :: * -> * #

Hashable DeviceType # 
FromJSON DeviceType # 
NFData DeviceType # 

Methods

rnf :: DeviceType -> () #

type Rep DeviceType # 
type Rep DeviceType = D1 (MetaData "DeviceType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "DeviceType'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_dtDeviceLastModifiedDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_dtDeviceCreateDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) ((:*:) (S1 (MetaSel (Just Symbol "_dtDeviceAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AttributeType]))) ((:*:) (S1 (MetaSel (Just Symbol "_dtDeviceKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dtDeviceLastAuthenticatedDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))))

deviceType :: DeviceType #

Creates a value of DeviceType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dtDeviceLastModifiedDate :: Lens' DeviceType (Maybe UTCTime) #

The last modified date of the device.

dtDeviceCreateDate :: Lens' DeviceType (Maybe UTCTime) #

The creation date of the device.

dtDeviceKey :: Lens' DeviceType (Maybe Text) #

The device key.

dtDeviceLastAuthenticatedDate :: Lens' DeviceType (Maybe UTCTime) #

The date in which the device was last authenticated.

EmailConfigurationType

data EmailConfigurationType #

The email configuration type.

See: emailConfigurationType smart constructor.

Instances

Eq EmailConfigurationType # 
Data EmailConfigurationType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EmailConfigurationType -> c EmailConfigurationType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EmailConfigurationType #

toConstr :: EmailConfigurationType -> Constr #

dataTypeOf :: EmailConfigurationType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EmailConfigurationType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EmailConfigurationType) #

gmapT :: (forall b. Data b => b -> b) -> EmailConfigurationType -> EmailConfigurationType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EmailConfigurationType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EmailConfigurationType -> r #

gmapQ :: (forall d. Data d => d -> u) -> EmailConfigurationType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EmailConfigurationType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EmailConfigurationType -> m EmailConfigurationType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EmailConfigurationType -> m EmailConfigurationType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EmailConfigurationType -> m EmailConfigurationType #

Read EmailConfigurationType # 
Show EmailConfigurationType # 
Generic EmailConfigurationType # 
Hashable EmailConfigurationType # 
ToJSON EmailConfigurationType # 
FromJSON EmailConfigurationType # 
NFData EmailConfigurationType # 

Methods

rnf :: EmailConfigurationType -> () #

type Rep EmailConfigurationType # 
type Rep EmailConfigurationType = D1 (MetaData "EmailConfigurationType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "EmailConfigurationType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ectSourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ectReplyToEmailAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

emailConfigurationType :: EmailConfigurationType #

Creates a value of EmailConfigurationType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ectSourceARN :: Lens' EmailConfigurationType (Maybe Text) #

The Amazon Resource Name (ARN) of the email source.

LambdaConfigType

data LambdaConfigType #

Specifies the type of configuration for AWS Lambda triggers.

See: lambdaConfigType smart constructor.

Instances

Eq LambdaConfigType # 
Data LambdaConfigType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LambdaConfigType -> c LambdaConfigType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LambdaConfigType #

toConstr :: LambdaConfigType -> Constr #

dataTypeOf :: LambdaConfigType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LambdaConfigType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LambdaConfigType) #

gmapT :: (forall b. Data b => b -> b) -> LambdaConfigType -> LambdaConfigType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LambdaConfigType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LambdaConfigType -> r #

gmapQ :: (forall d. Data d => d -> u) -> LambdaConfigType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LambdaConfigType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LambdaConfigType -> m LambdaConfigType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaConfigType -> m LambdaConfigType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LambdaConfigType -> m LambdaConfigType #

Read LambdaConfigType # 
Show LambdaConfigType # 
Generic LambdaConfigType # 
Hashable LambdaConfigType # 
ToJSON LambdaConfigType # 
FromJSON LambdaConfigType # 
NFData LambdaConfigType # 

Methods

rnf :: LambdaConfigType -> () #

type Rep LambdaConfigType # 
type Rep LambdaConfigType = D1 (MetaData "LambdaConfigType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "LambdaConfigType'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lctPreAuthentication") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lctCreateAuthChallenge") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_lctVerifyAuthChallengeResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lctPostAuthentication") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lctCustomMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lctDefineAuthChallenge") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_lctPostConfirmation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lctPreSignUp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

lambdaConfigType :: LambdaConfigType #

Creates a value of LambdaConfigType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lctPreAuthentication :: Lens' LambdaConfigType (Maybe Text) #

A pre-authentication AWS Lambda trigger.

lctCreateAuthChallenge :: Lens' LambdaConfigType (Maybe Text) #

Creates an authentication challenge.

lctVerifyAuthChallengeResponse :: Lens' LambdaConfigType (Maybe Text) #

Verifies the authentication challenge response.

lctPostAuthentication :: Lens' LambdaConfigType (Maybe Text) #

A post-authentication AWS Lambda trigger.

lctCustomMessage :: Lens' LambdaConfigType (Maybe Text) #

A custom Message AWS Lambda trigger.

lctDefineAuthChallenge :: Lens' LambdaConfigType (Maybe Text) #

Defines the authentication challenge.

lctPostConfirmation :: Lens' LambdaConfigType (Maybe Text) #

A post-confirmation AWS Lambda trigger.

lctPreSignUp :: Lens' LambdaConfigType (Maybe Text) #

A pre-registration AWS Lambda trigger.

MFAOptionType

data MFAOptionType #

Specifies the different settings for multi-factor authentication (MFA).

See: mfaOptionType smart constructor.

Instances

Eq MFAOptionType # 
Data MFAOptionType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MFAOptionType -> c MFAOptionType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MFAOptionType #

toConstr :: MFAOptionType -> Constr #

dataTypeOf :: MFAOptionType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MFAOptionType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MFAOptionType) #

gmapT :: (forall b. Data b => b -> b) -> MFAOptionType -> MFAOptionType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MFAOptionType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MFAOptionType -> r #

gmapQ :: (forall d. Data d => d -> u) -> MFAOptionType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MFAOptionType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MFAOptionType -> m MFAOptionType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MFAOptionType -> m MFAOptionType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MFAOptionType -> m MFAOptionType #

Read MFAOptionType # 
Show MFAOptionType # 
Generic MFAOptionType # 

Associated Types

type Rep MFAOptionType :: * -> * #

Hashable MFAOptionType # 
ToJSON MFAOptionType # 
FromJSON MFAOptionType # 
NFData MFAOptionType # 

Methods

rnf :: MFAOptionType -> () #

type Rep MFAOptionType # 
type Rep MFAOptionType = D1 (MetaData "MFAOptionType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "MFAOptionType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_motDeliveryMedium") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeliveryMediumType))) (S1 (MetaSel (Just Symbol "_motAttributeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

mfaOptionType :: MFAOptionType #

Creates a value of MFAOptionType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

motDeliveryMedium :: Lens' MFAOptionType (Maybe DeliveryMediumType) #

The delivery medium (email message or SMS message) to send the MFA code.

motAttributeName :: Lens' MFAOptionType (Maybe Text) #

The attribute name of the MFA option type.

MessageTemplateType

data MessageTemplateType #

The message template structure.

See: messageTemplateType smart constructor.

Instances

Eq MessageTemplateType # 
Data MessageTemplateType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MessageTemplateType -> c MessageTemplateType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MessageTemplateType #

toConstr :: MessageTemplateType -> Constr #

dataTypeOf :: MessageTemplateType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c MessageTemplateType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MessageTemplateType) #

gmapT :: (forall b. Data b => b -> b) -> MessageTemplateType -> MessageTemplateType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MessageTemplateType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MessageTemplateType -> r #

gmapQ :: (forall d. Data d => d -> u) -> MessageTemplateType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MessageTemplateType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MessageTemplateType -> m MessageTemplateType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MessageTemplateType -> m MessageTemplateType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MessageTemplateType -> m MessageTemplateType #

Read MessageTemplateType # 
Show MessageTemplateType # 
Generic MessageTemplateType # 
Hashable MessageTemplateType # 
ToJSON MessageTemplateType # 
FromJSON MessageTemplateType # 
NFData MessageTemplateType # 

Methods

rnf :: MessageTemplateType -> () #

type Rep MessageTemplateType # 
type Rep MessageTemplateType = D1 (MetaData "MessageTemplateType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "MessageTemplateType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_mttEmailSubject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_mttSMSMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_mttEmailMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

messageTemplateType :: MessageTemplateType #

Creates a value of MessageTemplateType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mttEmailSubject :: Lens' MessageTemplateType (Maybe Text) #

The subject line for email messages.

mttSMSMessage :: Lens' MessageTemplateType (Maybe Text) #

The message template for SMS messages.

mttEmailMessage :: Lens' MessageTemplateType (Maybe Text) #

The message template for email messages.

NewDeviceMetadataType

data NewDeviceMetadataType #

The new device metadata type.

See: newDeviceMetadataType smart constructor.

Instances

Eq NewDeviceMetadataType # 
Data NewDeviceMetadataType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NewDeviceMetadataType -> c NewDeviceMetadataType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NewDeviceMetadataType #

toConstr :: NewDeviceMetadataType -> Constr #

dataTypeOf :: NewDeviceMetadataType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c NewDeviceMetadataType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NewDeviceMetadataType) #

gmapT :: (forall b. Data b => b -> b) -> NewDeviceMetadataType -> NewDeviceMetadataType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NewDeviceMetadataType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NewDeviceMetadataType -> r #

gmapQ :: (forall d. Data d => d -> u) -> NewDeviceMetadataType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> NewDeviceMetadataType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> NewDeviceMetadataType -> m NewDeviceMetadataType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NewDeviceMetadataType -> m NewDeviceMetadataType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NewDeviceMetadataType -> m NewDeviceMetadataType #

Read NewDeviceMetadataType # 
Show NewDeviceMetadataType # 
Generic NewDeviceMetadataType # 
Hashable NewDeviceMetadataType # 
FromJSON NewDeviceMetadataType # 
NFData NewDeviceMetadataType # 

Methods

rnf :: NewDeviceMetadataType -> () #

type Rep NewDeviceMetadataType # 
type Rep NewDeviceMetadataType = D1 (MetaData "NewDeviceMetadataType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "NewDeviceMetadataType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ndmtDeviceGroupKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ndmtDeviceKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

newDeviceMetadataType :: NewDeviceMetadataType #

Creates a value of NewDeviceMetadataType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

NumberAttributeConstraintsType

data NumberAttributeConstraintsType #

The minimum and maximum value of an attribute that is of the number data type.

See: numberAttributeConstraintsType smart constructor.

Instances

Eq NumberAttributeConstraintsType # 
Data NumberAttributeConstraintsType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NumberAttributeConstraintsType -> c NumberAttributeConstraintsType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NumberAttributeConstraintsType #

toConstr :: NumberAttributeConstraintsType -> Constr #

dataTypeOf :: NumberAttributeConstraintsType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c NumberAttributeConstraintsType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NumberAttributeConstraintsType) #

gmapT :: (forall b. Data b => b -> b) -> NumberAttributeConstraintsType -> NumberAttributeConstraintsType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NumberAttributeConstraintsType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NumberAttributeConstraintsType -> r #

gmapQ :: (forall d. Data d => d -> u) -> NumberAttributeConstraintsType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> NumberAttributeConstraintsType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> NumberAttributeConstraintsType -> m NumberAttributeConstraintsType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NumberAttributeConstraintsType -> m NumberAttributeConstraintsType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NumberAttributeConstraintsType -> m NumberAttributeConstraintsType #

Read NumberAttributeConstraintsType # 
Show NumberAttributeConstraintsType # 
Generic NumberAttributeConstraintsType # 
Hashable NumberAttributeConstraintsType # 
ToJSON NumberAttributeConstraintsType # 
FromJSON NumberAttributeConstraintsType # 
NFData NumberAttributeConstraintsType # 
type Rep NumberAttributeConstraintsType # 
type Rep NumberAttributeConstraintsType = D1 (MetaData "NumberAttributeConstraintsType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "NumberAttributeConstraintsType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_nactMaxValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_nactMinValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

numberAttributeConstraintsType :: NumberAttributeConstraintsType #

Creates a value of NumberAttributeConstraintsType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • nactMaxValue - The maximum value of an attribute that is of the number data type.
  • nactMinValue - The minimum value of an attribute that is of the number data type.

nactMaxValue :: Lens' NumberAttributeConstraintsType (Maybe Text) #

The maximum value of an attribute that is of the number data type.

nactMinValue :: Lens' NumberAttributeConstraintsType (Maybe Text) #

The minimum value of an attribute that is of the number data type.

PasswordPolicyType

data PasswordPolicyType #

The password policy type.

See: passwordPolicyType smart constructor.

Instances

Eq PasswordPolicyType # 
Data PasswordPolicyType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PasswordPolicyType -> c PasswordPolicyType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PasswordPolicyType #

toConstr :: PasswordPolicyType -> Constr #

dataTypeOf :: PasswordPolicyType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PasswordPolicyType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PasswordPolicyType) #

gmapT :: (forall b. Data b => b -> b) -> PasswordPolicyType -> PasswordPolicyType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PasswordPolicyType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PasswordPolicyType -> r #

gmapQ :: (forall d. Data d => d -> u) -> PasswordPolicyType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PasswordPolicyType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PasswordPolicyType -> m PasswordPolicyType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PasswordPolicyType -> m PasswordPolicyType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PasswordPolicyType -> m PasswordPolicyType #

Read PasswordPolicyType # 
Show PasswordPolicyType # 
Generic PasswordPolicyType # 
Hashable PasswordPolicyType # 
ToJSON PasswordPolicyType # 
FromJSON PasswordPolicyType # 
NFData PasswordPolicyType # 

Methods

rnf :: PasswordPolicyType -> () #

type Rep PasswordPolicyType # 
type Rep PasswordPolicyType = D1 (MetaData "PasswordPolicyType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "PasswordPolicyType'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pptRequireNumbers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_pptRequireUppercase") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_pptRequireLowercase") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) ((:*:) (S1 (MetaSel (Just Symbol "_pptMinimumLength") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_pptRequireSymbols") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))))

passwordPolicyType :: PasswordPolicyType #

Creates a value of PasswordPolicyType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • pptRequireNumbers - In the password policy that you have set, refers to whether you have required users to use at least one number in their password.
  • pptRequireUppercase - In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.
  • pptRequireLowercase - In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.
  • pptMinimumLength - The minimum length of the password policy that you have set. Cannot be less than 6.
  • pptRequireSymbols - In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.

pptRequireNumbers :: Lens' PasswordPolicyType (Maybe Bool) #

In the password policy that you have set, refers to whether you have required users to use at least one number in their password.

pptRequireUppercase :: Lens' PasswordPolicyType (Maybe Bool) #

In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.

pptRequireLowercase :: Lens' PasswordPolicyType (Maybe Bool) #

In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.

pptMinimumLength :: Lens' PasswordPolicyType (Maybe Natural) #

The minimum length of the password policy that you have set. Cannot be less than 6.

pptRequireSymbols :: Lens' PasswordPolicyType (Maybe Bool) #

In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.

SchemaAttributeType

data SchemaAttributeType #

Contains information about the schema attribute.

See: schemaAttributeType smart constructor.

Instances

Eq SchemaAttributeType # 
Data SchemaAttributeType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SchemaAttributeType -> c SchemaAttributeType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SchemaAttributeType #

toConstr :: SchemaAttributeType -> Constr #

dataTypeOf :: SchemaAttributeType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SchemaAttributeType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SchemaAttributeType) #

gmapT :: (forall b. Data b => b -> b) -> SchemaAttributeType -> SchemaAttributeType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SchemaAttributeType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SchemaAttributeType -> r #

gmapQ :: (forall d. Data d => d -> u) -> SchemaAttributeType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SchemaAttributeType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SchemaAttributeType -> m SchemaAttributeType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SchemaAttributeType -> m SchemaAttributeType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SchemaAttributeType -> m SchemaAttributeType #

Read SchemaAttributeType # 
Show SchemaAttributeType # 
Generic SchemaAttributeType # 
Hashable SchemaAttributeType # 
ToJSON SchemaAttributeType # 
FromJSON SchemaAttributeType # 
NFData SchemaAttributeType # 

Methods

rnf :: SchemaAttributeType -> () #

type Rep SchemaAttributeType # 
type Rep SchemaAttributeType = D1 (MetaData "SchemaAttributeType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "SchemaAttributeType'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_satNumberAttributeConstraints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NumberAttributeConstraintsType))) ((:*:) (S1 (MetaSel (Just Symbol "_satRequired") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_satAttributeDataType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AttributeDataType))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_satStringAttributeConstraints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StringAttributeConstraintsType))) (S1 (MetaSel (Just Symbol "_satName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_satDeveloperOnlyAttribute") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_satMutable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))))

schemaAttributeType :: SchemaAttributeType #

Creates a value of SchemaAttributeType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

satNumberAttributeConstraints :: Lens' SchemaAttributeType (Maybe NumberAttributeConstraintsType) #

Specifies the constraints for an attribute of the number type.

satRequired :: Lens' SchemaAttributeType (Maybe Bool) #

Specifies whether a user pool attribute is required. If the attribute is required and the user does not provide a value, registration or sign-in will fail.

satStringAttributeConstraints :: Lens' SchemaAttributeType (Maybe StringAttributeConstraintsType) #

Specifies the constraints for an attribute of the string type.

satName :: Lens' SchemaAttributeType (Maybe Text) #

A schema attribute of the name type.

satDeveloperOnlyAttribute :: Lens' SchemaAttributeType (Maybe Bool) #

Specifies whether the attribute type is developer only.

satMutable :: Lens' SchemaAttributeType (Maybe Bool) #

Specifies whether the attribute can be changed once it has been created.

SmsConfigurationType

data SmsConfigurationType #

The SMS configuratoin type.

See: smsConfigurationType smart constructor.

Instances

Eq SmsConfigurationType # 
Data SmsConfigurationType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SmsConfigurationType -> c SmsConfigurationType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SmsConfigurationType #

toConstr :: SmsConfigurationType -> Constr #

dataTypeOf :: SmsConfigurationType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SmsConfigurationType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SmsConfigurationType) #

gmapT :: (forall b. Data b => b -> b) -> SmsConfigurationType -> SmsConfigurationType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SmsConfigurationType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SmsConfigurationType -> r #

gmapQ :: (forall d. Data d => d -> u) -> SmsConfigurationType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SmsConfigurationType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SmsConfigurationType -> m SmsConfigurationType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SmsConfigurationType -> m SmsConfigurationType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SmsConfigurationType -> m SmsConfigurationType #

Read SmsConfigurationType # 
Show SmsConfigurationType # 
Generic SmsConfigurationType # 
Hashable SmsConfigurationType # 
ToJSON SmsConfigurationType # 
FromJSON SmsConfigurationType # 
NFData SmsConfigurationType # 

Methods

rnf :: SmsConfigurationType -> () #

type Rep SmsConfigurationType # 
type Rep SmsConfigurationType = D1 (MetaData "SmsConfigurationType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "SmsConfigurationType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sctExternalId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sctSNSCallerARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

smsConfigurationType #

Creates a value of SmsConfigurationType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

sctSNSCallerARN :: Lens' SmsConfigurationType Text #

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.

StringAttributeConstraintsType

data StringAttributeConstraintsType #

The type of constraints associated with an attribute of the string type.

See: stringAttributeConstraintsType smart constructor.

Instances

Eq StringAttributeConstraintsType # 
Data StringAttributeConstraintsType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StringAttributeConstraintsType -> c StringAttributeConstraintsType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StringAttributeConstraintsType #

toConstr :: StringAttributeConstraintsType -> Constr #

dataTypeOf :: StringAttributeConstraintsType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StringAttributeConstraintsType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StringAttributeConstraintsType) #

gmapT :: (forall b. Data b => b -> b) -> StringAttributeConstraintsType -> StringAttributeConstraintsType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StringAttributeConstraintsType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StringAttributeConstraintsType -> r #

gmapQ :: (forall d. Data d => d -> u) -> StringAttributeConstraintsType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StringAttributeConstraintsType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StringAttributeConstraintsType -> m StringAttributeConstraintsType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StringAttributeConstraintsType -> m StringAttributeConstraintsType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StringAttributeConstraintsType -> m StringAttributeConstraintsType #

Read StringAttributeConstraintsType # 
Show StringAttributeConstraintsType # 
Generic StringAttributeConstraintsType # 
Hashable StringAttributeConstraintsType # 
ToJSON StringAttributeConstraintsType # 
FromJSON StringAttributeConstraintsType # 
NFData StringAttributeConstraintsType # 
type Rep StringAttributeConstraintsType # 
type Rep StringAttributeConstraintsType = D1 (MetaData "StringAttributeConstraintsType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "StringAttributeConstraintsType'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_sactMaxLength") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_sactMinLength") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

stringAttributeConstraintsType :: StringAttributeConstraintsType #

Creates a value of StringAttributeConstraintsType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • sactMaxLength - The maximum length of an attribute value of the string type.
  • sactMinLength - The minimum length of an attribute value of the string type.

sactMaxLength :: Lens' StringAttributeConstraintsType (Maybe Text) #

The maximum length of an attribute value of the string type.

sactMinLength :: Lens' StringAttributeConstraintsType (Maybe Text) #

The minimum length of an attribute value of the string type.

UserImportJobType

data UserImportJobType #

The user import job type.

See: userImportJobType smart constructor.

Instances

Eq UserImportJobType # 
Data UserImportJobType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserImportJobType -> c UserImportJobType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserImportJobType #

toConstr :: UserImportJobType -> Constr #

dataTypeOf :: UserImportJobType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserImportJobType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserImportJobType) #

gmapT :: (forall b. Data b => b -> b) -> UserImportJobType -> UserImportJobType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserImportJobType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserImportJobType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserImportJobType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserImportJobType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserImportJobType -> m UserImportJobType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserImportJobType -> m UserImportJobType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserImportJobType -> m UserImportJobType #

Read UserImportJobType # 
Show UserImportJobType # 
Generic UserImportJobType # 
Hashable UserImportJobType # 
FromJSON UserImportJobType # 
NFData UserImportJobType # 

Methods

rnf :: UserImportJobType -> () #

type Rep UserImportJobType # 
type Rep UserImportJobType = D1 (MetaData "UserImportJobType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "UserImportJobType'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uijtStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UserImportJobStatusType))) ((:*:) (S1 (MetaSel (Just Symbol "_uijtSkippedUsers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) (S1 (MetaSel (Just Symbol "_uijtJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_uijtUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_uijtJobName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uijtPreSignedURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uijtFailedUsers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) ((:*:) (S1 (MetaSel (Just Symbol "_uijtStartDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_uijtCompletionMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uijtCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_uijtCompletionDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))) ((:*:) (S1 (MetaSel (Just Symbol "_uijtCloudWatchLogsRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uijtImportedUsers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))))))))

userImportJobType :: UserImportJobType #

Creates a value of UserImportJobType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • uijtStatus - The status of the user import job. One of the following: * Created - The job was created but not started. * Pending - A transition state. You have started the job, but it has not begun importing users yet. * InProgress - The job has started, and users are being imported. * Stopping - You have stopped the job, but the job has not stopped importing users yet. * Stopped - You have stopped the job, and the job has stopped importing users. * Succeeded - The job has completed successfully. * Failed - The job has stopped due to an error. * Expired - You created a job, but did not start the job within 24-48 hours. All data associated with the job was deleted, and the job cannot be started.
  • uijtSkippedUsers - The number of users that were skipped.
  • uijtJobId - The job ID for the user import job.
  • uijtUserPoolId - The user pool ID for the user pool that the users are being imported into.
  • uijtJobName - The job name for the user import job.
  • uijtPreSignedURL - The pre-signed URL to be used to upload the .csv file.
  • uijtFailedUsers - The number of users that could not be imported.
  • uijtStartDate - The date when the user import job was started.
  • uijtCompletionMessage - The message returned when the user import job is completed.
  • uijtCreationDate - The date when the user import job was created.
  • uijtCompletionDate - The date when the user imoprt job was completed.
  • uijtCloudWatchLogsRoleARN - The role ARN for the Amazon CloudWatch Logging role for the user import job. For more information, see "Creating the CloudWatch Logs IAM Role" in the Amazon Cognito Developer Guide.
  • uijtImportedUsers - The number of users that were successfully imported.

uijtStatus :: Lens' UserImportJobType (Maybe UserImportJobStatusType) #

The status of the user import job. One of the following: * Created - The job was created but not started. * Pending - A transition state. You have started the job, but it has not begun importing users yet. * InProgress - The job has started, and users are being imported. * Stopping - You have stopped the job, but the job has not stopped importing users yet. * Stopped - You have stopped the job, and the job has stopped importing users. * Succeeded - The job has completed successfully. * Failed - The job has stopped due to an error. * Expired - You created a job, but did not start the job within 24-48 hours. All data associated with the job was deleted, and the job cannot be started.

uijtSkippedUsers :: Lens' UserImportJobType (Maybe Integer) #

The number of users that were skipped.

uijtJobId :: Lens' UserImportJobType (Maybe Text) #

The job ID for the user import job.

uijtUserPoolId :: Lens' UserImportJobType (Maybe Text) #

The user pool ID for the user pool that the users are being imported into.

uijtJobName :: Lens' UserImportJobType (Maybe Text) #

The job name for the user import job.

uijtPreSignedURL :: Lens' UserImportJobType (Maybe Text) #

The pre-signed URL to be used to upload the .csv file.

uijtFailedUsers :: Lens' UserImportJobType (Maybe Integer) #

The number of users that could not be imported.

uijtStartDate :: Lens' UserImportJobType (Maybe UTCTime) #

The date when the user import job was started.

uijtCompletionMessage :: Lens' UserImportJobType (Maybe Text) #

The message returned when the user import job is completed.

uijtCreationDate :: Lens' UserImportJobType (Maybe UTCTime) #

The date when the user import job was created.

uijtCompletionDate :: Lens' UserImportJobType (Maybe UTCTime) #

The date when the user imoprt job was completed.

uijtCloudWatchLogsRoleARN :: Lens' UserImportJobType (Maybe Text) #

The role ARN for the Amazon CloudWatch Logging role for the user import job. For more information, see "Creating the CloudWatch Logs IAM Role" in the Amazon Cognito Developer Guide.

uijtImportedUsers :: Lens' UserImportJobType (Maybe Integer) #

The number of users that were successfully imported.

UserPoolClientDescription

data UserPoolClientDescription #

The description of the user poool client.

See: userPoolClientDescription smart constructor.

Instances

Eq UserPoolClientDescription # 
Data UserPoolClientDescription # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserPoolClientDescription -> c UserPoolClientDescription #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserPoolClientDescription #

toConstr :: UserPoolClientDescription -> Constr #

dataTypeOf :: UserPoolClientDescription -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserPoolClientDescription) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserPoolClientDescription) #

gmapT :: (forall b. Data b => b -> b) -> UserPoolClientDescription -> UserPoolClientDescription #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolClientDescription -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolClientDescription -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserPoolClientDescription -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserPoolClientDescription -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserPoolClientDescription -> m UserPoolClientDescription #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolClientDescription -> m UserPoolClientDescription #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolClientDescription -> m UserPoolClientDescription #

Read UserPoolClientDescription # 
Show UserPoolClientDescription # 
Generic UserPoolClientDescription # 
Hashable UserPoolClientDescription # 
FromJSON UserPoolClientDescription # 
NFData UserPoolClientDescription # 
type Rep UserPoolClientDescription # 
type Rep UserPoolClientDescription = D1 (MetaData "UserPoolClientDescription" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "UserPoolClientDescription'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_upcdClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_upcdUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_upcdClientName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

userPoolClientDescription :: UserPoolClientDescription #

Creates a value of UserPoolClientDescription with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • upcdClientId - The ID of the client associated with the user pool.
  • upcdUserPoolId - The user pool ID for the user pool where you want to describe the user pool client.
  • upcdClientName - The client name from the user pool client description.

upcdClientId :: Lens' UserPoolClientDescription (Maybe Text) #

The ID of the client associated with the user pool.

upcdUserPoolId :: Lens' UserPoolClientDescription (Maybe Text) #

The user pool ID for the user pool where you want to describe the user pool client.

upcdClientName :: Lens' UserPoolClientDescription (Maybe Text) #

The client name from the user pool client description.

UserPoolClientType

data UserPoolClientType #

A user pool of the client type.

See: userPoolClientType smart constructor.

Instances

Eq UserPoolClientType # 
Data UserPoolClientType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserPoolClientType -> c UserPoolClientType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserPoolClientType #

toConstr :: UserPoolClientType -> Constr #

dataTypeOf :: UserPoolClientType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserPoolClientType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserPoolClientType) #

gmapT :: (forall b. Data b => b -> b) -> UserPoolClientType -> UserPoolClientType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolClientType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolClientType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserPoolClientType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserPoolClientType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserPoolClientType -> m UserPoolClientType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolClientType -> m UserPoolClientType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolClientType -> m UserPoolClientType #

Read UserPoolClientType # 
Show UserPoolClientType # 
Generic UserPoolClientType # 
Hashable UserPoolClientType # 
FromJSON UserPoolClientType # 
NFData UserPoolClientType # 

Methods

rnf :: UserPoolClientType -> () #

type Rep UserPoolClientType # 
type Rep UserPoolClientType = D1 (MetaData "UserPoolClientType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "UserPoolClientType'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_upctRefreshTokenValidity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_upctClientId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_upctExplicitAuthFlows") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ExplicitAuthFlowsType]))) ((:*:) (S1 (MetaSel (Just Symbol "_upctClientSecret") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) (S1 (MetaSel (Just Symbol "_upctLastModifiedDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_upctUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_upctWriteAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))) ((:*:) (S1 (MetaSel (Just Symbol "_upctCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_upctReadAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_upctClientName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

userPoolClientType :: UserPoolClientType #

Creates a value of UserPoolClientType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

upctRefreshTokenValidity :: Lens' UserPoolClientType (Maybe Natural) #

The validity of the refresh token.

upctClientId :: Lens' UserPoolClientType (Maybe Text) #

The ID of the client associated with the user pool.

upctClientSecret :: Lens' UserPoolClientType (Maybe Text) #

The client secret from the user pool request of the client type.

upctLastModifiedDate :: Lens' UserPoolClientType (Maybe UTCTime) #

The last modified date from the user pool request of the client type.

upctUserPoolId :: Lens' UserPoolClientType (Maybe Text) #

The user pool ID for the user pool client.

upctWriteAttributes :: Lens' UserPoolClientType [Text] #

The writeable attributes.

upctCreationDate :: Lens' UserPoolClientType (Maybe UTCTime) #

The creation date from the user pool request of the client type.

upctReadAttributes :: Lens' UserPoolClientType [Text] #

The Read-only attributes.

upctClientName :: Lens' UserPoolClientType (Maybe Text) #

The client name from the user pool request of the client type.

UserPoolDescriptionType

data UserPoolDescriptionType #

A user pool description.

See: userPoolDescriptionType smart constructor.

Instances

Eq UserPoolDescriptionType # 
Data UserPoolDescriptionType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserPoolDescriptionType -> c UserPoolDescriptionType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserPoolDescriptionType #

toConstr :: UserPoolDescriptionType -> Constr #

dataTypeOf :: UserPoolDescriptionType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserPoolDescriptionType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserPoolDescriptionType) #

gmapT :: (forall b. Data b => b -> b) -> UserPoolDescriptionType -> UserPoolDescriptionType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolDescriptionType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolDescriptionType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserPoolDescriptionType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserPoolDescriptionType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserPoolDescriptionType -> m UserPoolDescriptionType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolDescriptionType -> m UserPoolDescriptionType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolDescriptionType -> m UserPoolDescriptionType #

Read UserPoolDescriptionType # 
Show UserPoolDescriptionType # 
Generic UserPoolDescriptionType # 
Hashable UserPoolDescriptionType # 
FromJSON UserPoolDescriptionType # 
NFData UserPoolDescriptionType # 

Methods

rnf :: UserPoolDescriptionType -> () #

type Rep UserPoolDescriptionType # 
type Rep UserPoolDescriptionType = D1 (MetaData "UserPoolDescriptionType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "UserPoolDescriptionType'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_updtStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StatusType))) ((:*:) (S1 (MetaSel (Just Symbol "_updtLastModifiedDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_updtName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_updtId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_updtCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_updtLambdaConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LambdaConfigType)))))))

userPoolDescriptionType :: UserPoolDescriptionType #

Creates a value of UserPoolDescriptionType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

updtStatus :: Lens' UserPoolDescriptionType (Maybe StatusType) #

The user pool status in a user pool description.

updtLastModifiedDate :: Lens' UserPoolDescriptionType (Maybe UTCTime) #

The last modified date in a user pool description.

updtName :: Lens' UserPoolDescriptionType (Maybe Text) #

The name in a user pool description.

updtId :: Lens' UserPoolDescriptionType (Maybe Text) #

The ID in a user pool description.

updtCreationDate :: Lens' UserPoolDescriptionType (Maybe UTCTime) #

The creation date in a user pool description.

updtLambdaConfig :: Lens' UserPoolDescriptionType (Maybe LambdaConfigType) #

The AWS Lambda configuration information in a user pool description.

UserPoolPolicyType

data UserPoolPolicyType #

The type of policy in a user pool.

See: userPoolPolicyType smart constructor.

Instances

Eq UserPoolPolicyType # 
Data UserPoolPolicyType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserPoolPolicyType -> c UserPoolPolicyType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserPoolPolicyType #

toConstr :: UserPoolPolicyType -> Constr #

dataTypeOf :: UserPoolPolicyType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserPoolPolicyType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserPoolPolicyType) #

gmapT :: (forall b. Data b => b -> b) -> UserPoolPolicyType -> UserPoolPolicyType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolPolicyType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolPolicyType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserPoolPolicyType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserPoolPolicyType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserPoolPolicyType -> m UserPoolPolicyType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolPolicyType -> m UserPoolPolicyType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolPolicyType -> m UserPoolPolicyType #

Read UserPoolPolicyType # 
Show UserPoolPolicyType # 
Generic UserPoolPolicyType # 
Hashable UserPoolPolicyType # 
ToJSON UserPoolPolicyType # 
FromJSON UserPoolPolicyType # 
NFData UserPoolPolicyType # 

Methods

rnf :: UserPoolPolicyType -> () #

type Rep UserPoolPolicyType # 
type Rep UserPoolPolicyType = D1 (MetaData "UserPoolPolicyType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" True) (C1 (MetaCons "UserPoolPolicyType'" PrefixI True) (S1 (MetaSel (Just Symbol "_upptPasswordPolicy") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe PasswordPolicyType))))

userPoolPolicyType :: UserPoolPolicyType #

Creates a value of UserPoolPolicyType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

upptPasswordPolicy :: Lens' UserPoolPolicyType (Maybe PasswordPolicyType) #

A container with information about the user pool password policy.

UserPoolType

data UserPoolType #

A container with information about the user pool type.

See: userPoolType smart constructor.

Instances

Eq UserPoolType # 
Data UserPoolType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserPoolType -> c UserPoolType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserPoolType #

toConstr :: UserPoolType -> Constr #

dataTypeOf :: UserPoolType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserPoolType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserPoolType) #

gmapT :: (forall b. Data b => b -> b) -> UserPoolType -> UserPoolType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserPoolType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserPoolType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserPoolType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserPoolType -> m UserPoolType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolType -> m UserPoolType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserPoolType -> m UserPoolType #

Read UserPoolType # 
Show UserPoolType # 
Generic UserPoolType # 

Associated Types

type Rep UserPoolType :: * -> * #

Hashable UserPoolType # 
FromJSON UserPoolType # 
NFData UserPoolType # 

Methods

rnf :: UserPoolType -> () #

type Rep UserPoolType # 
type Rep UserPoolType = D1 (MetaData "UserPoolType" "Network.AWS.CognitoIdentityProvider.Types.Product" "amazonka-cognito-idp-1.4.5-FSH4ePU3ZIwKGfg2fnU2v3" False) (C1 (MetaCons "UserPoolType'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uptStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StatusType))) (S1 (MetaSel (Just Symbol "_uptEmailConfigurationFailure") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_uptLastModifiedDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_uptEstimatedNumberOfUsers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))) (S1 (MetaSel (Just Symbol "_uptEmailVerificationMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uptSmsAuthenticationMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_uptSchemaAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 SchemaAttributeType)))) (S1 (MetaSel (Just Symbol "_uptEmailVerificationSubject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_uptAliasAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AliasAttributeType]))) ((:*:) (S1 (MetaSel (Just Symbol "_uptEmailConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EmailConfigurationType))) (S1 (MetaSel (Just Symbol "_uptSmsVerificationMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uptName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uptMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UserPoolMFAType)))) ((:*:) (S1 (MetaSel (Just Symbol "_uptId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_uptSmsConfigurationFailure") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_uptCreationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_uptLambdaConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LambdaConfigType))) ((:*:) (S1 (MetaSel (Just Symbol "_uptSmsConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SmsConfigurationType))) (S1 (MetaSel (Just Symbol "_uptAdminCreateUserConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AdminCreateUserConfigType))))) ((:*:) (S1 (MetaSel (Just Symbol "_uptDeviceConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeviceConfigurationType))) ((:*:) (S1 (MetaSel (Just Symbol "_uptAutoVerifiedAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [VerifiedAttributeType]))) (S1 (MetaSel (Just Symbol "_uptPolicies") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UserPoolPolicyType)))))))))

userPoolType :: UserPoolType #

Creates a value of UserPoolType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

uptStatus :: Lens' UserPoolType (Maybe StatusType) #

The status of a user pool.

uptEmailConfigurationFailure :: Lens' UserPoolType (Maybe Text) #

The reason why the email configuration cannot send the messages to your users.

uptLastModifiedDate :: Lens' UserPoolType (Maybe UTCTime) #

The last modified date of a user pool.

uptEstimatedNumberOfUsers :: Lens' UserPoolType (Maybe Int) #

A number estimating the size of the user pool.

uptEmailVerificationMessage :: Lens' UserPoolType (Maybe Text) #

The contents of the email verification message.

uptSmsAuthenticationMessage :: Lens' UserPoolType (Maybe Text) #

The contents of the SMS authentication message.

uptSchemaAttributes :: Lens' UserPoolType (Maybe (NonEmpty SchemaAttributeType)) #

A container with the schema attributes of a user pool.

uptEmailVerificationSubject :: Lens' UserPoolType (Maybe Text) #

The subject of the email verification message.

uptAliasAttributes :: Lens' UserPoolType [AliasAttributeType] #

Specifies the attributes that are aliased in a user pool.

uptSmsVerificationMessage :: Lens' UserPoolType (Maybe Text) #

The contents of the SMS verification message.

uptName :: Lens' UserPoolType (Maybe Text) #

The name of the user pool.

uptMFAConfiguration :: Lens' UserPoolType (Maybe UserPoolMFAType) #

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.

uptId :: Lens' UserPoolType (Maybe Text) #

The ID of the user pool.

uptSmsConfigurationFailure :: Lens' UserPoolType (Maybe Text) #

The reason why the SMS configuration cannot send the message(s) to your users.

uptCreationDate :: Lens' UserPoolType (Maybe UTCTime) #

The creation date of a user pool.

uptLambdaConfig :: Lens' UserPoolType (Maybe LambdaConfigType) #

A container describing the AWS Lambda triggers associated with a user pool.

uptAdminCreateUserConfig :: Lens' UserPoolType (Maybe AdminCreateUserConfigType) #

The configuration for AdminCreateUser requests.

uptAutoVerifiedAttributes :: Lens' UserPoolType [VerifiedAttributeType] #

Specifies the attributes that are auto-verified in a user pool.

uptPolicies :: Lens' UserPoolType (Maybe UserPoolPolicyType) #

A container describing the policies associated with a user pool.

UserType

data UserType #

The user type.

See: userType smart constructor.

Instances

Eq UserType # 
Data UserType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UserType -> c UserType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UserType #

toConstr :: UserType -> Constr #

dataTypeOf :: UserType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UserType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UserType) #

gmapT :: (forall b. Data b => b -> b) -> UserType -> UserType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UserType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UserType -> r #

gmapQ :: (forall d. Data d => d -> u) -> UserType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UserType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UserType -> m UserType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UserType -> m UserType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UserType -> m UserType #

Read UserType # 
Show UserType # 
Generic UserType # 

Associated Types

type Rep UserType :: * -> * #

Methods

from :: UserType -> Rep UserType x #

to :: Rep UserType x -> UserType #

Hashable UserType # 

Methods

hashWithSalt :: Int -> UserType -> Int #

hash :: UserType -> Int #

FromJSON UserType # 
NFData UserType # 

Methods

rnf :: UserType -> () #

type Rep UserType # 

userType :: UserType #

Creates a value of UserType with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • utEnabled - Specifies whether the user is enabled.
  • utUserStatus - The user status. Can be one of the following: * UNCONFIRMED - User has been created but not confirmed. * CONFIRMED - User has been confirmed. * ARCHIVED - User is no longer active. * COMPROMISED - User is disabled due to a potential security threat. * UNKNOWN - User status is not known.
  • utUsername - The user name of the user you wish to describe.
  • utUserCreateDate - The creation date of the user.
  • utAttributes - A container with information about the user type attributes.
  • utMFAOptions - The MFA options for the user.
  • utUserLastModifiedDate - The last modified date of the user.

utEnabled :: Lens' UserType (Maybe Bool) #

Specifies whether the user is enabled.

utUserStatus :: Lens' UserType (Maybe UserStatusType) #

The user status. Can be one of the following: * UNCONFIRMED - User has been created but not confirmed. * CONFIRMED - User has been confirmed. * ARCHIVED - User is no longer active. * COMPROMISED - User is disabled due to a potential security threat. * UNKNOWN - User status is not known.

utUsername :: Lens' UserType (Maybe Text) #

The user name of the user you wish to describe.

utUserCreateDate :: Lens' UserType (Maybe UTCTime) #

The creation date of the user.

utAttributes :: Lens' UserType [AttributeType] #

A container with information about the user type attributes.

utMFAOptions :: Lens' UserType [MFAOptionType] #

The MFA options for the user.

utUserLastModifiedDate :: Lens' UserType (Maybe UTCTime) #

The last modified date of the user.