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 |
Documentation
data LinkAttributeUpdate Source #
Structure that contains attribute update information.
See: newLinkAttributeUpdate
smart constructor.
LinkAttributeUpdate' | |
|
Instances
newLinkAttributeUpdate :: LinkAttributeUpdate Source #
Create a value of LinkAttributeUpdate
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:attributeAction:LinkAttributeUpdate'
, linkAttributeUpdate_attributeAction
- The action to perform as part of the attribute update.
$sel:attributeKey:LinkAttributeUpdate'
, linkAttributeUpdate_attributeKey
- The key of the attribute being updated.
linkAttributeUpdate_attributeAction :: Lens' LinkAttributeUpdate (Maybe LinkAttributeAction) Source #
The action to perform as part of the attribute update.
linkAttributeUpdate_attributeKey :: Lens' LinkAttributeUpdate (Maybe AttributeKey) Source #
The key of the attribute being updated.