| 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.IoTAnalytics.Types.DeviceShadowEnrichActivity
Description
Synopsis
- data DeviceShadowEnrichActivity = DeviceShadowEnrichActivity' {}
- newDeviceShadowEnrichActivity :: Text -> Text -> Text -> Text -> DeviceShadowEnrichActivity
- deviceShadowEnrichActivity_next :: Lens' DeviceShadowEnrichActivity (Maybe Text)
- deviceShadowEnrichActivity_name :: Lens' DeviceShadowEnrichActivity Text
- deviceShadowEnrichActivity_attribute :: Lens' DeviceShadowEnrichActivity Text
- deviceShadowEnrichActivity_thingName :: Lens' DeviceShadowEnrichActivity Text
- deviceShadowEnrichActivity_roleArn :: Lens' DeviceShadowEnrichActivity Text
Documentation
data DeviceShadowEnrichActivity Source #
An activity that adds information from the IoT Device Shadow service to a message.
See: newDeviceShadowEnrichActivity smart constructor.
Constructors
| DeviceShadowEnrichActivity' | |
Fields
| |
Instances
newDeviceShadowEnrichActivity Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> DeviceShadowEnrichActivity |
Create a value of DeviceShadowEnrichActivity 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:next:DeviceShadowEnrichActivity', deviceShadowEnrichActivity_next - The next activity in the pipeline.
$sel:name:DeviceShadowEnrichActivity', deviceShadowEnrichActivity_name - The name of the deviceShadowEnrich activity.
$sel:attribute:DeviceShadowEnrichActivity', deviceShadowEnrichActivity_attribute - The name of the attribute that is added to the message.
$sel:thingName:DeviceShadowEnrichActivity', deviceShadowEnrichActivity_thingName - The name of the IoT device whose shadow information is added to the
message.
$sel:roleArn:DeviceShadowEnrichActivity', deviceShadowEnrichActivity_roleArn - The ARN of the role that allows access to the device's shadow.
deviceShadowEnrichActivity_next :: Lens' DeviceShadowEnrichActivity (Maybe Text) Source #
The next activity in the pipeline.
deviceShadowEnrichActivity_name :: Lens' DeviceShadowEnrichActivity Text Source #
The name of the deviceShadowEnrich activity.
deviceShadowEnrichActivity_attribute :: Lens' DeviceShadowEnrichActivity Text Source #
The name of the attribute that is added to the message.
deviceShadowEnrichActivity_thingName :: Lens' DeviceShadowEnrichActivity Text Source #
The name of the IoT device whose shadow information is added to the message.
deviceShadowEnrichActivity_roleArn :: Lens' DeviceShadowEnrichActivity Text Source #
The ARN of the role that allows access to the device's shadow.