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

ECSService overview

Added in v1.0.0


Table of contents


constructors

makeECSService

Signature

export declare const makeECSService: Effect.Effect<ECSService$, never, ECSClientInstance>

Added in v1.0.0

layers

BaseECSServiceLayer

Signature

export declare const BaseECSServiceLayer: Layer.Layer<ECSService, never, ECSClientInstance>

Added in v1.0.0

DefaultECSServiceLayer

Signature

export declare const DefaultECSServiceLayer: Layer.Layer<ECSService, never, never>

Added in v1.0.0

ECSServiceLayer

Signature

export declare const ECSServiceLayer: Layer.Layer<ECSService, never, ECSClientInstanceConfig>

Added in v1.0.0

models

ECS

Signature

export declare const ECS: typeof ECSService

Added in v1.0.0

ECSService (class)

Signature

export declare class ECSService

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