Values.InspectionDataResponseSourceContains additional details about the state's execution, including its input and output data processing flow, and HTTP response information. The inspectionLevel request parameter specifies which details are returned.
type nonrec t = {protocol : HTTPProtocol.t option;The protocol used to return the HTTP response.
*)statusCode : HTTPStatusCode.t option;The HTTP response status code for the HTTP response.
*)statusMessage : HTTPStatusMessage.t option;The message associated with the HTTP status code.
*)headers : HTTPHeaders.t option;The response headers associated with the HTTP response.
*)body : HTTPBody.t option;The HTTP response returned.
*)}