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

EC2Service overview

Added in v1.0.0


Table of contents


constructors

makeEC2Service

Signature

export declare const makeEC2Service: Effect.Effect<EC2Service$, never, EC2ClientInstance>

Added in v1.0.0

layers

BaseEC2ServiceLayer

Signature

export declare const BaseEC2ServiceLayer: Layer.Layer<EC2Service, never, EC2ClientInstance>

Added in v1.0.0

DefaultEC2ServiceLayer

Signature

export declare const DefaultEC2ServiceLayer: Layer.Layer<EC2Service, never, never>

Added in v1.0.0

EC2ServiceLayer

Signature

export declare const EC2ServiceLayer: Layer.Layer<EC2Service, never, EC2ClientInstanceConfig>

Added in v1.0.0

models

EC2

Signature

export declare const EC2: typeof EC2Service

Added in v1.0.0

EC2Service (class)

Signature

export declare class EC2Service

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