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 |
Updates the runtime configuration of a thing.
Synopsis
- data UpdateThingRuntimeConfiguration = UpdateThingRuntimeConfiguration' {}
- newUpdateThingRuntimeConfiguration :: Text -> UpdateThingRuntimeConfiguration
- updateThingRuntimeConfiguration_telemetryConfiguration :: Lens' UpdateThingRuntimeConfiguration (Maybe TelemetryConfigurationUpdate)
- updateThingRuntimeConfiguration_thingName :: Lens' UpdateThingRuntimeConfiguration Text
- data UpdateThingRuntimeConfigurationResponse = UpdateThingRuntimeConfigurationResponse' {
- httpStatus :: Int
- newUpdateThingRuntimeConfigurationResponse :: Int -> UpdateThingRuntimeConfigurationResponse
- updateThingRuntimeConfigurationResponse_httpStatus :: Lens' UpdateThingRuntimeConfigurationResponse Int
Creating a Request
data UpdateThingRuntimeConfiguration Source #
See: newUpdateThingRuntimeConfiguration
smart constructor.
UpdateThingRuntimeConfiguration' | |
|
Instances
newUpdateThingRuntimeConfiguration Source #
Create a value of UpdateThingRuntimeConfiguration
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:telemetryConfiguration:UpdateThingRuntimeConfiguration'
, updateThingRuntimeConfiguration_telemetryConfiguration
- Configuration for telemetry service.
$sel:thingName:UpdateThingRuntimeConfiguration'
, updateThingRuntimeConfiguration_thingName
- The thing name.
Request Lenses
updateThingRuntimeConfiguration_telemetryConfiguration :: Lens' UpdateThingRuntimeConfiguration (Maybe TelemetryConfigurationUpdate) Source #
Configuration for telemetry service.
updateThingRuntimeConfiguration_thingName :: Lens' UpdateThingRuntimeConfiguration Text Source #
The thing name.
Destructuring the Response
data UpdateThingRuntimeConfigurationResponse Source #
See: newUpdateThingRuntimeConfigurationResponse
smart constructor.
UpdateThingRuntimeConfigurationResponse' | |
|
Instances
Eq UpdateThingRuntimeConfigurationResponse Source # | |
Read UpdateThingRuntimeConfigurationResponse Source # | |
Show UpdateThingRuntimeConfigurationResponse Source # | |
Generic UpdateThingRuntimeConfigurationResponse Source # | |
Defined in Amazonka.Greengrass.UpdateThingRuntimeConfiguration type Rep UpdateThingRuntimeConfigurationResponse :: Type -> Type # | |
NFData UpdateThingRuntimeConfigurationResponse Source # | |
type Rep UpdateThingRuntimeConfigurationResponse Source # | |
Defined in Amazonka.Greengrass.UpdateThingRuntimeConfiguration type Rep UpdateThingRuntimeConfigurationResponse = D1 ('MetaData "UpdateThingRuntimeConfigurationResponse" "Amazonka.Greengrass.UpdateThingRuntimeConfiguration" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "UpdateThingRuntimeConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newUpdateThingRuntimeConfigurationResponse Source #
Create a value of UpdateThingRuntimeConfigurationResponse
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:httpStatus:UpdateThingRuntimeConfigurationResponse'
, updateThingRuntimeConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
updateThingRuntimeConfigurationResponse_httpStatus :: Lens' UpdateThingRuntimeConfigurationResponse Int Source #
The response's http status code.