Returns the current status of a change batch request. The status is one of the following values:
PENDING
indicates that the changes in this request have not
propagated to all Amazon Route 53 DNS servers. This is the initial
status of all change batch requests.
INSYNC
indicates that the changes have propagated to all Route 53
DNS servers.
route53_get_change(Id)
[required] The ID of the change batch request. The value that you specify here is
the value that
change_resource_record_sets
returned in the Id
element when you submitted the request.
A list with the following syntax:
list( ChangeInfo = list( Id = "string", Status = "PENDING"|"INSYNC", SubmittedAt = as.POSIXct( "2015-01-01" ), Comment = "string" ) )
svc$get_change( Id = "string" )