Request to retry data replication
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-retry-data-replication-request-schema.json", "title": "RetryDataReplicationRequest", "description": "Request to retry data replication", "type": "object", "properties": { "sourceServerID": { "type": "string", "description": "Source server ID to retry replication for" }, "accountID": { "type": "string", "description": "Account ID for cross-account access" } } }