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

ApiGatewayV2ServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toApiGatewayV2ClientConfig

Signature

export declare const toApiGatewayV2ClientConfig: Effect.Effect<ApiGatewayV2ClientConfig, never, never>

Added in v1.0.0

api-gateway-v2 service config

setApiGatewayV2ServiceConfig

Signature

export declare const setApiGatewayV2ServiceConfig: (
  config: ApiGatewayV2Service.Config
) => Layer.Layer<never, never, never>

Added in v1.0.0

withApiGatewayV2ServiceConfig

Signature

export declare const withApiGatewayV2ServiceConfig: {
  (config: ApiGatewayV2Service.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: ApiGatewayV2Service.Config): Effect.Effect<A, E, R>
}

Added in v1.0.0