Open ktech-rob opened 2 weeks ago
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
Hi @ktech-rob, welcome to Moto, and thank you for raising this! Marking it as an enhancement to add these fields.
When calling describe_domain_config the
Status
key and values are omitted:Expected:
Source: boto3: describe_domain_config
Actual:
Moto Version
5.0.18