AWS SDK 是否支持 Elasticsearch 的索引和搜索?

Does the AWS SDK support indexing and searching for Elasticsearch?

AWS Elasticsearch documentation they recommend submitting Elasticsearch requests using the AWS SDK. However, I don't find any APIs related to indexing and searching in the SDK. Should indexing and searching instead be done through one of the Elasticsearch client libraries?

AWS SDK 将提供管理 Elasticsearch 服务的方法(创建新域、列出域、添加标签等)。您将需要通过客户端库或简单的 HTTPS 请求(POST、PUT、GET)与 Elasticsearch 交互。