DeleteWaveRequest

Request to delete a migration wave

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
waveID string Wave ID to delete
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

application-migration-service-delete-wave-request-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-delete-wave-request-schema.json",
  "title": "DeleteWaveRequest",
  "description": "Request to delete a migration wave",
  "type": "object",
  "properties": {
    "waveID": {
      "type": "string",
      "description": "Wave ID to delete"
    },
    "accountID": {
      "type": "string",
      "description": "Account ID for cross-account access"
    }
  }
}