AWS SDK Vitest Mock - API Reference - v1.0.93
Preparing search index...
CommandHandler
Type Alias CommandHandler<TInput, TOutput, TClient>
CommandHandler
:
(
input
:
TInput
,
clientInstance
:
TClient
|
undefined
,
)
=>
Promise
<
DeepPartial
<
TOutput
>
>
TypeScript utility types for working with AWS SDK mocks
Type Parameters
TInput
extends
object
=
object
TOutput
extends
MetadataBearer
=
MetadataBearer
TClient
extends
AnyClient
=
AnyClient
Type Declaration
(
input
:
TInput
,
clientInstance
:
TClient
|
undefined
,
)
:
Promise
<
DeepPartial
<
TOutput
>
>
Parameters
input
:
TInput
clientInstance
:
TClient
|
undefined
Returns
Promise
<
DeepPartial
<
TOutput
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
AWS SDK Vitest Mock - API Reference - v1.0.93
Loading...
TypeScript utility types for working with AWS SDK mocks