[[reference-ccr-resume_follow]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] [[client.ccr.resumeFollow]] === client.ccr.resumeFollow Resumes a follower index that has been paused {ref}/ccr-post-resume-follow.html[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (CcrResumeFollowRequest, options?): Promise ---- [discrete] ==== CcrResumeFollowRequest [pass] ++++
++++
interface CcrResumeFollowRequest extends <> {
  index: <>
  max_outstanding_read_requests?: <>
  max_outstanding_write_requests?: <>
  max_read_request_operation_count?: <>
  max_read_request_size?: string
  max_retry_delay?: <>
  max_write_buffer_count?: <>
  max_write_buffer_size?: string
  max_write_request_operation_count?: <>
  max_write_request_size?: string
  read_poll_timeout?: <>
}

[pass]
++++
++++ [discrete] ==== CcrResumeFollowResponse [pass] ++++
++++
type CcrResumeFollowResponse = <>

[pass]
++++
++++