| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.CognitoIdentityPool
Description
Synopsis
- 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
Instances
| Eq CognitoIdentityPool # | |
Defined in Stratosphere.Resources.CognitoIdentityPool Methods (==) :: CognitoIdentityPool -> CognitoIdentityPool -> Bool # (/=) :: CognitoIdentityPool -> CognitoIdentityPool -> Bool # | |
| Show CognitoIdentityPool # | |
Defined in Stratosphere.Resources.CognitoIdentityPool Methods showsPrec :: Int -> CognitoIdentityPool -> ShowS # show :: CognitoIdentityPool -> String # showList :: [CognitoIdentityPool] -> ShowS # | |
| ToJSON CognitoIdentityPool # | |
Defined in Stratosphere.Resources.CognitoIdentityPool Methods toJSON :: CognitoIdentityPool -> Value # toEncoding :: CognitoIdentityPool -> Encoding # toJSONList :: [CognitoIdentityPool] -> Value # toEncodingList :: [CognitoIdentityPool] -> Encoding # | |
| FromJSON CognitoIdentityPool # | |
Defined in Stratosphere.Resources.CognitoIdentityPool Methods parseJSON :: Value -> Parser CognitoIdentityPool # parseJSONList :: Value -> Parser [CognitoIdentityPool] # | |
Arguments
| :: Val Bool | |
| -> CognitoIdentityPool |
Constructor for CognitoIdentityPool containing required fields as
arguments.
cipCognitoIdentityProviders :: Lens' CognitoIdentityPool (Maybe [CognitoIdentityPoolCognitoIdentityProvider]) #