| 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.CloudDirectory.ListTypedLinkFacetNames
Description
Returns a paginated list of TypedLink facet names for a particular
schema. For more information, see
Typed Links.
This operation returns paginated results.
Synopsis
- data ListTypedLinkFacetNames = ListTypedLinkFacetNames' {}
- newListTypedLinkFacetNames :: Text -> ListTypedLinkFacetNames
- listTypedLinkFacetNames_maxResults :: Lens' ListTypedLinkFacetNames (Maybe Natural)
- listTypedLinkFacetNames_nextToken :: Lens' ListTypedLinkFacetNames (Maybe Text)
- listTypedLinkFacetNames_schemaArn :: Lens' ListTypedLinkFacetNames Text
- data ListTypedLinkFacetNamesResponse = ListTypedLinkFacetNamesResponse' {
- facetNames :: Maybe [Text]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListTypedLinkFacetNamesResponse :: Int -> ListTypedLinkFacetNamesResponse
- listTypedLinkFacetNamesResponse_facetNames :: Lens' ListTypedLinkFacetNamesResponse (Maybe [Text])
- listTypedLinkFacetNamesResponse_nextToken :: Lens' ListTypedLinkFacetNamesResponse (Maybe Text)
- listTypedLinkFacetNamesResponse_httpStatus :: Lens' ListTypedLinkFacetNamesResponse Int
Creating a Request
data ListTypedLinkFacetNames Source #
See: newListTypedLinkFacetNames smart constructor.
Constructors
| ListTypedLinkFacetNames' | |
Instances
newListTypedLinkFacetNames Source #
Arguments
| :: Text | |
| -> ListTypedLinkFacetNames |
Create a value of ListTypedLinkFacetNames 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:
ListTypedLinkFacetNames, listTypedLinkFacetNames_maxResults - The maximum number of results to retrieve.
ListTypedLinkFacetNames, listTypedLinkFacetNames_nextToken - The pagination token.
ListTypedLinkFacetNames, listTypedLinkFacetNames_schemaArn - The Amazon Resource Name (ARN) that is associated with the schema. For
more information, see arns.
Request Lenses
listTypedLinkFacetNames_maxResults :: Lens' ListTypedLinkFacetNames (Maybe Natural) Source #
The maximum number of results to retrieve.
listTypedLinkFacetNames_nextToken :: Lens' ListTypedLinkFacetNames (Maybe Text) Source #
The pagination token.
listTypedLinkFacetNames_schemaArn :: Lens' ListTypedLinkFacetNames Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
Destructuring the Response
data ListTypedLinkFacetNamesResponse Source #
See: newListTypedLinkFacetNamesResponse smart constructor.
Constructors
| ListTypedLinkFacetNamesResponse' | |
Fields
| |
Instances
newListTypedLinkFacetNamesResponse Source #
Create a value of ListTypedLinkFacetNamesResponse 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:facetNames:ListTypedLinkFacetNamesResponse', listTypedLinkFacetNamesResponse_facetNames - The names of typed link facets that exist within the schema.
ListTypedLinkFacetNames, listTypedLinkFacetNamesResponse_nextToken - The pagination token.
$sel:httpStatus:ListTypedLinkFacetNamesResponse', listTypedLinkFacetNamesResponse_httpStatus - The response's http status code.
Response Lenses
listTypedLinkFacetNamesResponse_facetNames :: Lens' ListTypedLinkFacetNamesResponse (Maybe [Text]) Source #
The names of typed link facets that exist within the schema.
listTypedLinkFacetNamesResponse_nextToken :: Lens' ListTypedLinkFacetNamesResponse (Maybe Text) Source #
The pagination token.
listTypedLinkFacetNamesResponse_httpStatus :: Lens' ListTypedLinkFacetNamesResponse Int Source #
The response's http status code.