EventBridgeService overview
Added in v1.0.0
Table of contents
constructors
makeEventBridgeService
Signature
export declare const makeEventBridgeService: Effect.Effect<EventBridgeService$, never, EventBridgeClientInstance>
Added in v1.0.0
layers
BaseEventBridgeServiceLayer
Signature
export declare const BaseEventBridgeServiceLayer: Layer.Layer<EventBridgeService, never, EventBridgeClientInstance>
Added in v1.0.0
DefaultEventBridgeServiceLayer
Signature
export declare const DefaultEventBridgeServiceLayer: Layer.Layer<EventBridgeService, never, never>
Added in v1.0.0
EventBridgeServiceLayer
Signature
export declare const EventBridgeServiceLayer: Layer.Layer<EventBridgeService, never, EventBridgeClientInstanceConfig>
Added in v1.0.0
models
EventBridge
Signature
export declare const EventBridge: typeof EventBridgeService
Added in v1.0.0
EventBridgeService (class)
Signature
export declare class EventBridgeService
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