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

BatchDeleteRequest

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

A request to delete resources

interface BatchDeleteRequest {
ChannelIds?: string[] | null;
InputIds?: string[] | null;
InputSecurityGroupIds?: string[] | null;
MultiplexIds?: string[] | null;
}

§Properties

§
ChannelIds?: string[] | null
[src]

List of channel IDs

§
InputIds?: string[] | null
[src]

List of input IDs

§
InputSecurityGroupIds?: string[] | null
[src]

List of input security group IDs

§
MultiplexIds?: string[] | null
[src]

List of multiplex IDs