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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_iotanalytics

v5.0.0

Published

DataFire integration for AWS IoT Analytics

Readme

@datafire/amazonaws_iotanalytics

Client library for AWS IoT Analytics

Installation and Usage

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

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

Description

Actions

ListChannels

amazonaws_iotanalytics.ListChannels({}, context)

Input

  • input object
    • maxResults string
    • nextToken string

Output

CreateChannel

amazonaws_iotanalytics.CreateChannel({
  "channelName": ""
}, context)

Input

Output

Output schema unknown

DeleteChannel

amazonaws_iotanalytics.DeleteChannel({
  "channelName": ""
}, context)

Input

  • input object
    • channelName required string

Output

Output schema unknown

DescribeChannel

amazonaws_iotanalytics.DescribeChannel({
  "channelName": ""
}, context)

Input

  • input object
    • channelName required string

Output

UpdateChannel

amazonaws_iotanalytics.UpdateChannel({
  "channelName": ""
}, context)

Input

Output

Output schema unknown

SampleChannelData

amazonaws_iotanalytics.SampleChannelData({
  "channelName": ""
}, context)

Input

  • input object
    • channelName required string

Output

ListDatasets

amazonaws_iotanalytics.ListDatasets({}, context)

Input

  • input object
    • maxResults string
    • nextToken string

Output

CreateDataset

amazonaws_iotanalytics.CreateDataset({
  "datasetName": "",
  "actions": []
}, context)

Input

Output

Output schema unknown

DeleteDataset

amazonaws_iotanalytics.DeleteDataset({
  "datasetName": ""
}, context)

Input

  • input object
    • datasetName required string

Output

Output schema unknown

DescribeDataset

amazonaws_iotanalytics.DescribeDataset({
  "datasetName": ""
}, context)

Input

  • input object
    • datasetName required string

Output

UpdateDataset

amazonaws_iotanalytics.UpdateDataset({
  "datasetName": "",
  "actions": []
}, context)

Input

Output

Output schema unknown

DeleteDatasetContent

amazonaws_iotanalytics.DeleteDatasetContent({
  "datasetName": ""
}, context)

Input

  • input object
    • datasetName required string

Output

Output schema unknown

GetDatasetContent

amazonaws_iotanalytics.GetDatasetContent({
  "datasetName": ""
}, context)

Input

  • input object
    • datasetName required string

Output

CreateDatasetContent

amazonaws_iotanalytics.CreateDatasetContent({
  "datasetName": ""
}, context)

Input

  • input object
    • datasetName required string

Output

Output schema unknown

ListDatastores

amazonaws_iotanalytics.ListDatastores({}, context)

Input

  • input object
    • maxResults string
    • nextToken string

Output

CreateDatastore

amazonaws_iotanalytics.CreateDatastore({
  "datastoreName": ""
}, context)

Input

Output

Output schema unknown

DeleteDatastore

amazonaws_iotanalytics.DeleteDatastore({
  "datastoreName": ""
}, context)

Input

  • input object
    • datastoreName required string

Output

Output schema unknown

DescribeDatastore

amazonaws_iotanalytics.DescribeDatastore({
  "datastoreName": ""
}, context)

Input

  • input object
    • datastoreName required string

Output

UpdateDatastore

amazonaws_iotanalytics.UpdateDatastore({
  "datastoreName": ""
}, context)

Input

Output

Output schema unknown

DescribeLoggingOptions

amazonaws_iotanalytics.DescribeLoggingOptions({}, context)

Input

  • input object

Output

PutLoggingOptions

amazonaws_iotanalytics.PutLoggingOptions({
  "loggingOptions": {
    "roleArn": "",
    "level": "",
    "enabled": true
  }
}, context)

Input

Output

Output schema unknown

BatchPutMessage

amazonaws_iotanalytics.BatchPutMessage({
  "channelName": "",
  "messages": []
}, context)

Input

Output

RunPipelineActivity

amazonaws_iotanalytics.RunPipelineActivity({
  "pipelineActivity": {},
  "payloads": []
}, context)

Input

Output

ListPipelines

amazonaws_iotanalytics.ListPipelines({}, context)

Input

  • input object
    • maxResults string
    • nextToken string

Output

CreatePipeline

amazonaws_iotanalytics.CreatePipeline({
  "pipelineName": "",
  "pipelineActivities": []
}, context)

Input

Output

Output schema unknown

DeletePipeline

amazonaws_iotanalytics.DeletePipeline({
  "pipelineName": ""
}, context)

Input

  • input object
    • pipelineName required string

Output

Output schema unknown

DescribePipeline

amazonaws_iotanalytics.DescribePipeline({
  "pipelineName": ""
}, context)

Input

  • input object
    • pipelineName required string

Output

UpdatePipeline

amazonaws_iotanalytics.UpdatePipeline({
  "pipelineName": "",
  "pipelineActivities": []
}, context)

Input

Output

Output schema unknown

StartPipelineReprocessing

amazonaws_iotanalytics.StartPipelineReprocessing({
  "pipelineName": ""
}, context)

Input

Output

CancelPipelineReprocessing

amazonaws_iotanalytics.CancelPipelineReprocessing({
  "pipelineName": "",
  "reprocessingId": ""
}, context)

Input

  • input object
    • pipelineName required string
    • reprocessingId required string

Output

Definitions

ActivityBatchSize

  • ActivityBatchSize integer

ActivityName

  • ActivityName string

AddAttributesActivity

AttributeName

  • AttributeName string

AttributeNameMapping

AttributeNames

BatchPutMessageErrorEntries

BatchPutMessageErrorEntry

BatchPutMessageRequest

BatchPutMessageResponse

CancelPipelineReprocessingRequest

  • CancelPipelineReprocessingRequest object

CancelPipelineReprocessingResponse

  • CancelPipelineReprocessingResponse object

Channel

ChannelActivity

ChannelArn

  • ChannelArn string

ChannelName

  • ChannelName string

ChannelStatus

  • ChannelStatus string (values: CREATING, ACTIVE, DELETING)

ChannelSummaries

ChannelSummary

CreateChannelRequest

CreateChannelResponse

CreateDatasetContentRequest

  • CreateDatasetContentRequest object

CreateDatasetRequest

CreateDatasetResponse

CreateDatastoreRequest

CreateDatastoreResponse

CreatePipelineRequest

CreatePipelineResponse

Dataset

DatasetAction

DatasetActionName

  • DatasetActionName string

DatasetActions

DatasetArn

  • DatasetArn string

DatasetContentState

  • DatasetContentState string (values: CREATING, SUCCEEDED, FAILED)

DatasetContentStatus

  • DatasetContentStatus object: The state of the data set and the reason it is in this state.

DatasetContentVersion

  • DatasetContentVersion string

DatasetEntries

DatasetEntry

DatasetName

  • DatasetName string

DatasetStatus

  • DatasetStatus string (values: CREATING, ACTIVE, DELETING)

DatasetSummaries

DatasetSummary

DatasetTrigger

  • DatasetTrigger object: The "DatasetTrigger" that specifies when the data set is automatically updated.

DatasetTriggers

Datastore

DatastoreActivity

  • DatastoreActivity object: The 'datastore' activity that specifies where to store the processed data.

DatastoreArn

  • DatastoreArn string

DatastoreName

  • DatastoreName string

DatastoreStatus

  • DatastoreStatus string (values: CREATING, ACTIVE, DELETING)

DatastoreSummaries

DatastoreSummary

DeleteChannelRequest

  • DeleteChannelRequest object

DeleteDatasetContentRequest

  • DeleteDatasetContentRequest object

DeleteDatasetRequest

  • DeleteDatasetRequest object

DeleteDatastoreRequest

  • DeleteDatastoreRequest object

DeletePipelineRequest

  • DeletePipelineRequest object

DescribeChannelRequest

  • DescribeChannelRequest object

DescribeChannelResponse

  • DescribeChannelResponse object

DescribeDatasetRequest

  • DescribeDatasetRequest object

DescribeDatasetResponse

  • DescribeDatasetResponse object

DescribeDatastoreRequest

  • DescribeDatastoreRequest object

DescribeDatastoreResponse

  • DescribeDatastoreResponse object

DescribeLoggingOptionsRequest

  • DescribeLoggingOptionsRequest object

DescribeLoggingOptionsResponse

DescribePipelineRequest

  • DescribePipelineRequest object

DescribePipelineResponse

  • DescribePipelineResponse object

DeviceRegistryEnrichActivity

DeviceShadowEnrichActivity

EndTime

  • EndTime string

EntryName

  • EntryName string

ErrorCode

  • ErrorCode string

ErrorMessage

  • ErrorMessage string

FilterActivity

FilterExpression

  • FilterExpression string

GetDatasetContentRequest

  • GetDatasetContentRequest object

GetDatasetContentResponse

InternalFailureException

  • InternalFailureException object: There was an internal failure.

InvalidRequestException

  • InvalidRequestException object: The request was not valid.

LambdaActivity

LambdaName

  • LambdaName string

LimitExceededException

  • LimitExceededException object: The command caused an internal limit to be exceeded.

ListChannelsRequest

  • ListChannelsRequest object

ListChannelsResponse

ListDatasetsRequest

  • ListDatasetsRequest object

ListDatasetsResponse

ListDatastoresRequest

  • ListDatastoresRequest object

ListDatastoresResponse

ListPipelinesRequest

  • ListPipelinesRequest object

ListPipelinesResponse

LogResult

  • LogResult string

LoggingEnabled

  • LoggingEnabled boolean

LoggingLevel

  • LoggingLevel string (values: ERROR)

LoggingOptions

MathActivity

MathExpression

  • MathExpression string

MaxMessages

  • MaxMessages integer

MaxResults

  • MaxResults integer

Message

MessageId

  • MessageId string

MessagePayload

  • MessagePayload string

MessagePayloads

Messages

NextToken

  • NextToken string

Pipeline

PipelineActivities

PipelineActivity

PipelineArn

  • PipelineArn string

PipelineName

  • PipelineName string

PipelineSummaries

PipelineSummary

PresignedURI

  • PresignedURI string

PutLoggingOptionsRequest

Reason

  • Reason string

RemoveAttributesActivity

ReprocessingId

  • ReprocessingId string

ReprocessingStatus

  • ReprocessingStatus string (values: RUNNING, SUCCEEDED, CANCELLED, FAILED)

ReprocessingSummaries

ReprocessingSummary

ResourceAlreadyExistsException

ResourceNotFoundException

  • ResourceNotFoundException object: A resource with the specified name could not be found.

RetentionPeriod

RetentionPeriodInDays

  • RetentionPeriodInDays integer

RoleArn

  • RoleArn string

RunPipelineActivityRequest

RunPipelineActivityResponse

SampleChannelDataRequest

  • SampleChannelDataRequest object

SampleChannelDataResponse

Schedule

ScheduleExpression

  • ScheduleExpression string

SelectAttributesActivity

  • SelectAttributesActivity object: Creates a new message using only the specified attributes from the original message.

ServiceUnavailableException

  • ServiceUnavailableException object: The service is temporarily unavailable.

SqlQuery

  • SqlQuery string

SqlQueryDatasetAction

  • SqlQueryDatasetAction object: The SQL query to modify the message.

StartPipelineReprocessingRequest

StartPipelineReprocessingResponse

StartTime

  • StartTime string

ThrottlingException

  • ThrottlingException object: The request was denied due to request throttling.

Timestamp

  • Timestamp string

UnlimitedRetentionPeriod

  • UnlimitedRetentionPeriod boolean

UpdateChannelRequest

UpdateDatasetRequest

UpdateDatastoreRequest

UpdatePipelineRequest

errorMessage

  • errorMessage string

resourceArn

  • resourceArn string

resourceId

  • resourceId string