Ivs Update Channel Response Example

Live StreamingMediaVideoReal-Time

Ivs Update Channel Response Example is an example object payload from Amazon Interactive Video Service, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

channel

Example Payload

Raw ↑
{
  "channel": {
    "arn": "arn:aws:iot:us-east-1:123456789012:thing/example",
    "authorized": "example-value",
    "ingestEndpoint": "example-value",
    "insecureIngest": "example-value",
    "latencyMode": "example-value",
    "name": "example-resource",
    "playbackUrl": "https://example.com/path",
    "preset": "example-value",
    "recordingConfigurationArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
    "tags": "example-value",
    "type": "example-value"
  }
}