Amazon PrivateLink · Schema
ServiceDetail
ServiceDetail schema from Amazon PrivateLink API
NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services
Properties
| Name | Type | Description |
|---|---|---|
| ServiceName | string | Name of the endpoint service |
| ServiceId | string | Unique ID of the endpoint service |
| ServiceType | array | Type of service |
| AvailabilityZones | array | Availability zones |
| Owner | string | Owner AWS account ID |
| BaseEndpointDnsNames | array | Base DNS names for the endpoint service |
| PrivateDnsName | string | Private DNS name |
| AcceptanceRequired | boolean | Whether acceptance is required |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-privatelink/refs/heads/main/json-schema/amazon-privatelink-service-detail-schema.json",
"title": "ServiceDetail",
"description": "ServiceDetail schema from Amazon PrivateLink API",
"type": "object",
"properties": {
"ServiceName": {
"type": "string",
"description": "Name of the endpoint service"
},
"ServiceId": {
"type": "string",
"description": "Unique ID of the endpoint service"
},
"ServiceType": {
"type": "array",
"items": {
"type": "object"
},
"description": "Type of service"
},
"AvailabilityZones": {
"type": "array",
"items": {
"type": "string"
},
"description": "Availability zones"
},
"Owner": {
"type": "string",
"description": "Owner AWS account ID"
},
"BaseEndpointDnsNames": {
"type": "array",
"items": {
"type": "string"
},
"description": "Base DNS names for the endpoint service"
},
"PrivateDnsName": {
"type": "string",
"description": "Private DNS name"
},
"AcceptanceRequired": {
"type": "boolean",
"description": "Whether acceptance is required"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-privatelink-service-detail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.