GetRecordingConfigurationRequest schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-get-recording-configuration-request-schema.json", "title": "GetRecordingConfigurationRequest", "description": "GetRecordingConfigurationRequest schema", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/RecordingConfigurationArn" }, { "description": "ARN of the recording configuration to be retrieved." } ] } }, "required": [ "arn" ] }