Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/http-aws-es

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/http-aws-es

TypeScript definitions for http-aws-es

  • 6.0.3
  • ts4.2
  • ts4.3
  • ts4.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16K
decreased by-7.28%
Maintainers
1
Weekly downloads
 
Created
Source

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-sdk2-types";

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.

FAQs

Package last updated on 03 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc