So I'm not sure how to point to the correct domain with:
boto3.client('cloudsearchdomain').upload_documents(file, type)
The documentation says to configure the domains with CloudSearch DescribeDomains
actions.
However, the documentation for CloudSearch only lists a method, describe_domains
, which merely lists the domains, info etc.
How do I point to the correct domain to upload documents to CloudSearch?