amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.CancelIngestion

Description

Cancels an ongoing ingestion of data into SPICE.

Synopsis

Creating a Request

data CancelIngestion Source #

See: newCancelIngestion smart constructor.

Constructors

CancelIngestion' 

Fields

Instances

Instances details
ToHeaders CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

ToPath CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

ToQuery CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

AWSRequest CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Associated Types

type AWSResponse CancelIngestion #

Generic CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Associated Types

type Rep CancelIngestion :: Type -> Type #

Read CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Show CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

NFData CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Methods

rnf :: CancelIngestion -> () #

Eq CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Hashable CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

type AWSResponse CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

type Rep CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

type Rep CancelIngestion = D1 ('MetaData "CancelIngestion" "Amazonka.QuickSight.CancelIngestion" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CancelIngestion'" '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))))

newCancelIngestion Source #

Create a value of CancelIngestion 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:

CancelIngestion, cancelIngestion_awsAccountId - The Amazon Web Services account ID.

CancelIngestion, cancelIngestion_dataSetId - The ID of the dataset used in the ingestion.

CancelIngestion, cancelIngestion_ingestionId - An ID for the ingestion.

Request Lenses

cancelIngestion_awsAccountId :: Lens' CancelIngestion Text Source #

The Amazon Web Services account ID.

cancelIngestion_dataSetId :: Lens' CancelIngestion Text Source #

The ID of the dataset used in the ingestion.

Destructuring the Response

data CancelIngestionResponse Source #

See: newCancelIngestionResponse smart constructor.

Constructors

CancelIngestionResponse' 

Fields

Instances

Instances details
Generic CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Associated Types

type Rep CancelIngestionResponse :: Type -> Type #

Read CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Show CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

NFData CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Methods

rnf :: CancelIngestionResponse -> () #

Eq CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

type Rep CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

type Rep CancelIngestionResponse = D1 ('MetaData "CancelIngestionResponse" "Amazonka.QuickSight.CancelIngestion" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CancelIngestionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ingestionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCancelIngestionResponse Source #

Create a value of CancelIngestionResponse 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:

CancelIngestionResponse, cancelIngestionResponse_arn - The Amazon Resource Name (ARN) for the data ingestion.

CancelIngestion, cancelIngestionResponse_ingestionId - An ID for the ingestion.

$sel:requestId:CancelIngestionResponse', cancelIngestionResponse_requestId - The Amazon Web Services request ID for this operation.

CancelIngestionResponse, cancelIngestionResponse_status - The HTTP status of the request.

Response Lenses

cancelIngestionResponse_arn :: Lens' CancelIngestionResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the data ingestion.

cancelIngestionResponse_requestId :: Lens' CancelIngestionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.