| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Discovery.Types.ExportInfo
Description
Synopsis
- data ExportInfo = ExportInfo' {}
- newExportInfo :: Text -> ExportStatus -> Text -> UTCTime -> ExportInfo
- exportInfo_configurationsDownloadUrl :: Lens' ExportInfo (Maybe Text)
- exportInfo_isTruncated :: Lens' ExportInfo (Maybe Bool)
- exportInfo_requestedEndTime :: Lens' ExportInfo (Maybe UTCTime)
- exportInfo_requestedStartTime :: Lens' ExportInfo (Maybe UTCTime)
- exportInfo_exportId :: Lens' ExportInfo Text
- exportInfo_exportStatus :: Lens' ExportInfo ExportStatus
- exportInfo_statusMessage :: Lens' ExportInfo Text
- exportInfo_exportRequestTime :: Lens' ExportInfo UTCTime
Documentation
data ExportInfo Source #
Information regarding the export status of discovered data. The value is an array of objects.
See: newExportInfo smart constructor.
Constructors
| ExportInfo' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ExportStatus | |
| -> Text | |
| -> UTCTime | |
| -> ExportInfo |
Create a value of ExportInfo with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationsDownloadUrl:ExportInfo', exportInfo_configurationsDownloadUrl - A URL for an Amazon S3 bucket where you can review the exported data.
The URL is displayed only if the export succeeded.
$sel:isTruncated:ExportInfo', exportInfo_isTruncated - 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 and endDate.
$sel:requestedEndTime:ExportInfo', exportInfo_requestedEndTime - The endTime used in the StartExportTask request. If no endTime was
requested, this result does not appear in ExportInfo.
$sel:requestedStartTime:ExportInfo', exportInfo_requestedStartTime - The value of startTime parameter in the StartExportTask request. If
no startTime was requested, this result does not appear in
ExportInfo.
$sel:exportId:ExportInfo', exportInfo_exportId - A unique identifier used to query an export.
$sel:exportStatus:ExportInfo', exportInfo_exportStatus - The status of the data export job.
$sel:statusMessage:ExportInfo', exportInfo_statusMessage - A status message provided for API callers.
$sel:exportRequestTime:ExportInfo', exportInfo_exportRequestTime - The time that the data export was initiated.
exportInfo_configurationsDownloadUrl :: Lens' ExportInfo (Maybe Text) Source #
A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.
exportInfo_isTruncated :: Lens' ExportInfo (Maybe Bool) Source #
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 and endDate.
exportInfo_requestedEndTime :: Lens' ExportInfo (Maybe UTCTime) Source #
The endTime used in the StartExportTask request. If no endTime was
requested, this result does not appear in ExportInfo.
exportInfo_requestedStartTime :: Lens' ExportInfo (Maybe UTCTime) Source #
The value of startTime parameter in the StartExportTask request. If
no startTime was requested, this result does not appear in
ExportInfo.
exportInfo_exportId :: Lens' ExportInfo Text Source #
A unique identifier used to query an export.
exportInfo_exportStatus :: Lens' ExportInfo ExportStatus Source #
The status of the data export job.
exportInfo_statusMessage :: Lens' ExportInfo Text Source #
A status message provided for API callers.
exportInfo_exportRequestTime :: Lens' ExportInfo UTCTime Source #
The time that the data export was initiated.