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 BatchListOutgoingTypedLinks = BatchListOutgoingTypedLinks' {}
- newBatchListOutgoingTypedLinks :: ObjectReference -> BatchListOutgoingTypedLinks
- batchListOutgoingTypedLinks_filterAttributeRanges :: Lens' BatchListOutgoingTypedLinks (Maybe [TypedLinkAttributeRange])
- batchListOutgoingTypedLinks_nextToken :: Lens' BatchListOutgoingTypedLinks (Maybe Text)
- batchListOutgoingTypedLinks_filterTypedLink :: Lens' BatchListOutgoingTypedLinks (Maybe TypedLinkSchemaAndFacetName)
- batchListOutgoingTypedLinks_maxResults :: Lens' BatchListOutgoingTypedLinks (Maybe Natural)
- batchListOutgoingTypedLinks_objectReference :: Lens' BatchListOutgoingTypedLinks ObjectReference
Documentation
data BatchListOutgoingTypedLinks Source #
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListOutgoingTypedLinks and BatchReadRequest$Operations.
See: newBatchListOutgoingTypedLinks
smart constructor.
BatchListOutgoingTypedLinks' | |
|
Instances
newBatchListOutgoingTypedLinks Source #
Create a value of BatchListOutgoingTypedLinks
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:BatchListOutgoingTypedLinks'
, batchListOutgoingTypedLinks_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:BatchListOutgoingTypedLinks'
, batchListOutgoingTypedLinks_nextToken
- The pagination token.
$sel:filterTypedLink:BatchListOutgoingTypedLinks'
, batchListOutgoingTypedLinks_filterTypedLink
- Filters are interpreted in the order of the attributes defined on the
typed link facet, not the order they are supplied to any API calls.
$sel:maxResults:BatchListOutgoingTypedLinks'
, batchListOutgoingTypedLinks_maxResults
- The maximum number of results to retrieve.
$sel:objectReference:BatchListOutgoingTypedLinks'
, batchListOutgoingTypedLinks_objectReference
- The reference that identifies the object whose attributes will be
listed.
batchListOutgoingTypedLinks_filterAttributeRanges :: Lens' BatchListOutgoingTypedLinks (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.
batchListOutgoingTypedLinks_nextToken :: Lens' BatchListOutgoingTypedLinks (Maybe Text) Source #
The pagination token.
batchListOutgoingTypedLinks_filterTypedLink :: Lens' BatchListOutgoingTypedLinks (Maybe TypedLinkSchemaAndFacetName) Source #
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
batchListOutgoingTypedLinks_maxResults :: Lens' BatchListOutgoingTypedLinks (Maybe Natural) Source #
The maximum number of results to retrieve.
batchListOutgoingTypedLinks_objectReference :: Lens' BatchListOutgoingTypedLinks ObjectReference Source #
The reference that identifies the object whose attributes will be listed.