@types/http-aws-es
TypeScript icon, indicating that this package has built-in type declarations

6.0.7 • Public • Published

Installation

npm install --save @types/http-aws-es

Summary

This package contains type definitions for http-aws-es (https://github.com/TheDeveloper/http-aws-es#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-aws-es.

import * as AWS from "aws-sdk2-types";
import * as e from "elasticsearch";

declare module "elasticsearch" {
    interface ConfigOptions {
        awsConfig?: AWS.Config | undefined;
    }
}

declare const HttpAmazonESConnector: any;
export = HttpAmazonESConnector;

Additional Details

Credits

These definitions were written by Marco Gonzalez.

Dependents (2)

Package Sidebar

Install

npm i @types/http-aws-es

Weekly Downloads

24,282

Version

6.0.7

License

MIT

Unpacked Size

3.32 kB

Total Files

5

Last publish

Collaborators

  • types