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