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

UpdateDataRetentionInput

import type { UpdateDataRetentionInput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface UpdateDataRetentionInput {
CurrentVersion: string;
DataRetentionChangeInHours: number;
StreamARN?: string | null;
StreamName?: string | null;
}

§Properties

§
CurrentVersion: string
[src]

The version of the stream whose retention period you want to change. To get the version, call either the DescribeStream or the ListStreams API.

§
DataRetentionChangeInHours: number
[src]

The retention period, in hours. The value you specify replaces the current value. The maximum value for this parameter is 87600 (ten years).

§

Indicates whether you want to increase or decrease the retention period.

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the stream whose retention period you want to change.

§
StreamName?: string | null
[src]

The name of the stream whose retention period you want to change.