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.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
Eq CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Read CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Show CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Generic CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Associated Types

type Rep CancelIngestion :: Type -> Type #

NFData CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Methods

rnf :: CancelIngestion -> () #

Hashable CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

AWSRequest CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Associated Types

type AWSResponse CancelIngestion #

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

type Rep CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

type Rep CancelIngestion = D1 ('MetaData "CancelIngestion" "Amazonka.QuickSight.CancelIngestion" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" '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))))
type AWSResponse CancelIngestion Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

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:

$sel:awsAccountId:CancelIngestion', cancelIngestion_awsAccountId - The Amazon Web Services account ID.

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

$sel:ingestionId: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
Eq CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Read CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Show CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Generic CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Associated Types

type Rep CancelIngestionResponse :: Type -> Type #

NFData CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

Methods

rnf :: CancelIngestionResponse -> () #

type Rep CancelIngestionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.CancelIngestion

type Rep CancelIngestionResponse = D1 ('MetaData "CancelIngestionResponse" "Amazonka.QuickSight.CancelIngestion" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "CancelIngestionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ingestionId") '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:

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

$sel:arn:CancelIngestionResponse', cancelIngestionResponse_arn - The Amazon Resource Name (ARN) for the data ingestion.

$sel:ingestionId:CancelIngestion', cancelIngestionResponse_ingestionId - An ID for the ingestion.

$sel:status:CancelIngestionResponse', cancelIngestionResponse_status - The HTTP status of the request.

Response Lenses

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

The Amazon Web Services request ID for this operation.

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

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