amazonka-networkmanager-2.0: Amazon Network Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.NetworkManager.Types.Relationship

Description

 
Synopsis

Documentation

data Relationship Source #

Describes a resource relationship.

See: newRelationship smart constructor.

Constructors

Relationship' 

Fields

Instances

Instances details
FromJSON Relationship Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Relationship

Generic Relationship Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Relationship

Associated Types

type Rep Relationship :: Type -> Type #

Read Relationship Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Relationship

Show Relationship Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Relationship

NFData Relationship Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Relationship

Methods

rnf :: Relationship -> () #

Eq Relationship Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Relationship

Hashable Relationship Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Relationship

type Rep Relationship Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.Relationship

type Rep Relationship = D1 ('MetaData "Relationship" "Amazonka.NetworkManager.Types.Relationship" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "Relationship'" 'PrefixI 'True) (S1 ('MetaSel ('Just "from") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "to") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRelationship :: Relationship Source #

Create a value of Relationship 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:from:Relationship', relationship_from - The ARN of the resource.

$sel:to:Relationship', relationship_to - The ARN of the resource.

relationship_from :: Lens' Relationship (Maybe Text) Source #

The ARN of the resource.

relationship_to :: Lens' Relationship (Maybe Text) Source #

The ARN of the resource.