Skip to main content

include/aws@services@api_gateway_GatewayResponses.hrl

-record(gateway_responses, {
    items :: gleam@option:option(list(aws@services@api_gateway:gateway_response())),
    position :: gleam@option:option(binary())
}).