Values.UpdateGatewayResponseRequestSourceUpdates a GatewayResponse of a specified response type on the given RestApi.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)responseType : GatewayResponseType.t;The response type of the associated GatewayResponse.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}val make :
?patchOperations:??? ->
restApiId:String_.t ->
responseType:GatewayResponseType.t ->
unit ->
t