Amazon Marketplace · Schema

DescribeChangeSetResponse

DescribeChangeSetResponse schema from Amazon Marketplace API

CommerceISVMarketplaceSoftware Catalog

Properties

Name Type Description
ChangeSetId object
ChangeSetArn object
ChangeSetName object
StartTime object
EndTime object
Status object
FailureCode object
FailureDescription object
ChangeSet object
View JSON Schema on GitHub

JSON Schema

amazon-marketplace-describe-change-set-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-schema/amazon-marketplace-describe-change-set-response-schema.json",
  "title": "DescribeChangeSetResponse",
  "description": "DescribeChangeSetResponse schema from Amazon Marketplace API",
  "type": "object",
  "properties": {
    "ChangeSetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "Required. The unique identifier for the change set referenced in this request."
        }
      ]
    },
    "ChangeSetArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN associated with the unique identifier for the change set referenced in this request."
        }
      ]
    },
    "ChangeSetName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChangeSetName"
        },
        {
          "description": "The optional name provided in the <code>StartChangeSet</code> request. If you do not provide a name, one is set by default."
        }
      ]
    },
    "StartTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateTimeISO8601"
        },
        {
          "description": "The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started. "
        }
      ]
    },
    "EndTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateTimeISO8601"
        },
        {
          "description": "The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state. "
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChangeStatus"
        },
        {
          "description": "The status of the change request."
        }
      ]
    },
    "FailureCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailureCode"
        },
        {
          "description": "Returned if the change set is in <code>FAILED</code> status. Can be either <code>CLIENT_ERROR</code>, which means that there are issues with the request (see the <code>ErrorDetailList</code>), or <code>SERVER_FAULT</code>, which means that there is a problem in the system, and you should retry your request."
        }
      ]
    },
    "FailureDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExceptionMessageContent"
        },
        {
          "description": "Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request."
        }
      ]
    },
    "ChangeSet": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChangeSetDescription"
        },
        {
          "description": "An array of <code>ChangeSummary</code> objects."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-marketplace-describe-change-set-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.