Skip to main content Link Search Menu Expand Document (external link)

IAMService overview

Added in v1.0.0


Table of contents


constructors

makeIAMService

Signature

export declare const makeIAMService: Effect.Effect<IAMService$, never, IAMClientInstance>

Added in v1.0.0

layers

BaseIAMServiceLayer

Signature

export declare const BaseIAMServiceLayer: Layer.Layer<IAMService, never, IAMClientInstance>

Added in v1.0.0

DefaultIAMServiceLayer

Signature

export declare const DefaultIAMServiceLayer: Layer.Layer<IAMService, never, never>

Added in v1.0.0

IAMServiceLayer

Signature

export declare const IAMServiceLayer: Layer.Layer<IAMService, never, IAMClientInstanceConfig>

Added in v1.0.0

models

IAM

Signature

export declare const IAM: typeof IAMService

Added in v1.0.0

IAMService (class)

Signature

export declare class IAMService

Added in v1.0.0

utils

HttpHandlerOptions (interface)

Signature

export interface HttpHandlerOptions {
  /**
   * The maximum time in milliseconds that the connection phase of a request
   * may take before the connection attempt is abandoned.
   */
  requestTimeout?: number
}

Added in v1.0.0