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