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

CodeDeployService overview

Added in v1.0.0


Table of contents


constructors

makeCodeDeployService

Signature

export declare const makeCodeDeployService: Effect.Effect<CodeDeployService$, never, CodeDeployClientInstance>

Added in v1.0.0

layers

BaseCodeDeployServiceLayer

Signature

export declare const BaseCodeDeployServiceLayer: Layer.Layer<CodeDeployService, never, CodeDeployClientInstance>

Added in v1.0.0

CodeDeployServiceLayer

Signature

export declare const CodeDeployServiceLayer: Layer.Layer<CodeDeployService, never, CodeDeployClientInstanceConfig>

Added in v1.0.0

DefaultCodeDeployServiceLayer

Signature

export declare const DefaultCodeDeployServiceLayer: Layer.Layer<CodeDeployService, never, never>

Added in v1.0.0

models

CodeDeploy

Signature

export declare const CodeDeploy: typeof CodeDeployService

Added in v1.0.0

CodeDeployService (class)

Signature

export declare class CodeDeployService

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