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