6.0.7 • Published 2 months ago

@types/http-aws-es v6.0.7

Weekly downloads
4,261
License
MIT
Repository
github
Last release
2 months ago

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.

index.d.ts

// Type definitions for http-aws-es 6.0
// Project: https://github.com/TheDeveloper/http-aws-es#readme
// Definitions by: Marco Gonzalez <https://github.com/marcogrcr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

/// <reference types="node" />

import * as e from "elasticsearch";
import * as AWS from "aws-sdk";

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.

6.0.7

2 months ago

6.0.5

7 months ago

6.0.4

8 months ago

6.0.6

6 months ago

6.0.3

1 year ago

6.0.2

2 years ago

6.0.1

3 years ago

6.0.0

5 years ago

1.1.3

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago