| 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.QuickSight.Types.Ingestion
Description
Synopsis
- data Ingestion = Ingestion' {
- errorInfo :: Maybe ErrorInfo
 - ingestionId :: Maybe Text
 - ingestionSizeInBytes :: Maybe Integer
 - ingestionTimeInSeconds :: Maybe Integer
 - queueInfo :: Maybe QueueInfo
 - requestSource :: Maybe IngestionRequestSource
 - requestType :: Maybe IngestionRequestType
 - rowInfo :: Maybe RowInfo
 - arn :: Text
 - ingestionStatus :: IngestionStatus
 - createdTime :: POSIX
 
 - newIngestion :: Text -> IngestionStatus -> UTCTime -> Ingestion
 - ingestion_errorInfo :: Lens' Ingestion (Maybe ErrorInfo)
 - ingestion_ingestionId :: Lens' Ingestion (Maybe Text)
 - ingestion_ingestionSizeInBytes :: Lens' Ingestion (Maybe Integer)
 - ingestion_ingestionTimeInSeconds :: Lens' Ingestion (Maybe Integer)
 - ingestion_queueInfo :: Lens' Ingestion (Maybe QueueInfo)
 - ingestion_requestSource :: Lens' Ingestion (Maybe IngestionRequestSource)
 - ingestion_requestType :: Lens' Ingestion (Maybe IngestionRequestType)
 - ingestion_rowInfo :: Lens' Ingestion (Maybe RowInfo)
 - ingestion_arn :: Lens' Ingestion Text
 - ingestion_ingestionStatus :: Lens' Ingestion IngestionStatus
 - ingestion_createdTime :: Lens' Ingestion UTCTime
 
Documentation
Information about the SPICE ingestion for a dataset.
See: newIngestion smart constructor.
Constructors
| Ingestion' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> IngestionStatus | |
| -> UTCTime | |
| -> Ingestion | 
Create a value of Ingestion 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:errorInfo:Ingestion', ingestion_errorInfo - Error information for this ingestion.
$sel:ingestionId:Ingestion', ingestion_ingestionId - Ingestion ID.
$sel:ingestionSizeInBytes:Ingestion', ingestion_ingestionSizeInBytes - The size of the data ingested, in bytes.
$sel:ingestionTimeInSeconds:Ingestion', ingestion_ingestionTimeInSeconds - The time that this ingestion took, measured in seconds.
$sel:queueInfo:Ingestion', ingestion_queueInfo - Undocumented member.
$sel:requestSource:Ingestion', ingestion_requestSource - Event source for this ingestion.
$sel:requestType:Ingestion', ingestion_requestType - Type of this ingestion.
$sel:rowInfo:Ingestion', ingestion_rowInfo - Undocumented member.
$sel:arn:Ingestion', ingestion_arn - The Amazon Resource Name (ARN) of the resource.
$sel:ingestionStatus:Ingestion', ingestion_ingestionStatus - Ingestion status.
$sel:createdTime:Ingestion', ingestion_createdTime - The time that this ingestion started.
ingestion_errorInfo :: Lens' Ingestion (Maybe ErrorInfo) Source #
Error information for this ingestion.
ingestion_ingestionSizeInBytes :: Lens' Ingestion (Maybe Integer) Source #
The size of the data ingested, in bytes.
ingestion_ingestionTimeInSeconds :: Lens' Ingestion (Maybe Integer) Source #
The time that this ingestion took, measured in seconds.
ingestion_requestSource :: Lens' Ingestion (Maybe IngestionRequestSource) Source #
Event source for this ingestion.
ingestion_requestType :: Lens' Ingestion (Maybe IngestionRequestType) Source #
Type of this ingestion.
ingestion_ingestionStatus :: Lens' Ingestion IngestionStatus Source #
Ingestion status.