Skip to main content

@swamp/aws/kinesisvideo

v2026.04.23.3

AWS KINESISVIDEO infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

awskinesisvideocloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/aws/kinesisvideo

@swamp/aws/kinesisvideo/signaling-channelv2026.04.23.2signaling_channel.ts

Global Arguments

ArgumentTypeDescription
Name?stringThe name of the Kinesis Video Signaling Channel.
Type?enumThe type of the Kinesis Video Signaling Channel to create. Currently, SINGLE_MASTER is the only supported channel type.
MessageTtlSeconds?numberThe period of time a signaling channel retains undelivered messages before they are discarded.
Tags?arrayAn array of key-value pairs to apply to this resource.
createCreate a KinesisVideo SignalingChannel
getGet a KinesisVideo SignalingChannel
ArgumentTypeDescription
identifierstringThe primary identifier of the KinesisVideo SignalingChannel
updateUpdate a KinesisVideo SignalingChannel
deleteDelete a KinesisVideo SignalingChannel
ArgumentTypeDescription
identifierstringThe primary identifier of the KinesisVideo SignalingChannel
syncSync KinesisVideo SignalingChannel state from AWS

Resources

state(infinite)— KinesisVideo SignalingChannel resource state
@swamp/aws/kinesisvideo/streamv2026.04.23.2stream.ts

Global Arguments

ArgumentTypeDescription
Name?stringThe name of the Kinesis Video stream.
DataRetentionInHours?numberThe number of hours till which Kinesis Video will retain the data in the stream
DeviceName?stringThe name of the device that is writing to the stream.
KmsKeyId?stringAWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
MediaType?stringThe media type of the stream. Consumers of the stream can use this information when processing the stream.
Tags?arrayAn array of key-value pairs associated with the Kinesis Video Stream.
StreamStorageConfiguration?objectConfiguration for the storage tier of the Kinesis Video Stream.
createCreate a KinesisVideo Stream
getGet a KinesisVideo Stream
ArgumentTypeDescription
identifierstringThe primary identifier of the KinesisVideo Stream
updateUpdate a KinesisVideo Stream
deleteDelete a KinesisVideo Stream
ArgumentTypeDescription
identifierstringThe primary identifier of the KinesisVideo Stream
syncSync KinesisVideo Stream state from AWS

Resources

state(infinite)— KinesisVideo Stream resource state