| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Greengrass.Types.TelemetryConfiguration
Description
Synopsis
- data TelemetryConfiguration = TelemetryConfiguration' {}
- newTelemetryConfiguration :: Telemetry -> TelemetryConfiguration
- telemetryConfiguration_configurationSyncStatus :: Lens' TelemetryConfiguration (Maybe ConfigurationSyncStatus)
- telemetryConfiguration_telemetry :: Lens' TelemetryConfiguration Telemetry
Documentation
data TelemetryConfiguration Source #
Configuration settings for running telemetry.
See: newTelemetryConfiguration smart constructor.
Constructors
| TelemetryConfiguration' | |
Fields
| |
Instances
newTelemetryConfiguration Source #
Create a value of TelemetryConfiguration 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:configurationSyncStatus:TelemetryConfiguration', telemetryConfiguration_configurationSyncStatus - Synchronization status of the device reported configuration with the
desired configuration.
$sel:telemetry:TelemetryConfiguration', telemetryConfiguration_telemetry - Configure telemetry to be on or off.
telemetryConfiguration_configurationSyncStatus :: Lens' TelemetryConfiguration (Maybe ConfigurationSyncStatus) Source #
Synchronization status of the device reported configuration with the desired configuration.
telemetryConfiguration_telemetry :: Lens' TelemetryConfiguration Telemetry Source #
Configure telemetry to be on or off.