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

ApiGatewayManagementApiServiceConfig overview

Added in v1.0.0


Table of contents


adapters

toApiGatewayManagementApiClientConfig

Signature

export declare const toApiGatewayManagementApiClientConfig: Effect.Effect<
  ApiGatewayManagementApiClientConfig,
  never,
  never
>

Added in v1.0.0

api-gateway-management-api service config

setApiGatewayManagementApiServiceConfig

Signature

export declare const setApiGatewayManagementApiServiceConfig: (
  config: ApiGatewayManagementApiService.Config
) => Layer.Layer<never, never, never>

Added in v1.0.0

withApiGatewayManagementApiServiceConfig

Signature

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

Added in v1.0.0