API Reference
Preparing search index...
@aws-lambda-powertools/event-handler
types
AppSyncEventsEvent
Type Alias AppSyncEventsEvent
type
AppSyncEventsEvent
=
{
error
:
null
;
events
:
unknown
;
identity
:
null
;
info
:
{
channel
:
{
path
:
string
;
segments
:
string
[]
}
;
channelNamespace
:
{
name
:
string
}
;
operation
:
"PUBLISH"
|
"SUBSCRIBE"
;
}
;
outErrors
:
unknown
[]
;
prev
:
null
;
request
:
{
domainName
:
null
;
headers
:
Record
<
string
,
string
>
}
;
result
:
null
;
stash
:
Record
<
string
,
unknown
>
;
}
Index
Properties
error
events
identity
info
out
Errors
prev
request
result
stash
Properties
error
error
:
null
events
events
:
unknown
identity
identity
:
null
info
info
:
{
channel
:
{
path
:
string
;
segments
:
string
[]
}
;
channelNamespace
:
{
name
:
string
}
;
operation
:
"PUBLISH"
|
"SUBSCRIBE"
;
}
out
Errors
outErrors
:
unknown
[]
prev
prev
:
null
request
request
:
{
domainName
:
null
;
headers
:
Record
<
string
,
string
>
}
result
result
:
null
stash
stash
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
events
identity
info
out
Errors
prev
request
result
stash
API Reference
Loading...