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 AssetRelationshipSummary = AssetRelationshipSummary' {}
- newAssetRelationshipSummary :: AssetRelationshipType -> AssetRelationshipSummary
- assetRelationshipSummary_hierarchyInfo :: Lens' AssetRelationshipSummary (Maybe AssetHierarchyInfo)
- assetRelationshipSummary_relationshipType :: Lens' AssetRelationshipSummary AssetRelationshipType
Documentation
data AssetRelationshipSummary Source #
Contains information about assets that are related to one another.
See: newAssetRelationshipSummary
smart constructor.
AssetRelationshipSummary' | |
|
Instances
newAssetRelationshipSummary Source #
Create a value of AssetRelationshipSummary
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:hierarchyInfo:AssetRelationshipSummary'
, assetRelationshipSummary_hierarchyInfo
- The assets that are related through an asset hierarchy.
This object is present if the relationshipType
is HIERARCHY
.
$sel:relationshipType:AssetRelationshipSummary'
, assetRelationshipSummary_relationshipType
- The relationship type of the assets in this relationship. This value is
one of the following:
HIERARCHY
– The assets are related through an asset hierarchy. If you specify this relationship type, this asset relationship includes thehierarchyInfo
object.
assetRelationshipSummary_hierarchyInfo :: Lens' AssetRelationshipSummary (Maybe AssetHierarchyInfo) Source #
The assets that are related through an asset hierarchy.
This object is present if the relationshipType
is HIERARCHY
.
assetRelationshipSummary_relationshipType :: Lens' AssetRelationshipSummary AssetRelationshipType Source #
The relationship type of the assets in this relationship. This value is one of the following:
HIERARCHY
– The assets are related through an asset hierarchy. If you specify this relationship type, this asset relationship includes thehierarchyInfo
object.