Amazon OpenSearch Service API · JSON Structure

Openapi Update Vpc Endpoint Request Structure

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

Type: object Properties: 2 Required: 2
AnalyticsElasticsearchSearch

UpdateVpcEndpointRequest is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcEndpointId VpcOptions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}