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

CloudWatchEventsService overview

Added in v1.0.0


Table of contents


constructors

makeCloudWatchEventsService

Signature

export declare const makeCloudWatchEventsService: Effect.Effect<
  CloudWatchEventsService$,
  never,
  CloudWatchEventsClientInstance
>

Added in v1.0.0

layers

BaseCloudWatchEventsServiceLayer

Signature

export declare const BaseCloudWatchEventsServiceLayer: Layer.Layer<
  CloudWatchEventsService,
  never,
  CloudWatchEventsClientInstance
>

Added in v1.0.0

CloudWatchEventsServiceLayer

Signature

export declare const CloudWatchEventsServiceLayer: Layer.Layer<
  CloudWatchEventsService,
  never,
  CloudWatchEventsClientInstanceConfig
>

Added in v1.0.0

DefaultCloudWatchEventsServiceLayer

Signature

export declare const DefaultCloudWatchEventsServiceLayer: Layer.Layer<CloudWatchEventsService, never, never>

Added in v1.0.0

models

CloudWatchEvents

Signature

export declare const CloudWatchEvents: typeof CloudWatchEventsService

Added in v1.0.0

CloudWatchEventsService (class)

Signature

export declare class CloudWatchEventsService

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