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

AutoScalingService overview

Added in v1.0.0


Table of contents


constructors

makeAutoScalingService

Signature

export declare const makeAutoScalingService: Effect.Effect<AutoScalingService$, never, AutoScalingClientInstance>

Added in v1.0.0

layers

AutoScalingServiceLayer

Signature

export declare const AutoScalingServiceLayer: Layer.Layer<AutoScalingService, never, AutoScalingClientInstanceConfig>

Added in v1.0.0

BaseAutoScalingServiceLayer

Signature

export declare const BaseAutoScalingServiceLayer: Layer.Layer<AutoScalingService, never, AutoScalingClientInstance>

Added in v1.0.0

DefaultAutoScalingServiceLayer

Signature

export declare const DefaultAutoScalingServiceLayer: Layer.Layer<AutoScalingService, never, never>

Added in v1.0.0

models

AutoScaling

Signature

export declare const AutoScaling: typeof AutoScalingService

Added in v1.0.0

AutoScalingService (class)

Signature

export declare class AutoScalingService

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