{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DescribeEdgeConfigurationInput", "title": "DescribeEdgeConfigurationInput", "type": "object", "properties": { "StreamName": { "allOf": [ { "$ref": "#/components/schemas/StreamName" }, { "description": "The name of the stream whose edge configuration you want to update. Specify either the StreamName or the StreamARN. " } ] }, "StreamARN": { "allOf": [ { "$ref": "#/components/schemas/ResourceARN" }, { "description": "The Amazon Resource Name (ARN) of the stream. Specify either the StreamNameor the StreamARN." } ] } } }