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 BatchListOutgoingTypedLinksResponse = BatchListOutgoingTypedLinksResponse' {}
- newBatchListOutgoingTypedLinksResponse :: BatchListOutgoingTypedLinksResponse
- batchListOutgoingTypedLinksResponse_typedLinkSpecifiers :: Lens' BatchListOutgoingTypedLinksResponse (Maybe [TypedLinkSpecifier])
- batchListOutgoingTypedLinksResponse_nextToken :: Lens' BatchListOutgoingTypedLinksResponse (Maybe Text)
Documentation
data BatchListOutgoingTypedLinksResponse Source #
Represents the output of a ListOutgoingTypedLinks response operation.
See: newBatchListOutgoingTypedLinksResponse
smart constructor.
BatchListOutgoingTypedLinksResponse' | |
|
Instances
newBatchListOutgoingTypedLinksResponse :: BatchListOutgoingTypedLinksResponse Source #
Create a value of BatchListOutgoingTypedLinksResponse
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:typedLinkSpecifiers:BatchListOutgoingTypedLinksResponse'
, batchListOutgoingTypedLinksResponse_typedLinkSpecifiers
- Returns a typed link specifier as output.
$sel:nextToken:BatchListOutgoingTypedLinksResponse'
, batchListOutgoingTypedLinksResponse_nextToken
- The pagination token.
batchListOutgoingTypedLinksResponse_typedLinkSpecifiers :: Lens' BatchListOutgoingTypedLinksResponse (Maybe [TypedLinkSpecifier]) Source #
Returns a typed link specifier as output.
batchListOutgoingTypedLinksResponse_nextToken :: Lens' BatchListOutgoingTypedLinksResponse (Maybe Text) Source #
The pagination token.