Awso_cloudhsm_syncSourceval add_tags_to_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.AddTagsToResourceRequest.t ->
(Awso_cloudhsm.Values.AddTagsToResourceResponse.t,
Awso_cloudhsm.Values.AddTagsToResourceResponse.error)
Result.tval create_hapg :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.CreateHapgRequest.t ->
(Awso_cloudhsm.Values.CreateHapgResponse.t,
Awso_cloudhsm.Values.CreateHapgResponse.error)
Result.tval create_hsm :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.CreateHsmRequest.t ->
(Awso_cloudhsm.Values.CreateHsmResponse.t,
Awso_cloudhsm.Values.CreateHsmResponse.error)
Result.tval create_luna_client :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.CreateLunaClientRequest.t ->
(Awso_cloudhsm.Values.CreateLunaClientResponse.t,
Awso_cloudhsm.Values.CreateLunaClientResponse.error)
Result.tval delete_hapg :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.DeleteHapgRequest.t ->
(Awso_cloudhsm.Values.DeleteHapgResponse.t,
Awso_cloudhsm.Values.DeleteHapgResponse.error)
Result.tval delete_hsm :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.DeleteHsmRequest.t ->
(Awso_cloudhsm.Values.DeleteHsmResponse.t,
Awso_cloudhsm.Values.DeleteHsmResponse.error)
Result.tval delete_luna_client :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.DeleteLunaClientRequest.t ->
(Awso_cloudhsm.Values.DeleteLunaClientResponse.t,
Awso_cloudhsm.Values.DeleteLunaClientResponse.error)
Result.tval describe_hapg :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.DescribeHapgRequest.t ->
(Awso_cloudhsm.Values.DescribeHapgResponse.t,
Awso_cloudhsm.Values.DescribeHapgResponse.error)
Result.tval describe_hsm :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.DescribeHsmRequest.t ->
(Awso_cloudhsm.Values.DescribeHsmResponse.t,
Awso_cloudhsm.Values.DescribeHsmResponse.error)
Result.tval describe_luna_client :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.DescribeLunaClientRequest.t ->
(Awso_cloudhsm.Values.DescribeLunaClientResponse.t,
Awso_cloudhsm.Values.DescribeLunaClientResponse.error)
Result.tval get_config :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.GetConfigRequest.t ->
(Awso_cloudhsm.Values.GetConfigResponse.t,
Awso_cloudhsm.Values.GetConfigResponse.error)
Result.tval list_available_zones :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.ListAvailableZonesRequest.t ->
(Awso_cloudhsm.Values.ListAvailableZonesResponse.t,
Awso_cloudhsm.Values.ListAvailableZonesResponse.error)
Result.tval list_hapgs :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.ListHapgsRequest.t ->
(Awso_cloudhsm.Values.ListHapgsResponse.t,
Awso_cloudhsm.Values.ListHapgsResponse.error)
Result.tval list_hsms :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.ListHsmsRequest.t ->
(Awso_cloudhsm.Values.ListHsmsResponse.t,
Awso_cloudhsm.Values.ListHsmsResponse.error)
Result.tval list_luna_clients :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.ListLunaClientsRequest.t ->
(Awso_cloudhsm.Values.ListLunaClientsResponse.t,
Awso_cloudhsm.Values.ListLunaClientsResponse.error)
Result.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.ListTagsForResourceRequest.t ->
(Awso_cloudhsm.Values.ListTagsForResourceResponse.t,
Awso_cloudhsm.Values.ListTagsForResourceResponse.error)
Result.tval modify_hapg :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.ModifyHapgRequest.t ->
(Awso_cloudhsm.Values.ModifyHapgResponse.t,
Awso_cloudhsm.Values.ModifyHapgResponse.error)
Result.tval modify_hsm :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.ModifyHsmRequest.t ->
(Awso_cloudhsm.Values.ModifyHsmResponse.t,
Awso_cloudhsm.Values.ModifyHsmResponse.error)
Result.tval modify_luna_client :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.ModifyLunaClientRequest.t ->
(Awso_cloudhsm.Values.ModifyLunaClientResponse.t,
Awso_cloudhsm.Values.ModifyLunaClientResponse.error)
Result.tval remove_tags_from_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudhsm.Values.RemoveTagsFromResourceRequest.t ->
(Awso_cloudhsm.Values.RemoveTagsFromResourceResponse.t,
Awso_cloudhsm.Values.RemoveTagsFromResourceResponse.error)
Result.tinclude module type of struct include Awso_cloudhsm.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]A key-value pair that identifies or specifies metadata about an AWS CloudHSM resource.
An ARN that identifies an HSM.
Indicates that an internal error occurred.
Indicates that an exception occurred in the AWS CloudHSM service.
Indicates that one or more of the request parameters are not valid.
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.
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.
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.
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.
Contains the output of the ModifyHsm operation.
Contains the inputs for the ModifyHsm operation.
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.
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.
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.
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.
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.
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.
Contains the output of the ListHsms operation.
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.
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.
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.
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.
Contains the inputs for the ListAvailableZones action.
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.
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.
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.
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.
Contains the output of the DescribeHsm operation.
Contains the inputs for the DescribeHsm operation.
Contains the output of the DescribeHapg action.
Contains the inputs for the DescribeHapg action.
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.
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.
Contains the output of the DeleteHsm operation.
Contains the inputs for the DeleteHsm operation.
Contains the output of the DeleteHapg action.
Contains the inputs for the DeleteHapg action.
Contains the output of the CreateLunaClient action.
Contains the inputs for the CreateLunaClient action.
Contains the output of the CreateHsm operation.
Contains the inputs for the CreateHsm operation.
Contains the output of the CreateHAPartitionGroup action.
Contains the inputs for the CreateHapgRequest action.
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.
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.