Values.TestInvokeMethodResponseSourceRepresents the response of the test invoke request in the HTTP method.
type nonrec t = {status : Integer.t option;The HTTP status code.
*)body : String_.t option;The body of the HTTP response.
*)headers : MapOfStringToString.t option;The headers of the HTTP response.
*)multiValueHeaders : MapOfStringToList.t option;The headers of the HTTP response as a map from string to list of values.
*)log : String_.t option;The API Gateway execution log for the test invoke request.
*)latency : Long.t option;The execution latency, in ms, of the test invoke request.
*)}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 ]