Values.TestInvokeAuthorizerResponseSourceRepresents the response of the test invoke request for a custom Authorizer
type nonrec t = {clientStatus : Integer.t option;The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.
*)log : String_.t option;The API Gateway execution log for the test authorizer request.
*)latency : Long.t option;The execution latency, in ms, of the test authorizer request.
*)principalId : String_.t option;The principal identity returned by the Authorizer
*)policy : String_.t option;The JSON policy document returned by the Authorizer
*)claims : MapOfStringToString.t option;The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]