Amazon Migration Hub · JSON Structure

Migration Hub Api List Created Artifacts Request Structure

ListCreatedArtifactsRequest schema from Amazon Migration Hub API

Type: object Properties: 4 Required: 2
BroadcastingMedia ProcessingMedia

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

Properties

ProgressUpdateStream MigrationTaskName 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-created-artifacts-request-structure.json",
  "name": "ListCreatedArtifactsRequest",
  "type": "object",
  "description": "ListCreatedArtifactsRequest schema from Amazon Migration Hub API",
  "properties": {
    "ProgressUpdateStream": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProgressUpdateStream"
        },
        {
          "description": "The name of the ProgressUpdateStream. "
        }
      ]
    },
    "MigrationTaskName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MigrationTaskName"
        },
        {
          "description": "Unique identifier that references the migration task. <i>Do not store personal data in this field.</i> "
        }
      ]
    },
    "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/MaxResultsCreatedArtifacts"
        },
        {
          "description": "Maximum number of results to be returned per page."
        }
      ]
    }
  },
  "required": [
    "ProgressUpdateStream",
    "MigrationTaskName"
  ]
}