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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#current_versionString

The version of the stream whose metadata you want to update.

Returns:

  • (String)

    The version of the stream whose metadata you want to update.

#device_nameString

The name of the device that is writing to the stream.

In the current implementation, Kinesis Video Streams does not use this name.

Returns:

  • (String)

    The name of the device that is writing to the stream.

#media_typeString

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.

Returns:

  • (String)

    The stream\'s media type.

#stream_arnString

The ARN of the stream whose metadata you want to update.

Returns:

  • (String)

    The ARN of the stream whose metadata you want to update.

#stream_nameString

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.

Returns:

  • (String)

    The name of the stream whose metadata you want to update.