We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When calling describe_domain_config the Status key and values are omitted:
Status
Expected:
{ "DomainConfig": { "EngineVersion": { "Options": "string", "Status": { "CreationDate": datetime(2015, 1, 1), "UpdateDate": datetime(2015, 1, 1), "UpdateVersion": 123, "State": "RequiresIndexDocuments"|"Processing"|"Active", "PendingDeletion": True|False } } }
Source: boto3: describe_domain_config
Actual:
{ "DomainConfig": { "EngineVersion": { "Options": "OpenSearch_2.15" } }
5.0.18
The text was updated successfully, but these errors were encountered:
Hi @ktech-rob, welcome to Moto, and thank you for raising this! Marking it as an enhancement to add these fields.
Sorry, something went wrong.
I can take a look @bblommers
No branches or pull requests
When calling describe_domain_config the
Status
key and values are omitted:Expected:
Source: boto3: describe_domain_config
Actual:
Moto Version
5.0.18
The text was updated successfully, but these errors were encountered: