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 LinkAttributeAction Source #
The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.
See: newLinkAttributeAction
smart constructor.
LinkAttributeAction' | |
|
Instances
newLinkAttributeAction :: LinkAttributeAction Source #
Create a value of LinkAttributeAction
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:attributeActionType:LinkAttributeAction'
, linkAttributeAction_attributeActionType
- A type that can be either UPDATE_OR_CREATE
or DELETE
.
$sel:attributeUpdateValue:LinkAttributeAction'
, linkAttributeAction_attributeUpdateValue
- The value that you want to update to.
linkAttributeAction_attributeActionType :: Lens' LinkAttributeAction (Maybe UpdateActionType) Source #
A type that can be either UPDATE_OR_CREATE
or DELETE
.
linkAttributeAction_attributeUpdateValue :: Lens' LinkAttributeAction (Maybe TypedAttributeValue) Source #
The value that you want to update to.