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 BatchListIncomingTypedLinksResponse = BatchListIncomingTypedLinksResponse' {}
- newBatchListIncomingTypedLinksResponse :: BatchListIncomingTypedLinksResponse
- batchListIncomingTypedLinksResponse_linkSpecifiers :: Lens' BatchListIncomingTypedLinksResponse (Maybe [TypedLinkSpecifier])
- batchListIncomingTypedLinksResponse_nextToken :: Lens' BatchListIncomingTypedLinksResponse (Maybe Text)
Documentation
data BatchListIncomingTypedLinksResponse Source #
Represents the output of a ListIncomingTypedLinks response operation.
See: newBatchListIncomingTypedLinksResponse
smart constructor.
BatchListIncomingTypedLinksResponse' | |
|
Instances
newBatchListIncomingTypedLinksResponse :: BatchListIncomingTypedLinksResponse Source #
Create a value of BatchListIncomingTypedLinksResponse
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:linkSpecifiers:BatchListIncomingTypedLinksResponse'
, batchListIncomingTypedLinksResponse_linkSpecifiers
- Returns one or more typed link specifiers as output.
$sel:nextToken:BatchListIncomingTypedLinksResponse'
, batchListIncomingTypedLinksResponse_nextToken
- The pagination token.
batchListIncomingTypedLinksResponse_linkSpecifiers :: Lens' BatchListIncomingTypedLinksResponse (Maybe [TypedLinkSpecifier]) Source #
Returns one or more typed link specifiers as output.
batchListIncomingTypedLinksResponse_nextToken :: Lens' BatchListIncomingTypedLinksResponse (Maybe Text) Source #
The pagination token.