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

StartObjectInput

import type { StartObjectInput } from "https://aws-api.deno.dev/v0.4/services/backupstorage.ts?docs=full";
interface StartObjectInput {
BackupJobId: string;
ObjectName: string;
ThrowOnDuplicate?: boolean | null;
}

§Properties

§
BackupJobId: string
[src]

Backup job Id for the in-progress backup

§
ObjectName: string
[src]

Name for the object.

§
ThrowOnDuplicate?: boolean | null
[src]

Throw an exception if Object name is already exist.