| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudDirectory.Types.BatchUpdateLinkAttributes
Description
Synopsis
- data BatchUpdateLinkAttributes = BatchUpdateLinkAttributes' {}
- newBatchUpdateLinkAttributes :: TypedLinkSpecifier -> BatchUpdateLinkAttributes
- batchUpdateLinkAttributes_typedLinkSpecifier :: Lens' BatchUpdateLinkAttributes TypedLinkSpecifier
- batchUpdateLinkAttributes_attributeUpdates :: Lens' BatchUpdateLinkAttributes [LinkAttributeUpdate]
Documentation
data BatchUpdateLinkAttributes Source #
Updates a given typed link’s attributes inside a BatchRead operation.
Attributes to be updated must not contribute to the typed link’s
identity, as defined by its IdentityAttributeOrder. For more
information, see UpdateLinkAttributes and BatchReadRequest$Operations.
See: newBatchUpdateLinkAttributes smart constructor.
Constructors
| BatchUpdateLinkAttributes' | |
Fields
| |
Instances
newBatchUpdateLinkAttributes Source #
Arguments
| :: TypedLinkSpecifier | |
| -> BatchUpdateLinkAttributes |
Create a value of BatchUpdateLinkAttributes 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:BatchUpdateLinkAttributes', batchUpdateLinkAttributes_typedLinkSpecifier - Allows a typed link specifier to be accepted as input.
$sel:attributeUpdates:BatchUpdateLinkAttributes', batchUpdateLinkAttributes_attributeUpdates - The attributes update structure.
batchUpdateLinkAttributes_typedLinkSpecifier :: Lens' BatchUpdateLinkAttributes TypedLinkSpecifier Source #
Allows a typed link specifier to be accepted as input.
batchUpdateLinkAttributes_attributeUpdates :: Lens' BatchUpdateLinkAttributes [LinkAttributeUpdate] Source #
The attributes update structure.