| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.SearchFolders
Description
Searches the subfolders in a folder.
Synopsis
- data SearchFolders = SearchFolders' {}
- newSearchFolders :: Text -> SearchFolders
- searchFolders_maxResults :: Lens' SearchFolders (Maybe Natural)
- searchFolders_nextToken :: Lens' SearchFolders (Maybe Text)
- searchFolders_awsAccountId :: Lens' SearchFolders Text
- searchFolders_filters :: Lens' SearchFolders [FolderSearchFilter]
- data SearchFoldersResponse = SearchFoldersResponse' {}
- newSearchFoldersResponse :: Int -> SearchFoldersResponse
- searchFoldersResponse_folderSummaryList :: Lens' SearchFoldersResponse (Maybe [FolderSummary])
- searchFoldersResponse_nextToken :: Lens' SearchFoldersResponse (Maybe Text)
- searchFoldersResponse_requestId :: Lens' SearchFoldersResponse (Maybe Text)
- searchFoldersResponse_status :: Lens' SearchFoldersResponse Int
Creating a Request
data SearchFolders Source #
See: newSearchFolders smart constructor.
Constructors
| SearchFolders' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> SearchFolders |
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
| |
Instances
newSearchFoldersResponse Source #
Arguments
| :: Int | |
| -> SearchFoldersResponse |
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.
searchFoldersResponse_status :: Lens' SearchFoldersResponse Int Source #
The HTTP status of the request.