| 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.NetworkManager.Types.LinkAssociation
Description
Synopsis
- data LinkAssociation = LinkAssociation' {}
- newLinkAssociation :: LinkAssociation
- linkAssociation_deviceId :: Lens' LinkAssociation (Maybe Text)
- linkAssociation_globalNetworkId :: Lens' LinkAssociation (Maybe Text)
- linkAssociation_linkAssociationState :: Lens' LinkAssociation (Maybe LinkAssociationState)
- linkAssociation_linkId :: Lens' LinkAssociation (Maybe Text)
Documentation
data LinkAssociation Source #
Describes the association between a device and a link.
See: newLinkAssociation smart constructor.
Constructors
| LinkAssociation' | |
Fields
| |
Instances
newLinkAssociation :: LinkAssociation Source #
Create a value of LinkAssociation 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:deviceId:LinkAssociation', linkAssociation_deviceId - The device ID for the link association.
$sel:globalNetworkId:LinkAssociation', linkAssociation_globalNetworkId - The ID of the global network.
$sel:linkAssociationState:LinkAssociation', linkAssociation_linkAssociationState - The state of the association.
$sel:linkId:LinkAssociation', linkAssociation_linkId - The ID of the link.
linkAssociation_deviceId :: Lens' LinkAssociation (Maybe Text) Source #
The device ID for the link association.
linkAssociation_globalNetworkId :: Lens' LinkAssociation (Maybe Text) Source #
The ID of the global network.
linkAssociation_linkAssociationState :: Lens' LinkAssociation (Maybe LinkAssociationState) Source #
The state of the association.
linkAssociation_linkId :: Lens' LinkAssociation (Maybe Text) Source #
The ID of the link.