Amazon Migration Hub · JSON Structure

Migration Hub Api List Progress Update Streams Request Structure

ListProgressUpdateStreamsRequest schema from Amazon Migration Hub API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListProgressUpdateStreamsRequest 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

NextToken MaxResults

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-request-structure.json",
  "name": "ListProgressUpdateStreamsRequest",
  "type": "object",
  "description": "ListProgressUpdateStreamsRequest schema from Amazon Migration Hub API",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Token"
        },
        {
          "description": "If a <code>NextToken</code> was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in <code>NextToken</code>."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "Filter to limit the maximum number of results to list per page."
        }
      ]
    }
  }
}