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
- Struct
- Aws::KinesisVideo::Types::GetDataEndpointInput
- Defined in:
- (unknown)
Overview
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
-
#api_name ⇒ String
The name of the API action for which to get an endpoint.
-
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for.
-
#stream_name ⇒ String
The name of the stream that you want to get the endpoint for.
Instance Attribute Details
#api_name ⇒ String
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
#stream_arn ⇒ String
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.
#stream_name ⇒ String
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.