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

Defined in Amazonka.QuickSight.ListDataSets

Read ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Show ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Generic ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Associated Types

type Rep ListDataSets :: Type -> Type #

NFData ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Methods

rnf :: ListDataSets -> () #

Hashable 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 #

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

type Rep ListDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

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

Defined in Amazonka.QuickSight.ListDataSets

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:nextToken:ListDataSets', listDataSets_nextToken - The token for the next set of results, or null if there are no more results.

$sel:maxResults:ListDataSets', listDataSets_maxResults - The maximum number of results to be returned per request.

$sel:awsAccountId:ListDataSets', listDataSets_awsAccountId - The Amazon Web Services account ID.

Request Lenses

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

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

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

The maximum number of results to be returned per request.

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

Defined in Amazonka.QuickSight.ListDataSets

Read ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Show ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Generic ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Associated Types

type Rep ListDataSetsResponse :: Type -> Type #

NFData ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

Methods

rnf :: ListDataSetsResponse -> () #

type Rep ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSets

type Rep ListDataSetsResponse = D1 ('MetaData "ListDataSetsResponse" "Amazonka.QuickSight.ListDataSets" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "ListDataSetsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataSetSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataSetSummary])) :*: 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:requestId:ListDataSetsResponse', listDataSetsResponse_requestId - The Amazon Web Services request ID for this operation.

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

$sel:dataSetSummaries:ListDataSetsResponse', listDataSetsResponse_dataSetSummaries - The list of dataset summaries.

$sel:status:ListDataSetsResponse', listDataSetsResponse_status - The HTTP status of the request.

Response Lenses

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

The Amazon Web Services request ID for this operation.

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

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