libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.Types.Destinations

Description

 
Synopsis

Documentation

data Destinations Source #

Describes a destination.

See: newDestinations smart constructor.

Constructors

Destinations' 

Fields

Instances

Instances details
Eq Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

Read Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

Show 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 #

NFData Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

Methods

rnf :: Destinations -> () #

Hashable Destinations Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Destinations

FromJSON 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" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "Destinations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExpressionType)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") '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:expressionType:Destinations', destinations_expressionType - The type of value in Expression.

$sel:arn:Destinations', destinations_arn - The Amazon Resource Name of the resource.

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

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

$sel:description:Destinations', destinations_description - The description 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_name :: Lens' Destinations (Maybe Text) Source #

The name of the resource.

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

The rule name or topic rule to send messages to.

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

The description of the resource.

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

The ARN of the IAM Role that authorizes the destination.