in elastic_enterprise_search/_sync/client/app_search.py [0:0]
def put_crawler_crawl_rule(
self,
*,
engine_name: str,
domain_id: str,
crawl_rule_id: str,
order: int,
pattern: str,
policy: t.Union["t.Literal['allow', 'deny']", str],
rule: t.Union["t.Literal['begins', 'contains', 'ends', 'regex']", str],