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 all attribute definitions for a particular TypedLinkFacet. For more information, see Typed Links.
This operation returns paginated results.
Synopsis
- data ListTypedLinkFacetAttributes = ListTypedLinkFacetAttributes' {}
- newListTypedLinkFacetAttributes :: Text -> Text -> ListTypedLinkFacetAttributes
- listTypedLinkFacetAttributes_nextToken :: Lens' ListTypedLinkFacetAttributes (Maybe Text)
- listTypedLinkFacetAttributes_maxResults :: Lens' ListTypedLinkFacetAttributes (Maybe Natural)
- listTypedLinkFacetAttributes_schemaArn :: Lens' ListTypedLinkFacetAttributes Text
- listTypedLinkFacetAttributes_name :: Lens' ListTypedLinkFacetAttributes Text
- data ListTypedLinkFacetAttributesResponse = ListTypedLinkFacetAttributesResponse' {}
- newListTypedLinkFacetAttributesResponse :: Int -> ListTypedLinkFacetAttributesResponse
- listTypedLinkFacetAttributesResponse_nextToken :: Lens' ListTypedLinkFacetAttributesResponse (Maybe Text)
- listTypedLinkFacetAttributesResponse_attributes :: Lens' ListTypedLinkFacetAttributesResponse (Maybe [TypedLinkAttributeDefinition])
- listTypedLinkFacetAttributesResponse_httpStatus :: Lens' ListTypedLinkFacetAttributesResponse Int
Creating a Request
data ListTypedLinkFacetAttributes Source #
See: newListTypedLinkFacetAttributes
smart constructor.
Instances
newListTypedLinkFacetAttributes Source #
:: Text | |
-> Text | |
-> ListTypedLinkFacetAttributes |
Create a value of ListTypedLinkFacetAttributes
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:ListTypedLinkFacetAttributes'
, listTypedLinkFacetAttributes_nextToken
- The pagination token.
$sel:maxResults:ListTypedLinkFacetAttributes'
, listTypedLinkFacetAttributes_maxResults
- The maximum number of results to retrieve.
$sel:schemaArn:ListTypedLinkFacetAttributes'
, listTypedLinkFacetAttributes_schemaArn
- The Amazon Resource Name (ARN) that is associated with the schema. For
more information, see arns.
$sel:name:ListTypedLinkFacetAttributes'
, listTypedLinkFacetAttributes_name
- The unique name of the typed link facet.
Request Lenses
listTypedLinkFacetAttributes_nextToken :: Lens' ListTypedLinkFacetAttributes (Maybe Text) Source #
The pagination token.
listTypedLinkFacetAttributes_maxResults :: Lens' ListTypedLinkFacetAttributes (Maybe Natural) Source #
The maximum number of results to retrieve.
listTypedLinkFacetAttributes_schemaArn :: Lens' ListTypedLinkFacetAttributes Text Source #
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
listTypedLinkFacetAttributes_name :: Lens' ListTypedLinkFacetAttributes Text Source #
The unique name of the typed link facet.
Destructuring the Response
data ListTypedLinkFacetAttributesResponse Source #
See: newListTypedLinkFacetAttributesResponse
smart constructor.
ListTypedLinkFacetAttributesResponse' | |
|
Instances
newListTypedLinkFacetAttributesResponse Source #
Create a value of ListTypedLinkFacetAttributesResponse
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:ListTypedLinkFacetAttributes'
, listTypedLinkFacetAttributesResponse_nextToken
- The pagination token.
$sel:attributes:ListTypedLinkFacetAttributesResponse'
, listTypedLinkFacetAttributesResponse_attributes
- An ordered set of attributes associate with the typed link.
$sel:httpStatus:ListTypedLinkFacetAttributesResponse'
, listTypedLinkFacetAttributesResponse_httpStatus
- The response's http status code.
Response Lenses
listTypedLinkFacetAttributesResponse_nextToken :: Lens' ListTypedLinkFacetAttributesResponse (Maybe Text) Source #
The pagination token.
listTypedLinkFacetAttributesResponse_attributes :: Lens' ListTypedLinkFacetAttributesResponse (Maybe [TypedLinkAttributeDefinition]) Source #
An ordered set of attributes associate with the typed link.
listTypedLinkFacetAttributesResponse_httpStatus :: Lens' ListTypedLinkFacetAttributesResponse Int Source #
The response's http status code.