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

ApiGatewayManagementApiService overview

Added in v1.0.0


Table of contents


constructors

makeApiGatewayManagementApiService

Signature

export declare const makeApiGatewayManagementApiService: Effect.Effect<
  ApiGatewayManagementApiService$,
  never,
  ApiGatewayManagementApiClientInstance
>

Added in v1.0.0

layers

ApiGatewayManagementApiServiceLayer

Signature

export declare const ApiGatewayManagementApiServiceLayer: Layer.Layer<
  ApiGatewayManagementApiService,
  never,
  ApiGatewayManagementApiClientInstanceConfig
>

Added in v1.0.0

BaseApiGatewayManagementApiServiceLayer

Signature

export declare const BaseApiGatewayManagementApiServiceLayer: Layer.Layer<
  ApiGatewayManagementApiService,
  never,
  ApiGatewayManagementApiClientInstance
>

Added in v1.0.0

DefaultApiGatewayManagementApiServiceLayer

Signature

export declare const DefaultApiGatewayManagementApiServiceLayer: Layer.Layer<
  ApiGatewayManagementApiService,
  never,
  never
>

Added in v1.0.0

models

ApiGatewayManagementApi

Signature

export declare const ApiGatewayManagementApi: typeof ApiGatewayManagementApiService

Added in v1.0.0

ApiGatewayManagementApiService (class)

Signature

export declare class ApiGatewayManagementApiService

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