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

GetAppInstanceRetentionSettingsResponse

import type { GetAppInstanceRetentionSettingsResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";
interface GetAppInstanceRetentionSettingsResponse {
AppInstanceRetentionSettings?: AppInstanceRetentionSettings | null;
InitiateDeletionTimestamp?: Date | number | null;
}

§Properties

§
AppInstanceRetentionSettings?: AppInstanceRetentionSettings | null
[src]

The retention settings for the AppInstance.

§
InitiateDeletionTimestamp?: Date | number | null
[src]

The timestamp representing the time at which the specified items are retained, in Epoch Seconds.