Amazon Marketplace · JSON Structure

Amazon Marketplace Cancel Change Set Response Structure

CancelChangeSetResponse schema from Amazon Marketplace API

Type: object Properties: 2
CommerceISVMarketplaceSoftware Catalog

CancelChangeSetResponse is a JSON Structure definition published by Amazon Marketplace, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ChangeSetId ChangeSetArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-structure/amazon-marketplace-cancel-change-set-response-structure.json",
  "name": "CancelChangeSetResponse",
  "description": "CancelChangeSetResponse schema from Amazon Marketplace API",
  "type": "object",
  "properties": {
    "ChangeSetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The unique identifier for the change set referenced in this request."
        }
      ]
    },
    "ChangeSetArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN associated with the change set referenced in this request."
        }
      ]
    }
  }
}