Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.CognitoIdentityPool
Description
- data CognitoIdentityPool = CognitoIdentityPool {
- _cognitoIdentityPoolAllowUnauthenticatedIdentities :: Val Bool
- _cognitoIdentityPoolCognitoEvents :: Maybe Object
- _cognitoIdentityPoolCognitoIdentityProviders :: Maybe [CognitoIdentityPoolCognitoIdentityProvider]
- _cognitoIdentityPoolCognitoStreams :: Maybe CognitoIdentityPoolCognitoStreams
- _cognitoIdentityPoolDeveloperProviderName :: Maybe (Val Text)
- _cognitoIdentityPoolIdentityPoolName :: Maybe (Val Text)
- _cognitoIdentityPoolOpenIdConnectProviderARNs :: Maybe (ValList Text)
- _cognitoIdentityPoolPushSync :: Maybe CognitoIdentityPoolPushSync
- _cognitoIdentityPoolSamlProviderARNs :: Maybe (ValList Text)
- _cognitoIdentityPoolSupportedLoginProviders :: Maybe Object
- cognitoIdentityPool :: Val Bool -> CognitoIdentityPool
- cipAllowUnauthenticatedIdentities :: Lens' CognitoIdentityPool (Val Bool)
- cipCognitoEvents :: Lens' CognitoIdentityPool (Maybe Object)
- cipCognitoIdentityProviders :: Lens' CognitoIdentityPool (Maybe [CognitoIdentityPoolCognitoIdentityProvider])
- cipCognitoStreams :: Lens' CognitoIdentityPool (Maybe CognitoIdentityPoolCognitoStreams)
- cipDeveloperProviderName :: Lens' CognitoIdentityPool (Maybe (Val Text))
- cipIdentityPoolName :: Lens' CognitoIdentityPool (Maybe (Val Text))
- cipOpenIdConnectProviderARNs :: Lens' CognitoIdentityPool (Maybe (ValList Text))
- cipPushSync :: Lens' CognitoIdentityPool (Maybe CognitoIdentityPoolPushSync)
- cipSamlProviderARNs :: Lens' CognitoIdentityPool (Maybe (ValList Text))
- cipSupportedLoginProviders :: Lens' CognitoIdentityPool (Maybe Object)
Documentation
data CognitoIdentityPool #
Full data type definition for CognitoIdentityPool. See
cognitoIdentityPool
for a more convenient constructor.
Constructors
Arguments
:: Val Bool | |
-> CognitoIdentityPool |
Constructor for CognitoIdentityPool
containing required fields as
arguments.
cipCognitoIdentityProviders :: Lens' CognitoIdentityPool (Maybe [CognitoIdentityPoolCognitoIdentityProvider]) #