Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OperatingSystemConfigurationManager = OperatingSystemConfigurationManager' {}
- newOperatingSystemConfigurationManager :: OperatingSystemConfigurationManager
- operatingSystemConfigurationManager_name :: Lens' OperatingSystemConfigurationManager (Maybe Text)
- operatingSystemConfigurationManager_version :: Lens' OperatingSystemConfigurationManager (Maybe Text)
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.
Instances
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.