Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Updates a user pool.
You must use AWS Developer credentials to call this API.
See: AWS API Reference for UpdateIdentityPool.
- updateIdentityPool :: Text -> Text -> Bool -> UpdateIdentityPool
- data UpdateIdentityPool
- uipSupportedLoginProviders :: Lens' UpdateIdentityPool (HashMap Text Text)
- uipDeveloperProviderName :: Lens' UpdateIdentityPool (Maybe Text)
- uipOpenIdConnectProviderARNs :: Lens' UpdateIdentityPool [Text]
- uipIdentityPoolId :: Lens' UpdateIdentityPool Text
- uipIdentityPoolName :: Lens' UpdateIdentityPool Text
- uipAllowUnauthenticatedIdentities :: Lens' UpdateIdentityPool Bool
- identityPool :: Text -> Text -> Bool -> IdentityPool
- data IdentityPool
- ipSupportedLoginProviders :: Lens' IdentityPool (HashMap Text Text)
- ipDeveloperProviderName :: Lens' IdentityPool (Maybe Text)
- ipOpenIdConnectProviderARNs :: Lens' IdentityPool [Text]
- ipIdentityPoolId :: Lens' IdentityPool Text
- ipIdentityPoolName :: Lens' IdentityPool Text
- ipAllowUnauthenticatedIdentities :: Lens' IdentityPool Bool
Creating a Request
:: Text | |
-> Text | |
-> Bool | |
-> UpdateIdentityPool |
Creates a value of UpdateIdentityPool
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateIdentityPool Source
An object representing a Cognito identity pool.
See: updateIdentityPool
smart constructor.
Request Lenses
uipSupportedLoginProviders :: Lens' UpdateIdentityPool (HashMap Text Text) Source
Optional key:value pairs mapping provider names to provider app IDs.
uipDeveloperProviderName :: Lens' UpdateIdentityPool (Maybe Text) Source
The "domain" by which Cognito will refer to your users.
uipOpenIdConnectProviderARNs :: Lens' UpdateIdentityPool [Text] Source
A list of OpendID Connect provider ARNs.
uipIdentityPoolId :: Lens' UpdateIdentityPool Text Source
An identity pool ID in the format REGION:GUID.
uipIdentityPoolName :: Lens' UpdateIdentityPool Text Source
A string that you provide.
uipAllowUnauthenticatedIdentities :: Lens' UpdateIdentityPool Bool Source
TRUE if the identity pool supports unauthenticated logins.
Destructuring the Response
:: Text | |
-> Text | |
-> Bool | |
-> IdentityPool |
Creates a value of IdentityPool
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data IdentityPool Source
An object representing a Cognito identity pool.
See: identityPool
smart constructor.
Response Lenses
ipSupportedLoginProviders :: Lens' IdentityPool (HashMap Text Text) Source
Optional key:value pairs mapping provider names to provider app IDs.
ipDeveloperProviderName :: Lens' IdentityPool (Maybe Text) Source
The "domain" by which Cognito will refer to your users.
ipOpenIdConnectProviderARNs :: Lens' IdentityPool [Text] Source
A list of OpendID Connect provider ARNs.
ipIdentityPoolId :: Lens' IdentityPool Text Source
An identity pool ID in the format REGION:GUID.
ipIdentityPoolName :: Lens' IdentityPool Text Source
A string that you provide.
ipAllowUnauthenticatedIdentities :: Lens' IdentityPool Bool Source
TRUE if the identity pool supports unauthenticated logins.