{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-update-vpc-endpoint-request-structure.json", "name": "UpdateVpcEndpointRequest", "description": "Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.", "type": "object", "properties": { "VpcEndpointId": { "allOf": [ { "$ref": "#/components/schemas/VpcEndpointId" }, { "description": "Unique identifier of the VPC endpoint to be updated." } ] }, "VpcOptions": { "allOf": [ { "$ref": "#/components/schemas/VPCOptions" }, { "description": "The security groups and/or subnets to add, remove, or modify." } ] } }, "required": [ "VpcEndpointId", "VpcOptions" ] }