Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
@aws-amplify/predictions
<Reference Types>
Command
Interface Command<ClientInput, InputType, ClientOutput, OutputType, ResolvedConfiguration>
interface
Command
<
ClientInput
,
InputType
,
ClientOutput
,
OutputType
,
ResolvedConfiguration
>
{
input
:
InputType
;
middlewareStack
:
MiddlewareStack
<
InputType
,
OutputType
>
;
resolveMiddleware
(
stack
,
configuration
,
options
)
:
Handler
<
InputType
,
OutputType
>
;
}
Type Parameters
ClientInput
extends
object
InputType
extends
ClientInput
ClientOutput
extends
MetadataBearer
OutputType
extends
ClientOutput
ResolvedConfiguration
Hierarchy
CommandIO
<
InputType
,
OutputType
>
Command
Index
Properties
input
middleware
Stack
Methods
resolve
Middleware
Properties
Readonly
input
input
:
InputType
Readonly
middleware
Stack
middleware
Stack
:
MiddlewareStack
<
InputType
,
OutputType
>
Methods
resolve
Middleware
resolve
Middleware
(
stack
,
configuration
,
options
)
:
Handler
<
InputType
,
OutputType
>
Parameters
stack
:
MiddlewareStack
<
ClientInput
,
ClientOutput
>
configuration
:
ResolvedConfiguration
options
:
any
Returns
Handler
<
InputType
,
OutputType
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
input
middleware
Stack
resolve
Middleware
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter