amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.NetworkInsightsAnalysis

Description

 
Synopsis

Documentation

data NetworkInsightsAnalysis Source #

Describes a network insights analysis.

See: newNetworkInsightsAnalysis smart constructor.

Constructors

NetworkInsightsAnalysis' 

Fields

Instances

Instances details
FromXML NetworkInsightsAnalysis Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInsightsAnalysis

Generic NetworkInsightsAnalysis Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInsightsAnalysis

Associated Types

type Rep NetworkInsightsAnalysis :: Type -> Type #

Read NetworkInsightsAnalysis Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInsightsAnalysis

Show NetworkInsightsAnalysis Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInsightsAnalysis

NFData NetworkInsightsAnalysis Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInsightsAnalysis

Methods

rnf :: NetworkInsightsAnalysis -> () #

Eq NetworkInsightsAnalysis Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInsightsAnalysis

Hashable NetworkInsightsAnalysis Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInsightsAnalysis

type Rep NetworkInsightsAnalysis Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInsightsAnalysis

type Rep NetworkInsightsAnalysis = D1 ('MetaData "NetworkInsightsAnalysis" "Amazonka.EC2.Types.NetworkInsightsAnalysis" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "NetworkInsightsAnalysis'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "additionalAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "alternatePathHints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AlternatePathHint]))) :*: (S1 ('MetaSel ('Just "explanations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Explanation])) :*: S1 ('MetaSel ('Just "filterInArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "forwardPathComponents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PathComponent])) :*: S1 ('MetaSel ('Just "networkInsightsAnalysisArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "networkInsightsAnalysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkInsightsPathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "networkPathFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "returnPathComponents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PathComponent]))) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisStatus)))) :*: ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "suggestedAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "warningMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newNetworkInsightsAnalysis :: NetworkInsightsAnalysis Source #

Create a value of NetworkInsightsAnalysis 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:additionalAccounts:NetworkInsightsAnalysis', networkInsightsAnalysis_additionalAccounts - The member accounts that contain resources that the path can traverse.

$sel:alternatePathHints:NetworkInsightsAnalysis', networkInsightsAnalysis_alternatePathHints - Potential intermediate components.

NetworkInsightsAnalysis, networkInsightsAnalysis_explanations - The explanations. For more information, see Reachability Analyzer explanation codes.

$sel:filterInArns:NetworkInsightsAnalysis', networkInsightsAnalysis_filterInArns - The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.

$sel:forwardPathComponents:NetworkInsightsAnalysis', networkInsightsAnalysis_forwardPathComponents - The components in the path from source to destination.

$sel:networkInsightsAnalysisArn:NetworkInsightsAnalysis', networkInsightsAnalysis_networkInsightsAnalysisArn - The Amazon Resource Name (ARN) of the network insights analysis.

$sel:networkInsightsAnalysisId:NetworkInsightsAnalysis', networkInsightsAnalysis_networkInsightsAnalysisId - The ID of the network insights analysis.

$sel:networkInsightsPathId:NetworkInsightsAnalysis', networkInsightsAnalysis_networkInsightsPathId - The ID of the path.

$sel:networkPathFound:NetworkInsightsAnalysis', networkInsightsAnalysis_networkPathFound - Indicates whether the destination is reachable from the source.

$sel:returnPathComponents:NetworkInsightsAnalysis', networkInsightsAnalysis_returnPathComponents - The components in the path from destination to source.

$sel:startDate:NetworkInsightsAnalysis', networkInsightsAnalysis_startDate - The time the analysis started.

$sel:status:NetworkInsightsAnalysis', networkInsightsAnalysis_status - The status of the network insights analysis.

$sel:statusMessage:NetworkInsightsAnalysis', networkInsightsAnalysis_statusMessage - The status message, if the status is failed.

$sel:suggestedAccounts:NetworkInsightsAnalysis', networkInsightsAnalysis_suggestedAccounts - Potential intermediate accounts.

$sel:tags:NetworkInsightsAnalysis', networkInsightsAnalysis_tags - The tags.

$sel:warningMessage:NetworkInsightsAnalysis', networkInsightsAnalysis_warningMessage - The warning message.

networkInsightsAnalysis_additionalAccounts :: Lens' NetworkInsightsAnalysis (Maybe [Text]) Source #

The member accounts that contain resources that the path can traverse.

networkInsightsAnalysis_filterInArns :: Lens' NetworkInsightsAnalysis (Maybe [Text]) Source #

The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.

networkInsightsAnalysis_forwardPathComponents :: Lens' NetworkInsightsAnalysis (Maybe [PathComponent]) Source #

The components in the path from source to destination.

networkInsightsAnalysis_networkInsightsAnalysisArn :: Lens' NetworkInsightsAnalysis (Maybe Text) Source #

The Amazon Resource Name (ARN) of the network insights analysis.

networkInsightsAnalysis_networkPathFound :: Lens' NetworkInsightsAnalysis (Maybe Bool) Source #

Indicates whether the destination is reachable from the source.

networkInsightsAnalysis_returnPathComponents :: Lens' NetworkInsightsAnalysis (Maybe [PathComponent]) Source #

The components in the path from destination to source.

networkInsightsAnalysis_statusMessage :: Lens' NetworkInsightsAnalysis (Maybe Text) Source #

The status message, if the status is failed.