@aws-sdk/client-mediatailor

UpdateVodSourceCommandOutput Interface

The output of UpdateVodSourceCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Arn string | undefined

The Amazon Resource Name (ARN) associated with the VOD source.

CreationTime Date | undefined

The timestamp that indicates when the VOD source was created.

HttpPackageConfigurations HttpPackageConfiguration[] | undefined

A list of HTTP package configurations for the VOD source on this account.

LastModifiedTime Date | undefined

The timestamp that indicates when the VOD source was last modified.

SourceLocationName string | undefined

The name of the source location associated with the VOD source.

Tags Record<string, string> | undefined

The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .

VodSourceName string | undefined

The name of the VOD source.

Full Signature

export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, MetadataBearer