CloudWatchService overview
Added in v1.0.0
Table of contents
constructors
makeCloudWatchService
Signature
export declare const makeCloudWatchService: Effect.Effect<CloudWatchService$, never, CloudWatchClientInstance>
Added in v1.0.0
layers
BaseCloudWatchServiceLayer
Signature
export declare const BaseCloudWatchServiceLayer: Layer.Layer<CloudWatchService, never, CloudWatchClientInstance>
Added in v1.0.0
CloudWatchServiceLayer
Signature
export declare const CloudWatchServiceLayer: Layer.Layer<CloudWatchService, never, CloudWatchClientInstanceConfig>
Added in v1.0.0
DefaultCloudWatchServiceLayer
Signature
export declare const DefaultCloudWatchServiceLayer: Layer.Layer<CloudWatchService, never, never>
Added in v1.0.0
models
CloudWatch
Signature
export declare const CloudWatch: typeof CloudWatchService
Added in v1.0.0
CloudWatchService (class)
Signature
export declare class CloudWatchService
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