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