Module Smaws_Client_CognitoIdentity.CreateIdentityPool

val request : Smaws_Lib.Context.t -> create_identity_pool_input -> (identity_pool, [> Smaws_Lib.Protocols.AwsJson.error | `InternalErrorException of internal_error_exception | `InvalidParameterException of invalid_parameter_exception | `LimitExceededException of limit_exceeded_exception | `NotAuthorizedException of not_authorized_exception | `ResourceConflictException of resource_conflict_exception | `TooManyRequestsException of too_many_requests_exception ]) Stdlib.result

Creates a new identity pool. The identity pool is a store of user identity information that is specific to your AWS account. The keys for SupportedLoginProviders are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

You must use AWS Developer credentials to call this API.