Values.GetStreamOutputSourceThe output of a retrieved stream.
type nonrec t = {clusterIdentifier : ClusterId.t option;The ID of the cluster for the retrieved stream.
*)streamIdentifier : StreamId.t option;The ID of the retrieved stream.
*)arn : StreamArn.t option;The ARN of the retrieved stream.
*)status : StreamStatus.t option;The current status of the retrieved stream.
*)creationTime : StreamCreationTime.t option;The time when the stream was created.
*)ordering : StreamOrdering.t option;The ordering mode of the stream.
*)format : StreamFormat.t option;The format of the stream records.
*)targetDefinition : TargetDefinition.t option;The target definition for the stream destination.
*)statusReason : StatusReason.t option;Stream status reason with error code and timestamp (if applicable).
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ClusterId.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of KinesisStreamArn.t ]) list
| `Timestamp of Timestamp.t ])
list
| `Timestamp of StreamCreationTime.t ])
list ]