Smaws_Client_CognitoIdentity.CreateIdentityPool
Creates a new identity pool. The identity pool is a store of user identity information that is specific to your Amazon Web Services account. The keys for SupportedLoginProviders
are as follows:
graph.facebook.com
accounts.google.com
appleid.apple.com
www.amazon.com
api.twitter.com
www.digits.com
If you don't provide a value for a parameter, Amazon Cognito sets it to its default value.
You must use Amazon Web Services developer credentials to call this operation.
val request :
Smaws_Lib.Context.t ->
Types.create_identity_pool_input ->
(Types.identity_pool,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalErrorException of Types.internal_error_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotAuthorizedException of Types.not_authorized_exception
| `ResourceConflictException of Types.resource_conflict_exception
| `TooManyRequestsException of Types.too_many_requests_exception ])
Stdlib.result