libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

Description

 
Synopsis

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

  • next :: Maybe Text

    The next activity in the pipeline.

  • name :: Text

    The name of the deviceShadowEnrich activity.

  • attribute :: Text

    The name of the attribute that is added to the message.

  • thingName :: Text

    The name of the IoT device whose shadow information is added to the message.

  • roleArn :: Text

    The ARN of the role that allows access to the device's shadow.

Instances

Instances details
Eq DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

Read DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

Show DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

Generic DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

Associated Types

type Rep DeviceShadowEnrichActivity :: Type -> Type #

NFData DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

Hashable DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

ToJSON DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

FromJSON DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

type Rep DeviceShadowEnrichActivity Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity

type Rep DeviceShadowEnrichActivity = D1 ('MetaData "DeviceShadowEnrichActivity" "Amazonka.IoTAnalytics.Types.DeviceShadowEnrichActivity" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DeviceShadowEnrichActivity'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "next") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeviceShadowEnrichActivity Source #

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_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.