Values.TestInvokeMethodRequestSourceMake a request to simulate the invocation of a Method.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)resourceId : String_.t;Specifies a test invoke method request's resource ID.
*)httpMethod : String_.t;Specifies a test invoke method request's HTTP method.
*)pathWithQueryString : String_.t option;The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.
*)body : String_.t option;The simulated request body of an incoming invocation request.
*)headers : MapOfStringToString.t option;A key-value map of headers to simulate an incoming invocation request.
*)multiValueHeaders : MapOfStringToList.t option;The headers as a map from string to list of values to simulate an incoming invocation request.
*)clientCertificateId : String_.t option;A ClientCertificate identifier to use in the test invocation. API Gateway will use the certificate when making the HTTPS request to the defined back-end endpoint.
*)stageVariables : MapOfStringToString.t option;A key-value map of stage variables to simulate an invocation on a deployed Stage.
*)}