libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GreengrassV2.Types.InstalledComponent

Description

 
Synopsis

Documentation

data InstalledComponent Source #

Contains information about a component on a Greengrass core device.

See: newInstalledComponent smart constructor.

Constructors

InstalledComponent' 

Fields

Instances

Instances details
Eq InstalledComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.InstalledComponent

Read InstalledComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.InstalledComponent

Show InstalledComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.InstalledComponent

Generic InstalledComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.InstalledComponent

Associated Types

type Rep InstalledComponent :: Type -> Type #

NFData InstalledComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.InstalledComponent

Methods

rnf :: InstalledComponent -> () #

Hashable InstalledComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.InstalledComponent

FromJSON InstalledComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.InstalledComponent

type Rep InstalledComponent Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.InstalledComponent

type Rep InstalledComponent = D1 ('MetaData "InstalledComponent" "Amazonka.GreengrassV2.Types.InstalledComponent" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "InstalledComponent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "isRoot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "componentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lifecycleStateDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lifecycleState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstalledComponentLifecycleState))))))

newInstalledComponent :: InstalledComponent Source #

Create a value of InstalledComponent 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:isRoot:InstalledComponent', installedComponent_isRoot - Whether or not the component is a root component.

$sel:componentVersion:InstalledComponent', installedComponent_componentVersion - The version of the component.

$sel:componentName:InstalledComponent', installedComponent_componentName - The name of the component.

$sel:lifecycleStateDetails:InstalledComponent', installedComponent_lifecycleStateDetails - The details about the lifecycle state of the component.

$sel:lifecycleState:InstalledComponent', installedComponent_lifecycleState - The lifecycle state of the component.

installedComponent_isRoot :: Lens' InstalledComponent (Maybe Bool) Source #

Whether or not the component is a root component.

installedComponent_lifecycleStateDetails :: Lens' InstalledComponent (Maybe Text) Source #

The details about the lifecycle state of the component.