Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
Information about a queued dataset SPICE ingestion.
See: newQueueInfo
smart constructor.
QueueInfo' | |
|
Instances
Eq QueueInfo Source # | |
Read QueueInfo Source # | |
Show QueueInfo Source # | |
Generic QueueInfo Source # | |
NFData QueueInfo Source # | |
Defined in Amazonka.QuickSight.Types.QueueInfo | |
Hashable QueueInfo Source # | |
Defined in Amazonka.QuickSight.Types.QueueInfo | |
FromJSON QueueInfo Source # | |
type Rep QueueInfo Source # | |
Defined in Amazonka.QuickSight.Types.QueueInfo type Rep QueueInfo = D1 ('MetaData "QueueInfo" "Amazonka.QuickSight.Types.QueueInfo" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "QueueInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "waitingOnIngestion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queuedIngestion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of QueueInfo
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:waitingOnIngestion:QueueInfo'
, queueInfo_waitingOnIngestion
- The ID of the queued ingestion.
$sel:queuedIngestion:QueueInfo'
, queueInfo_queuedIngestion
- The ID of the ongoing ingestion. The queued ingestion is waiting for the
ongoing ingestion to complete.