v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434161161.5 KB

Returns all the domain-related billing records for the current Amazon Web Services account for a specified period

post/#X-Amz-Target=Route53Domains_v20140515.ViewBilling

Query parameters

MaxItemsstring

Pagination limit

Markerstring

Pagination token

Headers

X-Amz-Target'Route53Domains_v20140515.ViewBilling' required

Request body

Startstring date-time

The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Endstring date-time

The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Markerstring
<p>For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current Amazon Web Services account during the specified period is greater than the value that you specified for <code>MaxItems</code>, you can use <code>Marker</code> to return additional billing records. Get the value of <code>NextPageMarker</code> from the previous response, and submit another request that includes the value of <code>NextPageMarker</code> in the <code>Marker</code> element. </p> <p>Constraints: The marker must match the value of <code>NextPageMarker</code> that was returned in the previous response.</p>
MaxItemsinteger
<p>The number of billing records to be returned.</p> <p>Default: 20</p>

Response

Success

NextPageMarkerstring

If there are more billing records than you specified for <code>MaxItems</code> in the request, submit another request and include the value of <code>NextPageMarker</code> in the value of <code>Marker</code>.