{ "$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-discovered-resources-request-structure.json", "name": "ListDiscoveredResourcesRequest", "type": "object", "description": "ListDiscoveredResourcesRequest 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": "The name of the MigrationTask. Do not store personal data in this field. " } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "If a NextToken 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 NextToken." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResultsResources" }, { "description": "The maximum number of results returned per page." } ] } }, "required": [ "ProgressUpdateStream", "MigrationTaskName" ] }