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_outposts

v5.0.0

Published

DataFire integration for AWS Outposts

Downloads

7

Readme

@datafire/amazonaws_outposts

Client library for AWS Outposts

Installation and Usage

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

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

Description

AWS Outposts is a fully-managed service that extends AWS infrastructure, APIs, and tools to customer premises. By providing local access to AWS-managed infrastructure, AWS Outposts enables customers to build and run applications on premises using the same programming interfaces as in AWS Regions, while using local compute and storage resources for lower latency and local data processing needs.

Actions

ListOutposts

amazonaws_outposts.ListOutposts({}, context)

Input

  • input object
    • NextToken string
    • MaxResults integer

Output

CreateOutpost

amazonaws_outposts.CreateOutpost({
  "Name": "",
  "SiteId": ""
}, context)

Input

  • input object
    • AvailabilityZone string: The Availability Zone. You must specify AvailabilityZone or AvailabilityZoneId.
    • AvailabilityZoneId string: The ID of the Availability Zone. You must specify AvailabilityZone or AvailabilityZoneId.
    • Description string: The Outpost description.
    • Name required string: The name of the Outpost.
    • SiteId required string: The ID of the site.
    • Tags object: The tags to apply to the Outpost.

Output

DeleteOutpost

amazonaws_outposts.DeleteOutpost({
  "OutpostId": ""
}, context)

Input

  • input object
    • OutpostId required string

Output

GetOutpost

amazonaws_outposts.GetOutpost({
  "OutpostId": ""
}, context)

Input

  • input object
    • OutpostId required string

Output

GetOutpostInstanceTypes

amazonaws_outposts.GetOutpostInstanceTypes({
  "OutpostId": ""
}, context)

Input

  • input object
    • OutpostId required string
    • NextToken string
    • MaxResults integer

Output

ListSites

amazonaws_outposts.ListSites({}, context)

Input

  • input object
    • NextToken string
    • MaxResults integer

Output

DeleteSite

amazonaws_outposts.DeleteSite({
  "SiteId": ""
}, context)

Input

  • input object
    • SiteId required string

Output

Definitions

AccessDeniedException

AccountId

  • AccountId string: The ID of the AWS account.

AvailabilityZone

  • AvailabilityZone string: The Availability Zone. You must specify AvailabilityZone or AvailabilityZoneId.

AvailabilityZoneId

  • AvailabilityZoneId string: The ID of the Availability Zone. You must specify AvailabilityZone or AvailabilityZoneId.

CreateOutpostInput

CreateOutpostOutput

  • CreateOutpostOutput object

DeleteOutpostInput

  • DeleteOutpostInput object

DeleteOutpostOutput

  • DeleteOutpostOutput object

DeleteSiteInput

  • DeleteSiteInput object

DeleteSiteOutput

  • DeleteSiteOutput object

GetOutpostInput

  • GetOutpostInput object

GetOutpostInstanceTypesInput

  • GetOutpostInstanceTypesInput object

GetOutpostInstanceTypesOutput

GetOutpostOutput

  • GetOutpostOutput object

InstanceType

  • InstanceType string: The instance type.

InstanceTypeItem

  • InstanceTypeItem object: Information about an instance type.

InstanceTypeListDefinition

  • InstanceTypeListDefinition array: Information about the instance types.

InternalServerException

LifeCycleStatus

  • LifeCycleStatus string: The life cycle status.

ListOutpostsInput

  • ListOutpostsInput object

ListOutpostsOutput

ListSitesInput

  • ListSitesInput object

ListSitesOutput

MaxResults1000

  • MaxResults1000 integer: The maximum page size.

NotFoundException

Outpost

OutpostArn

  • OutpostArn string: The Amazon Resource Name (ARN) of the Outpost.

OutpostDescription

  • OutpostDescription string: The Outpost description.

OutpostId

  • OutpostId string: The ID of the Outpost.

OutpostName

  • OutpostName string: The name of the Outpost.

OwnerId

  • OwnerId string: The AWS account ID of the Outpost owner.

ServiceQuotaExceededException

Site

SiteDescription

  • SiteDescription string: The description of the site.

SiteId

  • SiteId string: The ID of the site.

SiteName

  • SiteName string: The name of the site.

TagKey

  • TagKey string

TagMap

  • TagMap object

TagValue

  • TagValue string

Token

  • Token string: The pagination token.

ValidationException

outpostListDefinition

  • outpostListDefinition array: Information about the Outposts.

siteListDefinition

  • siteListDefinition array: Information about the sites.