Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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_nextToken :: Lens' ListTypedLinkFacetNames (Maybe Text)
- listTypedLinkFacetNames_maxResults :: Lens' ListTypedLinkFacetNames (Maybe Natural)
- listTypedLinkFacetNames_schemaArn :: Lens' ListTypedLinkFacetNames Text
- data ListTypedLinkFacetNamesResponse = ListTypedLinkFacetNamesResponse' {
- nextToken :: Maybe Text
- facetNames :: Maybe [Text]
- httpStatus :: Int
- newListTypedLinkFacetNamesResponse :: Int -> ListTypedLinkFacetNamesResponse
- listTypedLinkFacetNamesResponse_nextToken :: Lens' ListTypedLinkFacetNamesResponse (Maybe Text)
- listTypedLinkFacetNamesResponse_facetNames :: Lens' ListTypedLinkFacetNamesResponse (Maybe [Text])
- listTypedLinkFacetNamesResponse_httpStatus :: Lens' ListTypedLinkFacetNamesResponse Int
Creating a Request
data ListTypedLinkFacetNames Source #
See: newListTypedLinkFacetNames
smart constructor.
Instances
newListTypedLinkFacetNames Source #
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:
$sel:nextToken:ListTypedLinkFacetNames'
, listTypedLinkFacetNames_nextToken
- The pagination token.
$sel:maxResults:ListTypedLinkFacetNames'
, listTypedLinkFacetNames_maxResults
- The maximum number of results to retrieve.
$sel:schemaArn:ListTypedLinkFacetNames'
, listTypedLinkFacetNames_schemaArn
- The Amazon Resource Name (ARN) that is associated with the schema. For
more information, see arns.
Request Lenses
listTypedLinkFacetNames_nextToken :: Lens' ListTypedLinkFacetNames (Maybe Text) Source #
The pagination token.
listTypedLinkFacetNames_maxResults :: Lens' ListTypedLinkFacetNames (Maybe Natural) Source #
The maximum number of results to retrieve.
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.
ListTypedLinkFacetNamesResponse' | |
|
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:nextToken:ListTypedLinkFacetNames'
, listTypedLinkFacetNamesResponse_nextToken
- The pagination token.
$sel:facetNames:ListTypedLinkFacetNamesResponse'
, listTypedLinkFacetNamesResponse_facetNames
- The names of typed link facets that exist within the schema.
$sel:httpStatus:ListTypedLinkFacetNamesResponse'
, listTypedLinkFacetNamesResponse_httpStatus
- The response's http status code.
Response Lenses
listTypedLinkFacetNamesResponse_nextToken :: Lens' ListTypedLinkFacetNamesResponse (Maybe Text) Source #
The pagination token.
listTypedLinkFacetNamesResponse_facetNames :: Lens' ListTypedLinkFacetNamesResponse (Maybe [Text]) Source #
The names of typed link facets that exist within the schema.
listTypedLinkFacetNamesResponse_httpStatus :: Lens' ListTypedLinkFacetNamesResponse Int Source #
The response's http status code.