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 TypedLinkFacetAttributeUpdate = TypedLinkFacetAttributeUpdate' {}
- newTypedLinkFacetAttributeUpdate :: TypedLinkAttributeDefinition -> UpdateActionType -> TypedLinkFacetAttributeUpdate
- typedLinkFacetAttributeUpdate_attribute :: Lens' TypedLinkFacetAttributeUpdate TypedLinkAttributeDefinition
- typedLinkFacetAttributeUpdate_action :: Lens' TypedLinkFacetAttributeUpdate UpdateActionType
Documentation
data TypedLinkFacetAttributeUpdate Source #
A typed link facet attribute update.
See: newTypedLinkFacetAttributeUpdate
smart constructor.
TypedLinkFacetAttributeUpdate' | |
|
Instances
newTypedLinkFacetAttributeUpdate Source #
Create a value of TypedLinkFacetAttributeUpdate
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:attribute:TypedLinkFacetAttributeUpdate'
, typedLinkFacetAttributeUpdate_attribute
- The attribute to update.
$sel:action:TypedLinkFacetAttributeUpdate'
, typedLinkFacetAttributeUpdate_action
- The action to perform when updating the attribute.
typedLinkFacetAttributeUpdate_attribute :: Lens' TypedLinkFacetAttributeUpdate TypedLinkAttributeDefinition Source #
The attribute to update.
typedLinkFacetAttributeUpdate_action :: Lens' TypedLinkFacetAttributeUpdate UpdateActionType Source #
The action to perform when updating the attribute.