Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HashKeyRange

import type { HashKeyRange } from "https://aws-api.deno.dev/v0.3/services/kinesis.ts?docs=full";

The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

interface HashKeyRange {
EndingHashKey: string;
StartingHashKey: string;
}

§Properties

§
EndingHashKey: string
[src]

The ending hash key of the hash key range.

§
StartingHashKey: string
[src]

The starting hash key of the hash key range.