HttpApiGateway
Index
Interfaces
APIGatewayEventRequestContextV2
accountId
apiId
optionalauthentication
optionalauthorizer
domainName
domainPrefix
http
requestId
routeKey
stage
time
timeEpoch
APIGatewayProxyEventV2Schema
optionalbody
optionalcookies
headers
Type declaration
[k string]: string | undefined
isBase64Encoded
optionalpathParameters
optionalqueryStringParameters
Type declaration
[k string]: string | undefined
rawPath
rawQueryString
requestContext
routeKey
optionalstageVariables
version
APIGatewayRequestAuthorizerEventV2Schema
optionalcookies
optionalheaders
Type declaration
[k string]: string | undefined
identitySource
optionalpathParameters
optionalqueryStringParameters
Type declaration
[k string]: string | undefined
rawPath
rawQueryString
requestContext
routeArn
routeKey
optionalstageVariables
type
version
RequestContextV2Http
method
path
protocol
sourceIp
userAgent
Type Aliases
RequestContextV2Authorizer
Variables
APIGatewayEventRequestContextV2
Type declaration
readonlyis: (o: unknown) => o is APIGatewayEventRequestContextV2
Parameters
o: unknown
Returns o is APIGatewayEventRequestContextV2
readonlyparse: (o: unknown) => { right: APIGatewayEventRequestContextV2 } | { left: DefinedError[] }
Parameters
o: unknown
Returns { right: APIGatewayEventRequestContextV2 } | { left: DefinedError[] }
readonlyvalidate: ValidateFunction<APIGatewayEventRequestContextV2>
get errors(): undefined | ErrorObject<string, Record<string, any>, unknown>[]
get schema(): AnySchema
APIGatewayProxyEventV2Schema
Type declaration
readonlyis: (o: unknown) => o is APIGatewayProxyEventV2Schema
Parameters
o: unknown
Returns o is APIGatewayProxyEventV2Schema
readonlyparse: (o: unknown) => { right: APIGatewayProxyEventV2Schema } | { left: DefinedError[] }
Parameters
o: unknown
Returns { right: APIGatewayProxyEventV2Schema } | { left: DefinedError[] }
readonlyvalidate: ValidateFunction<APIGatewayProxyEventV2Schema>
get errors(): undefined | ErrorObject<string, Record<string, any>, unknown>[]
get schema(): AnySchema
APIGatewayRequestAuthorizerEventV2Schema
Type declaration
readonlyis: (o: unknown) => o is APIGatewayRequestAuthorizerEventV2Schema
Parameters
o: unknown
Returns o is APIGatewayRequestAuthorizerEventV2Schema
readonlyparse: (o: unknown) => { right: APIGatewayRequestAuthorizerEventV2Schema } | { left: DefinedError[] }
Parameters
o: unknown
Returns { right: APIGatewayRequestAuthorizerEventV2Schema } | { left: DefinedError[] }
readonlyvalidate: ValidateFunction<APIGatewayRequestAuthorizerEventV2Schema>
get errors(): undefined | ErrorObject<string, Record<string, any>, unknown>[]
get schema(): AnySchema