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

ApiGatewayManagementApiClientInstance overview

Added in v1.0.0


Table of contents


constructors

makeApiGatewayManagementApiClientInstance

Signature

export declare const makeApiGatewayManagementApiClientInstance: Effect.Effect<
  ApiGatewayManagementApiClient,
  never,
  ApiGatewayManagementApiClientInstanceConfig
>

Added in v1.0.0

layers

ApiGatewayManagementApiClientInstanceLayer

Signature

export declare const ApiGatewayManagementApiClientInstanceLayer: Layer.Layer<
  ApiGatewayManagementApiClientInstance,
  never,
  ApiGatewayManagementApiClientInstanceConfig
>

Added in v1.0.0

DefaultApiGatewayManagementApiClientInstanceLayer

Signature

export declare const DefaultApiGatewayManagementApiClientInstanceLayer: Layer.Layer<
  ApiGatewayManagementApiClientInstance,
  never,
  never
>

Added in v1.0.0

tags

ApiGatewayManagementApiClientInstance (class)

Signature

export declare class ApiGatewayManagementApiClientInstance

Added in v1.0.0