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

Description

Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDataSources Source #

See: newListDataSources smart constructor.

Constructors

ListDataSources' 

Fields

Instances

Instances details
ToHeaders ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

ToPath ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

ToQuery ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

AWSPager ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

AWSRequest ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

Associated Types

type AWSResponse ListDataSources #

Generic ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

Associated Types

type Rep ListDataSources :: Type -> Type #

Read ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

Show ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

NFData ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

Methods

rnf :: ListDataSources -> () #

Eq ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

Hashable ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

type AWSResponse ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

type Rep ListDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

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

newListDataSources Source #

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

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

ListDataSources, listDataSources_awsAccountId - The Amazon Web Services account ID.

Request Lenses

listDataSources_maxResults :: Lens' ListDataSources (Maybe Natural) Source #

The maximum number of results to be returned per request.

listDataSources_nextToken :: Lens' ListDataSources (Maybe Text) Source #

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

listDataSources_awsAccountId :: Lens' ListDataSources Text Source #

The Amazon Web Services account ID.

Destructuring the Response

data ListDataSourcesResponse Source #

See: newListDataSourcesResponse smart constructor.

Constructors

ListDataSourcesResponse' 

Fields

Instances

Instances details
Generic ListDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

Associated Types

type Rep ListDataSourcesResponse :: Type -> Type #

Read ListDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

Show ListDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

NFData ListDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

Methods

rnf :: ListDataSourcesResponse -> () #

Eq ListDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

type Rep ListDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.ListDataSources

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

newListDataSourcesResponse Source #

Create a value of ListDataSourcesResponse 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:dataSources:ListDataSourcesResponse', listDataSourcesResponse_dataSources - A list of data sources.

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

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

ListDataSourcesResponse, listDataSourcesResponse_status - The HTTP status of the request.

Response Lenses

listDataSourcesResponse_nextToken :: Lens' ListDataSourcesResponse (Maybe Text) Source #

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

listDataSourcesResponse_requestId :: Lens' ListDataSourcesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.