{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-list-input-security-groups-response-structure.json", "name": "ListInputSecurityGroupsResponse", "type": "object", "description": "Placeholder documentation for ListInputSecurityGroupsResponse", "properties": { "InputSecurityGroups": { "allOf": [ { "$ref": "#/components/schemas/__listOfInputSecurityGroup" }, { "xml": { "name": "inputSecurityGroups" }, "description": "List of input security groups" } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" } } ] } } }