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