archive_wave
(**kwargs)¶Archive wave.
See also: AWS API Documentation
Request Syntax
response = client.archive_wave(
waveID='string'
)
[REQUIRED]
Wave ID.
{
'arn': 'string',
'creationDateTime': 'string',
'description': 'string',
'isArchived': True|False,
'lastModifiedDateTime': 'string',
'name': 'string',
'tags': {
'string': 'string'
},
'waveAggregatedStatus': {
'healthStatus': 'HEALTHY'|'LAGGING'|'ERROR',
'lastUpdateDateTime': 'string',
'progressStatus': 'NOT_STARTED'|'IN_PROGRESS'|'COMPLETED',
'replicationStartedDateTime': 'string',
'totalApplications': 123
},
'waveID': 'string'
}
Response Structure
Wave ARN.
Wave creation dateTime.
Wave description.
Wave archival status.
Wave last modified dateTime.
Wave name.
Wave tags.
Wave aggregated status.
Wave aggregated status health status.
Wave aggregated status last update dateTime.
Wave aggregated status progress status.
DateTime marking when the first source server in the wave started replication.
Wave aggregated status total applications amount.
Wave ID.
Exceptions
mgn.Client.exceptions.UninitializedAccountException
mgn.Client.exceptions.ResourceNotFoundException
mgn.Client.exceptions.ServiceQuotaExceededException
mgn.Client.exceptions.ConflictException