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

Description

Searches the subfolders in a folder.

Synopsis

Creating a Request

data SearchFolders Source #

See: newSearchFolders smart constructor.

Constructors

SearchFolders' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

    The maximum number of results to be returned per request.

  • awsAccountId :: Text

    The AWS account ID.

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

Defined in Amazonka.QuickSight.SearchFolders

Read SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Show SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Generic SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Associated Types

type Rep SearchFolders :: Type -> Type #

NFData SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Methods

rnf :: SearchFolders -> () #

Hashable SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

ToJSON SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

AWSRequest SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Associated Types

type AWSResponse 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

type Rep SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

type Rep SearchFolders = D1 ('MetaData "SearchFolders" "Amazonka.QuickSight.SearchFolders" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "SearchFolders'" '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) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FolderSearchFilter]))))
type AWSResponse SearchFolders Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

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

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

$sel:awsAccountId:SearchFolders', searchFolders_awsAccountId - The AWS account ID.

$sel:filters: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_nextToken :: Lens' SearchFolders (Maybe Text) Source #

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

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

The maximum number of results to be returned per request.

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

Instances

Instances details
Eq SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Read SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Show SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Generic SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Associated Types

type Rep SearchFoldersResponse :: Type -> Type #

NFData SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

Methods

rnf :: SearchFoldersResponse -> () #

type Rep SearchFoldersResponse Source # 
Instance details

Defined in Amazonka.QuickSight.SearchFolders

type Rep SearchFoldersResponse = D1 ('MetaData "SearchFoldersResponse" "Amazonka.QuickSight.SearchFolders" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "SearchFoldersResponse'" '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 "folderSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FolderSummary])) :*: 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:requestId:SearchFoldersResponse', searchFoldersResponse_requestId - The request ID.

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

$sel:folderSummaryList:SearchFoldersResponse', searchFoldersResponse_folderSummaryList - A structure that contains all of the folders in your AWS account. This structure provides basic information about the folders.

$sel:status:SearchFoldersResponse', searchFoldersResponse_status - The status. If succeeded, the status is SC_OK.

Response Lenses

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

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

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

A structure that contains all of the folders in your AWS account. This structure provides basic information about the folders.

searchFoldersResponse_status :: Lens' SearchFoldersResponse Int Source #

The status. If succeeded, the status is SC_OK.