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