Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions packages/clients/src/api/rdb/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,10 @@ export class RdbV1GenAPI extends API {
)

/**
* Resetting a read replica resyncs data from the leader node. This operation
* can take some time, depending on the database's size. During this
* operation, the read replica will not be available. Endpoints will not change.
* When you resync a read replica, first it is reset, and then its data is
* resynchronized from the primary node. Your read replica will be unavailable
* during the resync process. The duration of this process is proportional to
* your Database Instance size. The configured endpoints will not change.
*
* @param request - The request {@link ResetReadReplicaRequest}
* @returns A Promise of ReadReplica
Expand Down