Search
Preparing search index...
The search index is not available
CodePipeline Client - AWS SDK for JavaScript v3
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
BuildMiddleware
Interface BuildMiddleware<Input, Output>
public
Type parameters
Input
:
object
Output
:
object
Hierarchy
BuildMiddleware
Callable
__call
(
next
:
BuildHandler
<
Input
,
Output
>
, context
:
HandlerExecutionContext
)
:
BuildHandler
<
Input
,
Output
>
public
Parameters
next:
BuildHandler
<
Input
,
Output
>
context:
HandlerExecutionContext
Returns
BuildHandler
<
Input
,
Output
>
Build
Middleware