v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Lists the Provisioned Throughputs in the account. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned Throughput</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

get/provisioned-model-throughputs

Query parameters

creationTimeAfterstring date-time

A filter that returns Provisioned Throughputs created after the specified time.

creationTimeBeforestring date-time

A filter that returns Provisioned Throughputs created before the specified time.

statusEquals'Creating' | 'InService' | 'Updating' | 'Failed'

A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.

modelArnEqualsstring

A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.

nameContainsstring

A filter that returns Provisioned Throughputs if their name contains the expression that you specify.

maxResultsinteger

THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a <code>nextToken</code> value. To see the next batch of results, send the <code>nextToken</code> value in another list request.

nextTokenstring

If there are more results than the number you specified in the <code>maxResults</code> field, the response returns a <code>nextToken</code> value. To see the next batch of results, specify the <code>nextToken</code> value in this field.

sortBy'CreationTime'

The field by which to sort the returned list of Provisioned Throughputs.

sortOrder'Ascending' | 'Descending'

The sort order of the results.

Response

Success

nextTokenstring

If there are more results than the number you specified in the <code>maxResults</code> field, this value is returned. To see the next batch of results, include this value in the <code>nextToken</code> field in another list request.