S3ClientInstance overview
Added in v1.0.0
Table of contents
constructors
makeS3ClientInstance
Signature
export declare const makeS3ClientInstance: Effect.Effect<S3Client, never, S3ClientInstanceConfig>
Added in v1.0.0
layers
DefaultS3ClientInstanceLayer
Signature
export declare const DefaultS3ClientInstanceLayer: Layer.Layer<S3ClientInstance, never, never>
Added in v1.0.0
S3ClientInstanceLayer
Signature
export declare const S3ClientInstanceLayer: Layer.Layer<S3ClientInstance, never, S3ClientInstanceConfig>
Added in v1.0.0
tags
S3ClientInstance (class)
Signature
export declare class S3ClientInstance
Added in v1.0.0