Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cloudsearchdomain/upload-documents.rst
1567 views
The following ``upload-documents`` command uploads a batch of JSON documents to an Amazon CloudSearch domain::

   aws cloudsearchdomain upload-documents --endpoint-url https://doc-my-domain.us-west-1.cloudsearch.amazonaws.com --content-type application/json --documents document-batch.json

Output::

   {
     "status": "success",
     "adds": 5000,
     "deletes": 0
   }