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

SQSService overview

Added in v1.0.0


Table of contents


constructors

makeSQSService

Signature

export declare const makeSQSService: Effect.Effect<SQSService$, never, SQSClientInstance>

Added in v1.0.0

layers

BaseSQSServiceLayer

Signature

export declare const BaseSQSServiceLayer: Layer.Layer<SQSService, never, SQSClientInstance>

Added in v1.0.0

DefaultSQSServiceLayer

Signature

export declare const DefaultSQSServiceLayer: Layer.Layer<SQSService, never, never>

Added in v1.0.0

SQSServiceLayer

Signature

export declare const SQSServiceLayer: Layer.Layer<SQSService, never, SQSClientInstanceConfig>

Added in v1.0.0

models

SQS

Signature

export declare const SQS: typeof SQSService

Added in v1.0.0

SQSService (class)

Signature

export declare class SQSService

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