Application Migration Service List Source Server Actions Request Structure

Request to list source server lifecycle actions

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

Application Migration Service List Source Server Actions Request 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-request-structure.json",
  "title": "ListSourceServerActionsRequest",
  "description": "Request to list source server lifecycle actions",
  "type": "record",
  "fields": {
    "sourceServerID": {
      "type": "string",
      "description": "Source server ID"
    },
    "filters": {
      "type": "object",
      "description": "Action filters"
    },
    "maxResults": {
      "type": "integer",
      "description": "Maximum results to return"
    },
    "nextToken": {
      "type": "string",
      "description": "Pagination token"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}