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

BatchReadOperationResponse

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

Represents the output of a BatchRead response operation.

interface BatchReadOperationResponse {
ExceptionResponse?: BatchReadException | null;
SuccessfulResponse?: BatchReadSuccessfulResponse | null;
}

§Properties

§
ExceptionResponse?: BatchReadException | null
[src]

Identifies which operation in a batch has failed.

§
SuccessfulResponse?: BatchReadSuccessfulResponse | null
[src]

Identifies which operation in a batch has succeeded.