UpdateWaveRequest

Request to update a migration wave

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
waveID string Wave ID to update
name string New wave name
description string New wave description
accountID string Account ID for cross-account access
View JSON Schema on GitHub

JSON Schema

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