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

Description

Use the SearchDataSets operation to search for datasets that belong to an account.

This operation returns paginated results.

Synopsis

Creating a Request

data SearchDataSets Source #

See: newSearchDataSets smart constructor.

Constructors

SearchDataSets' 

Fields

Instances

Instances details
ToJSON SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

ToHeaders SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

ToPath SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

ToQuery SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

AWSPager SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

AWSRequest SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

Associated Types

type AWSResponse SearchDataSets #

Generic SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

Associated Types

type Rep SearchDataSets :: Type -> Type #

Read SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

Show SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

NFData SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

Methods

rnf :: SearchDataSets -> () #

Eq SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

Hashable SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

type AWSResponse SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

type Rep SearchDataSets Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

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

newSearchDataSets Source #

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

SearchDataSets, searchDataSets_nextToken - A pagination token that can be used in a subsequent request.

SearchDataSets, searchDataSets_awsAccountId - The Amazon Web Services account ID.

SearchDataSets, searchDataSets_filters - The filters to apply to the search.

Request Lenses

searchDataSets_maxResults :: Lens' SearchDataSets (Maybe Natural) Source #

The maximum number of results to be returned per request.

searchDataSets_nextToken :: Lens' SearchDataSets (Maybe Text) Source #

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

searchDataSets_awsAccountId :: Lens' SearchDataSets Text Source #

The Amazon Web Services account ID.

Destructuring the Response

data SearchDataSetsResponse Source #

See: newSearchDataSetsResponse smart constructor.

Constructors

SearchDataSetsResponse' 

Fields

Instances

Instances details
Generic SearchDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

Associated Types

type Rep SearchDataSetsResponse :: Type -> Type #

Read SearchDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

Show SearchDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

NFData SearchDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

Methods

rnf :: SearchDataSetsResponse -> () #

Eq SearchDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

type Rep SearchDataSetsResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchDataSets

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

newSearchDataSetsResponse Source #

Create a value of SearchDataSetsResponse 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:SearchDataSetsResponse', searchDataSetsResponse_dataSetSummaries - A DataSetSummaries object that returns a summary of a dataset.

SearchDataSets, searchDataSetsResponse_nextToken - A pagination token that can be used in a subsequent request.

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

SearchDataSetsResponse, searchDataSetsResponse_status - The HTTP status of the request.

Response Lenses

searchDataSetsResponse_dataSetSummaries :: Lens' SearchDataSetsResponse (Maybe [DataSetSummary]) Source #

A DataSetSummaries object that returns a summary of a dataset.

searchDataSetsResponse_nextToken :: Lens' SearchDataSetsResponse (Maybe Text) Source #

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

searchDataSetsResponse_requestId :: Lens' SearchDataSetsResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.