Skip to main content

include/aws@services@api_gateway_UsagePlanKeys.hrl

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