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

index overview

Added in v1.0.0


Table of contents


exports

From “./Errors.js”

Re-exports all named exports from the “./Errors.js” module.

Signature

export * from "./Errors.js"

Added in v1.0.0

From “./SQSClientInstance.js”

Re-exports all named exports from the “./SQSClientInstance.js” module as SQSClientInstance.

Signature

export * as SQSClientInstance from "./SQSClientInstance.js"

Added in v1.0.0

From “./SQSService.js”

Re-exports all named exports from the “./SQSService.js” module.

Signature

export * from "./SQSService.js"

Added in v1.0.0

From “./SQSServiceConfig.js”

Re-exports all named exports from the “./SQSServiceConfig.js” module as SQSServiceConfig.

Signature

export * as SQSServiceConfig from "./SQSServiceConfig.js"

Added in v1.0.0

SQS

Signature

export declare const SQS: typeof SQSService

Added in v1.0.0

SQS (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = SQSService.Config

Added in v1.0.0