AWS Marketplace Catalog API - possible values ProductState in result of DescribeEntity action for AmiProduct / ContainerProduct

29 Views Asked by At

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?

0

There are 0 best solutions below