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

Description

Describes a dataset. This operation doesn't support datasets that include uploaded files as a source.

Synopsis

Creating a Request

data DescribeDataSet Source #

See: newDescribeDataSet smart constructor.

Constructors

DescribeDataSet' 

Fields

  • awsAccountId :: Text

    The Amazon Web Services account ID.

  • dataSetId :: Text

    The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Instances

Instances details
ToHeaders DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

ToPath DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

ToQuery DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

AWSRequest DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

Associated Types

type AWSResponse DescribeDataSet #

Generic DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

Associated Types

type Rep DescribeDataSet :: Type -> Type #

Read DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

Show DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

NFData DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

Methods

rnf :: DescribeDataSet -> () #

Eq DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

Hashable DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

type AWSResponse DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

type Rep DescribeDataSet Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

type Rep DescribeDataSet = D1 ('MetaData "DescribeDataSet" "Amazonka.QuickSight.DescribeDataSet" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeDataSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDataSet Source #

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

DescribeDataSet, describeDataSet_awsAccountId - The Amazon Web Services account ID.

DescribeDataSet, describeDataSet_dataSetId - The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Request Lenses

describeDataSet_awsAccountId :: Lens' DescribeDataSet Text Source #

The Amazon Web Services account ID.

describeDataSet_dataSetId :: Lens' DescribeDataSet Text Source #

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Destructuring the Response

data DescribeDataSetResponse Source #

See: newDescribeDataSetResponse smart constructor.

Constructors

DescribeDataSetResponse' 

Fields

Instances

Instances details
Generic DescribeDataSetResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

Associated Types

type Rep DescribeDataSetResponse :: Type -> Type #

Show DescribeDataSetResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

NFData DescribeDataSetResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

Methods

rnf :: DescribeDataSetResponse -> () #

Eq DescribeDataSetResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

type Rep DescribeDataSetResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeDataSet

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

newDescribeDataSetResponse Source #

Create a value of DescribeDataSetResponse 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:dataSet:DescribeDataSetResponse', describeDataSetResponse_dataSet - Information on the dataset.

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

DescribeDataSetResponse, describeDataSetResponse_status - The HTTP status of the request.

Response Lenses

describeDataSetResponse_requestId :: Lens' DescribeDataSetResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.