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

BatchReadRequest

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

§Properties

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

§
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.