Amazon Migration Hub · JSON Structure

Migration Hub Api List Progress Update Streams Result Structure

ListProgressUpdateStreamsResult schema from Amazon Migration Hub API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

ProgressUpdateStreamSummaryList NextToken

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-migration-hub/refs/heads/main/json-structure/migration-hub-api-list-progress-update-streams-result-structure.json",
  "name": "ListProgressUpdateStreamsResult",
  "type": "object",
  "description": "ListProgressUpdateStreamsResult schema from Amazon Migration Hub API",
  "properties": {
    "ProgressUpdateStreamSummaryList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProgressUpdateStreamSummaryList"
        },
        {
          "description": "List of progress update streams up to the max number of results passed in the input."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Token"
        },
        {
          "description": "If there are more streams created than the max result, return the next token to be passed to the next call as a bookmark of where to start from."
        }
      ]
    }
  }
}