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

STSService overview

Added in v1.0.0


Table of contents


constructors

makeSTSService

Signature

export declare const makeSTSService: Effect.Effect<STSService$, never, STSClientInstance>

Added in v1.0.0

layers

BaseSTSServiceLayer

Signature

export declare const BaseSTSServiceLayer: Layer.Layer<STSService, never, STSClientInstance>

Added in v1.0.0

DefaultSTSServiceLayer

Signature

export declare const DefaultSTSServiceLayer: Layer.Layer<STSService, never, never>

Added in v1.0.0

STSServiceLayer

Signature

export declare const STSServiceLayer: Layer.Layer<STSService, never, STSClientInstanceConfig>

Added in v1.0.0

models

STS

Signature

export declare const STS: typeof STSService

Added in v1.0.0

STSService (class)

Signature

export declare class STSService

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