Application Discovery Service Start Batch Delete Configuration Task Response Structure

StartBatchDeleteConfigurationTaskResponse schema from Amazon Application Discovery Service API

Type: object Properties: 1
Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Start Batch Delete Configuration 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

taskId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "StartBatchDeleteConfigurationTaskResponse schema from Amazon Application Discovery Service API",
  "properties": {
    "taskId": {
      "type": "string",
      "description": "The unique ID associated with the task.",
      "example": "task-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-batch-delete-configuration-task-response-structure.json"
}