{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-authorize-vpc-endpoint-access-response-structure.json", "name": "AuthorizeVpcEndpointAccessResponse", "description": "Container for response parameters to the AuthorizeVpcEndpointAccess operation. Contains the account ID and the type of the account being authorized to access the VPC endpoint.", "type": "object", "properties": { "AuthorizedPrincipal": { "allOf": [ { "$ref": "#/components/schemas/AuthorizedPrincipal" }, { "description": "Information about the account or service that was provided access to the domain." } ] } }, "required": [ "AuthorizedPrincipal" ] }