Values.GetIdResponseSourceReturned in response to a GetId request.
type nonrec t = {identityId : IdentityId.t option;A unique identifier in the format REGION:GUID.
*)}type nonrec error = [ | `ExternalServiceException of ExternalServiceException.t| `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `NotAuthorizedException of NotAuthorizedException.t| `ResourceConflictException of ResourceConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ExternalServiceException of ExternalServiceException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceConflictException of ResourceConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ExternalServiceException of ExternalServiceException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceConflictException of ResourceConflictException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]