| 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.Athena.ListNotebookMetadata
Description
Displays the notebook files for the specified workgroup in paginated format.
Synopsis
- data ListNotebookMetadata = ListNotebookMetadata' {}
- newListNotebookMetadata :: Text -> ListNotebookMetadata
- listNotebookMetadata_filters :: Lens' ListNotebookMetadata (Maybe FilterDefinition)
- listNotebookMetadata_maxResults :: Lens' ListNotebookMetadata (Maybe Natural)
- listNotebookMetadata_nextToken :: Lens' ListNotebookMetadata (Maybe Text)
- listNotebookMetadata_workGroup :: Lens' ListNotebookMetadata Text
- data ListNotebookMetadataResponse = ListNotebookMetadataResponse' {}
- newListNotebookMetadataResponse :: Int -> ListNotebookMetadataResponse
- listNotebookMetadataResponse_nextToken :: Lens' ListNotebookMetadataResponse (Maybe Text)
- listNotebookMetadataResponse_notebookMetadataList :: Lens' ListNotebookMetadataResponse (Maybe [NotebookMetadata])
- listNotebookMetadataResponse_httpStatus :: Lens' ListNotebookMetadataResponse Int
Creating a Request
data ListNotebookMetadata Source #
See: newListNotebookMetadata smart constructor.
Constructors
| ListNotebookMetadata' | |
Fields
| |
Instances
newListNotebookMetadata Source #
Arguments
| :: Text | |
| -> ListNotebookMetadata |
Create a value of ListNotebookMetadata 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:filters:ListNotebookMetadata', listNotebookMetadata_filters - Search filter string.
$sel:maxResults:ListNotebookMetadata', listNotebookMetadata_maxResults - Specifies the maximum number of results to return.
ListNotebookMetadata, listNotebookMetadata_nextToken - A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated.
ListNotebookMetadata, listNotebookMetadata_workGroup - The name of the Spark enabled workgroup to retrieve notebook metadata
for.
Request Lenses
listNotebookMetadata_filters :: Lens' ListNotebookMetadata (Maybe FilterDefinition) Source #
Search filter string.
listNotebookMetadata_maxResults :: Lens' ListNotebookMetadata (Maybe Natural) Source #
Specifies the maximum number of results to return.
listNotebookMetadata_nextToken :: Lens' ListNotebookMetadata (Maybe Text) Source #
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
listNotebookMetadata_workGroup :: Lens' ListNotebookMetadata Text Source #
The name of the Spark enabled workgroup to retrieve notebook metadata for.
Destructuring the Response
data ListNotebookMetadataResponse Source #
See: newListNotebookMetadataResponse smart constructor.
Constructors
| ListNotebookMetadataResponse' | |
Fields
| |
Instances
newListNotebookMetadataResponse Source #
Create a value of ListNotebookMetadataResponse 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:
ListNotebookMetadata, listNotebookMetadataResponse_nextToken - A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated. To obtain the next set
of pages, pass in the NextToken from the response object of the
previous page call.
$sel:notebookMetadataList:ListNotebookMetadataResponse', listNotebookMetadataResponse_notebookMetadataList - The list of notebook metadata for the specified workgroup.
$sel:httpStatus:ListNotebookMetadataResponse', listNotebookMetadataResponse_httpStatus - The response's http status code.
Response Lenses
listNotebookMetadataResponse_nextToken :: Lens' ListNotebookMetadataResponse (Maybe Text) Source #
A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated. To obtain the next set
of pages, pass in the NextToken from the response object of the
previous page call.
listNotebookMetadataResponse_notebookMetadataList :: Lens' ListNotebookMetadataResponse (Maybe [NotebookMetadata]) Source #
The list of notebook metadata for the specified workgroup.
listNotebookMetadataResponse_httpStatus :: Lens' ListNotebookMetadataResponse Int Source #
The response's http status code.