APIGatewayServiceConfig overview
Added in v1.0.0
Table of contents
adapters
toAPIGatewayClientConfig
Signature
export declare const toAPIGatewayClientConfig: Effect.Effect<APIGatewayClientConfig, never, never>
Added in v1.0.0
api-gateway service config
setAPIGatewayServiceConfig
Signature
export declare const setAPIGatewayServiceConfig: (config: APIGatewayService.Config) => Layer.Layer<never, never, never>
Added in v1.0.0
withAPIGatewayServiceConfig
Signature
export declare const withAPIGatewayServiceConfig: {
(config: APIGatewayService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>
<A, E, R>(effect: Effect.Effect<A, E, R>, config: APIGatewayService.Config): Effect.Effect<A, E, R>
}
Added in v1.0.0