Skip to main content

include/aws@services@api_gateway_GetGatewayResponseRequest.hrl

-record(get_gateway_response_request, {
    response_type :: gleam@option:option(aws@services@api_gateway:gateway_response_type()),
    rest_api_id :: gleam@option:option(binary())
}).