You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisVideo::Types::UpdateStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::UpdateStreamInput
- Defined in:
- (unknown)
Overview
When passing UpdateStreamInput as input to an Aws::Client method, you can use a vanilla Hash:
{
stream_name: "StreamName",
stream_arn: "ResourceARN",
current_version: "Version", # required
device_name: "DeviceName",
media_type: "MediaType",
}
Instance Attribute Summary collapse
-
#current_version ⇒ String
The version of the stream whose metadata you want to update.
-
#device_name ⇒ String
The name of the device that is writing to the stream.
-
#media_type ⇒ String
The stream\'s media type.
-
#stream_arn ⇒ String
The ARN of the stream whose metadata you want to update.
-
#stream_name ⇒ String
The name of the stream whose metadata you want to update.
Instance Attribute Details
#current_version ⇒ String
The version of the stream whose metadata you want to update.
#device_name ⇒ String
The name of the device that is writing to the stream.
#media_type ⇒ String
The stream\'s media type. Use MediaType
to specify the type of content
that the stream contains to the consumers of the stream. For more
information about media types, see Media Types. If you choose to
specify the MediaType
, see Naming Requirements.
To play video on the console, you must specify the correct video type.
For example, if the video in the stream is H.264, specify video/h264
as the MediaType
.
#stream_arn ⇒ String
The ARN of the stream whose metadata you want to update.
#stream_name ⇒ String
The name of the stream whose metadata you want to update.
The stream name is an identifier for the stream, and must be unique for each account and region.