ts-lambda-api - v2.5.2
Preparing search index...
<internal>
Endpoint
Interface Endpoint
Deprecated
use
EndpointV2
from
@smithy/types
.
interface
Endpoint
{
hostname
:
string
;
path
:
string
;
port
?:
number
;
protocol
:
string
;
query
?:
QueryParameterBag
;
}
Index
Properties
hostname
path
port?
protocol
query?
Properties
hostname
hostname
:
string
path
path
:
string
Optional
port
port
?:
number
protocol
protocol
:
string
Optional
query
query
?:
QueryParameterBag
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hostname
path
port
protocol
query
ts-lambda-api - v2.5.2
Loading...
Deprecated
use EndpointV2 from
@smithy/types
.