amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.Destinations

Description

 
Synopsis

Documentation

data Destinations Source #

Describes a destination.

See: newDestinations smart constructor.

Constructors

Destinations' 

Fields

Instances

Instances details
FromJSON Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

Generic Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

Associated Types

type Rep Destinations :: Type -> Type #

Read Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

Show Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

NFData Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

Methods

rnf :: Destinations -> () #

Eq Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

Hashable Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

type Rep Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

type Rep Destinations = D1 ('MetaData "Destinations" "Amazonka.IoTWireless.Types.Destinations" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "Destinations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "expressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExpressionType)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDestinations :: Destinations Source #

Create a value of Destinations 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:arn:Destinations', destinations_arn - The Amazon Resource Name of the resource.

$sel:description:Destinations', destinations_description - The description of the resource.

$sel:expression:Destinations', destinations_expression - The rule name or topic rule to send messages to.

$sel:expressionType:Destinations', destinations_expressionType - The type of value in Expression.

$sel:name:Destinations', destinations_name - The name of the resource.

$sel:roleArn:Destinations', destinations_roleArn - The ARN of the IAM Role that authorizes the destination.

destinations_arn :: Lens' Destinations (Maybe Text) Source #

The Amazon Resource Name of the resource.

destinations_description :: Lens' Destinations (Maybe Text) Source #

The description of the resource.

destinations_expression :: Lens' Destinations (Maybe Text) Source #

The rule name or topic rule to send messages to.

destinations_name :: Lens' Destinations (Maybe Text) Source #

The name of the resource.

destinations_roleArn :: Lens' Destinations (Maybe Text) Source #

The ARN of the IAM Role that authorizes the destination.