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