SQSClientInstance overview
Added in v1.0.0
Table of contents
constructors
makeSQSClientInstance
Signature
export declare const makeSQSClientInstance: Effect.Effect<SQSClient, never, SQSClientInstanceConfig>
Added in v1.0.0
layers
DefaultSQSClientInstanceLayer
Signature
export declare const DefaultSQSClientInstanceLayer: Layer.Layer<SQSClientInstance, never, never>
Added in v1.0.0
SQSClientInstanceLayer
Signature
export declare const SQSClientInstanceLayer: Layer.Layer<SQSClientInstance, never, SQSClientInstanceConfig>
Added in v1.0.0
tags
SQSClientInstance (class)
Signature
export declare class SQSClientInstance
Added in v1.0.0