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

BatchWriteRequest

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

§Properties

§
DirectoryArn: string
[src]

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

§

A list of operations that are part of the batch.