AWS SDK for .NET Documentation
GetChange Method (getChangeRequest)
AmazonAmazon.Route53AmazonRoute53ClientGetChange(GetChangeRequest) Did this page help you?   Yes   No    Tell us about it...

This action 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 replicated to all Route 53 DNS servers. This is the initial status of all change batch requests.

- INSYNC indicates that the changes have replicated to all Amazon Route 53 DNS servers.

Declaration Syntax
C#
public GetChangeResponse GetChange(
	GetChangeRequest getChangeRequest
)
Parameters
getChangeRequest (GetChangeRequest)
Container for the necessary parameters to execute the GetChange service method on AmazonRoute53.
Return Value
The response from the GetChange service method, as returned by AmazonRoute53.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)