opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
338 stars 170 forks source link

APIs with Naming differences (Generated vs Existing Python Client) #499

Closed saimedhi closed 1 year ago

saimedhi commented 1 year ago
Module existing client has generated client has
Async/init list_all_point_in_time get_all_pits
Async/init create_point_in_time create_pit
Async/security health_check health
Async/security update_audit_config update_audit_configuration