| 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.ListTypedLinkFacetAttributes
Description
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_maxResults :: Lens' ListTypedLinkFacetAttributes (Maybe Natural)
- listTypedLinkFacetAttributes_nextToken :: Lens' ListTypedLinkFacetAttributes (Maybe Text)
- listTypedLinkFacetAttributes_schemaArn :: Lens' ListTypedLinkFacetAttributes Text
- listTypedLinkFacetAttributes_name :: Lens' ListTypedLinkFacetAttributes Text
- data ListTypedLinkFacetAttributesResponse = ListTypedLinkFacetAttributesResponse' {}
- newListTypedLinkFacetAttributesResponse :: Int -> ListTypedLinkFacetAttributesResponse
- listTypedLinkFacetAttributesResponse_attributes :: Lens' ListTypedLinkFacetAttributesResponse (Maybe [TypedLinkAttributeDefinition])
- listTypedLinkFacetAttributesResponse_nextToken :: Lens' ListTypedLinkFacetAttributesResponse (Maybe Text)
- listTypedLinkFacetAttributesResponse_httpStatus :: Lens' ListTypedLinkFacetAttributesResponse Int
Creating a Request
data ListTypedLinkFacetAttributes Source #
See: newListTypedLinkFacetAttributes smart constructor.
Constructors
| ListTypedLinkFacetAttributes' | |
Instances
newListTypedLinkFacetAttributes Source #
Arguments
| :: 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:
ListTypedLinkFacetAttributes, listTypedLinkFacetAttributes_maxResults - The maximum number of results to retrieve.
ListTypedLinkFacetAttributes, listTypedLinkFacetAttributes_nextToken - The pagination token.
ListTypedLinkFacetAttributes, listTypedLinkFacetAttributes_schemaArn - The Amazon Resource Name (ARN) that is associated with the schema. For
more information, see arns.
ListTypedLinkFacetAttributes, listTypedLinkFacetAttributes_name - The unique name of the typed link facet.
Request Lenses
listTypedLinkFacetAttributes_maxResults :: Lens' ListTypedLinkFacetAttributes (Maybe Natural) Source #
The maximum number of results to retrieve.
listTypedLinkFacetAttributes_nextToken :: Lens' ListTypedLinkFacetAttributes (Maybe Text) Source #
The pagination token.
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.
Constructors
| ListTypedLinkFacetAttributesResponse' | |
Fields
| |
Instances
newListTypedLinkFacetAttributesResponse Source #
Arguments
| :: Int | |
| -> ListTypedLinkFacetAttributesResponse |
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:
ListTypedLinkFacetAttributesResponse, listTypedLinkFacetAttributesResponse_attributes - An ordered set of attributes associate with the typed link.
ListTypedLinkFacetAttributes, listTypedLinkFacetAttributesResponse_nextToken - The pagination token.
$sel:httpStatus:ListTypedLinkFacetAttributesResponse', listTypedLinkFacetAttributesResponse_httpStatus - The response's http status code.
Response Lenses
listTypedLinkFacetAttributesResponse_attributes :: Lens' ListTypedLinkFacetAttributesResponse (Maybe [TypedLinkAttributeDefinition]) Source #
An ordered set of attributes associate with the typed link.
listTypedLinkFacetAttributesResponse_nextToken :: Lens' ListTypedLinkFacetAttributesResponse (Maybe Text) Source #
The pagination token.
listTypedLinkFacetAttributesResponse_httpStatus :: Lens' ListTypedLinkFacetAttributesResponse Int Source #
The response's http status code.