Search
Preparing search index...
The search index is not available
S3 Client - AWS SDK for JavaScript v3
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
Terminalware
Interface Terminalware
public
A factory function that creates the terminal handler atop which a middleware stack sits.
Hierarchy
Terminalware
Callable
__call<Input, Output>
(
context
:
HandlerExecutionContext
)
:
DeserializeHandler
<
Input
,
Output
>
public
A factory function that creates the terminal handler atop which a middleware stack sits.
Type parameters
Input
:
object
Output
:
object
Parameters
context:
HandlerExecutionContext
Returns
DeserializeHandler
<
Input
,
Output
>
Terminalware
A factory function that creates the terminal handler atop which a middleware stack sits.