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

Description

Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.

The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDataSets Source #

See: newListDataSets smart constructor.

Constructors

ListDataSets' 

Fields

Instances

Instances details
ToHeaders ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

ToPath ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

ToQuery ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

AWSPager ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

AWSRequest ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Associated Types

type AWSResponse ListDataSets #

Generic ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Associated Types

type Rep ListDataSets :: Type -> Type #

Read ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Show ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

NFData ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Methods

rnf :: ListDataSets -> () #

Eq ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Hashable ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

type AWSResponse ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

type Rep ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

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

newListDataSets Source #

Create a value of ListDataSets 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:maxResults:ListDataSets', listDataSets_maxResults - The maximum number of results to be returned per request.

ListDataSets, listDataSets_nextToken - The token for the next set of results, or null if there are no more results.

ListDataSets, listDataSets_awsAccountId - The Amazon Web Services account ID.

Request Lenses

listDataSets_maxResults :: Lens' ListDataSets (Maybe Natural) Source #

The maximum number of results to be returned per request.

listDataSets_nextToken :: Lens' ListDataSets (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDataSets_awsAccountId :: Lens' ListDataSets Text Source #

The Amazon Web Services account ID.

Destructuring the Response

data ListDataSetsResponse Source #

See: newListDataSetsResponse smart constructor.

Constructors

ListDataSetsResponse' 

Fields

Instances

Instances details
Generic ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Associated Types

type Rep ListDataSetsResponse :: Type -> Type #

Read ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Show ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

NFData ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Methods

rnf :: ListDataSetsResponse -> () #

Eq ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

type Rep ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

type Rep ListDataSetsResponse = D1 ('MetaData "ListDataSetsResponse" "Amazonka.QuickSight.ListDataSets" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ListDataSetsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataSetSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSetSummary])) :*: S1 ('MetaSel ('Just "nextToken") '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))))

newListDataSetsResponse Source #

Create a value of ListDataSetsResponse 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:dataSetSummaries:ListDataSetsResponse', listDataSetsResponse_dataSetSummaries - The list of dataset summaries.

ListDataSets, listDataSetsResponse_nextToken - The token for the next set of results, or null if there are no more results.

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

ListDataSetsResponse, listDataSetsResponse_status - The HTTP status of the request.

Response Lenses

listDataSetsResponse_nextToken :: Lens' ListDataSetsResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no more results.

listDataSetsResponse_requestId :: Lens' ListDataSetsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.