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

DeleteObjectRequest

import type { DeleteObjectRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface DeleteObjectRequest {
DirectoryArn: string;
ObjectReference: ObjectReference;
}

§Properties

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Directory" where the object resides. For more information, see "arns".

§
ObjectReference: ObjectReference
[src]

A reference that identifies the object.