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

Description

 
Synopsis

Documentation

data AnalysisComponent Source #

Describes a path component.

See: newAnalysisComponent smart constructor.

Constructors

AnalysisComponent' 

Fields

Instances

Instances details
FromXML AnalysisComponent Source # 
Instance details

Defined in Amazonka.EC2.Types.AnalysisComponent

Generic AnalysisComponent Source # 
Instance details

Defined in Amazonka.EC2.Types.AnalysisComponent

Associated Types

type Rep AnalysisComponent :: Type -> Type #

Read AnalysisComponent Source # 
Instance details

Defined in Amazonka.EC2.Types.AnalysisComponent

Show AnalysisComponent Source # 
Instance details

Defined in Amazonka.EC2.Types.AnalysisComponent

NFData AnalysisComponent Source # 
Instance details

Defined in Amazonka.EC2.Types.AnalysisComponent

Methods

rnf :: AnalysisComponent -> () #

Eq AnalysisComponent Source # 
Instance details

Defined in Amazonka.EC2.Types.AnalysisComponent

Hashable AnalysisComponent Source # 
Instance details

Defined in Amazonka.EC2.Types.AnalysisComponent

type Rep AnalysisComponent Source # 
Instance details

Defined in Amazonka.EC2.Types.AnalysisComponent

type Rep AnalysisComponent = D1 ('MetaData "AnalysisComponent" "Amazonka.EC2.Types.AnalysisComponent" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AnalysisComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAnalysisComponent :: AnalysisComponent Source #

Create a value of AnalysisComponent 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:arn:AnalysisComponent', analysisComponent_arn - The Amazon Resource Name (ARN) of the component.

$sel:id:AnalysisComponent', analysisComponent_id - The ID of the component.

$sel:name:AnalysisComponent', analysisComponent_name - The name of the analysis component.

analysisComponent_arn :: Lens' AnalysisComponent (Maybe Text) Source #

The Amazon Resource Name (ARN) of the component.

analysisComponent_name :: Lens' AnalysisComponent (Maybe Text) Source #

The name of the analysis component.