Deprecated

use EndpointV2 from @smithy/types.

interface Endpoint {
    hostname: string;
    path: string;
    port?: number;
    protocol: string;
    query?: QueryParameterBag;
}

Properties

hostname: string
path: string
port?: number
protocol: string