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 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.
DeviceShadowEnrichActivity' | |
|
Instances
newDeviceShadowEnrichActivity Source #
:: 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.