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

SFNService overview

Added in v1.0.0


Table of contents


constructors

makeSFNService

Signature

export declare const makeSFNService: Effect.Effect<SFNService$, never, SFNClientInstance>

Added in v1.0.0

layers

BaseSFNServiceLayer

Signature

export declare const BaseSFNServiceLayer: Layer.Layer<SFNService, never, SFNClientInstance>

Added in v1.0.0

DefaultSFNServiceLayer

Signature

export declare const DefaultSFNServiceLayer: Layer.Layer<SFNService, never, never>

Added in v1.0.0

SFNServiceLayer

Signature

export declare const SFNServiceLayer: Layer.Layer<SFNService, never, SFNClientInstanceConfig>

Added in v1.0.0

models

SFN

Signature

export declare const SFN: typeof SFNService

Added in v1.0.0

SFNService (class)

Signature

export declare class SFNService

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