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

DecreaseStreamRetentionPeriodInput

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

Represents the input for "DecreaseStreamRetentionPeriod".

interface DecreaseStreamRetentionPeriodInput {
RetentionPeriodHours: number;
StreamName: string;
}

§Properties

§
RetentionPeriodHours: number
[src]

The new retention period of the stream, in hours. Must be less than the current retention period.

§
StreamName: string
[src]

The name of the stream to modify.