Values.CreateStreamOutputSourceCreates a new Kinesis video stream. When you create a new stream, Kinesis Video Streams assigns it a version number. When you change the stream's metadata, Kinesis Video Streams updates the version. CreateStream is an asynchronous operation. For information about how the service works, see How it Works. You must have permissions for the KinesisVideo:CreateStream action.
type nonrec t = {streamARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the stream.
*)}type nonrec error = [ | `AccountStreamLimitExceededException of AccountStreamLimitExceededException.t| `ClientLimitExceededException of ClientLimitExceededException.t| `DeviceStreamLimitExceededException of DeviceStreamLimitExceededException.t| `InvalidArgumentException of InvalidArgumentException.t| `InvalidDeviceException of InvalidDeviceException.t| `ResourceInUseException of ResourceInUseException.t| `TagsPerResourceExceededLimitException of
TagsPerResourceExceededLimitException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccountStreamLimitExceededException of
AccountStreamLimitExceededException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `DeviceStreamLimitExceededException of DeviceStreamLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidDeviceException of InvalidDeviceException.t
| `ResourceInUseException of ResourceInUseException.t
| `TagsPerResourceExceededLimitException of
TagsPerResourceExceededLimitException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccountStreamLimitExceededException of
AccountStreamLimitExceededException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `DeviceStreamLimitExceededException of DeviceStreamLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidDeviceException of InvalidDeviceException.t
| `ResourceInUseException of ResourceInUseException.t
| `TagsPerResourceExceededLimitException of
TagsPerResourceExceededLimitException.t
| `Unknown_operation_error of string * string option ]