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 “./RDSClientInstance.js”

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

Signature

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

Added in v1.0.0

From “./RDSService.js”

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

Signature

export * from "./RDSService.js"

Added in v1.0.0

From “./RDSServiceConfig.js”

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

Signature

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

Added in v1.0.0

RDS

Signature

export declare const RDS: typeof RDSService

Added in v1.0.0

RDS (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = RDSService.Config

Added in v1.0.0