kinesisvideo的awscli --api-name标志和用法

时间:2018-08-17 06:19:06

标签: aws-cli

我正在尝试使用aws cli处理运动学视频流。

根据文档:

aws kinesisvideo get-data-endpoint --stream-name mytestStream

应返回我的流的数据终结点,但我得到:

usage: aws [options] <command> <subcommand> [<subcommand> ...] 
[parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help
aws: error: argument --api-name is required

当我搜索--api-name时,似乎找不到kinesisvideo所需的此标志的任何提示?

1 个答案:

答案 0 :(得分:0)

来自get-data-endpoint Command Reference

  get-data-endpoint
[--stream-name <value>]
[--stream-arn <value>]
--api-name <value>
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
  

--api-name(字符串)

     

要为其获取端点的API操作的名称。

     

可能的值:

     
      
  • PUT_MEDIA
  •   
  • GET_MEDIA
  •   
  • LIST_FRAGMENTS
  •   
  • GET_MEDIA_FOR_FRAGMENT_LIST
  •   
  • GET_HLS_STREAMING_SESSION_URL
  •