Migration Hub Api List Discovered Resources Result Structure
ListDiscoveredResourcesResult schema from Amazon Migration Hub API
Type: objectProperties: 2
BroadcastingMedia ProcessingMedia
ListDiscoveredResourcesResult 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.
{
"$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-result-structure.json",
"name": "ListDiscoveredResourcesResult",
"type": "object",
"description": "ListDiscoveredResourcesResult schema from Amazon Migration Hub API",
"properties": {
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/Token"
},
{
"description": "If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from."
}
]
},
"DiscoveredResourceList": {
"allOf": [
{
"$ref": "#/components/schemas/DiscoveredResourceList"
},
{
"description": "Returned list of discovered resources associated with the given MigrationTask."
}
]
}
}
}
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.