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_iotfleethub

v5.0.0

Published

DataFire integration for AWS IoT Fleet Hub

Downloads

9

Readme

@datafire/amazonaws_iotfleethub

Client library for AWS IoT Fleet Hub

Installation and Usage

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

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

Description

Actions

ListApplications

amazonaws_iotfleethub.ListApplications({}, context)

Input

  • input object
    • nextToken string

Output

CreateApplication

amazonaws_iotfleethub.CreateApplication({
  "applicationName": "",
  "roleArn": ""
}, context)

Input

  • input object
    • tags object: A set of key/value pairs that you can use to manage the web application resource.
    • applicationDescription string: An optional description of the web application.
    • applicationName required string: The name of the web application.
    • clientToken string: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
    • roleArn required string: The ARN of the role that the web application assumes when it interacts with AWS IoT Core. The name of the role must be in the form AWSIotFleetHub_random_string .

Output

Output schema unknown

DeleteApplication

amazonaws_iotfleethub.DeleteApplication({
  "applicationId": ""
}, context)

Input

  • input object
    • applicationId required string
    • clientToken string

Output

Output schema unknown

DescribeApplication

amazonaws_iotfleethub.DescribeApplication({
  "applicationId": ""
}, context)

Input

  • input object
    • applicationId required string

Output

UpdateApplication

amazonaws_iotfleethub.UpdateApplication({
  "applicationId": ""
}, context)

Input

  • input object
    • applicationId required string
    • applicationDescription string: An optional description of the web application.
    • applicationName string: The name of the web application.
    • clientToken string: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

Output

Output schema unknown

ListTagsForResource

amazonaws_iotfleethub.ListTagsForResource({
  "resourceArn": ""
}, context)

Input

  • input object
    • resourceArn required string

Output

TagResource

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

Input

  • input object
    • resourceArn required string
    • tags required object: The new or modified tags for the resource.

Output

UntagResource

amazonaws_iotfleethub.UntagResource({
  "resourceArn": "",
  "tagKeys": []
}, context)

Input

  • input object
    • resourceArn required string
    • tagKeys required array

Output

Definitions

ApplicationState

  • ApplicationState string (values: CREATING, DELETING, ACTIVE, CREATE_FAILED, DELETE_FAILED)

ApplicationSummaries

ApplicationSummary

  • ApplicationSummary object: A summary of information about a AWS IoT Device Management web application. Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
    • applicationCreationDate
    • applicationDescription
    • applicationId required
    • applicationLastUpdateDate
    • applicationName required
    • applicationState
    • applicationUrl required

Arn

  • Arn string

ClientRequestToken

  • ClientRequestToken string

ConflictException

CreateApplicationRequest

  • CreateApplicationRequest object
    • tags
    • applicationDescription
    • applicationName required
    • clientToken
    • roleArn required

CreateApplicationResponse

  • CreateApplicationResponse object
    • applicationArn required
    • applicationId required

DeleteApplicationRequest

  • DeleteApplicationRequest object

DeleteApplicationResponse

  • DeleteApplicationResponse object

DescribeApplicationRequest

  • DescribeApplicationRequest object

DescribeApplicationResponse

  • DescribeApplicationResponse object
    • tags
    • applicationArn required
    • applicationCreationDate required
    • applicationDescription
    • applicationId required
    • applicationLastUpdateDate required
    • applicationName required
    • applicationState required
    • applicationUrl required
    • errorMessage
    • roleArn required
    • ssoClientId

Description

  • Description string

ErrorMessage

  • ErrorMessage string

Id

  • Id string

InternalFailureException

InvalidRequestException

LimitExceededException

ListApplicationsRequest

  • ListApplicationsRequest object

ListApplicationsResponse

ListTagsForResourceRequest

  • ListTagsForResourceRequest object

ListTagsForResourceResponse

  • ListTagsForResourceResponse object
    • tags

Name

  • Name string

NextToken

  • NextToken string

ResourceArn

  • ResourceArn string

ResourceNotFoundException

SsoClientId

  • SsoClientId string

TagKey

  • TagKey string

TagKeyList

TagMap

  • TagMap object

TagResourceRequest

  • TagResourceRequest object
    • tags required

TagResourceResponse

  • TagResourceResponse object

TagValue

  • TagValue string

ThrottlingException

Timestamp

  • Timestamp integer

UntagResourceRequest

  • UntagResourceRequest object

UntagResourceResponse

  • UntagResourceResponse object

UpdateApplicationRequest

  • UpdateApplicationRequest object
    • applicationDescription
    • applicationName
    • clientToken

UpdateApplicationResponse

  • UpdateApplicationResponse object

Url

  • Url string