Skip to content

The documentation has the wrong method names OpensSearch client. #3246

Discussion options

You must be logged in to vote

Hi @santiagoruiz-martin,
Unfortunately, I am unable to reproduce the issue on my end.
Reproduction Code:

client = boto3.client('es')
client.update_elasticsearch_domain_config()

Output:

> Missing required parameter in input: "DomainName"

Signifying that the command is recognized and requires a DomainName as intended.

Could you share a sample code and debug logs for the same? Any customizations to the client would also be helpful.

Thanks,
Anish Oswal.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by aaoswal
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation This is a problem with documentation. guidance Question that needs advice or information.
2 participants
Converted from issue

This discussion was converted from issue #3245 on April 28, 2022 22:04.