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

Description

Use the SearchDataSources operation to search for data sources that belong to an account.

This operation returns paginated results.

Synopsis

Creating a Request

data SearchDataSources Source #

See: newSearchDataSources smart constructor.

Constructors

SearchDataSources' 

Fields

Instances

Instances details
ToJSON SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

ToHeaders SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

ToPath SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

ToQuery SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

AWSPager SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

AWSRequest SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

Associated Types

type AWSResponse SearchDataSources #

Generic SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

Associated Types

type Rep SearchDataSources :: Type -> Type #

Read SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

Show SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

NFData SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

Methods

rnf :: SearchDataSources -> () #

Eq SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

Hashable SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

type AWSResponse SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

type Rep SearchDataSources Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

type Rep SearchDataSources = D1 ('MetaData "SearchDataSources" "Amazonka.QuickSight.SearchDataSources" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "SearchDataSources'" '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) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DataSourceSearchFilter)))))

newSearchDataSources Source #

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

SearchDataSources, searchDataSources_nextToken - A pagination token that can be used in a subsequent request.

SearchDataSources, searchDataSources_awsAccountId - The Amazon Web Services account ID.

SearchDataSources, searchDataSources_filters - The filters to apply to the search.

Request Lenses

searchDataSources_maxResults :: Lens' SearchDataSources (Maybe Natural) Source #

The maximum number of results to be returned per request.

searchDataSources_nextToken :: Lens' SearchDataSources (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchDataSources_awsAccountId :: Lens' SearchDataSources Text Source #

The Amazon Web Services account ID.

Destructuring the Response

data SearchDataSourcesResponse Source #

See: newSearchDataSourcesResponse smart constructor.

Constructors

SearchDataSourcesResponse' 

Fields

Instances

Instances details
Generic SearchDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

Associated Types

type Rep SearchDataSourcesResponse :: Type -> Type #

Read SearchDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

Show SearchDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

NFData SearchDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

Eq SearchDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

type Rep SearchDataSourcesResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSources

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

newSearchDataSourcesResponse Source #

Create a value of SearchDataSourcesResponse 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:dataSourceSummaries:SearchDataSourcesResponse', searchDataSourcesResponse_dataSourceSummaries - A DataSourceSummaries object that returns a summary of a data source.

SearchDataSources, searchDataSourcesResponse_nextToken - A pagination token that can be used in a subsequent request.

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

SearchDataSourcesResponse, searchDataSourcesResponse_status - The HTTP status of the request.

Response Lenses

searchDataSourcesResponse_dataSourceSummaries :: Lens' SearchDataSourcesResponse (Maybe [DataSourceSummary]) Source #

A DataSourceSummaries object that returns a summary of a data source.

searchDataSourcesResponse_nextToken :: Lens' SearchDataSourcesResponse (Maybe Text) Source #

A pagination token that can be used in a subsequent request.

searchDataSourcesResponse_requestId :: Lens' SearchDataSourcesResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.