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 |
Synopsis
- data BatchListIncomingTypedLinks = BatchListIncomingTypedLinks' {}
- newBatchListIncomingTypedLinks :: ObjectReference -> BatchListIncomingTypedLinks
- batchListIncomingTypedLinks_filterAttributeRanges :: Lens' BatchListIncomingTypedLinks (Maybe [TypedLinkAttributeRange])
- batchListIncomingTypedLinks_nextToken :: Lens' BatchListIncomingTypedLinks (Maybe Text)
- batchListIncomingTypedLinks_filterTypedLink :: Lens' BatchListIncomingTypedLinks (Maybe TypedLinkSchemaAndFacetName)
- batchListIncomingTypedLinks_maxResults :: Lens' BatchListIncomingTypedLinks (Maybe Natural)
- batchListIncomingTypedLinks_objectReference :: Lens' BatchListIncomingTypedLinks ObjectReference
Documentation
data BatchListIncomingTypedLinks Source #
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListIncomingTypedLinks and BatchReadRequest$Operations.
See: newBatchListIncomingTypedLinks
smart constructor.
BatchListIncomingTypedLinks' | |
|
Instances
newBatchListIncomingTypedLinks Source #
Create a value of BatchListIncomingTypedLinks
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:filterAttributeRanges:BatchListIncomingTypedLinks'
, batchListIncomingTypedLinks_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.
$sel:nextToken:BatchListIncomingTypedLinks'
, batchListIncomingTypedLinks_nextToken
- The pagination token.
$sel:filterTypedLink:BatchListIncomingTypedLinks'
, batchListIncomingTypedLinks_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.
$sel:maxResults:BatchListIncomingTypedLinks'
, batchListIncomingTypedLinks_maxResults
- The maximum number of results to retrieve.
$sel:objectReference:BatchListIncomingTypedLinks'
, batchListIncomingTypedLinks_objectReference
- The reference that identifies the object whose attributes will be
listed.
batchListIncomingTypedLinks_filterAttributeRanges :: Lens' BatchListIncomingTypedLinks (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.
batchListIncomingTypedLinks_nextToken :: Lens' BatchListIncomingTypedLinks (Maybe Text) Source #
The pagination token.
batchListIncomingTypedLinks_filterTypedLink :: Lens' BatchListIncomingTypedLinks (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.
batchListIncomingTypedLinks_maxResults :: Lens' BatchListIncomingTypedLinks (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListIncomingTypedLinks_objectReference :: Lens' BatchListIncomingTypedLinks ObjectReference Source #
The reference that identifies the object whose attributes will be listed.