libZSservicesZSamazonka-opsworksZSamazonka-opsworks
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.OpsWorks.Types.OperatingSystemConfigurationManager

Description

 
Synopsis

Documentation

data OperatingSystemConfigurationManager Source #

A block that contains information about the configuration manager (Chef) and the versions of the configuration manager that are supported for an operating system.

See: newOperatingSystemConfigurationManager smart constructor.

Constructors

OperatingSystemConfigurationManager' 

Fields

  • name :: Maybe Text

    The name of the configuration manager, which is Chef.

  • version :: Maybe Text

    The versions of the configuration manager that are supported by an operating system.

Instances

Instances details
Eq OperatingSystemConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager

Read OperatingSystemConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager

Show OperatingSystemConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager

Generic OperatingSystemConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager

NFData OperatingSystemConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager

Hashable OperatingSystemConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager

FromJSON OperatingSystemConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager

type Rep OperatingSystemConfigurationManager Source # 
Instance details

Defined in Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager

type Rep OperatingSystemConfigurationManager = D1 ('MetaData "OperatingSystemConfigurationManager" "Amazonka.OpsWorks.Types.OperatingSystemConfigurationManager" "libZSservicesZSamazonka-opsworksZSamazonka-opsworks" 'False) (C1 ('MetaCons "OperatingSystemConfigurationManager'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOperatingSystemConfigurationManager :: OperatingSystemConfigurationManager Source #

Create a value of OperatingSystemConfigurationManager 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:name:OperatingSystemConfigurationManager', operatingSystemConfigurationManager_name - The name of the configuration manager, which is Chef.

$sel:version:OperatingSystemConfigurationManager', operatingSystemConfigurationManager_version - The versions of the configuration manager that are supported by an operating system.

operatingSystemConfigurationManager_name :: Lens' OperatingSystemConfigurationManager (Maybe Text) Source #

The name of the configuration manager, which is Chef.

operatingSystemConfigurationManager_version :: Lens' OperatingSystemConfigurationManager (Maybe Text) Source #

The versions of the configuration manager that are supported by an operating system.