paws.networking (version 0.1.6)

route53domains_view_billing: Returns all the domain-related billing records for the current AWS account for a specified period

Description

Returns all the domain-related billing records for the current AWS account for a specified period

Usage

route53domains_view_billing(Start, End, Marker, MaxItems)

Arguments

Start

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

End

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

Marker

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 AWS 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

The number of billing records to be returned.

Default: 20

Request syntax

svc$view_billing(
  Start = as.POSIXct(
    "2015-01-01"
  ),
  End = as.POSIXct(
    "2015-01-01"
  ),
  Marker = "string",
  MaxItems = 123
)