Values.UpdateResourceRequestSourceRequest to change information about a Resource resource.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)resourceId : String_.t;The identifier of the Resource resource.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}