Files
elasticsearch-js/docs/reference/ccr-pause_auto_follow_pattern.asciidoc
2024-12-05 14:47:29 -06:00

69 lines
3.9 KiB
Plaintext

[[reference-ccr-pause_auto_follow_pattern]]
////////
===========================================================================================================================
|| ||
|| ||
|| ||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|| ||
|| ||
|| 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 <version> ||
|| ||
|| ||
|| ||
===========================================================================================================================
////////
++++
<style>
.lang-ts a.xref {
text-decoration: underline !important;
}
</style>
++++
[[client.ccr.pauseAutoFollowPattern]]
== client.ccr.pauseAutoFollowPattern
Pauses an auto-follow pattern
{ref}/ccr-pause-auto-follow-pattern.html[{es} documentation]
[discrete]
== Function signature
[source,ts]
----
(CcrPauseAutoFollowPatternRequest, options?): Promise<CcrPauseAutoFollowPatternResponse>
----
[discrete]
=== Request
[source,ts,subs=+macros]
----
interface CcrPauseAutoFollowPatternRequest extends <<RequestBase>> {
name: <<Name>>
}
----
[discrete]
=== Response
[source,ts,subs=+macros]
----
type CcrPauseAutoFollowPatternResponse = <<AcknowledgedResponseBase>>
----