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_cloud9

v5.0.0

Published

DataFire integration for AWS Cloud9

Downloads

7

Readme

@datafire/amazonaws_cloud9

Client library for AWS Cloud9

Installation and Usage

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

amazonaws_cloud9.CreateEnvironmentEC2({
  "name": "",
  "instanceType": ""
}).then(data => {
  console.log(data);
});

Description

AWS Cloud9 AWS Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the cloud. For more information about AWS Cloud9, see the AWS Cloud9 User Guide. AWS Cloud9 supports these operations: CreateEnvironmentEC2: Creates an AWS Cloud9 development environment, launches an Amazon EC2 instance, and then connects from the instance to the environment. CreateEnvironmentMembership: Adds an environment member to an environment. DeleteEnvironment: Deletes an environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance. DeleteEnvironmentMembership: Deletes an environment member from an environment. DescribeEnvironmentMemberships: Gets information about environment members for an environment. DescribeEnvironments: Gets information about environments. DescribeEnvironmentStatus: Gets status information for an environment. ListEnvironments: Gets a list of environment identifiers. UpdateEnvironment: Changes the settings of an existing environment. UpdateEnvironmentMembership: Changes the settings of an existing environment member for an environment.

Actions

CreateEnvironmentEC2

amazonaws_cloud9.CreateEnvironmentEC2({
  "name": "",
  "instanceType": ""
}, context)

Input

Output

CreateEnvironmentMembership

amazonaws_cloud9.CreateEnvironmentMembership({
  "environmentId": "",
  "userArn": "",
  "permissions": ""
}, context)

Input

Output

DeleteEnvironment

amazonaws_cloud9.DeleteEnvironment({
  "environmentId": ""
}, context)

Input

Output

DeleteEnvironmentMembership

amazonaws_cloud9.DeleteEnvironmentMembership({
  "environmentId": "",
  "userArn": ""
}, context)

Input

Output

DescribeEnvironmentMemberships

amazonaws_cloud9.DescribeEnvironmentMemberships({}, context)

Input

Output

DescribeEnvironmentStatus

amazonaws_cloud9.DescribeEnvironmentStatus({
  "environmentId": ""
}, context)

Input

Output

DescribeEnvironments

amazonaws_cloud9.DescribeEnvironments({
  "environmentIds": []
}, context)

Input

Output

ListEnvironments

amazonaws_cloud9.ListEnvironments({}, context)

Input

  • input object

Output

UpdateEnvironment

amazonaws_cloud9.UpdateEnvironment({
  "environmentId": ""
}, context)

Input

Output

UpdateEnvironmentMembership

amazonaws_cloud9.UpdateEnvironmentMembership({
  "environmentId": "",
  "userArn": "",
  "permissions": ""
}, context)

Input

Output

Definitions

AutomaticStopTimeMinutes

  • AutomaticStopTimeMinutes integer

BadRequestException

  • BadRequestException object: The target request is invalid.

BoundedEnvironmentIdList

ClientRequestToken

  • ClientRequestToken string

ConflictException

  • ConflictException object: A conflict occurred.

CreateEnvironmentEC2Request

CreateEnvironmentEC2Result

CreateEnvironmentMembershipRequest

CreateEnvironmentMembershipResult

DeleteEnvironmentMembershipRequest

  • DeleteEnvironmentMembershipRequest object

DeleteEnvironmentMembershipResult

  • DeleteEnvironmentMembershipResult object

DeleteEnvironmentRequest

  • DeleteEnvironmentRequest object

DeleteEnvironmentResult

  • DeleteEnvironmentResult object

DescribeEnvironmentMembershipsRequest

DescribeEnvironmentMembershipsResult

DescribeEnvironmentStatusRequest

  • DescribeEnvironmentStatusRequest object

DescribeEnvironmentStatusResult

DescribeEnvironmentsRequest

DescribeEnvironmentsResult

Environment

EnvironmentDescription

  • EnvironmentDescription string

EnvironmentId

  • EnvironmentId string

EnvironmentIdList

EnvironmentList

EnvironmentMember

EnvironmentMembersList

EnvironmentName

  • EnvironmentName string

EnvironmentStatus

  • EnvironmentStatus string (values: error, creating, connecting, ready, stopping, stopped, deleting)

EnvironmentType

  • EnvironmentType string (values: ssh, ec2)

ForbiddenException

  • ForbiddenException object: An access permissions issue occurred.

InstanceType

  • InstanceType string

InternalServerErrorException

  • InternalServerErrorException object: An internal server error occurred.

LimitExceededException

  • LimitExceededException object: A service limit was exceeded.

ListEnvironmentsRequest

ListEnvironmentsResult

MaxResults

  • MaxResults integer

MemberPermissions

  • MemberPermissions string (values: read-write, read-only)

NotFoundException

  • NotFoundException object: The target resource cannot be found.

Permissions

  • Permissions string (values: owner, read-write, read-only)

PermissionsList

String

  • String string

SubnetId

  • SubnetId string

Timestamp

  • Timestamp string

TooManyRequestsException

  • TooManyRequestsException object: Too many service requests were made over the given time period.

UpdateEnvironmentMembershipRequest

UpdateEnvironmentMembershipResult

UpdateEnvironmentRequest

UpdateEnvironmentResult

  • UpdateEnvironmentResult object

UserArn

  • UserArn string