libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.Ingestion

Description

 
Synopsis

Documentation

data Ingestion Source #

Information about the SPICE ingestion for a dataset.

See: newIngestion smart constructor.

Constructors

Ingestion' 

Fields

Instances

Instances details
Eq Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Read Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Show Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Generic Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Associated Types

type Rep Ingestion :: Type -> Type #

NFData Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

Methods

rnf :: Ingestion -> () #

Hashable Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

FromJSON Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

type Rep Ingestion Source # 
Instance details

Defined in Amazonka.QuickSight.Types.Ingestion

type Rep Ingestion = D1 ('MetaData "Ingestion" "Amazonka.QuickSight.Types.Ingestion" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "Ingestion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "requestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionRequestSource)) :*: S1 ('MetaSel ('Just "queueInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueueInfo))) :*: (S1 ('MetaSel ('Just "ingestionTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "requestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionRequestType)) :*: S1 ('MetaSel ('Just "ingestionSizeInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 ('MetaSel ('Just "rowInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowInfo)) :*: (S1 ('MetaSel ('Just "ingestionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorInfo)))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "ingestionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IngestionStatus) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newIngestion Source #

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:requestSource:Ingestion', ingestion_requestSource - Event source for this ingestion.

$sel:queueInfo:Ingestion', ingestion_queueInfo - Undocumented member.

$sel:ingestionTimeInSeconds:Ingestion', ingestion_ingestionTimeInSeconds - The time that this ingestion took, measured in seconds.

$sel:requestType:Ingestion', ingestion_requestType - Type of this ingestion.

$sel:ingestionSizeInBytes:Ingestion', ingestion_ingestionSizeInBytes - The size of the data ingested, in bytes.

$sel:rowInfo:Ingestion', ingestion_rowInfo - Undocumented member.

$sel:ingestionId:Ingestion', ingestion_ingestionId - Ingestion ID.

$sel:errorInfo:Ingestion', ingestion_errorInfo - Error information for this ingestion.

$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_ingestionTimeInSeconds :: Lens' Ingestion (Maybe Integer) Source #

The time that this ingestion took, measured in seconds.

ingestion_ingestionSizeInBytes :: Lens' Ingestion (Maybe Integer) Source #

The size of the data ingested, in bytes.

ingestion_errorInfo :: Lens' Ingestion (Maybe ErrorInfo) Source #

Error information for this ingestion.

ingestion_arn :: Lens' Ingestion Text Source #

The Amazon Resource Name (ARN) of the resource.

ingestion_createdTime :: Lens' Ingestion UTCTime Source #

The time that this ingestion started.