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

Description

Searches the subfolders in a folder.

Synopsis

Creating a Request

data SearchFolders Source #

See: newSearchFolders smart constructor.

Constructors

SearchFolders' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of results to be returned per request.

  • nextToken :: Maybe Text

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

  • awsAccountId :: Text

    The ID for the Amazon Web Services account that contains the folder.

  • filters :: [FolderSearchFilter]

    The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ].

Instances

Instances details
ToJSON SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

ToHeaders SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

ToPath SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

ToQuery SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

AWSRequest SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Associated Types

type AWSResponse SearchFolders #

Generic SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Associated Types

type Rep SearchFolders :: Type -> Type #

Read SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Show SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

NFData SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Methods

rnf :: SearchFolders -> () #

Eq SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Hashable SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

type AWSResponse SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

type Rep SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

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

newSearchFolders Source #

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

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

SearchFolders, searchFolders_awsAccountId - The ID for the Amazon Web Services account that contains the folder.

SearchFolders, searchFolders_filters - The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ].

Request Lenses

searchFolders_maxResults :: Lens' SearchFolders (Maybe Natural) Source #

The maximum number of results to be returned per request.

searchFolders_nextToken :: Lens' SearchFolders (Maybe Text) Source #

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

searchFolders_awsAccountId :: Lens' SearchFolders Text Source #

The ID for the Amazon Web Services account that contains the folder.

searchFolders_filters :: Lens' SearchFolders [FolderSearchFilter] Source #

The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ].

Destructuring the Response

data SearchFoldersResponse Source #

See: newSearchFoldersResponse smart constructor.

Constructors

SearchFoldersResponse' 

Fields

  • folderSummaryList :: Maybe [FolderSummary]

    A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.

  • nextToken :: Maybe Text

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

  • requestId :: Maybe Text

    The Amazon Web Services request ID for this operation.

  • status :: Int

    The HTTP status of the request.

Instances

Instances details
Generic SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Associated Types

type Rep SearchFoldersResponse :: Type -> Type #

Read SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Show SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

NFData SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Methods

rnf :: SearchFoldersResponse -> () #

Eq SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

type Rep SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

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

newSearchFoldersResponse Source #

Create a value of SearchFoldersResponse 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:folderSummaryList:SearchFoldersResponse', searchFoldersResponse_folderSummaryList - A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.

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

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

SearchFoldersResponse, searchFoldersResponse_status - The HTTP status of the request.

Response Lenses

searchFoldersResponse_folderSummaryList :: Lens' SearchFoldersResponse (Maybe [FolderSummary]) Source #

A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.

searchFoldersResponse_nextToken :: Lens' SearchFoldersResponse (Maybe Text) Source #

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

searchFoldersResponse_requestId :: Lens' SearchFoldersResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.