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

CreatePackagingGroupResponse

import type { CreatePackagingGroupResponse } from "https://aws-api.deno.dev/v0.3/services/mediapackagevod.ts?docs=full";
interface CreatePackagingGroupResponse {
Arn?: string | null;
Authorization?: Authorization | null;
DomainName?: string | null;
EgressAccessLogs?: EgressAccessLogs | null;
Id?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the PackagingGroup.

§
Authorization?: Authorization | null
[src]
§
DomainName?: string | null
[src]

The fully qualified domain name for Assets in the PackagingGroup.

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

The ID of the PackagingGroup.

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