AWS SDK Vitest Mock - API Reference - v1.0.93
Preparing search index...
AnyClient
Type Alias AnyClient
TypeScript utility types for working with AWS SDK mocks
type
AnyClient
=
{
send
(
command
:
AwsSdkCommand
)
:
Promise
<
MetadataBearer
>
;
config
:
|
SmithyResolvedConfiguration
<
HttpHandlerOptions
>
|
Record
<
string
,
unknown
>
;
}
Index
Properties
config
Methods
send
Properties
config
config
:
|
SmithyResolvedConfiguration
<
HttpHandlerOptions
>
|
Record
<
string
,
unknown
>
Methods
send
send
(
command
:
AwsSdkCommand
)
:
Promise
<
MetadataBearer
>
Parameters
command
:
AwsSdkCommand
Returns
Promise
<
MetadataBearer
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
Methods
send
AWS SDK Vitest Mock - API Reference - v1.0.93
Loading...
TypeScript utility types for working with AWS SDK mocks