CloudWatchEventsService overview
Added in v1.0.0
Table of contents
constructors
makeCloudWatchEventsService
Signature
export declare const makeCloudWatchEventsService: Effect.Effect<any, never, Instance.CloudWatchEventsClientInstance>
Added in v1.0.0
models
CloudWatchEventsService (class)
Signature
export declare class CloudWatchEventsService
Added in v1.0.0
utils
CloudWatchEventsService (namespace)
Added in v1.0.0
Config (interface)
Signature
export interface Config extends Omit<CloudWatchEventsClientConfig, "logger"> {
readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true
}
Added in v1.0.0