Application Discovery Service Start Export Task Response Structure

StartExportTaskResponse schema from Amazon Application Discovery Service API

Type: object Properties: 1
Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Start Export Task Response Structure is a JSON Structure definition published by Amazon Application Discovery Service, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

exportId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "StartExportTaskResponse schema from Amazon Application Discovery Service API",
  "properties": {
    "exportId": {
      "type": "string",
      "description": "A unique identifier used to query the status of an export request.",
      "example": "export-500123"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-structure/application-discovery-service-start-export-task-response-structure.json"
}