libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management
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.SnowDeviceManagement.Types.SoftwareInformation

Description

 
Synopsis

Documentation

data SoftwareInformation Source #

Information about the software on the device.

See: newSoftwareInformation smart constructor.

Constructors

SoftwareInformation' 

Fields

Instances

Instances details
Eq SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Read SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Show SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Generic SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Associated Types

type Rep SoftwareInformation :: Type -> Type #

NFData SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Methods

rnf :: SoftwareInformation -> () #

Hashable SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

FromJSON SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

type Rep SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

type Rep SoftwareInformation = D1 ('MetaData "SoftwareInformation" "Amazonka.SnowDeviceManagement.Types.SoftwareInformation" "libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management" 'False) (C1 ('MetaCons "SoftwareInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "installedVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "installState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "installingVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSoftwareInformation :: SoftwareInformation Source #

Create a value of SoftwareInformation 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:installedVersion:SoftwareInformation', softwareInformation_installedVersion - The version of the software currently installed on the device.

$sel:installState:SoftwareInformation', softwareInformation_installState - The state of the software that is installed or that is being installed on the device.

$sel:installingVersion:SoftwareInformation', softwareInformation_installingVersion - The version of the software being installed on the device.

softwareInformation_installedVersion :: Lens' SoftwareInformation (Maybe Text) Source #

The version of the software currently installed on the device.

softwareInformation_installState :: Lens' SoftwareInformation (Maybe Text) Source #

The state of the software that is installed or that is being installed on the device.

softwareInformation_installingVersion :: Lens' SoftwareInformation (Maybe Text) Source #

The version of the software being installed on the device.