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

CloudWatchLogsService overview

Added in v1.0.0


Table of contents


constructors

makeCloudWatchLogsService

Signature

export declare const makeCloudWatchLogsService: Effect.Effect<
  CloudWatchLogsService$,
  never,
  CloudWatchLogsClientInstance
>

Added in v1.0.0

layers

BaseCloudWatchLogsServiceLayer

Signature

export declare const BaseCloudWatchLogsServiceLayer: Layer.Layer<
  CloudWatchLogsService,
  never,
  CloudWatchLogsClientInstance
>

Added in v1.0.0

CloudWatchLogsServiceLayer

Signature

export declare const CloudWatchLogsServiceLayer: Layer.Layer<
  CloudWatchLogsService,
  never,
  CloudWatchLogsClientInstanceConfig
>

Added in v1.0.0

DefaultCloudWatchLogsServiceLayer

Signature

export declare const DefaultCloudWatchLogsServiceLayer: Layer.Layer<CloudWatchLogsService, never, never>

Added in v1.0.0

models

CloudWatchLogs

Signature

export declare const CloudWatchLogs: typeof CloudWatchLogsService

Added in v1.0.0

CloudWatchLogsService (class)

Signature

export declare class CloudWatchLogsService

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