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 |
Documentation
data TelemetryConfigurationUpdate Source #
Configuration settings for running telemetry.
See: newTelemetryConfigurationUpdate
smart constructor.
Instances
Eq TelemetryConfigurationUpdate Source # | |
Read TelemetryConfigurationUpdate Source # | |
Show TelemetryConfigurationUpdate Source # | |
Generic TelemetryConfigurationUpdate Source # | |
NFData TelemetryConfigurationUpdate Source # | |
Defined in Amazonka.Greengrass.Types.TelemetryConfigurationUpdate rnf :: TelemetryConfigurationUpdate -> () # | |
Hashable TelemetryConfigurationUpdate Source # | |
ToJSON TelemetryConfigurationUpdate Source # | |
type Rep TelemetryConfigurationUpdate Source # | |
Defined in Amazonka.Greengrass.Types.TelemetryConfigurationUpdate type Rep TelemetryConfigurationUpdate = D1 ('MetaData "TelemetryConfigurationUpdate" "Amazonka.Greengrass.Types.TelemetryConfigurationUpdate" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "TelemetryConfigurationUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "telemetry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Telemetry))) |
newTelemetryConfigurationUpdate Source #
Create a value of TelemetryConfigurationUpdate
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:telemetry:TelemetryConfigurationUpdate'
, telemetryConfigurationUpdate_telemetry
- Configure telemetry to be on or off.
telemetryConfigurationUpdate_telemetry :: Lens' TelemetryConfigurationUpdate Telemetry Source #
Configure telemetry to be on or off.