{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-delete-wave-request-structure.json", "title": "DeleteWaveRequest", "description": "Request to delete a migration wave", "type": "record", "fields": { "waveID": { "type": "string", "description": "Wave ID to delete" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }