A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-21 UTC."],[[["A Change represents a set of atomic additions and deletions to `ResourceRecordSets` within a `ManagedZone`, and the sequence of changes over time reflects the history of modifications made to the zone."],["The `Change` resource includes fields such as `additions` and `deletions` to specify the `ResourceRecordSets` to be modified, along with metadata like `startTime`, `id`, `status`, `isServing`, and `kind`."],["The `Change` resource can be manipulated via the methods `create` to update `ResourceRecordSets`, `get` to fetch an existing change, and `list` to enumerate changes in a `ResourceRecordSet` collection."]]],[]]