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 |
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links.
This operation returns paginated results.
Synopsis
- data ListIncomingTypedLinks = ListIncomingTypedLinks' {}
- newListIncomingTypedLinks :: Text -> ObjectReference -> ListIncomingTypedLinks
- listIncomingTypedLinks_consistencyLevel :: Lens' ListIncomingTypedLinks (Maybe ConsistencyLevel)
- listIncomingTypedLinks_filterAttributeRanges :: Lens' ListIncomingTypedLinks (Maybe [TypedLinkAttributeRange])
- listIncomingTypedLinks_filterTypedLink :: Lens' ListIncomingTypedLinks (Maybe TypedLinkSchemaAndFacetName)
- listIncomingTypedLinks_maxResults :: Lens' ListIncomingTypedLinks (Maybe Natural)
- listIncomingTypedLinks_nextToken :: Lens' ListIncomingTypedLinks (Maybe Text)
- listIncomingTypedLinks_directoryArn :: Lens' ListIncomingTypedLinks Text
- listIncomingTypedLinks_objectReference :: Lens' ListIncomingTypedLinks ObjectReference
- data ListIncomingTypedLinksResponse = ListIncomingTypedLinksResponse' {}
- newListIncomingTypedLinksResponse :: Int -> ListIncomingTypedLinksResponse
- listIncomingTypedLinksResponse_linkSpecifiers :: Lens' ListIncomingTypedLinksResponse (Maybe [TypedLinkSpecifier])
- listIncomingTypedLinksResponse_nextToken :: Lens' ListIncomingTypedLinksResponse (Maybe Text)
- listIncomingTypedLinksResponse_httpStatus :: Lens' ListIncomingTypedLinksResponse Int
Creating a Request
data ListIncomingTypedLinks Source #
See: newListIncomingTypedLinks
smart constructor.
ListIncomingTypedLinks' | |
|
Instances
newListIncomingTypedLinks Source #
Create a value of ListIncomingTypedLinks
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:consistencyLevel:ListIncomingTypedLinks'
, listIncomingTypedLinks_consistencyLevel
- The consistency level to execute the request at.
ListIncomingTypedLinks
, listIncomingTypedLinks_filterAttributeRanges
- Provides range filters for multiple attributes. When providing ranges to
typed link selection, any inexact ranges must be specified at the end.
Any attributes that do not have a range specified are presumed to match
the entire range.
ListIncomingTypedLinks
, listIncomingTypedLinks_filterTypedLink
- Filters are interpreted in the order of the attributes on the typed link
facet, not the order in which they are supplied to any API calls.
ListIncomingTypedLinks
, listIncomingTypedLinks_maxResults
- The maximum number of results to retrieve.
ListIncomingTypedLinks
, listIncomingTypedLinks_nextToken
- The pagination token.
ListIncomingTypedLinks
, listIncomingTypedLinks_directoryArn
- The Amazon Resource Name (ARN) of the directory where you want to list
the typed links.
ListIncomingTypedLinks
, listIncomingTypedLinks_objectReference
- Reference that identifies the object whose attributes will be listed.
Request Lenses
listIncomingTypedLinks_consistencyLevel :: Lens' ListIncomingTypedLinks (Maybe ConsistencyLevel) Source #
The consistency level to execute the request at.
listIncomingTypedLinks_filterAttributeRanges :: Lens' ListIncomingTypedLinks (Maybe [TypedLinkAttributeRange]) Source #
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
listIncomingTypedLinks_filterTypedLink :: Lens' ListIncomingTypedLinks (Maybe TypedLinkSchemaAndFacetName) Source #
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
listIncomingTypedLinks_maxResults :: Lens' ListIncomingTypedLinks (Maybe Natural) Source #
The maximum number of results to retrieve.
listIncomingTypedLinks_nextToken :: Lens' ListIncomingTypedLinks (Maybe Text) Source #
The pagination token.
listIncomingTypedLinks_directoryArn :: Lens' ListIncomingTypedLinks Text Source #
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
listIncomingTypedLinks_objectReference :: Lens' ListIncomingTypedLinks ObjectReference Source #
Reference that identifies the object whose attributes will be listed.
Destructuring the Response
data ListIncomingTypedLinksResponse Source #
See: newListIncomingTypedLinksResponse
smart constructor.
ListIncomingTypedLinksResponse' | |
|
Instances
newListIncomingTypedLinksResponse Source #
Create a value of ListIncomingTypedLinksResponse
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:
ListIncomingTypedLinksResponse
, listIncomingTypedLinksResponse_linkSpecifiers
- Returns one or more typed link specifiers as output.
ListIncomingTypedLinks
, listIncomingTypedLinksResponse_nextToken
- The pagination token.
$sel:httpStatus:ListIncomingTypedLinksResponse'
, listIncomingTypedLinksResponse_httpStatus
- The response's http status code.
Response Lenses
listIncomingTypedLinksResponse_linkSpecifiers :: Lens' ListIncomingTypedLinksResponse (Maybe [TypedLinkSpecifier]) Source #
Returns one or more typed link specifiers as output.
listIncomingTypedLinksResponse_nextToken :: Lens' ListIncomingTypedLinksResponse (Maybe Text) Source #
The pagination token.
listIncomingTypedLinksResponse_httpStatus :: Lens' ListIncomingTypedLinksResponse Int Source #
The response's http status code.