Skip to main content Link Search Menu Expand Document (external link)

SNSClientInstance overview

Added in v1.0.0


Table of contents


constructors

makeSNSClientInstance

Signature

export declare const makeSNSClientInstance: Effect.Effect<SNSClient, never, SNSClientInstanceConfig>

Added in v1.0.0

layers

DefaultSNSClientInstanceLayer

Signature

export declare const DefaultSNSClientInstanceLayer: Layer.Layer<SNSClientInstance, never, never>

Added in v1.0.0

SNSClientInstanceLayer

Signature

export declare const SNSClientInstanceLayer: Layer.Layer<SNSClientInstance, never, SNSClientInstanceConfig>

Added in v1.0.0

tags

SNSClientInstance (class)

Signature

export declare class SNSClientInstance

Added in v1.0.0