Amazon MediaConnect · JSON Structure

Mediaconnect Api Remove Flow Vpc Interface Response Structure

RemoveFlowVpcInterfaceResponse schema from AWS Elemental MediaConnect API

Type: object Properties: 3
BroadcastingLive VideoMediaMedia Transport

RemoveFlowVpcInterfaceResponse is a JSON Structure definition published by Amazon MediaConnect, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FlowArn NonDeletedNetworkInterfaceIds VpcInterfaceName

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-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-remove-flow-vpc-interface-response-structure.json",
  "name": "RemoveFlowVpcInterfaceResponse",
  "type": "object",
  "description": "RemoveFlowVpcInterfaceResponse schema from AWS Elemental MediaConnect API",
  "properties": {
    "FlowArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "flowArn"
          },
          "description": "The ARN of the flow that is associated with the VPC interface you removed."
        }
      ]
    },
    "NonDeletedNetworkInterfaceIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "nonDeletedNetworkInterfaceIds"
          },
          "description": "IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove."
        }
      ]
    },
    "VpcInterfaceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "vpcInterfaceName"
          },
          "description": "The name of the VPC interface that was removed."
        }
      ]
    }
  }
}