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.RouteAnalysisPath

Description

 
Synopsis

Documentation

data RouteAnalysisPath Source #

Describes a route analysis path.

See: newRouteAnalysisPath smart constructor.

Constructors

RouteAnalysisPath' 

Fields

Instances

Instances details
FromJSON RouteAnalysisPath Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.RouteAnalysisPath

Generic RouteAnalysisPath Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.RouteAnalysisPath

Associated Types

type Rep RouteAnalysisPath :: Type -> Type #

Read RouteAnalysisPath Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.RouteAnalysisPath

Show RouteAnalysisPath Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.RouteAnalysisPath

NFData RouteAnalysisPath Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.RouteAnalysisPath

Methods

rnf :: RouteAnalysisPath -> () #

Eq RouteAnalysisPath Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.RouteAnalysisPath

Hashable RouteAnalysisPath Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.RouteAnalysisPath

type Rep RouteAnalysisPath Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.RouteAnalysisPath

type Rep RouteAnalysisPath = D1 ('MetaData "RouteAnalysisPath" "Amazonka.NetworkManager.Types.RouteAnalysisPath" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "RouteAnalysisPath'" 'PrefixI 'True) (S1 ('MetaSel ('Just "completionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RouteAnalysisCompletion)) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PathComponent]))))

newRouteAnalysisPath :: RouteAnalysisPath Source #

Create a value of RouteAnalysisPath 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:completionStatus:RouteAnalysisPath', routeAnalysisPath_completionStatus - The status of the analysis at completion.

$sel:path:RouteAnalysisPath', routeAnalysisPath_path - The route analysis path.