Amazon CloudHSM
amazonaws · Cloud
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 Clou
Authentication
Sample Requests
This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the <a href="https:
Hover any highlighted part to learn what it does
| X-Amz-Target | CloudHsmFrontendService.AddTagsToResource |
curl -X POST "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.AddTagsToResource" \ -H "X-Amz-Target: CloudHsmFrontendService.AddTagsToResource"
import requests
headers = {
"X-Amz-Target": "CloudHsmFrontendService.AddTagsToResource"
}
response = requests.post(
"https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.AddTagsToResource",
headers=headers,
)
print(response.json())const url = 'https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.AddTagsToResource';
const response = await fetch(url, {
method: 'POST',
headers: {
'X-Amz-Target': 'CloudHsmFrontendService.AddTagsToResource'
},
});
const data = await response.json();
console.log(data);package main
import (
"fmt"
"io"
"net/http"
)
func main() {
targetURL := "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.AddTagsToResource"
req, _ := http.NewRequest("POST", targetURL, nil)
req.Header.Set("X-Amz-Target", "CloudHsmFrontendService.AddTagsToResource")
client := &http.Client{}
resp, _ := client.Do(req)
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}require "net/http"
require "json"
uri = URI("https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.AddTagsToResource")
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = uri.scheme == "https"
req = Net::HTTP::Post.new(uri)
req["X-Amz-Target"] = "CloudHsmFrontendService.AddTagsToResource"
res = http.request(req)
puts JSON.parse(res.body)<?php
$url = "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.AddTagsToResource";
$opts = ["http" => [
"method" => "POST",
"header" => implode("\r\n", [
"X-Amz-Target: CloudHsmFrontendService.AddTagsToResource"
]),
]];
$ctx = stream_context_create($opts);
$res = file_get_contents($url, false, $ctx);
print_r(json_decode($res, true));This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the <a href="https:
Hover any highlighted part to learn what it does
| X-Amz-Target | CloudHsmFrontendService.CreateHapg |
curl -X POST "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHapg" \ -H "X-Amz-Target: CloudHsmFrontendService.CreateHapg"
import requests
headers = {
"X-Amz-Target": "CloudHsmFrontendService.CreateHapg"
}
response = requests.post(
"https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHapg",
headers=headers,
)
print(response.json())const url = 'https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHapg';
const response = await fetch(url, {
method: 'POST',
headers: {
'X-Amz-Target': 'CloudHsmFrontendService.CreateHapg'
},
});
const data = await response.json();
console.log(data);package main
import (
"fmt"
"io"
"net/http"
)
func main() {
targetURL := "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHapg"
req, _ := http.NewRequest("POST", targetURL, nil)
req.Header.Set("X-Amz-Target", "CloudHsmFrontendService.CreateHapg")
client := &http.Client{}
resp, _ := client.Do(req)
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}require "net/http"
require "json"
uri = URI("https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHapg")
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = uri.scheme == "https"
req = Net::HTTP::Post.new(uri)
req["X-Amz-Target"] = "CloudHsmFrontendService.CreateHapg"
res = http.request(req)
puts JSON.parse(res.body)<?php
$url = "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHapg";
$opts = ["http" => [
"method" => "POST",
"header" => implode("\r\n", [
"X-Amz-Target: CloudHsmFrontendService.CreateHapg"
]),
]];
$ctx = stream_context_create($opts);
$res = file_get_contents($url, false, $ctx);
print_r(json_decode($res, true));This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the <a href="https:
Hover any highlighted part to learn what it does
| X-Amz-Target | CloudHsmFrontendService.CreateHsm |
curl -X POST "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHsm" \ -H "X-Amz-Target: CloudHsmFrontendService.CreateHsm"
import requests
headers = {
"X-Amz-Target": "CloudHsmFrontendService.CreateHsm"
}
response = requests.post(
"https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHsm",
headers=headers,
)
print(response.json())const url = 'https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHsm';
const response = await fetch(url, {
method: 'POST',
headers: {
'X-Amz-Target': 'CloudHsmFrontendService.CreateHsm'
},
});
const data = await response.json();
console.log(data);package main
import (
"fmt"
"io"
"net/http"
)
func main() {
targetURL := "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHsm"
req, _ := http.NewRequest("POST", targetURL, nil)
req.Header.Set("X-Amz-Target", "CloudHsmFrontendService.CreateHsm")
client := &http.Client{}
resp, _ := client.Do(req)
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}require "net/http"
require "json"
uri = URI("https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHsm")
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = uri.scheme == "https"
req = Net::HTTP::Post.new(uri)
req["X-Amz-Target"] = "CloudHsmFrontendService.CreateHsm"
res = http.request(req)
puts JSON.parse(res.body)<?php
$url = "https://api.apis.guru/v2/specs/amazonaws.com/cloudhsm/2014-05-30/#X-Amz-Target=CloudHsmFrontendService.CreateHsm";
$opts = ["http" => [
"method" => "POST",
"header" => implode("\r\n", [
"X-Amz-Target: CloudHsmFrontendService.CreateHsm"
]),
]];
$ctx = stream_context_create($opts);
$res = file_get_contents($url, false, $ctx);
print_r(json_decode($res, true));Postman Setup Guide
- See official documentation for authentication and setup.
What can you build with Amazon CloudHSM?
Amazon CloudHSM is a Cloud API. Developers commonly use cloud APIs for:
- provisioning and managing cloud infrastructure
- automating deployments and container orchestration
- monitoring uptime and performance metrics
- managing storage buckets and databases
- setting up auto-scaling and load balancing
No authentication required. This API is open — no signup or key needed. Ideal for quick prototypes and public-facing features. Amazon CloudHSM is free to use, making it a low-risk choice to experiment with.
New to APIs? Read our beginner's guide · Learn about API keys · What is REST?