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

ModifySnapshotTierResult

import type { ModifySnapshotTierResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifySnapshotTierResult {
SnapshotId?: string | null;
TieringStartTime?: Date | number | null;
}

§Properties

§
SnapshotId?: string | null
[src]

The ID of the snapshot.

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

The date and time when the archive process was started.