You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisVideo::Types::GetDataEndpointInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetDataEndpointInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  stream_name: "StreamName",
  stream_arn: "ResourceARN",
  api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL, GET_DASH_STREAMING_SESSION_URL, GET_CLIP
}

Instance Attribute Summary collapse

Instance Attribute Details

#api_nameString

The name of the API action for which to get an endpoint.

Possible values:

  • PUT_MEDIA
  • GET_MEDIA
  • LIST_FRAGMENTS
  • GET_MEDIA_FOR_FRAGMENT_LIST
  • GET_HLS_STREAMING_SESSION_URL
  • GET_DASH_STREAMING_SESSION_URL
  • GET_CLIP

Returns:

  • (String)

    The name of the API action for which to get an endpoint.

#stream_arnString

The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName in the request.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for.

#stream_nameString

The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN in the request.

Returns:

  • (String)

    The name of the stream that you want to get the endpoint for.