ListShardsInput
import type { ListShardsInput } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kinesis.ts";interface ListShardsInput {
ExclusiveStartShardId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
ShardFilter?: ShardFilter | null;
StreamCreationTimestamp?: Date | number | null;
StreamName?: string | null;
}