Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ViewBillingRequest

import type { ViewBillingRequest } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

The ViewBilling request includes the following elements.

interface ViewBillingRequest {
End?: Date | number | null;
Marker?: string | null;
MaxItems?: number | null;
Start?: Date | number | null;
}

§Properties

§
End?: Date | number | null
[src]

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).

§
Marker?: string | null
[src]

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 MaxItems, you can use Marker to return additional billing records. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value of NextPageMarker that was returned in the previous response.

§
MaxItems?: number | null
[src]

The number of billing records to be returned.

Default: 20

§
Start?: Date | number | null
[src]

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).