Application Discovery Service Export Info Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

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

Top-level fields

exportIdexportStatusstatusMessageconfigurationsDownloadUrlexportRequestTimeisTruncatedrequestedStartTimerequestedEndTime

Example Payload

Raw ↑
{
  "exportId": "export-500123",
  "exportStatus": "SUCCEEDED",
  "statusMessage": "Export complete",
  "configurationsDownloadUrl": "https://s3.amazonaws.com/aws-application-discovery-service-export/500123/export.zip",
  "exportRequestTime": "2026-04-19T10:00:00Z",
  "isTruncated": false,
  "requestedStartTime": "2026-04-01T00:00:00Z",
  "requestedEndTime": "2026-04-19T23:59:59Z"
}