Application Discovery Service Describe Import Tasks Response Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Describe Import Tasks Response Example is an example object payload from Amazon Application Discovery Service, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nextTokentasks

Example Payload

Raw ↑
{
  "nextToken": "",
  "tasks": [
    {
      "importTaskId": "import-task-500123",
      "clientRequestToken": "client-token-500123",
      "name": "Server Inventory Import April 2026",
      "importUrl": "s3://my-bucket/server-inventory.csv",
      "status": "IMPORT_COMPLETE",
      "importRequestTime": "2026-04-19T10:00:00Z",
      "importCompletionTime": "2026-04-19T10:05:00Z",
      "importDeletedTime": "example-value"
    }
  ]
}