Application Migration Service List Source Server Actions Response Structure

Response with list of source server actions

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service List Source Server Actions Response Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-list-source-server-actions-response-structure.json",
  "title": "ListSourceServerActionsResponse",
  "description": "Response with list of source server actions",
  "type": "record",
  "fields": {
    "items": {
      "type": "array",
      "description": "List of actions"
    },
    "nextToken": {
      "type": "string",
      "description": "Pagination token"
    }
  }
}