v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Services v1

getFixedSlotCapacity

Provides capacity in fixed-size slots.

Usage Plan:

Rate (requests per second)Burst
520

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

post/service/v1/serviceResources/{resourceId}/capacity/fixed

Path parameters

resourceIdstring required

Resource Identifier.

Query parameters

marketplaceIdsstring[] required

An identifier for the marketplace in which the resource operates.

nextPageTokenstring

Next page token returned in the response of your previous request.

Request body

capacityTypesCapacityType[]

An array of capacity types which are being requested. Default value is [SCHEDULED_CAPACITY].

slotDurationnumber

Size in which slots are being requested. This value should be a multiple of 5 and fall in the range: 5 <= slotDuration <= 360.

startDateTimestring date-time required

Start date time from which the capacity slots are being requested in ISO 8601 format.

endDateTimestring date-time required

End date time up to which the capacity slots are being requested in ISO 8601 format.

Response

Success response.

resourceIdstring

Resource Identifier.

slotDurationnumber

The duration of each slot which is returned. This value will be a multiple of 5 and fall in the following range: 5 <= slotDuration <= 360.

nextPageTokenstring

Next page token, if there are more pages.