npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_timestream_query

v5.0.0

Published

DataFire integration for Amazon Timestream Query

Downloads

5

Readme

@datafire/amazonaws_timestream_query

Client library for Amazon Timestream Query

Installation and Usage

npm install --save @datafire/amazonaws_timestream_query
let amazonaws_timestream_query = require('@datafire/amazonaws_timestream_query').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

.then(data => {
  console.log(data);
});

Description

Actions

CancelQuery

amazonaws_timestream_query.CancelQuery({
  "QueryId": null
}, context)

Input

  • input object
    • QueryId required

Output

DescribeEndpoints

amazonaws_timestream_query.DescribeEndpoints({}, context)

Input

  • input object

Output

Query

amazonaws_timestream_query.Query({
  "QueryString": null
}, context)

Input

  • input object
    • MaxRows string
    • NextToken string
    • ClientToken
    • MaxRows
    • NextToken
    • QueryString required

Output

Definitions

AccessDeniedException

CancelQueryRequest

  • CancelQueryRequest object
    • QueryId required

CancelQueryResponse

  • CancelQueryResponse object
    • CancellationMessage

ClientRequestToken

  • ClientRequestToken string

ColumnInfo

  • ColumnInfo object: Contains the meta data for query results such as the column names, data types, and other attributes.
    • Name
    • Type required
      • ArrayColumnInfo
        • Name
        • Type required
          • ArrayColumnInfo
            • Name
            • Type required
          • RowColumnInfo
          • ScalarType
          • TimeSeriesMeasureValueColumnInfo
            • Name
            • Type required
      • RowColumnInfo
      • ScalarType
      • TimeSeriesMeasureValueColumnInfo
        • Name
        • Type required
          • ArrayColumnInfo
            • Name
            • Type required
          • RowColumnInfo
          • ScalarType
          • TimeSeriesMeasureValueColumnInfo
            • Name
            • Type required

ColumnInfoList

ConflictException

Datum

  • Datum object: Datum represents a single data point in a query result.

DatumList

  • DatumList array

DescribeEndpointsRequest

  • DescribeEndpointsRequest object

DescribeEndpointsResponse

  • DescribeEndpointsResponse object

Double

  • Double number

Endpoint

  • Endpoint object: Represents an available endpoint against which to make API calls agaisnt, as well as the TTL for that endpoint.
    • Address required
    • CachePeriodInMinutes required

Endpoints

InternalServerException

InvalidEndpointException

Long

  • Long integer

MaxQueryResults

  • MaxQueryResults integer

NullableBoolean

  • NullableBoolean boolean

QueryExecutionException

QueryId

  • QueryId string

QueryRequest

  • QueryRequest object
    • ClientToken
    • MaxRows
    • NextToken
    • QueryString required

QueryResponse

  • QueryResponse object
    • ColumnInfo required
    • NextToken
    • QueryId required
    • QueryStatus
      • CumulativeBytesMetered
      • CumulativeBytesScanned
      • ProgressPercentage
    • Rows required

QueryStatus

  • QueryStatus object: Information about the status of the query, including progress and bytes scannned.
    • CumulativeBytesMetered
    • CumulativeBytesScanned
    • ProgressPercentage

QueryString

  • QueryString string

Row

  • Row object: Represents a single row in the query results.

RowList

  • RowList array

ScalarType

  • ScalarType string (values: VARCHAR, BOOLEAN, BIGINT, DOUBLE, TIMESTAMP, DATE, TIME, INTERVAL_DAY_TO_SECOND, INTERVAL_YEAR_TO_MONTH, UNKNOWN, INTEGER)

ScalarValue

  • ScalarValue string

String

  • String string

ThrottlingException

TimeSeriesDataPoint

  • TimeSeriesDataPoint object: The timeseries datatype represents the values of a measure over time. A time series is an array of rows of timestamps and measure values, with rows sorted in ascending order of time. A TimeSeriesDataPoint is a single data point in the timeseries. It represents a tuple of (time, measure value) in a timeseries.

TimeSeriesDataPointList

Timestamp

  • Timestamp string

Type

  • Type object: Contains the data type of a column in a query result set. The data type can be scalar or complex. The supported scalar data types are integers, boolean, string, double, timestamp, date, time, and intervals. The supported complex data types are arrays, rows, and timeseries.
    • ArrayColumnInfo
      • Name
      • Type required
        • ArrayColumnInfo
          • Name
          • Type required
            • ArrayColumnInfo
            • RowColumnInfo
            • ScalarType
            • TimeSeriesMeasureValueColumnInfo
        • RowColumnInfo
        • ScalarType
        • TimeSeriesMeasureValueColumnInfo
          • Name
          • Type required
            • ArrayColumnInfo
            • RowColumnInfo
            • ScalarType
            • TimeSeriesMeasureValueColumnInfo
    • RowColumnInfo
    • ScalarType
    • TimeSeriesMeasureValueColumnInfo
      • Name
      • Type required
        • ArrayColumnInfo
          • Name
          • Type required
            • ArrayColumnInfo
            • RowColumnInfo
            • ScalarType
            • TimeSeriesMeasureValueColumnInfo
        • RowColumnInfo
        • ScalarType
        • TimeSeriesMeasureValueColumnInfo
          • Name
          • Type required
            • ArrayColumnInfo
            • RowColumnInfo
            • ScalarType
            • TimeSeriesMeasureValueColumnInfo

ValidationException