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
Documentation
data BatchGetLinkAttributes Source #
Retrieves attributes that are associated with a typed link inside a BatchRead operation. For more information, see GetLinkAttributes and BatchReadRequest$Operations.
See: newBatchGetLinkAttributes
smart constructor.
BatchGetLinkAttributes' | |
|
Instances
newBatchGetLinkAttributes Source #
Create a value of BatchGetLinkAttributes
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:typedLinkSpecifier:BatchGetLinkAttributes'
, batchGetLinkAttributes_typedLinkSpecifier
- Allows a typed link specifier to be accepted as input.
$sel:attributeNames:BatchGetLinkAttributes'
, batchGetLinkAttributes_attributeNames
- A list of attribute names whose values will be retrieved.
batchGetLinkAttributes_typedLinkSpecifier :: Lens' BatchGetLinkAttributes TypedLinkSpecifier Source #
Allows a typed link specifier to be accepted as input.
batchGetLinkAttributes_attributeNames :: Lens' BatchGetLinkAttributes [Text] Source #
A list of attribute names whose values will be retrieved.