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 “./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