6.0.7 • Published 1 year ago

@types/http-aws-es v6.0.7

Weekly downloads
4,261
License
MIT
Repository
github
Last release
1 year 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

1 year ago

6.0.5

2 years ago

6.0.4

2 years ago

6.0.6

2 years ago

6.0.3

2 years ago

6.0.2

3 years ago

6.0.1

4 years ago

6.0.0

6 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago