Skip to main content

include/aws@endpoints_Endpoint.hrl

-record(endpoint, {
    url :: binary(),
    headers :: gleam@dict:dict(binary(), list(binary()))
}).