@aws-sdk/client-mediatailor

ListSourceLocationsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Items SourceLocation[] | undefined

A list of source locations.

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 ListSourceLocationsCommandOutput extends ListSourceLocationsResponse, MetadataBearer