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 â./KMSClientInstance.jsâ
Re-exports all named exports from the â./KMSClientInstance.jsâ module as KMSClientInstance
.
Signature
export * as KMSClientInstance from "./KMSClientInstance.js"
Added in v1.0.0
From â./KMSService.jsâ
Re-exports all named exports from the â./KMSService.jsâ module.
Signature
export * from "./KMSService.js"
Added in v1.0.0
From â./KMSServiceConfig.jsâ
Re-exports all named exports from the â./KMSServiceConfig.jsâ module as KMSServiceConfig
.
Signature
export * as KMSServiceConfig from "./KMSServiceConfig.js"
Added in v1.0.0
KMS
Signature
export declare const KMS: typeof KMSService
Added in v1.0.0
KMS (namespace)
Added in v1.0.0
Config (type alias)
Signature
export type Config = KMSService.Config
Added in v1.0.0