Values.GetShardIteratorOutputSourceRepresents the output of a GetShardIterator operation.
type nonrec t = {shardIterator : ShardIterator.t option;The position in the shard from which to start reading stream records sequentially. A shard iterator specifies this position using the sequence number of a stream record in a shard.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TrimmedDataAccessException of TrimmedDataAccessException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TrimmedDataAccessException of TrimmedDataAccessException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TrimmedDataAccessException of TrimmedDataAccessException.t
| `Unknown_operation_error of string * string option ]