Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@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.
Synopsis
- updateIdentityPool :: Text -> Text -> Bool -> UpdateIdentityPool
- data UpdateIdentityPool
- uipSamlProviderARNs :: Lens' UpdateIdentityPool [Text]
- uipSupportedLoginProviders :: Lens' UpdateIdentityPool (HashMap Text Text)
- uipDeveloperProviderName :: Lens' UpdateIdentityPool (Maybe Text)
- uipOpenIdConnectProviderARNs :: Lens' UpdateIdentityPool [Text]
- uipCognitoIdentityProviders :: Lens' UpdateIdentityPool [CognitoIdentityProvider]
- uipIdentityPoolId :: Lens' UpdateIdentityPool Text
- uipIdentityPoolName :: Lens' UpdateIdentityPool Text
- uipAllowUnauthenticatedIdentities :: Lens' UpdateIdentityPool Bool
- identityPool :: Text -> Text -> Bool -> IdentityPool
- data IdentityPool
- ipSamlProviderARNs :: Lens' IdentityPool [Text]
- ipSupportedLoginProviders :: Lens' IdentityPool (HashMap Text Text)
- ipDeveloperProviderName :: Lens' IdentityPool (Maybe Text)
- ipOpenIdConnectProviderARNs :: Lens' IdentityPool [Text]
- ipCognitoIdentityProviders :: Lens' IdentityPool [CognitoIdentityProvider]
- 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:
uipSamlProviderARNs
- An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.uipSupportedLoginProviders
- Optional key:value pairs mapping provider names to provider app IDs.uipDeveloperProviderName
- The "domain" by which Cognito will refer to your users.uipOpenIdConnectProviderARNs
- A list of OpendID Connect provider ARNs.uipCognitoIdentityProviders
- A list representing an Amazon Cognito Identity User Pool and its client ID.uipIdentityPoolId
- An identity pool ID in the format REGION:GUID.uipIdentityPoolName
- A string that you provide.uipAllowUnauthenticatedIdentities
- TRUE if the identity pool supports unauthenticated logins.
data UpdateIdentityPool Source #
An object representing an Amazon Cognito identity pool.
See: updateIdentityPool
smart constructor.
Instances
Request Lenses
uipSamlProviderARNs :: Lens' UpdateIdentityPool [Text] Source #
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
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.
uipCognitoIdentityProviders :: Lens' UpdateIdentityPool [CognitoIdentityProvider] Source #
A list representing an Amazon Cognito Identity User Pool and its client ID.
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:
ipSamlProviderARNs
- An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.ipSupportedLoginProviders
- Optional key:value pairs mapping provider names to provider app IDs.ipDeveloperProviderName
- The "domain" by which Cognito will refer to your users.ipOpenIdConnectProviderARNs
- A list of OpendID Connect provider ARNs.ipCognitoIdentityProviders
- A list representing an Amazon Cognito Identity User Pool and its client ID.ipIdentityPoolId
- An identity pool ID in the format REGION:GUID.ipIdentityPoolName
- A string that you provide.ipAllowUnauthenticatedIdentities
- TRUE if the identity pool supports unauthenticated logins.
data IdentityPool Source #
An object representing an Amazon Cognito identity pool.
See: identityPool
smart constructor.
Instances
Response Lenses
ipSamlProviderARNs :: Lens' IdentityPool [Text] Source #
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
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.
ipCognitoIdentityProviders :: Lens' IdentityPool [CognitoIdentityProvider] Source #
A list representing an Amazon Cognito Identity User Pool and its client ID.
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.