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

ECRService overview

Added in v1.0.0


Table of contents


constructors

makeECRService

Signature

export declare const makeECRService: Effect.Effect<ECRService$, never, ECRClientInstance>

Added in v1.0.0

layers

BaseECRServiceLayer

Signature

export declare const BaseECRServiceLayer: Layer.Layer<ECRService, never, ECRClientInstance>

Added in v1.0.0

DefaultECRServiceLayer

Signature

export declare const DefaultECRServiceLayer: Layer.Layer<ECRService, never, never>

Added in v1.0.0

ECRServiceLayer

Signature

export declare const ECRServiceLayer: Layer.Layer<ECRService, never, ECRClientInstanceConfig>

Added in v1.0.0

models

ECR

Signature

export declare const ECR: typeof ECRService

Added in v1.0.0

ECRService (class)

Signature

export declare class ECRService

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