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

MergeShardsInput

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

Represents the input for MergeShards.

interface MergeShardsInput {
AdjacentShardToMerge: string;
ShardToMerge: string;
StreamName: string;
}

§Properties

§
AdjacentShardToMerge: string
[src]

The shard ID of the adjacent shard for the merge.

§
ShardToMerge: string
[src]

The shard ID of the shard to combine with the adjacent shard for the merge.

§
StreamName: string
[src]

The name of the stream for the merge.