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