Smaws_Client_CognitoIdentity.GetId
Generates (or retrieves) IdentityID. Supplying multiple logins will create an implicit linked account.
This is a public API. You do not need any credentials to call this API.
val request :
Smaws_Lib.Context.t ->
Types.get_id_input ->
(Types.get_id_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ExternalServiceException of Types.external_service_exception
| `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
| `ResourceNotFoundException of Types.resource_not_found_exception
| `TooManyRequestsException of Types.too_many_requests_exception ])
Stdlib.result