I need to parse programmatically response of DescribeEntity action of AWS Marketplace Catalog API for AmiProduct / ContainerProduct.
Specification is not explaining details of schema per type of entity - details (including ProductState possible values) which are specific to each entity type are contained in Details property in response, which is stringified JSON object.
From my test data I was able to extract current state value ("Active").
Does anybody know what are the other possible values of ProductState property?