v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444174189.1 KB

Lists the prefetch schedules for a playback configuration.

post/prefetchSchedule/{PlaybackConfigurationName}

Path parameters

PlaybackConfigurationNamestring required

Retrieves the prefetch schedule(s) for a specific playback configuration.

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

MaxResultsinteger

The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> prefetch schedules, use the value of <code>NextToken</code> in the response to get the next page of results.

NextTokenstring
<p>(Optional) If the playback configuration has more than <code>MaxResults</code> prefetch schedules, use <code>NextToken</code> to get the second and subsequent pages of results.</p> <p> For the first <code>ListPrefetchSchedulesRequest</code> request, omit this value.</p> <p> For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and specify that value for <code>NextToken</code> in the request.</p> <p> If the previous response didn't include a <code>NextToken</code> element, there are no more prefetch schedules to get.</p>
StreamIdstring

An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.

Response

Success

NextTokenstring

Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.