Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Discovery.ExportConfigurations
Description
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 which you can query using the GetExportStatus API. The system imposes a limit of two configuration exports in six hours.
Creating a Request
exportConfigurations :: ExportConfigurations #
Creates a value of ExportConfigurations
with the minimum fields required to make a request.
data ExportConfigurations #
See: exportConfigurations
smart constructor.
Instances
Destructuring the Response
exportConfigurationsResponse #
Arguments
:: Int | |
-> ExportConfigurationsResponse |
Creates a value of ExportConfigurationsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ecrsExportId
- A unique identifier that you can use to query the export status.ecrsResponseStatus
- -- | The response status code.
data ExportConfigurationsResponse #
See: exportConfigurationsResponse
smart constructor.
Response Lenses
ecrsExportId :: Lens' ExportConfigurationsResponse (Maybe Text) #
A unique identifier that you can use to query the export status.
ecrsResponseStatus :: Lens' ExportConfigurationsResponse Int #
- - | The response status code.