- Navigation Guide
@aws-sdk/client-mediatailor
ListVodSourcesCommandOutput Interface
The output of ListVodSourcesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Items | VodSource[] | undefined | Lists the VOD sources. |
NextToken | string | undefined | Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results. |
Full Signature
export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, MetadataBearer