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.DescribeIngestion

Description

Describes a SPICE ingestion.

Synopsis

Creating a Request

data DescribeIngestion Source #

See: newDescribeIngestion smart constructor.

Constructors

DescribeIngestion' 

Fields

Instances

Instances details
Eq DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Read DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Show DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Generic DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Associated Types

type Rep DescribeIngestion :: Type -> Type #

NFData DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Methods

rnf :: DescribeIngestion -> () #

Hashable DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

AWSRequest DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Associated Types

type AWSResponse DescribeIngestion #

ToHeaders DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

ToPath DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

ToQuery DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

type Rep DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

type Rep DescribeIngestion = D1 ('MetaData "DescribeIngestion" "Amazonka.QuickSight.DescribeIngestion" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeIngestion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ingestionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

newDescribeIngestion Source #

Create a value of DescribeIngestion 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:awsAccountId:DescribeIngestion', describeIngestion_awsAccountId - The Amazon Web Services account ID.

$sel:dataSetId:DescribeIngestion', describeIngestion_dataSetId - The ID of the dataset used in the ingestion.

$sel:ingestionId:DescribeIngestion', describeIngestion_ingestionId - An ID for the ingestion.

Request Lenses

describeIngestion_awsAccountId :: Lens' DescribeIngestion Text Source #

The Amazon Web Services account ID.

describeIngestion_dataSetId :: Lens' DescribeIngestion Text Source #

The ID of the dataset used in the ingestion.

Destructuring the Response

data DescribeIngestionResponse Source #

See: newDescribeIngestionResponse smart constructor.

Constructors

DescribeIngestionResponse' 

Fields

Instances

Instances details
Eq DescribeIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Read DescribeIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Show DescribeIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Generic DescribeIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

Associated Types

type Rep DescribeIngestionResponse :: Type -> Type #

NFData DescribeIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

type Rep DescribeIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIngestion

type Rep DescribeIngestionResponse = D1 ('MetaData "DescribeIngestionResponse" "Amazonka.QuickSight.DescribeIngestion" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeIngestionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ingestion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ingestion)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeIngestionResponse Source #

Create a value of DescribeIngestionResponse 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:requestId:DescribeIngestionResponse', describeIngestionResponse_requestId - The Amazon Web Services request ID for this operation.

$sel:ingestion:DescribeIngestionResponse', describeIngestionResponse_ingestion - Information about the ingestion.

$sel:status:DescribeIngestionResponse', describeIngestionResponse_status - The HTTP status of the request.

Response Lenses

describeIngestionResponse_requestId :: Lens' DescribeIngestionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.