AWS OpenSearch: Request
Example
Example
- Makes requests to AWS OpenSearch service
- Supports IAM authentication
- Can perform search and index operations
- Returns OpenSearch response data
AWS OpenSearch: Document (CRUD)
Example
Example
- Performs CRUD operations on OpenSearch documents
- Supports create, read, update, delete operations
- Works with specific document IDs
- Returns operation result data
AWS OpenSearch: Search Query
Example
Example
- Performs advanced queries on OpenSearch
- Supports pagination with size and from
- Can sort and filter results
- Allows field selection
- Supports different return types