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_iotsecuretunneling

v5.0.0

Published

DataFire integration for AWS IoT Secure Tunneling

Readme

@datafire/amazonaws_iotsecuretunneling

Client library for AWS IoT Secure Tunneling

Installation and Usage

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

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

Description

AWS IoT Secure Tunneling AWS IoT Secure Tunnling enables you to create remote connections to devices deployed in the field. For more information about how AWS IoT Secure Tunneling works, see AWS IoT Secure Tunneling.

Actions

CloseTunnel

amazonaws_iotsecuretunneling.CloseTunnel({
  "tunnelId": null
}, context)

Input

  • input object
    • delete
    • tunnelId required

Output

DescribeTunnel

amazonaws_iotsecuretunneling.DescribeTunnel({
  "tunnelId": null
}, context)

Input

  • input object
    • tunnelId required

Output

ListTagsForResource

amazonaws_iotsecuretunneling.ListTagsForResource({
  "resourceArn": null
}, context)

Input

  • input object
    • resourceArn required

Output

ListTunnels

amazonaws_iotsecuretunneling.ListTunnels({}, context)

Input

  • input object
    • maxResults string
    • nextToken string
    • maxResults
    • nextToken
    • thingName

Output

OpenTunnel

amazonaws_iotsecuretunneling.OpenTunnel({}, context)

Input

  • input object
    • tags
    • description
    • destinationConfig
      • services required
      • thingName
    • timeoutConfig
      • maxLifetimeTimeoutMinutes

Output

TagResource

amazonaws_iotsecuretunneling.TagResource({
  "resourceArn": null,
  "tags": null
}, context)

Input

  • input object
    • tags required
    • resourceArn required

Output

UntagResource

amazonaws_iotsecuretunneling.UntagResource({
  "resourceArn": null,
  "tagKeys": null
}, context)

Input

  • input object
    • resourceArn required
    • tagKeys required

Output

Definitions

AmazonResourceName

  • AmazonResourceName string

ClientAccessToken

  • ClientAccessToken string

CloseTunnelRequest

  • CloseTunnelRequest object
    • delete
    • tunnelId required

CloseTunnelResponse

  • CloseTunnelResponse object

ConnectionState

  • ConnectionState object: The state of a connection.
    • lastUpdatedAt
    • status

ConnectionStatus

  • ConnectionStatus string (values: CONNECTED, DISCONNECTED)

DateType

  • DateType string

DeleteFlag

  • DeleteFlag boolean

DescribeTunnelRequest

  • DescribeTunnelRequest object
    • tunnelId required

DescribeTunnelResponse

  • DescribeTunnelResponse object
    • tunnel
      • tags
      • createdAt
      • description
      • destinationConfig
        • services required
        • thingName
      • destinationConnectionState
        • lastUpdatedAt
        • status
      • lastUpdatedAt
      • sourceConnectionState
        • lastUpdatedAt
        • status
      • status
      • timeoutConfig
        • maxLifetimeTimeoutMinutes
      • tunnelArn
      • tunnelId

Description

  • Description string

DestinationConfig

  • DestinationConfig object: The destination configuration.
    • services required
    • thingName

LimitExceededException

ListTagsForResourceRequest

  • ListTagsForResourceRequest object
    • resourceArn required

ListTagsForResourceResponse

  • ListTagsForResourceResponse object

ListTunnelsRequest

  • ListTunnelsRequest object
    • maxResults
    • nextToken
    • thingName

ListTunnelsResponse

  • ListTunnelsResponse object

MaxResults

  • MaxResults integer

NextToken

  • NextToken string

OpenTunnelRequest

  • OpenTunnelRequest object
    • tags
    • description
    • destinationConfig
      • services required
      • thingName
    • timeoutConfig
      • maxLifetimeTimeoutMinutes

OpenTunnelResponse

  • OpenTunnelResponse object
    • destinationAccessToken
    • sourceAccessToken
    • tunnelArn
    • tunnelId

ResourceNotFoundException

Service

  • Service string

ServiceList

Tag

  • Tag object: An arbitary key/value pair used to add searchable metadata to secure tunnel resources.
    • key required
    • value required

TagKey

  • TagKey string

TagKeyList

TagList

  • TagList array

TagResourceRequest

  • TagResourceRequest object
    • tags required
    • resourceArn required

TagResourceResponse

  • TagResourceResponse object

TagValue

  • TagValue string

ThingName

  • ThingName string

TimeoutConfig

  • TimeoutConfig object: Tunnel timeout configuration.
    • maxLifetimeTimeoutMinutes

TimeoutInMin

  • TimeoutInMin integer

Tunnel

  • Tunnel object: A connection between a source computer and a destination device.
    • tags
    • createdAt
    • description
    • destinationConfig
      • services required
      • thingName
    • destinationConnectionState
      • lastUpdatedAt
      • status
    • lastUpdatedAt
    • sourceConnectionState
      • lastUpdatedAt
      • status
    • status
    • timeoutConfig
      • maxLifetimeTimeoutMinutes
    • tunnelArn
    • tunnelId

TunnelArn

  • TunnelArn string

TunnelId

  • TunnelId string

TunnelStatus

  • TunnelStatus string (values: OPEN, CLOSED)

TunnelSummary

  • TunnelSummary object: Information about the tunnel.
    • createdAt
    • description
    • lastUpdatedAt
    • status
    • tunnelArn
    • tunnelId

TunnelSummaryList

UntagResourceRequest

  • UntagResourceRequest object
    • resourceArn required
    • tagKeys required

UntagResourceResponse

  • UntagResourceResponse object