- Navigation Guide
@aws-sdk/client-mediatailor
ListSourceLocationsCommandOutput Interface
The output of ListSourceLocationsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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