ApplicationDiscoveryService / Client / export_configurations
export_configurations#
- ApplicationDiscoveryService.Client.export_configurations()#
Deprecated. Use
StartExportTask
instead.Exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID that you can query using the DescribeExportConfigurations API. The system imposes a limit of two configuration exports in six hours.
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.export_configurations()
- Return type:
dict
- Returns:
Response Syntax
{ 'exportId': 'string' }
Response Structure
(dict) –
exportId (string) –
A unique identifier that you can use to query the export status.
Exceptions
ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
ApplicationDiscoveryService.Client.exceptions.OperationNotPermittedException
ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException