@karmaniverous/aws-api-gateway-tools
    Preparing search index...

    Class AwsApiGatewayTools

    Tools-style AWS API Gateway wrapper (REST APIs).

    Consumers should typically use the convenience methods on this class, and use AwsApiGatewayTools.client as an escape hatch when they need AWS SDK operations not wrapped here.

    Implements

    Index

    Constructors

    Properties

    client: APIGatewayClient

    The effective SDK client (captured when X-Ray is enabled).

    Import AWS SDK *Command classes as needed and call tools.client.send(...).

    clientConfig: APIGatewayClientConfig

    The effective client config used to construct the base client.

    Note: this may contain functions/providers (e.g., credential providers).

    logger: Logger

    The logger used by this wrapper and (when applicable) by the AWS client.

    xray: XrayState

    Materialized X-Ray state (mode + enabled + daemonAddress when relevant).

    Methods

    • Flush stage cache for a known REST API id.

      Parameters

      • opts: { restApiId: string; stageName: string }

      Returns Promise<void>