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_cloudhsm

v5.0.0

Published

DataFire integration for Amazon CloudHSM

Downloads

12

Readme

@datafire/amazonaws_cloudhsm

Client library for Amazon CloudHSM

Installation and Usage

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

amazonaws_cloudhsm.AddTagsToResource({
  "ResourceArn": "",
  "TagList": []
}).then(data => {
  console.log(data);
});

Description

AWS CloudHSM Service This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.

Actions

AddTagsToResource

amazonaws_cloudhsm.AddTagsToResource({
  "ResourceArn": "",
  "TagList": []
}, context)

Input

Output

CreateHapg

amazonaws_cloudhsm.CreateHapg({
  "Label": ""
}, context)

Input

  • input object

Output

CreateHsm

amazonaws_cloudhsm.CreateHsm({
  "SubnetId": "",
  "SshKey": "",
  "IamRoleArn": "",
  "SubscriptionType": ""
}, context)

Input

Output

CreateLunaClient

amazonaws_cloudhsm.CreateLunaClient({
  "Certificate": ""
}, context)

Input

Output

DeleteHapg

amazonaws_cloudhsm.DeleteHapg({
  "HapgArn": ""
}, context)

Input

  • input object

Output

DeleteHsm

amazonaws_cloudhsm.DeleteHsm({
  "HsmArn": ""
}, context)

Input

  • input object

Output

DeleteLunaClient

amazonaws_cloudhsm.DeleteLunaClient({
  "ClientArn": ""
}, context)

Input

Output

DescribeHapg

amazonaws_cloudhsm.DescribeHapg({
  "HapgArn": ""
}, context)

Input

  • input object

Output

DescribeHsm

amazonaws_cloudhsm.DescribeHsm({}, context)

Input

Output

DescribeLunaClient

amazonaws_cloudhsm.DescribeLunaClient({}, context)

Input

Output

GetConfig

amazonaws_cloudhsm.GetConfig({
  "ClientArn": "",
  "ClientVersion": "",
  "HapgList": []
}, context)

Input

Output

ListAvailableZones

amazonaws_cloudhsm.ListAvailableZones({}, context)

Input

  • input object

Output

ListHapgs

amazonaws_cloudhsm.ListHapgs({}, context)

Input

Output

ListHsms

amazonaws_cloudhsm.ListHsms({}, context)

Input

Output

ListLunaClients

amazonaws_cloudhsm.ListLunaClients({}, context)

Input

Output

ListTagsForResource

amazonaws_cloudhsm.ListTagsForResource({
  "ResourceArn": ""
}, context)

Input

  • input object

Output

ModifyHapg

amazonaws_cloudhsm.ModifyHapg({
  "HapgArn": ""
}, context)

Input

Output

ModifyHsm

amazonaws_cloudhsm.ModifyHsm({
  "HsmArn": ""
}, context)

Input

Output

ModifyLunaClient

amazonaws_cloudhsm.ModifyLunaClient({
  "ClientArn": "",
  "Certificate": ""
}, context)

Input

Output

RemoveTagsFromResource

amazonaws_cloudhsm.RemoveTagsFromResource({
  "ResourceArn": "",
  "TagKeyList": []
}, context)

Input

Output

Definitions

AZ

  • AZ string

AZList

  • AZList array

AddTagsToResourceRequest

  • AddTagsToResourceRequest object

AddTagsToResourceResponse

  • AddTagsToResourceResponse object

Boolean

  • Boolean boolean

Certificate

  • Certificate string

CertificateFingerprint

  • CertificateFingerprint string

ClientArn

  • ClientArn string

ClientLabel

  • ClientLabel string

ClientList

ClientToken

  • ClientToken string

ClientVersion

  • ClientVersion string (values: 5.1, 5.3)

CloudHsmInternalException

  • CloudHsmInternalException object: Indicates that an internal error occurred.

CloudHsmObjectState

  • CloudHsmObjectState string (values: READY, UPDATING, DEGRADED)

CloudHsmServiceException

  • CloudHsmServiceException object: Indicates that an exception occurred in the AWS CloudHSM service.

CreateHapgRequest

  • CreateHapgRequest object: Contains the inputs for the CreateHapgRequest action.

CreateHapgResponse

  • CreateHapgResponse object: Contains the output of the CreateHAPartitionGroup action.

CreateHsmRequest

CreateHsmResponse

  • CreateHsmResponse object: Contains the output of the CreateHsm operation.

CreateLunaClientRequest

  • CreateLunaClientRequest object: Contains the inputs for the CreateLunaClient action.

CreateLunaClientResponse

  • CreateLunaClientResponse object: Contains the output of the CreateLunaClient action.

DeleteHapgRequest

  • DeleteHapgRequest object: Contains the inputs for the DeleteHapg action.

DeleteHapgResponse

  • DeleteHapgResponse object: Contains the output of the DeleteHapg action.

DeleteHsmRequest

  • DeleteHsmRequest object: Contains the inputs for the DeleteHsm operation.

DeleteHsmResponse

  • DeleteHsmResponse object: Contains the output of the DeleteHsm operation.

DeleteLunaClientRequest

  • DeleteLunaClientRequest object

DeleteLunaClientResponse

  • DeleteLunaClientResponse object

DescribeHapgRequest

  • DescribeHapgRequest object: Contains the inputs for the DescribeHapg action.

DescribeHapgResponse

DescribeHsmRequest

  • DescribeHsmRequest object: Contains the inputs for the DescribeHsm operation.

DescribeHsmResponse

DescribeLunaClientRequest

DescribeLunaClientResponse

EniId

  • EniId string

ExternalId

  • ExternalId string

GetConfigRequest

GetConfigResponse

HapgArn

  • HapgArn string

HapgList

HsmArn

  • HsmArn string: An ARN that identifies an HSM.

HsmList

  • HsmList array: Contains a list of ARNs that identify the HSMs.

HsmSerialNumber

  • HsmSerialNumber string

HsmStatus

  • HsmStatus string (values: PENDING, RUNNING, UPDATING, SUSPENDED, TERMINATING, TERMINATED, DEGRADED)

IamRoleArn

  • IamRoleArn string

InvalidRequestException

  • InvalidRequestException object: Indicates that one or more of the request parameters are not valid.

IpAddress

  • IpAddress string

Label

  • Label string

ListAvailableZonesRequest

  • ListAvailableZonesRequest object: Contains the inputs for the ListAvailableZones action.

ListAvailableZonesResponse

  • ListAvailableZonesResponse object

ListHapgsRequest

ListHapgsResponse

ListHsmsRequest

ListHsmsResponse

  • ListHsmsResponse object: Contains the output of the ListHsms operation.

ListLunaClientsRequest

ListLunaClientsResponse

ListTagsForResourceRequest

  • ListTagsForResourceRequest object

ListTagsForResourceResponse

  • ListTagsForResourceResponse object

ModifyHapgRequest

ModifyHapgResponse

  • ModifyHapgResponse object

ModifyHsmRequest

ModifyHsmResponse

  • ModifyHsmResponse object: Contains the output of the ModifyHsm operation.

ModifyLunaClientRequest

ModifyLunaClientResponse

  • ModifyLunaClientResponse object

PaginationToken

  • PaginationToken string

PartitionArn

  • PartitionArn string

PartitionList

PartitionSerial

  • PartitionSerial string

PartitionSerialList

RemoveTagsFromResourceRequest

  • RemoveTagsFromResourceRequest object

RemoveTagsFromResourceResponse

  • RemoveTagsFromResourceResponse object

SshKey

  • SshKey string

String

  • String string

SubnetId

  • SubnetId string

SubscriptionType

  • SubscriptionType string (values: PRODUCTION): Specifies the type of subscription for the HSM. PRODUCTION - The HSM is being used in a production environment. TRIAL - The HSM is being used in a product trial.

Tag

  • Tag object: A key-value pair that identifies or specifies metadata about an AWS CloudHSM resource.

TagKey

  • TagKey string

TagKeyList

TagList

  • TagList array

TagValue

  • TagValue string

Timestamp

  • Timestamp string

VpcId

  • VpcId string