OBJECT

CheckAwsMarketplaceSubscriptionReply

Description

Response for AWS marketplace subscription check.

link GraphQL Schema definition

  • 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!
  • }

link Require by