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

DescribePackagingConfigurationResponse

import type { DescribePackagingConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/mediapackagevod.ts?docs=full";
interface DescribePackagingConfigurationResponse {
Arn?: string | null;
CmafPackage?: CmafPackage | null;
DashPackage?: DashPackage | null;
HlsPackage?: HlsPackage | null;
Id?: string | null;
MssPackage?: MssPackage | null;
PackagingGroupId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the PackagingConfiguration.

§
CmafPackage?: CmafPackage | null
[src]
§
DashPackage?: DashPackage | null
[src]
§
HlsPackage?: HlsPackage | null
[src]
§
Id?: string | null
[src]

The ID of the PackagingConfiguration.

§
MssPackage?: MssPackage | null
[src]
§
PackagingGroupId?: string | null
[src]

The ID of a PackagingGroup.

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