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

SSMService overview

Added in v1.0.0


Table of contents


constructors

makeSSMService

Signature

export declare const makeSSMService: Effect.Effect<SSMService$, never, SSMClientInstance>

Added in v1.0.0

layers

BaseSSMServiceLayer

Signature

export declare const BaseSSMServiceLayer: Layer.Layer<SSMService, never, SSMClientInstance>

Added in v1.0.0

DefaultSSMServiceLayer

Signature

export declare const DefaultSSMServiceLayer: Layer.Layer<SSMService, never, never>

Added in v1.0.0

SSMServiceLayer

Signature

export declare const SSMServiceLayer: Layer.Layer<SSMService, never, SSMClientInstanceConfig>

Added in v1.0.0

models

SSM

Signature

export declare const SSM: typeof SSMService

Added in v1.0.0

SSMService (class)

Signature

export declare class SSMService

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