ListSourceServerActionsResponse

Response with list of source server actions

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
items array List of actions
nextToken string Pagination token
View JSON Schema on GitHub

JSON Schema

application-migration-service-list-source-server-actions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-list-source-server-actions-response-schema.json",
  "title": "ListSourceServerActionsResponse",
  "description": "Response with list of source server actions",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "description": "List of actions"
    },
    "nextToken": {
      "type": "string",
      "description": "Pagination token"
    }
  }
}