libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.NetworkManager.Types.LinkAssociation

Description

 
Synopsis

Documentation

data LinkAssociation Source #

Describes the association between a device and a link.

See: newLinkAssociation smart constructor.

Constructors

LinkAssociation' 

Fields

Instances

Instances details
Eq LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Read LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Show LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Generic LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Associated Types

type Rep LinkAssociation :: Type -> Type #

NFData LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

Methods

rnf :: LinkAssociation -> () #

Hashable LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

FromJSON LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

type Rep LinkAssociation Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.LinkAssociation

type Rep LinkAssociation = D1 ('MetaData "LinkAssociation" "Amazonka.NetworkManager.Types.LinkAssociation" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "LinkAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "linkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "linkAssociationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinkAssociationState)))))

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_deviceId :: Lens' LinkAssociation (Maybe Text) Source #

The device ID for the link association.