{ "opencollection": "1.0.0", "info": { "name": "Amazon Kinesis Video Streams Signaling Channels API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Signaling Channels", "type": "folder" }, "items": [ { "info": { "name": "Amazon Kinesis Video Streams List Signaling Channels", "type": "http" }, "http": { "method": "GET", "url": "https://kinesisvideo.us-east-1.amazonaws.com/channels" }, "docs": "Returns an array of ChannelInfo objects." }, { "info": { "name": "Amazon Kinesis Video Streams Create Signaling Channel", "type": "http" }, "http": { "method": "POST", "url": "https://kinesisvideo.us-east-1.amazonaws.com/channels" }, "docs": "Creates a signaling channel." }, { "info": { "name": "Amazon Kinesis Video Streams Describe Signaling Channel", "type": "http" }, "http": { "method": "GET", "url": "https://kinesisvideo.us-east-1.amazonaws.com/channels/:ChannelName", "params": [ { "name": "ChannelName", "value": "", "type": "path", "description": "The name of the channel." } ] }, "docs": "Returns the most current information about the signaling channel." }, { "info": { "name": "Amazon Kinesis Video Streams Delete Signaling Channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://kinesisvideo.us-east-1.amazonaws.com/channels/:ChannelName", "params": [ { "name": "ChannelName", "value": "", "type": "path", "description": "The name of the channel." } ] }, "docs": "Deletes a specified signaling channel." } ] } ], "bundled": true }