stop_continuous_export
(**kwargs)¶Stop the continuous flow of agent's discovered data into Amazon Athena.
See also: AWS API Documentation
Request Syntax
response = client.stop_continuous_export(
exportId='string'
)
[REQUIRED]
The unique ID assigned to this export.
{
'startTime': datetime(2015, 1, 1),
'stopTime': datetime(2015, 1, 1)
}
Response Structure
Timestamp that represents when this continuous export started collecting data.
Timestamp that represents when this continuous export was stopped.
Exceptions
ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
ApplicationDiscoveryService.Client.exceptions.OperationNotPermittedException
ApplicationDiscoveryService.Client.exceptions.ResourceNotFoundException
ApplicationDiscoveryService.Client.exceptions.ResourceInUseException
ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException