RemoveFlowVpcInterfaceResponse

RemoveFlowVpcInterfaceResponse schema from AWS Elemental MediaConnect API

BroadcastingLive VideoMediaMedia Transport

Properties

Name Type Description
FlowArn object
NonDeletedNetworkInterfaceIds object
VpcInterfaceName object
View JSON Schema on GitHub

JSON Schema

mediaconnect-api-remove-flow-vpc-interface-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-schema/mediaconnect-api-remove-flow-vpc-interface-response-schema.json",
  "title": "RemoveFlowVpcInterfaceResponse",
  "description": "RemoveFlowVpcInterfaceResponse schema from AWS Elemental MediaConnect API",
  "type": "object",
  "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."
        }
      ]
    }
  }
}