getChange
inline suspend fun Route53Client.getChange(crossinline block: GetChangeRequest.Builder.() -> Unit): GetChangeResponse
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 managing the hosted zone. This is the initial status of all change batch requests.INSYNC
indicates that the changes have propagated to all Route 53 DNS servers managing the hosted zone.