include/aws@services@api_gateway_UpdateGatewayResponseRequest.hrl
-record(update_gateway_response_request, {
patch_operations :: gleam@option:option(list(aws@services@api_gateway:patch_operation())),
response_type :: gleam@option:option(aws@services@api_gateway:gateway_response_type()),
rest_api_id :: gleam@option:option(binary())
}).