SESService overview
Added in v1.0.0
Table of contents
constructors
makeSESService
Signature
export declare const makeSESService: Effect.Effect<SESService$, never, SESClientInstance>
Added in v1.0.0
layers
BaseSESServiceLayer
Signature
export declare const BaseSESServiceLayer: Layer.Layer<SESService, never, SESClientInstance>
Added in v1.0.0
DefaultSESServiceLayer
Signature
export declare const DefaultSESServiceLayer: Layer.Layer<SESService, never, never>
Added in v1.0.0
SESServiceLayer
Signature
export declare const SESServiceLayer: Layer.Layer<SESService, never, SESClientInstanceConfig>
Added in v1.0.0
models
SES
Signature
export declare const SES: typeof SESService
Added in v1.0.0
SESService (class)
Signature
export declare class SESService
Added in v1.0.0
utils
HttpHandlerOptions (interface)
Signature
export interface HttpHandlerOptions {
/**
* The maximum time in milliseconds that the connection phase of a request
* may take before the connection attempt is abandoned.
*/
requestTimeout?: number
}
Added in v1.0.0