OBJECT
Response for AWS marketplace subscription check.
type CheckAwsMarketplaceSubscriptionReply {# Whether the user is subscribed to the marketplace product.isSubscribed: Boolean! # AWS marketplace terms link for subscription.marketplaceTermsLink: String! # Additional message with details.message: String! # AWS marketplace product code.productCode: String! }