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

DescribeAssetResponse

import type { DescribeAssetResponse } from "https://aws-api.deno.dev/v0.3/services/mediapackagevod.ts?docs=full";
interface DescribeAssetResponse {
Arn?: string | null;
CreatedAt?: string | null;
EgressEndpoints?: EgressEndpoint[] | null;
Id?: string | null;
PackagingGroupId?: string | null;
ResourceId?: string | null;
SourceArn?: string | null;
SourceRoleArn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the Asset.

§
CreatedAt?: string | null
[src]

The time the Asset was initially submitted for Ingest.

§
EgressEndpoints?: EgressEndpoint[] | null
[src]

The list of egress endpoints available for the Asset.

§
Id?: string | null
[src]

The unique identifier for the Asset.

§
PackagingGroupId?: string | null
[src]

The ID of the PackagingGroup for the Asset.

§
ResourceId?: string | null
[src]

The resource ID to include in SPEKE key requests.

§
SourceArn?: string | null
[src]

ARN of the source object in S3.

§
SourceRoleArn?: string | null
[src]

The IAM role_arn used to access the source S3 bucket.

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