MongoDB Stitch Browser SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Aws
Service
Client
Impl
constructor
proxy
execute
AwsServiceClientImpl
The AWS service client.
Hierarchy
AwsServiceClientImpl
Implements
AwsServiceClient
Index
Constructors
constructor
Properties
proxy
Methods
execute
Constructors
constructor
new
Aws
Service
Client
Impl
(
proxy
:
CoreAwsServiceClient
)
:
AwsServiceClientImpl
Parameters
proxy:
CoreAwsServiceClient
Returns
AwsServiceClientImpl
Properties
Private
proxy
proxy
:
CoreAwsServiceClient
Methods
execute
execute<T>
(
request
:
AwsRequest
, decoder
?:
Decoder
<
T
>
)
:
Promise
<
T
>
Type parameters
T
Parameters
request:
AwsRequest
Optional
decoder:
Decoder
<
T
>
Returns
Promise
<
T
>
Generated using
TypeDoc
AwsServiceClientImpl
The AWS service client.