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

BatchDeleteResponse

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

Placeholder documentation for BatchDeleteResponse

interface BatchDeleteResponse {
Failed?: BatchFailedResultModel[] | null;
Successful?: BatchSuccessfulResultModel[] | null;
}

§Properties

§
Failed?: BatchFailedResultModel[] | null
[src]

List of failed operations

§
Successful?: BatchSuccessfulResultModel[] | null
[src]

List of successful operations