SESClientInstance overview
Added in v1.0.0
Table of contents
constructors
makeSESClientInstance
Signature
export declare const makeSESClientInstance: Effect.Effect<SESClient, never, SESClientInstanceConfig | Scope>
Added in v1.0.0
layers
DefaultSESClientInstanceLayer
Signature
export declare const DefaultSESClientInstanceLayer: Layer.Layer<SESClientInstance, never, never>
Added in v1.0.0
SESClientInstanceLayer
Signature
export declare const SESClientInstanceLayer: Layer.Layer<SESClientInstance, never, SESClientInstanceConfig>
Added in v1.0.0
tags
SESClientInstance (class)
Signature
export declare class SESClientInstance
Added in v1.0.0