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

CreatePackagingGroupRequest

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

A new MediaPackage VOD PackagingGroup resource configuration.

interface CreatePackagingGroupRequest {
Authorization?: Authorization | null;
EgressAccessLogs?: EgressAccessLogs | null;
Id: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Authorization?: Authorization | null
[src]
§
EgressAccessLogs?: EgressAccessLogs | null
[src]
§
Id: string
[src]

The ID of the PackagingGroup.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]