Skip to main content

AWS OpenSearch: Request

  • Makes requests to AWS OpenSearch service
  • Supports IAM authentication
  • Can perform search and index operations
  • Returns OpenSearch response data

AWS OpenSearch: Document (CRUD)

  • 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

  • Performs advanced queries on OpenSearch
  • Supports pagination with size and from
  • Can sort and filter results
  • Allows field selection
  • Supports different return types