route53domains_list_operations: Returns information about all of the operations that return...

View source: R/route53domains_operations.R

route53domains_list_operationsR Documentation

Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account

Description

Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.

See https://www.paws-r-sdk.com/docs/route53domains_list_operations/ for full documentation.

Usage

route53domains_list_operations(
  SubmittedSince = NULL,
  Marker = NULL,
  MaxItems = NULL,
  Status = NULL,
  Type = NULL,
  SortBy = NULL,
  SortOrder = NULL
)

Arguments

SubmittedSince

An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

Marker

For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

MaxItems

Number of domains to be returned.

Default: 20

Status

The status of the operations.

Type

An arrays of the domains operation types.

SortBy

The sort type for returned values.

SortOrder

The sort order for returned values, either ascending or descending.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.