diff --git a/packages/clients/src/api/rdb/v1/api.gen.ts b/packages/clients/src/api/rdb/v1/api.gen.ts index fbe9780b6..950093819 100644 --- a/packages/clients/src/api/rdb/v1/api.gen.ts +++ b/packages/clients/src/api/rdb/v1/api.gen.ts @@ -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