The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::CloudHSM - Perl Interface to AWS Amazon CloudHSM

SYNOPSIS

  use Paws;

  my $obj = Paws->service('CloudHSM');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

DESCRIPTION

AWS CloudHSM Service

METHODS

AddTagsToResource(ResourceArn => Str, TagList => ArrayRef[Paws::CloudHSM::Tag])

Each argument is described in detail in: Paws::CloudHSM::AddTagsToResource

Returns: a Paws::CloudHSM::AddTagsToResourceResponse instance

  Adds or overwrites one or more tags for the specified AWS CloudHSM
resource.

Each tag consists of a key and a value. Tag keys must be unique to each resource.

CreateHapg(Label => Str)

Each argument is described in detail in: Paws::CloudHSM::CreateHapg

Returns: a Paws::CloudHSM::CreateHapgResponse instance

  Creates a high-availability partition group. A high-availability
partition group is a group of partitions that spans multiple physical
HSMs.

CreateHsm(IamRoleArn => Str, SshKey => Str, SubnetId => Str, SubscriptionType => Str, [ClientToken => Str, EniIp => Str, ExternalId => Str, SyslogIp => Str])

Each argument is described in detail in: Paws::CloudHSM::CreateHsm

Returns: a Paws::CloudHSM::CreateHsmResponse instance

  Creates an uninitialized HSM instance.

There is an upfront fee charged for each HSM instance that you create with the CreateHsm operation. If you accidentally provision an HSM and want to request a refund, delete the instance using the DeleteHsm operation, go to the AWS Support Center, create a new case, and select Account and Billing Support.

It can take up to 20 minutes to create and provision an HSM. You can monitor the status of the HSM with the DescribeHsm operation. The HSM is ready to be initialized when the status changes to RUNNING.

CreateLunaClient(Certificate => Str, [Label => Str])

Each argument is described in detail in: Paws::CloudHSM::CreateLunaClient

Returns: a Paws::CloudHSM::CreateLunaClientResponse instance

  Creates an HSM client.

DeleteHapg(HapgArn => Str)

Each argument is described in detail in: Paws::CloudHSM::DeleteHapg

Returns: a Paws::CloudHSM::DeleteHapgResponse instance

  Deletes a high-availability partition group.

DeleteHsm(HsmArn => Str)

Each argument is described in detail in: Paws::CloudHSM::DeleteHsm

Returns: a Paws::CloudHSM::DeleteHsmResponse instance

  Deletes an HSM. After completion, this operation cannot be undone and
your key material cannot be recovered.

DeleteLunaClient(ClientArn => Str)

Each argument is described in detail in: Paws::CloudHSM::DeleteLunaClient

Returns: a Paws::CloudHSM::DeleteLunaClientResponse instance

  Deletes a client.

DescribeHapg(HapgArn => Str)

Each argument is described in detail in: Paws::CloudHSM::DescribeHapg

Returns: a Paws::CloudHSM::DescribeHapgResponse instance

  Retrieves information about a high-availability partition group.

DescribeHsm([HsmArn => Str, HsmSerialNumber => Str])

Each argument is described in detail in: Paws::CloudHSM::DescribeHsm

Returns: a Paws::CloudHSM::DescribeHsmResponse instance

  Retrieves information about an HSM. You can identify the HSM by its ARN
or its serial number.

DescribeLunaClient([CertificateFingerprint => Str, ClientArn => Str])

Each argument is described in detail in: Paws::CloudHSM::DescribeLunaClient

Returns: a Paws::CloudHSM::DescribeLunaClientResponse instance

  Retrieves information about an HSM client.

GetConfig(ClientArn => Str, ClientVersion => Str, HapgList => ArrayRef[Str])

Each argument is described in detail in: Paws::CloudHSM::GetConfig

Returns: a Paws::CloudHSM::GetConfigResponse instance

  Gets the configuration files necessary to connect to all high
availability partition groups the client is associated with.

ListAvailableZones()

Each argument is described in detail in: Paws::CloudHSM::ListAvailableZones

Returns: a Paws::CloudHSM::ListAvailableZonesResponse instance

  Lists the Availability Zones that have available AWS CloudHSM capacity.

ListHapgs([NextToken => Str])

Each argument is described in detail in: Paws::CloudHSM::ListHapgs

Returns: a Paws::CloudHSM::ListHapgsResponse instance

  Lists the high-availability partition groups for the account.

This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHapgs to retrieve the next set of items.

ListHsms([NextToken => Str])

Each argument is described in detail in: Paws::CloudHSM::ListHsms

Returns: a Paws::CloudHSM::ListHsmsResponse instance

  Retrieves the identifiers of all of the HSMs provisioned for the
current customer.

This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHsms to retrieve the next set of items.

ListLunaClients([NextToken => Str])

Each argument is described in detail in: Paws::CloudHSM::ListLunaClients

Returns: a Paws::CloudHSM::ListLunaClientsResponse instance

  Lists all of the clients.

This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListLunaClients to retrieve the next set of items.

ListTagsForResource(ResourceArn => Str)

Each argument is described in detail in: Paws::CloudHSM::ListTagsForResource

Returns: a Paws::CloudHSM::ListTagsForResourceResponse instance

  Returns a list of all tags for the specified AWS CloudHSM resource.

ModifyHapg(HapgArn => Str, [Label => Str, PartitionSerialList => ArrayRef[Str]])

Each argument is described in detail in: Paws::CloudHSM::ModifyHapg

Returns: a Paws::CloudHSM::ModifyHapgResponse instance

  Modifies an existing high-availability partition group.

ModifyHsm(HsmArn => Str, [EniIp => Str, ExternalId => Str, IamRoleArn => Str, SubnetId => Str, SyslogIp => Str])

Each argument is described in detail in: Paws::CloudHSM::ModifyHsm

Returns: a Paws::CloudHSM::ModifyHsmResponse instance

  Modifies an HSM.

This operation can result in the HSM being offline for up to 15 minutes while the AWS CloudHSM service is reconfigured. If you are modifying a production HSM, you should ensure that your AWS CloudHSM service is configured for high availability, and consider executing this operation during a maintenance window.

ModifyLunaClient(Certificate => Str, ClientArn => Str)

Each argument is described in detail in: Paws::CloudHSM::ModifyLunaClient

Returns: a Paws::CloudHSM::ModifyLunaClientResponse instance

  Modifies the certificate used by the client.

This action can potentially start a workflow to install the new certificate on the client's HSMs.

RemoveTagsFromResource(ResourceArn => Str, TagKeyList => ArrayRef[Str])

Each argument is described in detail in: Paws::CloudHSM::RemoveTagsFromResource

Returns: a Paws::CloudHSM::RemoveTagsFromResourceResponse instance

  Removes one or more tags from the specified AWS CloudHSM resource.

To remove a tag, specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues