include/aws@services@api_gateway_PutGatewayResponseRequest.hrl
-record(put_gateway_response_request, {
response_parameters :: gleam@option:option(gleam@dict:dict(binary(), binary())),
response_templates :: gleam@option:option(gleam@dict:dict(binary(), binary())),
response_type :: gleam@option:option(aws@services@api_gateway:gateway_response_type()),
rest_api_id :: gleam@option:option(binary()),
status_code :: gleam@option:option(binary())
}).