ApplicationDiscoveryService / Client / describe_export_configurations
describe_export_configurations#
- ApplicationDiscoveryService.Client.describe_export_configurations(**kwargs)#
DescribeExportConfigurations
is deprecated. Use DescribeExportTasks, instead.Danger
This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.
See also: AWS API Documentation
Request Syntax
response = client.describe_export_configurations( exportIds=[ 'string', ], maxResults=123, nextToken='string' )
- Parameters:
exportIds (list) –
A list of continuous export IDs to search for.
(string) –
maxResults (integer) – A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
nextToken (string) – The token from the previous call to describe-export-tasks.
- Return type:
dict
- Returns:
Response Syntax
{ 'exportsInfo': [ { 'exportId': 'string', 'exportStatus': 'FAILED'|'SUCCEEDED'|'IN_PROGRESS', 'statusMessage': 'string', 'configurationsDownloadUrl': 'string', 'exportRequestTime': datetime(2015, 1, 1), 'isTruncated': True|False, 'requestedStartTime': datetime(2015, 1, 1), 'requestedEndTime': datetime(2015, 1, 1) }, ], 'nextToken': 'string' }
Response Structure
(dict) –
exportsInfo (list) –
(dict) –
Information regarding the export status of discovered data. The value is an array of objects.
exportId (string) –
A unique identifier used to query an export.
exportStatus (string) –
The status of the data export job.
statusMessage (string) –
A status message provided for API callers.
configurationsDownloadUrl (string) –
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
exportRequestTime (datetime) –
The time that the data export was initiated.
isTruncated (boolean) –
If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using
startDate
andendDate
.requestedStartTime (datetime) –
The value of
startTime
parameter in theStartExportTask
request. If nostartTime
was requested, this result does not appear inExportInfo
.requestedEndTime (datetime) –
The
endTime
used in theStartExportTask
request. If noendTime
was requested, this result does not appear inExportInfo
.
nextToken (string) –
The token from the previous call to describe-export-tasks.
Exceptions
ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
ApplicationDiscoveryService.Client.exceptions.ResourceNotFoundException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException