Class: Aws::CloudHSM::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::CloudHSM::Client
- Includes:
- Aws::ClientStubs
- Defined in:
- lib/aws-sdk-cloudhsm/client.rb
Overview
An API client for CloudHSM. To construct a client, you need to configure a ‘:region` and `:credentials`.
client = Aws::CloudHSM::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
See #initialize for a full list of supported configuration options.
Class Attribute Summary collapse
- .identifier ⇒ Object readonly private
API Operations collapse
-
#add_tags_to_resource(params = {}) ⇒ Types::AddTagsToResourceResponse
This is documentation for **AWS CloudHSM Classic**.
-
#create_hapg(params = {}) ⇒ Types::CreateHapgResponse
This is documentation for **AWS CloudHSM Classic**.
-
#create_hsm(params = {}) ⇒ Types::CreateHsmResponse
This is documentation for **AWS CloudHSM Classic**.
-
#create_luna_client(params = {}) ⇒ Types::CreateLunaClientResponse
This is documentation for **AWS CloudHSM Classic**.
-
#delete_hapg(params = {}) ⇒ Types::DeleteHapgResponse
This is documentation for **AWS CloudHSM Classic**.
-
#delete_hsm(params = {}) ⇒ Types::DeleteHsmResponse
This is documentation for **AWS CloudHSM Classic**.
-
#delete_luna_client(params = {}) ⇒ Types::DeleteLunaClientResponse
This is documentation for **AWS CloudHSM Classic**.
-
#describe_hapg(params = {}) ⇒ Types::DescribeHapgResponse
This is documentation for **AWS CloudHSM Classic**.
-
#describe_hsm(params = {}) ⇒ Types::DescribeHsmResponse
This is documentation for **AWS CloudHSM Classic**.
-
#describe_luna_client(params = {}) ⇒ Types::DescribeLunaClientResponse
This is documentation for **AWS CloudHSM Classic**.
-
#get_config(params = {}) ⇒ Types::GetConfigResponse
This is documentation for **AWS CloudHSM Classic**.
-
#list_available_zones(params = {}) ⇒ Types::ListAvailableZonesResponse
This is documentation for **AWS CloudHSM Classic**.
-
#list_hapgs(params = {}) ⇒ Types::ListHapgsResponse
This is documentation for **AWS CloudHSM Classic**.
-
#list_hsms(params = {}) ⇒ Types::ListHsmsResponse
This is documentation for **AWS CloudHSM Classic**.
-
#list_luna_clients(params = {}) ⇒ Types::ListLunaClientsResponse
This is documentation for **AWS CloudHSM Classic**.
-
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
This is documentation for **AWS CloudHSM Classic**.
-
#modify_hapg(params = {}) ⇒ Types::ModifyHapgResponse
This is documentation for **AWS CloudHSM Classic**.
-
#modify_hsm(params = {}) ⇒ Types::ModifyHsmResponse
This is documentation for **AWS CloudHSM Classic**.
-
#modify_luna_client(params = {}) ⇒ Types::ModifyLunaClientResponse
This is documentation for **AWS CloudHSM Classic**.
-
#remove_tags_from_resource(params = {}) ⇒ Types::RemoveTagsFromResourceResponse
This is documentation for **AWS CloudHSM Classic**.
Class Method Summary collapse
- .errors_module ⇒ Object private
Instance Method Summary collapse
- #build_request(operation_name, params = {}) ⇒ Object private
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
- #waiter_names ⇒ Object deprecated private Deprecated.
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
480 481 482 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 480 def initialize(*args) super end |
Class Attribute Details
.identifier ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1683 1684 1685 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1683 def identifier @identifier end |
Class Method Details
.errors_module ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1686 1687 1688 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1686 def errors_module Errors end |
Instance Method Details
#add_tags_to_resource(params = {}) ⇒ Types::AddTagsToResourceResponse
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].
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.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
540 541 542 543 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 540 def (params = {}, = {}) req = build_request(:add_tags_to_resource, params) req.send_request() end |
#build_request(operation_name, params = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1656 def build_request(operation_name, params = {}) handlers = @handlers.for(operation_name) tracer = config.telemetry_provider.tracer_provider.tracer( Aws::Telemetry.module_to_tracer_name('Aws::CloudHSM') ) context = Seahorse::Client::RequestContext.new( operation_name: operation_name, operation: config.api.operation(operation_name), client: self, params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudhsm' context[:gem_version] = '1.79.0' Seahorse::Client::Request.new(handlers, context) end |
#create_hapg(params = {}) ⇒ Types::CreateHapgResponse
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].
Creates a high-availability partition group. A high-availability partition group is a group of partitions that spans multiple physical HSMs.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
588 589 590 591 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 588 def create_hapg(params = {}, = {}) req = build_request(:create_hapg, params) req.send_request() end |
#create_hsm(params = {}) ⇒ Types::CreateHsmResponse
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].
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`.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/ [7]: console.aws.amazon.com/support/home
683 684 685 686 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 683 def create_hsm(params = {}, = {}) req = build_request(:create_hsm, params) req.send_request() end |
#create_luna_client(params = {}) ⇒ Types::CreateLunaClientResponse
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].
Creates an HSM client.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
734 735 736 737 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 734 def create_luna_client(params = {}, = {}) req = build_request(:create_luna_client, params) req.send_request() end |
#delete_hapg(params = {}) ⇒ Types::DeleteHapgResponse
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].
Deletes a high-availability partition group.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
780 781 782 783 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 780 def delete_hapg(params = {}, = {}) req = build_request(:delete_hapg, params) req.send_request() end |
#delete_hsm(params = {}) ⇒ Types::DeleteHsmResponse
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].
Deletes an HSM. After completion, this operation cannot be undone and your key material cannot be recovered.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
827 828 829 830 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 827 def delete_hsm(params = {}, = {}) req = build_request(:delete_hsm, params) req.send_request() end |
#delete_luna_client(params = {}) ⇒ Types::DeleteLunaClientResponse
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].
Deletes a client.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
873 874 875 876 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 873 def delete_luna_client(params = {}, = {}) req = build_request(:delete_luna_client, params) req.send_request() end |
#describe_hapg(params = {}) ⇒ Types::DescribeHapgResponse
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].
Retrieves information about a high-availability partition group.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
939 940 941 942 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 939 def describe_hapg(params = {}, = {}) req = build_request(:describe_hapg, params) req.send_request() end |
#describe_hsm(params = {}) ⇒ Types::DescribeHsmResponse
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].
Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1033 1034 1035 1036 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1033 def describe_hsm(params = {}, = {}) req = build_request(:describe_hsm, params) req.send_request() end |
#describe_luna_client(params = {}) ⇒ Types::DescribeLunaClientResponse
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].
Retrieves information about an HSM client.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1091 1092 1093 1094 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1091 def describe_luna_client(params = {}, = {}) req = build_request(:describe_luna_client, params) req.send_request() end |
#get_config(params = {}) ⇒ Types::GetConfigResponse
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].
Gets the configuration files necessary to connect to all high availability partition groups the client is associated with.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1151 1152 1153 1154 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1151 def get_config(params = {}, = {}) req = build_request(:get_config, params) req.send_request() end |
#list_available_zones(params = {}) ⇒ Types::ListAvailableZonesResponse
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].
Lists the Availability Zones that have available AWS CloudHSM capacity.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1190 1191 1192 1193 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1190 def list_available_zones(params = {}, = {}) req = build_request(:list_available_zones, params) req.send_request() end |
#list_hapgs(params = {}) ⇒ Types::ListHapgsResponse
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].
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.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1245 1246 1247 1248 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1245 def list_hapgs(params = {}, = {}) req = build_request(:list_hapgs, params) req.send_request() end |
#list_hsms(params = {}) ⇒ Types::ListHsmsResponse
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].
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.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1301 1302 1303 1304 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1301 def list_hsms(params = {}, = {}) req = build_request(:list_hsms, params) req.send_request() end |
#list_luna_clients(params = {}) ⇒ Types::ListLunaClientsResponse
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].
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.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1356 1357 1358 1359 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1356 def list_luna_clients(params = {}, = {}) req = build_request(:list_luna_clients, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
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].
Returns a list of all tags for the specified AWS CloudHSM resource.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1404 1405 1406 1407 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1404 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#modify_hapg(params = {}) ⇒ Types::ModifyHapgResponse
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].
Modifies an existing high-availability partition group.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1459 1460 1461 1462 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1459 def modify_hapg(params = {}, = {}) req = build_request(:modify_hapg, params) req.send_request() end |
#modify_hsm(params = {}) ⇒ Types::ModifyHsmResponse
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].
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.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1538 1539 1540 1541 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1538 def modify_hsm(params = {}, = {}) req = build_request(:modify_hsm, params) req.send_request() end |
#modify_luna_client(params = {}) ⇒ Types::ModifyLunaClientResponse
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].
Modifies the certificate used by the client.
This action can potentially start a workflow to install the new certificate on the client’s HSMs.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1591 1592 1593 1594 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1591 def modify_luna_client(params = {}, = {}) req = build_request(:modify_luna_client, params) req.send_request() end |
#remove_tags_from_resource(params = {}) ⇒ Types::RemoveTagsFromResourceResponse
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].
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.
[1]: aws.amazon.com/cloudhsm/faqs-classic/ [2]: docs.aws.amazon.com/cloudhsm/classic/userguide/ [3]: docs.aws.amazon.com/cloudhsm/classic/APIReference/ [4]: aws.amazon.com/cloudhsm/ [5]: docs.aws.amazon.com/cloudhsm/latest/userguide/ [6]: docs.aws.amazon.com/cloudhsm/latest/APIReference/
1647 1648 1649 1650 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1647 def (params = {}, = {}) req = build_request(:remove_tags_from_resource, params) req.send_request() end |
#waiter_names ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1676 1677 1678 |
# File 'lib/aws-sdk-cloudhsm/client.rb', line 1676 def waiter_names [] end |