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

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

Signature

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

Added in v1.0.0

From “./SSMService.js”

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

Signature

export * from "./SSMService.js"

Added in v1.0.0

From “./SSMServiceConfig.js”

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

Signature

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

Added in v1.0.0

SSM

Signature

export declare const SSM: typeof SSMService

Added in v1.0.0

SSM (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = SSMService.Config

Added in v1.0.0