Skip to content

Latest commit

 

History

History

amazonaws_cloudhsm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@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: ""
});

.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": null,
  "TagList": null
}, context)

Input

  • input object
    • ResourceArn required
    • TagList required

Output

CreateHapg

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

Input

  • input object
    • Label required

Output

CreateHsm

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

Input

  • input object
    • ClientToken
    • EniIp
    • ExternalId
    • IamRoleArn required
    • SshKey required
    • SubnetId required
    • SubscriptionType required SubscriptionType
    • SyslogIp

Output

CreateLunaClient

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

Input

  • input object
    • Certificate required
    • Label

Output

DeleteHapg

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

Input

  • input object
    • HapgArn required

Output

DeleteHsm

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

Input

  • input object
    • HsmArn required

Output

DeleteLunaClient

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

Input

  • input object
    • ClientArn required

Output

DescribeHapg

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

Input

  • input object
    • HapgArn required

Output

DescribeHsm

amazonaws_cloudhsm.DescribeHsm({}, context)

Input

  • input object
    • HsmArn
    • HsmSerialNumber

Output

DescribeLunaClient

amazonaws_cloudhsm.DescribeLunaClient({}, context)

Input

  • input object
    • CertificateFingerprint
    • ClientArn

Output

GetConfig

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

Input

  • input object
    • ClientArn required
    • ClientVersion required
    • HapgList required

Output

ListAvailableZones

amazonaws_cloudhsm.ListAvailableZones({}, context)

Input

  • input object

Output

ListHapgs

amazonaws_cloudhsm.ListHapgs({}, context)

Input

  • input object
    • NextToken

Output

ListHsms

amazonaws_cloudhsm.ListHsms({}, context)

Input

  • input object
    • NextToken

Output

ListLunaClients

amazonaws_cloudhsm.ListLunaClients({}, context)

Input

  • input object
    • NextToken

Output

ListTagsForResource

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

Input

  • input object
    • ResourceArn required

Output

ModifyHapg

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

Input

  • input object

Output

ModifyHsm

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

Input

  • input object
    • EniIp
    • ExternalId
    • HsmArn required
    • IamRoleArn
    • SubnetId
    • SyslogIp

Output

ModifyLunaClient

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

Input

  • input object
    • Certificate required
    • ClientArn required

Output

RemoveTagsFromResource

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

Input

  • input object
    • ResourceArn required
    • TagKeyList required

Output

Definitions

AZ

  • AZ string

AZList

  • AZList array
    • items AZ

AddTagsToResourceRequest

  • AddTagsToResourceRequest object
    • ResourceArn required
    • TagList required

AddTagsToResourceResponse

  • AddTagsToResourceResponse object
    • Status required

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.
    • message
    • retryable

CreateHapgRequest

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

CreateHapgResponse

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

CreateHsmRequest

  • CreateHsmRequest object: Contains the inputs for the CreateHsm operation.
    • ClientToken
    • EniIp
    • ExternalId
    • IamRoleArn required
    • SshKey required
    • SubnetId required
    • SubscriptionType required SubscriptionType
    • SyslogIp

CreateHsmResponse

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

CreateLunaClientRequest

  • CreateLunaClientRequest object: Contains the inputs for the CreateLunaClient action.
    • Certificate required
    • Label

CreateLunaClientResponse

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

DeleteHapgRequest

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

DeleteHapgResponse

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

DeleteHsmRequest

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

DeleteHsmResponse

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

DeleteLunaClientRequest

  • DeleteLunaClientRequest object
    • ClientArn required

DeleteLunaClientResponse

  • DeleteLunaClientResponse object
    • Status required

DescribeHapgRequest

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

DescribeHapgResponse

  • DescribeHapgResponse object: Contains the output of the DescribeHapg action.
    • HapgArn
    • HapgSerial
    • HsmsLastActionFailed
    • HsmsPendingDeletion
    • HsmsPendingRegistration
    • Label
    • LastModifiedTimestamp
    • PartitionSerialList
    • State

DescribeHsmRequest

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

DescribeHsmResponse

  • DescribeHsmResponse object: Contains the output of the DescribeHsm operation.
    • AvailabilityZone
    • EniId
    • EniIp
    • HsmArn
    • HsmType
    • IamRoleArn
    • Partitions
    • SerialNumber
    • ServerCertLastUpdated
    • ServerCertUri
    • SoftwareVersion
    • SshKeyLastUpdated
    • SshPublicKey
    • Status
    • StatusDetails
    • SubnetId
    • SubscriptionEndDate
    • SubscriptionStartDate
    • SubscriptionType SubscriptionType
    • VendorName
    • VpcId

DescribeLunaClientRequest

  • DescribeLunaClientRequest object
    • CertificateFingerprint
    • ClientArn

DescribeLunaClientResponse

  • DescribeLunaClientResponse object
    • Certificate
    • CertificateFingerprint
    • ClientArn
    • Label
    • LastModifiedTimestamp

EniId

  • EniId string

ExternalId

  • ExternalId string

GetConfigRequest

  • GetConfigRequest object
    • ClientArn required
    • ClientVersion required
    • HapgList required

GetConfigResponse

  • GetConfigResponse object
    • ConfigCred
    • ConfigFile
    • ConfigType

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
    • AZList
      • items AZ

ListHapgsRequest

  • ListHapgsRequest object
    • NextToken

ListHapgsResponse

  • ListHapgsResponse object
    • HapgList required
    • NextToken

ListHsmsRequest

  • ListHsmsRequest object
    • NextToken

ListHsmsResponse

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

ListLunaClientsRequest

  • ListLunaClientsRequest object
    • NextToken

ListLunaClientsResponse

  • ListLunaClientsResponse object
    • ClientList required
    • NextToken

ListTagsForResourceRequest

  • ListTagsForResourceRequest object
    • ResourceArn required

ListTagsForResourceResponse

  • ListTagsForResourceResponse object
    • TagList required

ModifyHapgRequest

  • ModifyHapgRequest object

ModifyHapgResponse

  • ModifyHapgResponse object
    • HapgArn

ModifyHsmRequest

  • ModifyHsmRequest object: Contains the inputs for the ModifyHsm operation.
    • EniIp
    • ExternalId
    • HsmArn required
    • IamRoleArn
    • SubnetId
    • SyslogIp

ModifyHsmResponse

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

ModifyLunaClientRequest

  • ModifyLunaClientRequest object
    • Certificate required
    • ClientArn required

ModifyLunaClientResponse

  • ModifyLunaClientResponse object
    • ClientArn

PaginationToken

  • PaginationToken string

PartitionArn

  • PartitionArn string

PartitionList

PartitionSerial

  • PartitionSerial string

PartitionSerialList

RemoveTagsFromResourceRequest

  • RemoveTagsFromResourceRequest object
    • ResourceArn required
    • TagKeyList required

RemoveTagsFromResourceResponse

  • RemoveTagsFromResourceResponse object
    • Status required

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.
    • Key required
    • Value required

TagKey

  • TagKey string

TagKeyList

  • TagKeyList array

TagList

  • TagList array

TagValue

  • TagValue string

Timestamp

  • Timestamp string

VpcId

  • VpcId string