Amazon Migration Hub · JSON Structure

Migration Hub Api Describe Application State Result Structure

DescribeApplicationStateResult schema from Amazon Migration Hub API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

DescribeApplicationStateResult 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.

Properties

ApplicationStatus LastUpdatedTime

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

JSON Structure

Raw ↑
{
  "$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-describe-application-state-result-structure.json",
  "name": "DescribeApplicationStateResult",
  "type": "object",
  "description": "DescribeApplicationStateResult schema from Amazon Migration Hub API",
  "properties": {
    "ApplicationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationStatus"
        },
        {
          "description": "Status of the application - Not Started, In-Progress, Complete."
        }
      ]
    },
    "LastUpdatedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UpdateDateTime"
        },
        {
          "description": "The timestamp when the application status was last updated."
        }
      ]
    }
  }
}