libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data
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.IoTEventsData

Description

Derived from API version 2018-10-23 of the AWS service descriptions, licensed under Apache 2.0.

AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. You can use AWS IoT Events Data API commands to send inputs to detectors, list detectors, and view or update a detector's status.

For more information, see What is AWS IoT Events? in the AWS IoT Events Developer Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-10-23 of the Amazon IoT Events Data SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by IoTEventsData.

InvalidRequestException

ThrottlingException

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request could not be completed due to throttling.

InternalFailureException

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service is currently unavailable.

ResourceNotFoundException

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

BatchSnoozeAlarm

data BatchSnoozeAlarm Source #

See: newBatchSnoozeAlarm smart constructor.

Instances

Instances details
Eq BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Read BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Show BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Generic BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Associated Types

type Rep BatchSnoozeAlarm :: Type -> Type #

NFData BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Methods

rnf :: BatchSnoozeAlarm -> () #

Hashable BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

ToJSON BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

AWSRequest BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Associated Types

type AWSResponse BatchSnoozeAlarm #

ToHeaders BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

ToPath BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

ToQuery BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

type Rep BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

type Rep BatchSnoozeAlarm = D1 ('MetaData "BatchSnoozeAlarm" "Amazonka.IoTEventsData.BatchSnoozeAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchSnoozeAlarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snoozeActionRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SnoozeAlarmActionRequest))))
type AWSResponse BatchSnoozeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

newBatchSnoozeAlarm Source #

Create a value of BatchSnoozeAlarm 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:snoozeActionRequests:BatchSnoozeAlarm', batchSnoozeAlarm_snoozeActionRequests - The list of snooze action requests. You can specify up to 10 requests per operation.

data BatchSnoozeAlarmResponse Source #

See: newBatchSnoozeAlarmResponse smart constructor.

Instances

Instances details
Eq BatchSnoozeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Read BatchSnoozeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Show BatchSnoozeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Generic BatchSnoozeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

Associated Types

type Rep BatchSnoozeAlarmResponse :: Type -> Type #

NFData BatchSnoozeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

type Rep BatchSnoozeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchSnoozeAlarm

type Rep BatchSnoozeAlarmResponse = D1 ('MetaData "BatchSnoozeAlarmResponse" "Amazonka.IoTEventsData.BatchSnoozeAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchSnoozeAlarmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchAlarmActionErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchSnoozeAlarmResponse Source #

Create a value of BatchSnoozeAlarmResponse 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:errorEntries:BatchSnoozeAlarmResponse', batchSnoozeAlarmResponse_errorEntries - A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

$sel:httpStatus:BatchSnoozeAlarmResponse', batchSnoozeAlarmResponse_httpStatus - The response's http status code.

BatchDisableAlarm

data BatchDisableAlarm Source #

See: newBatchDisableAlarm smart constructor.

Instances

Instances details
Eq BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Read BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Show BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Generic BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Associated Types

type Rep BatchDisableAlarm :: Type -> Type #

NFData BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Methods

rnf :: BatchDisableAlarm -> () #

Hashable BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

ToJSON BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

AWSRequest BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Associated Types

type AWSResponse BatchDisableAlarm #

ToHeaders BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

ToPath BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

ToQuery BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

type Rep BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

type Rep BatchDisableAlarm = D1 ('MetaData "BatchDisableAlarm" "Amazonka.IoTEventsData.BatchDisableAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchDisableAlarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableActionRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DisableAlarmActionRequest))))
type AWSResponse BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

newBatchDisableAlarm Source #

Create a value of BatchDisableAlarm 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:disableActionRequests:BatchDisableAlarm', batchDisableAlarm_disableActionRequests - The list of disable action requests. You can specify up to 10 requests per operation.

data BatchDisableAlarmResponse Source #

See: newBatchDisableAlarmResponse smart constructor.

Instances

Instances details
Eq BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Read BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Show BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Generic BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Associated Types

type Rep BatchDisableAlarmResponse :: Type -> Type #

NFData BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

type Rep BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

type Rep BatchDisableAlarmResponse = D1 ('MetaData "BatchDisableAlarmResponse" "Amazonka.IoTEventsData.BatchDisableAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchDisableAlarmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchAlarmActionErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDisableAlarmResponse Source #

Create a value of BatchDisableAlarmResponse 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:errorEntries:BatchDisableAlarmResponse', batchDisableAlarmResponse_errorEntries - A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

$sel:httpStatus:BatchDisableAlarmResponse', batchDisableAlarmResponse_httpStatus - The response's http status code.

DescribeAlarm

data DescribeAlarm Source #

See: newDescribeAlarm smart constructor.

Constructors

DescribeAlarm' (Maybe Text) Text 

Instances

Instances details
Eq DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Read DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Show DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Generic DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Associated Types

type Rep DescribeAlarm :: Type -> Type #

NFData DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Methods

rnf :: DescribeAlarm -> () #

Hashable DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

AWSRequest DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Associated Types

type AWSResponse DescribeAlarm #

ToHeaders DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

ToPath DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

ToQuery DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

type Rep DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

type Rep DescribeAlarm = D1 ('MetaData "DescribeAlarm" "Amazonka.IoTEventsData.DescribeAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DescribeAlarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

newDescribeAlarm Source #

Create a value of DescribeAlarm 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:keyValue:DescribeAlarm', describeAlarm_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:alarmModelName:DescribeAlarm', describeAlarm_alarmModelName - The name of the alarm model.

data DescribeAlarmResponse Source #

See: newDescribeAlarmResponse smart constructor.

Instances

Instances details
Eq DescribeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Read DescribeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Show DescribeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Generic DescribeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Associated Types

type Rep DescribeAlarmResponse :: Type -> Type #

NFData DescribeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

Methods

rnf :: DescribeAlarmResponse -> () #

type Rep DescribeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeAlarm

type Rep DescribeAlarmResponse = D1 ('MetaData "DescribeAlarmResponse" "Amazonka.IoTEventsData.DescribeAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DescribeAlarmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Alarm)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAlarmResponse Source #

Create a value of DescribeAlarmResponse 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:alarm:DescribeAlarmResponse', describeAlarmResponse_alarm - Contains information about an alarm.

$sel:httpStatus:DescribeAlarmResponse', describeAlarmResponse_httpStatus - The response's http status code.

BatchPutMessage

data BatchPutMessage Source #

See: newBatchPutMessage smart constructor.

Instances

Instances details
Eq BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Read BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Show BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Generic BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Associated Types

type Rep BatchPutMessage :: Type -> Type #

NFData BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Methods

rnf :: BatchPutMessage -> () #

Hashable BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

ToJSON BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

AWSRequest BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Associated Types

type AWSResponse BatchPutMessage #

ToHeaders BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

ToPath BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

ToQuery BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

type Rep BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

type Rep BatchPutMessage = D1 ('MetaData "BatchPutMessage" "Amazonka.IoTEventsData.BatchPutMessage" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchPutMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Message))))
type AWSResponse BatchPutMessage Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

newBatchPutMessage Source #

Create a value of BatchPutMessage 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:messages:BatchPutMessage', batchPutMessage_messages - The list of messages to send. Each message has the following format: '{ "messageId": "string", "inputName": "string", "payload": "string"}'

data BatchPutMessageResponse Source #

See: newBatchPutMessageResponse smart constructor.

Instances

Instances details
Eq BatchPutMessageResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Read BatchPutMessageResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Show BatchPutMessageResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Generic BatchPutMessageResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Associated Types

type Rep BatchPutMessageResponse :: Type -> Type #

NFData BatchPutMessageResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

Methods

rnf :: BatchPutMessageResponse -> () #

type Rep BatchPutMessageResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchPutMessage

type Rep BatchPutMessageResponse = D1 ('MetaData "BatchPutMessageResponse" "Amazonka.IoTEventsData.BatchPutMessage" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchPutMessageResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchPutMessageErrorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchPutMessageErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchPutMessageResponse Source #

Create a value of BatchPutMessageResponse 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:batchPutMessageErrorEntries:BatchPutMessageResponse', batchPutMessageResponse_batchPutMessageErrorEntries - A list of any errors encountered when sending the messages.

$sel:httpStatus:BatchPutMessageResponse', batchPutMessageResponse_httpStatus - The response's http status code.

DescribeDetector

data DescribeDetector Source #

See: newDescribeDetector smart constructor.

Instances

Instances details
Eq DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Read DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Show DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Generic DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Associated Types

type Rep DescribeDetector :: Type -> Type #

NFData DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Methods

rnf :: DescribeDetector -> () #

Hashable DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

AWSRequest DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Associated Types

type AWSResponse DescribeDetector #

ToHeaders DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

ToPath DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

ToQuery DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

type Rep DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

type Rep DescribeDetector = D1 ('MetaData "DescribeDetector" "Amazonka.IoTEventsData.DescribeDetector" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DescribeDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "detectorModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

newDescribeDetector Source #

Create a value of DescribeDetector 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:keyValue:DescribeDetector', describeDetector_keyValue - A filter used to limit results to detectors (instances) created because of the given key ID.

$sel:detectorModelName:DescribeDetector', describeDetector_detectorModelName - The name of the detector model whose detectors (instances) you want information about.

data DescribeDetectorResponse Source #

See: newDescribeDetectorResponse smart constructor.

Instances

Instances details
Eq DescribeDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Read DescribeDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Show DescribeDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Generic DescribeDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

Associated Types

type Rep DescribeDetectorResponse :: Type -> Type #

NFData DescribeDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

type Rep DescribeDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.DescribeDetector

type Rep DescribeDetectorResponse = D1 ('MetaData "DescribeDetectorResponse" "Amazonka.IoTEventsData.DescribeDetector" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DescribeDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Detector)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDetectorResponse Source #

Create a value of DescribeDetectorResponse 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:detector:DescribeDetectorResponse', describeDetectorResponse_detector - Information about the detector (instance).

$sel:httpStatus:DescribeDetectorResponse', describeDetectorResponse_httpStatus - The response's http status code.

BatchUpdateDetector

data BatchUpdateDetector Source #

See: newBatchUpdateDetector smart constructor.

Instances

Instances details
Eq BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Read BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Show BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Generic BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Associated Types

type Rep BatchUpdateDetector :: Type -> Type #

NFData BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Methods

rnf :: BatchUpdateDetector -> () #

Hashable BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

ToJSON BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

AWSRequest BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Associated Types

type AWSResponse BatchUpdateDetector #

ToHeaders BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

ToPath BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

ToQuery BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

type Rep BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

type Rep BatchUpdateDetector = D1 ('MetaData "BatchUpdateDetector" "Amazonka.IoTEventsData.BatchUpdateDetector" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchUpdateDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty UpdateDetectorRequest))))
type AWSResponse BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

newBatchUpdateDetector Source #

Create a value of BatchUpdateDetector 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:detectors:BatchUpdateDetector', batchUpdateDetector_detectors - The list of detectors (instances) to update, along with the values to update.

data BatchUpdateDetectorResponse Source #

See: newBatchUpdateDetectorResponse smart constructor.

Instances

Instances details
Eq BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Read BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Show BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Generic BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Associated Types

type Rep BatchUpdateDetectorResponse :: Type -> Type #

NFData BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

type Rep BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

type Rep BatchUpdateDetectorResponse = D1 ('MetaData "BatchUpdateDetectorResponse" "Amazonka.IoTEventsData.BatchUpdateDetector" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchUpdateDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchUpdateDetectorErrorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchUpdateDetectorErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchUpdateDetectorResponse Source #

Create a value of BatchUpdateDetectorResponse 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:batchUpdateDetectorErrorEntries:BatchUpdateDetectorResponse', batchUpdateDetectorResponse_batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)

$sel:httpStatus:BatchUpdateDetectorResponse', batchUpdateDetectorResponse_httpStatus - The response's http status code.

BatchAcknowledgeAlarm

data BatchAcknowledgeAlarm Source #

See: newBatchAcknowledgeAlarm smart constructor.

Instances

Instances details
Eq BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Read BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Show BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Generic BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Associated Types

type Rep BatchAcknowledgeAlarm :: Type -> Type #

NFData BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Methods

rnf :: BatchAcknowledgeAlarm -> () #

Hashable BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

ToJSON BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

AWSRequest BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Associated Types

type AWSResponse BatchAcknowledgeAlarm #

ToHeaders BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

ToPath BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

ToQuery BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

type Rep BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

type Rep BatchAcknowledgeAlarm = D1 ('MetaData "BatchAcknowledgeAlarm" "Amazonka.IoTEventsData.BatchAcknowledgeAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchAcknowledgeAlarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acknowledgeActionRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AcknowledgeAlarmActionRequest))))
type AWSResponse BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

newBatchAcknowledgeAlarm Source #

Create a value of BatchAcknowledgeAlarm 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:acknowledgeActionRequests:BatchAcknowledgeAlarm', batchAcknowledgeAlarm_acknowledgeActionRequests - The list of acknowledge action requests. You can specify up to 10 requests per operation.

data BatchAcknowledgeAlarmResponse Source #

See: newBatchAcknowledgeAlarmResponse smart constructor.

Instances

Instances details
Eq BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Read BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Show BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Generic BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Associated Types

type Rep BatchAcknowledgeAlarmResponse :: Type -> Type #

NFData BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

type Rep BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

type Rep BatchAcknowledgeAlarmResponse = D1 ('MetaData "BatchAcknowledgeAlarmResponse" "Amazonka.IoTEventsData.BatchAcknowledgeAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchAcknowledgeAlarmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchAlarmActionErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchAcknowledgeAlarmResponse Source #

Create a value of BatchAcknowledgeAlarmResponse 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:errorEntries:BatchAcknowledgeAlarmResponse', batchAcknowledgeAlarmResponse_errorEntries - A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

$sel:httpStatus:BatchAcknowledgeAlarmResponse', batchAcknowledgeAlarmResponse_httpStatus - The response's http status code.

ListAlarms

data ListAlarms Source #

See: newListAlarms smart constructor.

Instances

Instances details
Eq ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Read ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Show ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Generic ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Associated Types

type Rep ListAlarms :: Type -> Type #

NFData ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Methods

rnf :: ListAlarms -> () #

Hashable ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

AWSRequest ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Associated Types

type AWSResponse ListAlarms #

ToHeaders ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Methods

toHeaders :: ListAlarms -> [Header] #

ToPath ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

ToQuery ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

type Rep ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

type Rep ListAlarms = D1 ('MetaData "ListAlarms" "Amazonka.IoTEventsData.ListAlarms" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "ListAlarms'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAlarms Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

newListAlarms Source #

Create a value of ListAlarms 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:nextToken:ListAlarms', listAlarms_nextToken - The token that you can use to return the next set of results.

$sel:maxResults:ListAlarms', listAlarms_maxResults - The maximum number of results to be returned per request.

$sel:alarmModelName:ListAlarms', listAlarms_alarmModelName - The name of the alarm model.

data ListAlarmsResponse Source #

See: newListAlarmsResponse smart constructor.

Instances

Instances details
Eq ListAlarmsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Read ListAlarmsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Show ListAlarmsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Generic ListAlarmsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Associated Types

type Rep ListAlarmsResponse :: Type -> Type #

NFData ListAlarmsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

Methods

rnf :: ListAlarmsResponse -> () #

type Rep ListAlarmsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListAlarms

type Rep ListAlarmsResponse = D1 ('MetaData "ListAlarmsResponse" "Amazonka.IoTEventsData.ListAlarms" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "ListAlarmsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "alarmSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AlarmSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAlarmsResponse Source #

Create a value of ListAlarmsResponse 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:nextToken:ListAlarms', listAlarmsResponse_nextToken - The token that you can use to return the next set of results, or null if there are no more results.

$sel:alarmSummaries:ListAlarmsResponse', listAlarmsResponse_alarmSummaries - A list that summarizes each alarm.

$sel:httpStatus:ListAlarmsResponse', listAlarmsResponse_httpStatus - The response's http status code.

BatchResetAlarm

data BatchResetAlarm Source #

See: newBatchResetAlarm smart constructor.

Instances

Instances details
Eq BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Read BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Show BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Generic BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Associated Types

type Rep BatchResetAlarm :: Type -> Type #

NFData BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Methods

rnf :: BatchResetAlarm -> () #

Hashable BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

ToJSON BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

AWSRequest BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Associated Types

type AWSResponse BatchResetAlarm #

ToHeaders BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

ToPath BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

ToQuery BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

type Rep BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

type Rep BatchResetAlarm = D1 ('MetaData "BatchResetAlarm" "Amazonka.IoTEventsData.BatchResetAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchResetAlarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resetActionRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ResetAlarmActionRequest))))
type AWSResponse BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

newBatchResetAlarm Source #

Create a value of BatchResetAlarm 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:resetActionRequests:BatchResetAlarm', batchResetAlarm_resetActionRequests - The list of reset action requests. You can specify up to 10 requests per operation.

data BatchResetAlarmResponse Source #

See: newBatchResetAlarmResponse smart constructor.

Instances

Instances details
Eq BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Read BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Show BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Generic BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Associated Types

type Rep BatchResetAlarmResponse :: Type -> Type #

NFData BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Methods

rnf :: BatchResetAlarmResponse -> () #

type Rep BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

type Rep BatchResetAlarmResponse = D1 ('MetaData "BatchResetAlarmResponse" "Amazonka.IoTEventsData.BatchResetAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchResetAlarmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchAlarmActionErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchResetAlarmResponse Source #

Create a value of BatchResetAlarmResponse 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:errorEntries:BatchResetAlarmResponse', batchResetAlarmResponse_errorEntries - A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

$sel:httpStatus:BatchResetAlarmResponse', batchResetAlarmResponse_httpStatus - The response's http status code.

ListDetectors

data ListDetectors Source #

See: newListDetectors smart constructor.

Instances

Instances details
Eq ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Read ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Show ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Generic ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Associated Types

type Rep ListDetectors :: Type -> Type #

NFData ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Methods

rnf :: ListDetectors -> () #

Hashable ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

AWSRequest ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Associated Types

type AWSResponse ListDetectors #

ToHeaders ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

ToPath ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

ToQuery ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

type Rep ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

type Rep ListDetectors = D1 ('MetaData "ListDetectors" "Amazonka.IoTEventsData.ListDetectors" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "ListDetectors'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "detectorModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListDetectors Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

newListDetectors Source #

Create a value of ListDetectors 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:nextToken:ListDetectors', listDetectors_nextToken - The token that you can use to return the next set of results.

$sel:stateName:ListDetectors', listDetectors_stateName - A filter that limits results to those detectors (instances) in the given state.

$sel:maxResults:ListDetectors', listDetectors_maxResults - The maximum number of results to be returned per request.

$sel:detectorModelName:ListDetectors', listDetectors_detectorModelName - The name of the detector model whose detectors (instances) are listed.

data ListDetectorsResponse Source #

See: newListDetectorsResponse smart constructor.

Instances

Instances details
Eq ListDetectorsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Read ListDetectorsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Show ListDetectorsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Generic ListDetectorsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Associated Types

type Rep ListDetectorsResponse :: Type -> Type #

NFData ListDetectorsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

Methods

rnf :: ListDetectorsResponse -> () #

type Rep ListDetectorsResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.ListDetectors

type Rep ListDetectorsResponse = D1 ('MetaData "ListDetectorsResponse" "Amazonka.IoTEventsData.ListDetectors" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "ListDetectorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "detectorSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DetectorSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDetectorsResponse Source #

Create a value of ListDetectorsResponse 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:nextToken:ListDetectors', listDetectorsResponse_nextToken - The token that you can use to return the next set of results, or null if there are no more results.

$sel:detectorSummaries:ListDetectorsResponse', listDetectorsResponse_detectorSummaries - A list of summary information about the detectors (instances).

$sel:httpStatus:ListDetectorsResponse', listDetectorsResponse_httpStatus - The response's http status code.

BatchEnableAlarm

data BatchEnableAlarm Source #

See: newBatchEnableAlarm smart constructor.

Instances

Instances details
Eq BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Read BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Show BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Generic BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Associated Types

type Rep BatchEnableAlarm :: Type -> Type #

NFData BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Methods

rnf :: BatchEnableAlarm -> () #

Hashable BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

ToJSON BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

AWSRequest BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Associated Types

type AWSResponse BatchEnableAlarm #

ToHeaders BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

ToPath BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

ToQuery BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

type Rep BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

type Rep BatchEnableAlarm = D1 ('MetaData "BatchEnableAlarm" "Amazonka.IoTEventsData.BatchEnableAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchEnableAlarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableActionRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty EnableAlarmActionRequest))))
type AWSResponse BatchEnableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

newBatchEnableAlarm Source #

Create a value of BatchEnableAlarm 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:enableActionRequests:BatchEnableAlarm', batchEnableAlarm_enableActionRequests - The list of enable action requests. You can specify up to 10 requests per operation.

data BatchEnableAlarmResponse Source #

See: newBatchEnableAlarmResponse smart constructor.

Instances

Instances details
Eq BatchEnableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Read BatchEnableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Show BatchEnableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Generic BatchEnableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

Associated Types

type Rep BatchEnableAlarmResponse :: Type -> Type #

NFData BatchEnableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

type Rep BatchEnableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchEnableAlarm

type Rep BatchEnableAlarmResponse = D1 ('MetaData "BatchEnableAlarmResponse" "Amazonka.IoTEventsData.BatchEnableAlarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchEnableAlarmResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchAlarmActionErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchEnableAlarmResponse Source #

Create a value of BatchEnableAlarmResponse 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:errorEntries:BatchEnableAlarmResponse', batchEnableAlarmResponse_errorEntries - A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

$sel:httpStatus:BatchEnableAlarmResponse', batchEnableAlarmResponse_httpStatus - The response's http status code.

Types

AlarmStateName

newtype AlarmStateName Source #

Constructors

AlarmStateName' 

Instances

Instances details
Eq AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

Ord AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

Read AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

Show AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

Generic AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

Associated Types

type Rep AlarmStateName :: Type -> Type #

NFData AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

Methods

rnf :: AlarmStateName -> () #

Hashable AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

ToJSON AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

ToJSONKey AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

FromJSON AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

FromJSONKey AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

ToLog AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

ToHeader AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

ToQuery AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

FromXML AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

ToXML AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

Methods

toXML :: AlarmStateName -> XML #

ToByteString AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

FromText AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

ToText AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

type Rep AlarmStateName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmStateName

type Rep AlarmStateName = D1 ('MetaData "AlarmStateName" "Amazonka.IoTEventsData.Types.AlarmStateName" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'True) (C1 ('MetaCons "AlarmStateName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlarmStateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComparisonOperator

newtype ComparisonOperator Source #

Instances

Instances details
Eq ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

Ord ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

Read ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

Show ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

Generic ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

Associated Types

type Rep ComparisonOperator :: Type -> Type #

NFData ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

Methods

rnf :: ComparisonOperator -> () #

Hashable ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

ToJSON ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

ToJSONKey ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

FromJSON ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

FromJSONKey ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

ToLog ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

ToHeader ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

ToQuery ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

FromXML ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

ToXML ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

ToByteString ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

FromText ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

ToText ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

type Rep ComparisonOperator Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ComparisonOperator

type Rep ComparisonOperator = D1 ('MetaData "ComparisonOperator" "Amazonka.IoTEventsData.Types.ComparisonOperator" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'True) (C1 ('MetaCons "ComparisonOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComparisonOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CustomerActionName

newtype CustomerActionName Source #

Instances

Instances details
Eq CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

Ord CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

Read CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

Show CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

Generic CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

Associated Types

type Rep CustomerActionName :: Type -> Type #

NFData CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

Methods

rnf :: CustomerActionName -> () #

Hashable CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

ToJSON CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

ToJSONKey CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

FromJSON CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

FromJSONKey CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

ToLog CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

ToHeader CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

ToQuery CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

FromXML CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

ToXML CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

ToByteString CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

FromText CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

ToText CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

type Rep CustomerActionName Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerActionName

type Rep CustomerActionName = D1 ('MetaData "CustomerActionName" "Amazonka.IoTEventsData.Types.CustomerActionName" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'True) (C1 ('MetaCons "CustomerActionName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCustomerActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ErrorCode

newtype ErrorCode Source #

Constructors

ErrorCode' 

Fields

Instances

Instances details
Eq ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Ord ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Read ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Show ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Generic ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Associated Types

type Rep ErrorCode :: Type -> Type #

NFData ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Methods

rnf :: ErrorCode -> () #

Hashable ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

ToJSON ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

ToJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

FromJSON ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

FromJSONKey ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

ToLog ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

ToHeader ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

ToQuery ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

FromXML ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

ToXML ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Methods

toXML :: ErrorCode -> XML #

ToByteString ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Methods

toBS :: ErrorCode -> ByteString #

FromText ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

ToText ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

Methods

toText :: ErrorCode -> Text #

type Rep ErrorCode Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ErrorCode

type Rep ErrorCode = D1 ('MetaData "ErrorCode" "Amazonka.IoTEventsData.Types.ErrorCode" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'True) (C1 ('MetaCons "ErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventType

newtype EventType Source #

Constructors

EventType' 

Fields

Bundled Patterns

pattern EventType_STATE_CHANGE :: EventType 

Instances

Instances details
Eq EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Read EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Generic EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

NFData EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Methods

rnf :: EventType -> () #

Hashable EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

ToJSON EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

ToJSONKey EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

FromJSON EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

ToHeader EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

FromXML EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

ToXML EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Methods

toXML :: EventType -> XML #

ToByteString EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Methods

toBS :: EventType -> ByteString #

FromText EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

ToText EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

Methods

toText :: EventType -> Text #

type Rep EventType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EventType

type Rep EventType = D1 ('MetaData "EventType" "Amazonka.IoTEventsData.Types.EventType" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'True) (C1 ('MetaCons "EventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TriggerType

newtype TriggerType Source #

Constructors

TriggerType' 

Bundled Patterns

pattern TriggerType_SNOOZE_TIMEOUT :: TriggerType 

Instances

Instances details
Eq TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

Ord TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

Read TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

Show TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

Generic TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

Associated Types

type Rep TriggerType :: Type -> Type #

NFData TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

Methods

rnf :: TriggerType -> () #

Hashable TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

ToJSON TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

ToJSONKey TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

FromJSON TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

FromJSONKey TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

ToLog TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

ToHeader TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

ToQuery TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

FromXML TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

ToXML TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

Methods

toXML :: TriggerType -> XML #

ToByteString TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

FromText TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

ToText TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

Methods

toText :: TriggerType -> Text #

type Rep TriggerType Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TriggerType

type Rep TriggerType = D1 ('MetaData "TriggerType" "Amazonka.IoTEventsData.Types.TriggerType" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'True) (C1 ('MetaCons "TriggerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTriggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AcknowledgeActionConfiguration

data AcknowledgeActionConfiguration Source #

Contains the configuration information of an acknowledge action.

See: newAcknowledgeActionConfiguration smart constructor.

Instances

Instances details
Eq AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Read AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Show AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Generic AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Associated Types

type Rep AcknowledgeActionConfiguration :: Type -> Type #

NFData AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

Hashable AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

FromJSON AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

type Rep AcknowledgeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration

type Rep AcknowledgeActionConfiguration = D1 ('MetaData "AcknowledgeActionConfiguration" "Amazonka.IoTEventsData.Types.AcknowledgeActionConfiguration" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "AcknowledgeActionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAcknowledgeActionConfiguration :: AcknowledgeActionConfiguration Source #

Create a value of AcknowledgeActionConfiguration 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:note:AcknowledgeActionConfiguration', acknowledgeActionConfiguration_note - The note that you can leave when you acknowledge the alarm.

AcknowledgeAlarmActionRequest

data AcknowledgeAlarmActionRequest Source #

Information needed to acknowledge the alarm.

See: newAcknowledgeAlarmActionRequest smart constructor.

Instances

Instances details
Eq AcknowledgeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest

Read AcknowledgeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest

Show AcknowledgeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest

Generic AcknowledgeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest

Associated Types

type Rep AcknowledgeAlarmActionRequest :: Type -> Type #

NFData AcknowledgeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest

Hashable AcknowledgeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest

ToJSON AcknowledgeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest

type Rep AcknowledgeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest

type Rep AcknowledgeAlarmActionRequest = D1 ('MetaData "AcknowledgeAlarmActionRequest" "Amazonka.IoTEventsData.Types.AcknowledgeAlarmActionRequest" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "AcknowledgeAlarmActionRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAcknowledgeAlarmActionRequest Source #

Create a value of AcknowledgeAlarmActionRequest 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:keyValue:AcknowledgeAlarmActionRequest', acknowledgeAlarmActionRequest_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:note:AcknowledgeAlarmActionRequest', acknowledgeAlarmActionRequest_note - The note that you can leave when you acknowledge the alarm.

$sel:requestId:AcknowledgeAlarmActionRequest', acknowledgeAlarmActionRequest_requestId - The request ID. Each ID must be unique within each batch.

$sel:alarmModelName:AcknowledgeAlarmActionRequest', acknowledgeAlarmActionRequest_alarmModelName - The name of the alarm model.

Alarm

data Alarm Source #

Contains information about an alarm.

See: newAlarm smart constructor.

Instances

Instances details
Eq Alarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Alarm

Methods

(==) :: Alarm -> Alarm -> Bool #

(/=) :: Alarm -> Alarm -> Bool #

Read Alarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Alarm

Show Alarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Alarm

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

Generic Alarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Alarm

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

NFData Alarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Alarm

Methods

rnf :: Alarm -> () #

Hashable Alarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

FromJSON Alarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Alarm

type Rep Alarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Alarm

type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.IoTEventsData.Types.Alarm" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "Alarm'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "alarmState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmState)))) :*: ((S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "alarmModelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAlarm :: Alarm Source #

Create a value of Alarm 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:keyValue:Alarm', alarm_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:creationTime:Alarm', alarm_creationTime - The time the alarm was created, in the Unix epoch format.

$sel:alarmState:Alarm', alarm_alarmState - Contains information about the current state of the alarm.

$sel:alarmModelName:Alarm', alarm_alarmModelName - The name of the alarm model.

$sel:severity:Alarm', alarm_severity - A non-negative integer that reflects the severity level of the alarm.

$sel:lastUpdateTime:Alarm', alarm_lastUpdateTime - The time the alarm was last updated, in the Unix epoch format.

$sel:alarmModelVersion:Alarm', alarm_alarmModelVersion - The version of the alarm model.

AlarmState

data AlarmState Source #

Contains information about the current state of the alarm.

See: newAlarmState smart constructor.

Instances

Instances details
Eq AlarmState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmState

Read AlarmState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmState

Show AlarmState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmState

Generic AlarmState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmState

Associated Types

type Rep AlarmState :: Type -> Type #

NFData AlarmState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmState

Methods

rnf :: AlarmState -> () #

Hashable AlarmState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmState

FromJSON AlarmState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmState

type Rep AlarmState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmState

type Rep AlarmState = D1 ('MetaData "AlarmState" "Amazonka.IoTEventsData.Types.AlarmState" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "AlarmState'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "customerAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerAction)) :*: S1 ('MetaSel ('Just "stateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmStateName))) :*: (S1 ('MetaSel ('Just "ruleEvaluation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleEvaluation)) :*: S1 ('MetaSel ('Just "systemEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SystemEvent)))))

newAlarmState :: AlarmState Source #

Create a value of AlarmState 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:customerAction:AlarmState', alarmState_customerAction - Contains information about the action that you can take to respond to the alarm.

$sel:stateName:AlarmState', alarmState_stateName - The name of the alarm state. The state name can be one of the following values:

  • DISABLED - When the alarm is in the DISABLED state, it isn't ready to evaluate data. To enable the alarm, you must change the alarm to the NORMAL state.
  • NORMAL - When the alarm is in the NORMAL state, it's ready to evaluate data.
  • ACTIVE - If the alarm is in the ACTIVE state, the alarm is invoked.
  • ACKNOWLEDGED - When the alarm is in the ACKNOWLEDGED state, the alarm was invoked and you acknowledged the alarm.
  • SNOOZE_DISABLED - When the alarm is in the SNOOZE_DISABLED state, the alarm is disabled for a specified period of time. After the snooze time, the alarm automatically changes to the NORMAL state.
  • LATCHED - When the alarm is in the LATCHED state, the alarm was invoked. However, the data that the alarm is currently evaluating is within the specified range. To change the alarm to the NORMAL state, you must acknowledge the alarm.

$sel:ruleEvaluation:AlarmState', alarmState_ruleEvaluation - Information needed to evaluate data.

$sel:systemEvent:AlarmState', alarmState_systemEvent - Contains information about alarm state changes.

AlarmSummary

data AlarmSummary Source #

Contains a summary of an alarm.

See: newAlarmSummary smart constructor.

Instances

Instances details
Eq AlarmSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmSummary

Read AlarmSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmSummary

Show AlarmSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmSummary

Generic AlarmSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmSummary

Associated Types

type Rep AlarmSummary :: Type -> Type #

NFData AlarmSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmSummary

Methods

rnf :: AlarmSummary -> () #

Hashable AlarmSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmSummary

FromJSON AlarmSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmSummary

type Rep AlarmSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.AlarmSummary

type Rep AlarmSummary = D1 ('MetaData "AlarmSummary" "Amazonka.IoTEventsData.Types.AlarmSummary" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "AlarmSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmStateName)) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "alarmModelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAlarmSummary :: AlarmSummary Source #

Create a value of AlarmSummary 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:keyValue:AlarmSummary', alarmSummary_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:creationTime:AlarmSummary', alarmSummary_creationTime - The time the alarm was created, in the Unix epoch format.

$sel:alarmModelName:AlarmSummary', alarmSummary_alarmModelName - The name of the alarm model.

$sel:stateName:AlarmSummary', alarmSummary_stateName - The name of the alarm state. The state name can be one of the following values:

  • DISABLED - When the alarm is in the DISABLED state, it isn't ready to evaluate data. To enable the alarm, you must change the alarm to the NORMAL state.
  • NORMAL - When the alarm is in the NORMAL state, it's ready to evaluate data.
  • ACTIVE - If the alarm is in the ACTIVE state, the alarm is invoked.
  • ACKNOWLEDGED - When the alarm is in the ACKNOWLEDGED state, the alarm was invoked and you acknowledged the alarm.
  • SNOOZE_DISABLED - When the alarm is in the SNOOZE_DISABLED state, the alarm is disabled for a specified period of time. After the snooze time, the alarm automatically changes to the NORMAL state.
  • LATCHED - When the alarm is in the LATCHED state, the alarm was invoked. However, the data that the alarm is currently evaluating is within the specified range. To change the alarm to the NORMAL state, you must acknowledge the alarm.

$sel:lastUpdateTime:AlarmSummary', alarmSummary_lastUpdateTime - The time the alarm was last updated, in the Unix epoch format.

$sel:alarmModelVersion:AlarmSummary', alarmSummary_alarmModelVersion - The version of the alarm model.

BatchAlarmActionErrorEntry

data BatchAlarmActionErrorEntry Source #

Contains error messages associated with one of the following requests:

See: newBatchAlarmActionErrorEntry smart constructor.

Instances

Instances details
Eq BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Read BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Show BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Generic BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Associated Types

type Rep BatchAlarmActionErrorEntry :: Type -> Type #

NFData BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Hashable BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

FromJSON BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

type Rep BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

type Rep BatchAlarmActionErrorEntry = D1 ('MetaData "BatchAlarmActionErrorEntry" "Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchAlarmActionErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchAlarmActionErrorEntry :: BatchAlarmActionErrorEntry Source #

Create a value of BatchAlarmActionErrorEntry 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:requestId:BatchAlarmActionErrorEntry', batchAlarmActionErrorEntry_requestId - The request ID. Each ID must be unique within each batch.

$sel:errorCode:BatchAlarmActionErrorEntry', batchAlarmActionErrorEntry_errorCode - The error code.

$sel:errorMessage:BatchAlarmActionErrorEntry', batchAlarmActionErrorEntry_errorMessage - A message that describes the error.

BatchPutMessageErrorEntry

data BatchPutMessageErrorEntry Source #

Contains information about the errors encountered.

See: newBatchPutMessageErrorEntry smart constructor.

Instances

Instances details
Eq BatchPutMessageErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry

Read BatchPutMessageErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry

Show BatchPutMessageErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry

Generic BatchPutMessageErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry

Associated Types

type Rep BatchPutMessageErrorEntry :: Type -> Type #

NFData BatchPutMessageErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry

Hashable BatchPutMessageErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry

FromJSON BatchPutMessageErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry

type Rep BatchPutMessageErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry

type Rep BatchPutMessageErrorEntry = D1 ('MetaData "BatchPutMessageErrorEntry" "Amazonka.IoTEventsData.Types.BatchPutMessageErrorEntry" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchPutMessageErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchPutMessageErrorEntry :: BatchPutMessageErrorEntry Source #

Create a value of BatchPutMessageErrorEntry 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:errorCode:BatchPutMessageErrorEntry', batchPutMessageErrorEntry_errorCode - The error code.

$sel:errorMessage:BatchPutMessageErrorEntry', batchPutMessageErrorEntry_errorMessage - A message that describes the error.

$sel:messageId:BatchPutMessageErrorEntry', batchPutMessageErrorEntry_messageId - The ID of the message that caused the error. (See the value corresponding to the "messageId" key in the "message" object.)

BatchUpdateDetectorErrorEntry

data BatchUpdateDetectorErrorEntry Source #

Information about the error that occurred when attempting to update a detector.

See: newBatchUpdateDetectorErrorEntry smart constructor.

Instances

Instances details
Eq BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Read BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Show BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Generic BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Associated Types

type Rep BatchUpdateDetectorErrorEntry :: Type -> Type #

NFData BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Hashable BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

FromJSON BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

type Rep BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

type Rep BatchUpdateDetectorErrorEntry = D1 ('MetaData "BatchUpdateDetectorErrorEntry" "Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchUpdateDetectorErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchUpdateDetectorErrorEntry :: BatchUpdateDetectorErrorEntry Source #

Create a value of BatchUpdateDetectorErrorEntry 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:errorCode:BatchUpdateDetectorErrorEntry', batchUpdateDetectorErrorEntry_errorCode - The error code.

$sel:errorMessage:BatchUpdateDetectorErrorEntry', batchUpdateDetectorErrorEntry_errorMessage - A message that describes the error.

$sel:messageId:BatchUpdateDetectorErrorEntry', batchUpdateDetectorErrorEntry_messageId - The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)

CustomerAction

data CustomerAction Source #

Contains information about the action that you can take to respond to the alarm.

See: newCustomerAction smart constructor.

Instances

Instances details
Eq CustomerAction Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerAction

Read CustomerAction Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerAction

Show CustomerAction Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerAction

Generic CustomerAction Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerAction

Associated Types

type Rep CustomerAction :: Type -> Type #

NFData CustomerAction Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerAction

Methods

rnf :: CustomerAction -> () #

Hashable CustomerAction Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerAction

FromJSON CustomerAction Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerAction

type Rep CustomerAction Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.CustomerAction

type Rep CustomerAction = D1 ('MetaData "CustomerAction" "Amazonka.IoTEventsData.Types.CustomerAction" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "CustomerAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resetActionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResetActionConfiguration)) :*: (S1 ('MetaSel ('Just "actionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerActionName)) :*: S1 ('MetaSel ('Just "snoozeActionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnoozeActionConfiguration)))) :*: (S1 ('MetaSel ('Just "enableActionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnableActionConfiguration)) :*: (S1 ('MetaSel ('Just "disableActionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DisableActionConfiguration)) :*: S1 ('MetaSel ('Just "acknowledgeActionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AcknowledgeActionConfiguration))))))

newCustomerAction :: CustomerAction Source #

Create a value of CustomerAction 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:resetActionConfiguration:CustomerAction', customerAction_resetActionConfiguration - Contains the configuration information of a reset action.

$sel:actionName:CustomerAction', customerAction_actionName - The name of the action. The action name can be one of the following values:

  • SNOOZE - When you snooze the alarm, the alarm state changes to SNOOZE_DISABLED.
  • ENABLE - When you enable the alarm, the alarm state changes to NORMAL.
  • DISABLE - When you disable the alarm, the alarm state changes to DISABLED.
  • ACKNOWLEDGE - When you acknowledge the alarm, the alarm state changes to ACKNOWLEDGED.
  • RESET - When you reset the alarm, the alarm state changes to NORMAL.

For more information, see the AlarmState API.

$sel:snoozeActionConfiguration:CustomerAction', customerAction_snoozeActionConfiguration - Contains the configuration information of a snooze action.

$sel:enableActionConfiguration:CustomerAction', customerAction_enableActionConfiguration - Contains the configuration information of an enable action.

$sel:disableActionConfiguration:CustomerAction', customerAction_disableActionConfiguration - Contains the configuration information of a disable action.

$sel:acknowledgeActionConfiguration:CustomerAction', customerAction_acknowledgeActionConfiguration - Contains the configuration information of an acknowledge action.

Detector

data Detector Source #

Information about the detector (instance).

See: newDetector smart constructor.

Instances

Instances details
Eq Detector Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Detector

Read Detector Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Detector

Show Detector Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Detector

Generic Detector Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Detector

Associated Types

type Rep Detector :: Type -> Type #

Methods

from :: Detector -> Rep Detector x #

to :: Rep Detector x -> Detector #

NFData Detector Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Detector

Methods

rnf :: Detector -> () #

Hashable Detector Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Detector

Methods

hashWithSalt :: Int -> Detector -> Int #

hash :: Detector -> Int #

FromJSON Detector Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Detector

type Rep Detector Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Detector

type Rep Detector = D1 ('MetaData "Detector" "Amazonka.IoTEventsData.Types.Detector" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "Detector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DetectorState)))) :*: (S1 ('MetaSel ('Just "detectorModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "detectorModelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDetector :: Detector Source #

Create a value of Detector 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:keyValue:Detector', detector_keyValue - The value of the key (identifying the device or system) that caused the creation of this detector (instance).

$sel:creationTime:Detector', detector_creationTime - The time the detector (instance) was created.

$sel:state:Detector', detector_state - The current state of the detector (instance).

$sel:detectorModelName:Detector', detector_detectorModelName - The name of the detector model that created this detector (instance).

$sel:detectorModelVersion:Detector', detector_detectorModelVersion - The version of the detector model that created this detector (instance).

$sel:lastUpdateTime:Detector', detector_lastUpdateTime - The time the detector (instance) was last updated.

DetectorState

data DetectorState Source #

Information about the current state of the detector instance.

See: newDetectorState smart constructor.

Constructors

DetectorState' Text [Variable] [Timer] 

Instances

Instances details
Eq DetectorState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorState

Read DetectorState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorState

Show DetectorState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorState

Generic DetectorState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorState

Associated Types

type Rep DetectorState :: Type -> Type #

NFData DetectorState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorState

Methods

rnf :: DetectorState -> () #

Hashable DetectorState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorState

FromJSON DetectorState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorState

type Rep DetectorState Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorState

type Rep DetectorState = D1 ('MetaData "DetectorState" "Amazonka.IoTEventsData.Types.DetectorState" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DetectorState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "variables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Variable]) :*: S1 ('MetaSel ('Just "timers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Timer]))))

newDetectorState Source #

Create a value of DetectorState 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:stateName:DetectorState', detectorState_stateName - The name of the state.

$sel:variables:DetectorState', detectorState_variables - The current values of the detector's variables.

$sel:timers:DetectorState', detectorState_timers - The current state of the detector's timers.

DetectorStateDefinition

data DetectorStateDefinition Source #

The new state, variable values, and timer settings of the detector (instance).

See: newDetectorStateDefinition smart constructor.

Instances

Instances details
Eq DetectorStateDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateDefinition

Read DetectorStateDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateDefinition

Show DetectorStateDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateDefinition

Generic DetectorStateDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateDefinition

Associated Types

type Rep DetectorStateDefinition :: Type -> Type #

NFData DetectorStateDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateDefinition

Methods

rnf :: DetectorStateDefinition -> () #

Hashable DetectorStateDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateDefinition

ToJSON DetectorStateDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateDefinition

type Rep DetectorStateDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateDefinition

type Rep DetectorStateDefinition = D1 ('MetaData "DetectorStateDefinition" "Amazonka.IoTEventsData.Types.DetectorStateDefinition" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DetectorStateDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "variables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [VariableDefinition]) :*: S1 ('MetaSel ('Just "timers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TimerDefinition]))))

newDetectorStateDefinition Source #

Create a value of DetectorStateDefinition 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:stateName:DetectorStateDefinition', detectorStateDefinition_stateName - The name of the new state of the detector (instance).

$sel:variables:DetectorStateDefinition', detectorStateDefinition_variables - The new values of the detector's variables. Any variable whose value isn't specified is cleared.

$sel:timers:DetectorStateDefinition', detectorStateDefinition_timers - The new values of the detector's timers. Any timer whose value isn't specified is cleared, and its timeout event won't occur.

DetectorStateSummary

data DetectorStateSummary Source #

Information about the detector state.

See: newDetectorStateSummary smart constructor.

Instances

Instances details
Eq DetectorStateSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateSummary

Read DetectorStateSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateSummary

Show DetectorStateSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateSummary

Generic DetectorStateSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateSummary

Associated Types

type Rep DetectorStateSummary :: Type -> Type #

NFData DetectorStateSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateSummary

Methods

rnf :: DetectorStateSummary -> () #

Hashable DetectorStateSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateSummary

FromJSON DetectorStateSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateSummary

type Rep DetectorStateSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorStateSummary

type Rep DetectorStateSummary = D1 ('MetaData "DetectorStateSummary" "Amazonka.IoTEventsData.Types.DetectorStateSummary" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DetectorStateSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDetectorStateSummary :: DetectorStateSummary Source #

Create a value of DetectorStateSummary 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:stateName:DetectorStateSummary', detectorStateSummary_stateName - The name of the state.

DetectorSummary

data DetectorSummary Source #

Information about the detector (instance).

See: newDetectorSummary smart constructor.

Instances

Instances details
Eq DetectorSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorSummary

Read DetectorSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorSummary

Show DetectorSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorSummary

Generic DetectorSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorSummary

Associated Types

type Rep DetectorSummary :: Type -> Type #

NFData DetectorSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorSummary

Methods

rnf :: DetectorSummary -> () #

Hashable DetectorSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorSummary

FromJSON DetectorSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorSummary

type Rep DetectorSummary Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DetectorSummary

type Rep DetectorSummary = D1 ('MetaData "DetectorSummary" "Amazonka.IoTEventsData.Types.DetectorSummary" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DetectorSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DetectorStateSummary)))) :*: (S1 ('MetaSel ('Just "detectorModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "detectorModelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDetectorSummary :: DetectorSummary Source #

Create a value of DetectorSummary 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:keyValue:DetectorSummary', detectorSummary_keyValue - The value of the key (identifying the device or system) that caused the creation of this detector (instance).

$sel:creationTime:DetectorSummary', detectorSummary_creationTime - The time the detector (instance) was created.

$sel:state:DetectorSummary', detectorSummary_state - The current state of the detector (instance).

$sel:detectorModelName:DetectorSummary', detectorSummary_detectorModelName - The name of the detector model that created this detector (instance).

$sel:detectorModelVersion:DetectorSummary', detectorSummary_detectorModelVersion - The version of the detector model that created this detector (instance).

$sel:lastUpdateTime:DetectorSummary', detectorSummary_lastUpdateTime - The time the detector (instance) was last updated.

DisableActionConfiguration

data DisableActionConfiguration Source #

Contains the configuration information of a disable action.

See: newDisableActionConfiguration smart constructor.

Instances

Instances details
Eq DisableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableActionConfiguration

Read DisableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableActionConfiguration

Show DisableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableActionConfiguration

Generic DisableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableActionConfiguration

Associated Types

type Rep DisableActionConfiguration :: Type -> Type #

NFData DisableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableActionConfiguration

Hashable DisableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableActionConfiguration

FromJSON DisableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableActionConfiguration

type Rep DisableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableActionConfiguration

type Rep DisableActionConfiguration = D1 ('MetaData "DisableActionConfiguration" "Amazonka.IoTEventsData.Types.DisableActionConfiguration" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DisableActionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDisableActionConfiguration :: DisableActionConfiguration Source #

Create a value of DisableActionConfiguration 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:note:DisableActionConfiguration', disableActionConfiguration_note - The note that you can leave when you disable the alarm.

DisableAlarmActionRequest

data DisableAlarmActionRequest Source #

Information used to disable the alarm.

See: newDisableAlarmActionRequest smart constructor.

Instances

Instances details
Eq DisableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableAlarmActionRequest

Read DisableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableAlarmActionRequest

Show DisableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableAlarmActionRequest

Generic DisableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableAlarmActionRequest

Associated Types

type Rep DisableAlarmActionRequest :: Type -> Type #

NFData DisableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableAlarmActionRequest

Hashable DisableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableAlarmActionRequest

ToJSON DisableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableAlarmActionRequest

type Rep DisableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.DisableAlarmActionRequest

type Rep DisableAlarmActionRequest = D1 ('MetaData "DisableAlarmActionRequest" "Amazonka.IoTEventsData.Types.DisableAlarmActionRequest" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "DisableAlarmActionRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDisableAlarmActionRequest Source #

Create a value of DisableAlarmActionRequest 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:keyValue:DisableAlarmActionRequest', disableAlarmActionRequest_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:note:DisableAlarmActionRequest', disableAlarmActionRequest_note - The note that you can leave when you disable the alarm.

$sel:requestId:DisableAlarmActionRequest', disableAlarmActionRequest_requestId - The request ID. Each ID must be unique within each batch.

$sel:alarmModelName:DisableAlarmActionRequest', disableAlarmActionRequest_alarmModelName - The name of the alarm model.

EnableActionConfiguration

data EnableActionConfiguration Source #

Contains the configuration information of an enable action.

See: newEnableActionConfiguration smart constructor.

Instances

Instances details
Eq EnableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableActionConfiguration

Read EnableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableActionConfiguration

Show EnableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableActionConfiguration

Generic EnableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableActionConfiguration

Associated Types

type Rep EnableActionConfiguration :: Type -> Type #

NFData EnableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableActionConfiguration

Hashable EnableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableActionConfiguration

FromJSON EnableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableActionConfiguration

type Rep EnableActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableActionConfiguration

type Rep EnableActionConfiguration = D1 ('MetaData "EnableActionConfiguration" "Amazonka.IoTEventsData.Types.EnableActionConfiguration" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "EnableActionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEnableActionConfiguration :: EnableActionConfiguration Source #

Create a value of EnableActionConfiguration 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:note:EnableActionConfiguration', enableActionConfiguration_note - The note that you can leave when you enable the alarm.

EnableAlarmActionRequest

data EnableAlarmActionRequest Source #

Information needed to enable the alarm.

See: newEnableAlarmActionRequest smart constructor.

Instances

Instances details
Eq EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Read EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Show EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Generic EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Associated Types

type Rep EnableAlarmActionRequest :: Type -> Type #

NFData EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

Hashable EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

ToJSON EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

type Rep EnableAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.EnableAlarmActionRequest

type Rep EnableAlarmActionRequest = D1 ('MetaData "EnableAlarmActionRequest" "Amazonka.IoTEventsData.Types.EnableAlarmActionRequest" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "EnableAlarmActionRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEnableAlarmActionRequest Source #

Create a value of EnableAlarmActionRequest 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:keyValue:EnableAlarmActionRequest', enableAlarmActionRequest_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:note:EnableAlarmActionRequest', enableAlarmActionRequest_note - The note that you can leave when you enable the alarm.

$sel:requestId:EnableAlarmActionRequest', enableAlarmActionRequest_requestId - The request ID. Each ID must be unique within each batch.

$sel:alarmModelName:EnableAlarmActionRequest', enableAlarmActionRequest_alarmModelName - The name of the alarm model.

Message

data Message Source #

Information about a message.

See: newMessage smart constructor.

Instances

Instances details
Eq Message Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Message

Methods

(==) :: Message -> Message -> Bool #

(/=) :: Message -> Message -> Bool #

Read Message Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Message

Show Message Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Message

Generic Message Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Message

Associated Types

type Rep Message :: Type -> Type #

Methods

from :: Message -> Rep Message x #

to :: Rep Message x -> Message #

NFData Message Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Message

Methods

rnf :: Message -> () #

Hashable Message Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Message

Methods

hashWithSalt :: Int -> Message -> Int #

hash :: Message -> Int #

ToJSON Message Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Message

type Rep Message Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Message

type Rep Message = D1 ('MetaData "Message" "Amazonka.IoTEventsData.Types.Message" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "Message'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimestampValue)) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "inputName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "payload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64))))

newMessage Source #

Create a value of Message 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:timestamp:Message', message_timestamp - The timestamp associated with the message.

$sel:messageId:Message', message_messageId - The ID to assign to the message. Within each batch sent, each "messageId" must be unique.

$sel:inputName:Message', message_inputName - The name of the input into which the message payload is transformed.

$sel:payload:Message', message_payload - The payload of the message. This can be a JSON string or a Base-64-encoded string representing binary data (in which case you must decode it).-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

ResetActionConfiguration

data ResetActionConfiguration Source #

Contains the configuration information of a reset action.

See: newResetActionConfiguration smart constructor.

Instances

Instances details
Eq ResetActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetActionConfiguration

Read ResetActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetActionConfiguration

Show ResetActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetActionConfiguration

Generic ResetActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetActionConfiguration

Associated Types

type Rep ResetActionConfiguration :: Type -> Type #

NFData ResetActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetActionConfiguration

Hashable ResetActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetActionConfiguration

FromJSON ResetActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetActionConfiguration

type Rep ResetActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetActionConfiguration

type Rep ResetActionConfiguration = D1 ('MetaData "ResetActionConfiguration" "Amazonka.IoTEventsData.Types.ResetActionConfiguration" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "ResetActionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newResetActionConfiguration :: ResetActionConfiguration Source #

Create a value of ResetActionConfiguration 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:note:ResetActionConfiguration', resetActionConfiguration_note - The note that you can leave when you reset the alarm.

ResetAlarmActionRequest

data ResetAlarmActionRequest Source #

Information needed to reset the alarm.

See: newResetAlarmActionRequest smart constructor.

Instances

Instances details
Eq ResetAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetAlarmActionRequest

Read ResetAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetAlarmActionRequest

Show ResetAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetAlarmActionRequest

Generic ResetAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetAlarmActionRequest

Associated Types

type Rep ResetAlarmActionRequest :: Type -> Type #

NFData ResetAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetAlarmActionRequest

Methods

rnf :: ResetAlarmActionRequest -> () #

Hashable ResetAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetAlarmActionRequest

ToJSON ResetAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetAlarmActionRequest

type Rep ResetAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.ResetAlarmActionRequest

type Rep ResetAlarmActionRequest = D1 ('MetaData "ResetAlarmActionRequest" "Amazonka.IoTEventsData.Types.ResetAlarmActionRequest" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "ResetAlarmActionRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newResetAlarmActionRequest Source #

Create a value of ResetAlarmActionRequest 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:keyValue:ResetAlarmActionRequest', resetAlarmActionRequest_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:note:ResetAlarmActionRequest', resetAlarmActionRequest_note - The note that you can leave when you reset the alarm.

$sel:requestId:ResetAlarmActionRequest', resetAlarmActionRequest_requestId - The request ID. Each ID must be unique within each batch.

$sel:alarmModelName:ResetAlarmActionRequest', resetAlarmActionRequest_alarmModelName - The name of the alarm model.

RuleEvaluation

data RuleEvaluation Source #

Information needed to evaluate data.

See: newRuleEvaluation smart constructor.

Instances

Instances details
Eq RuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.RuleEvaluation

Read RuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.RuleEvaluation

Show RuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.RuleEvaluation

Generic RuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.RuleEvaluation

Associated Types

type Rep RuleEvaluation :: Type -> Type #

NFData RuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.RuleEvaluation

Methods

rnf :: RuleEvaluation -> () #

Hashable RuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.RuleEvaluation

FromJSON RuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.RuleEvaluation

type Rep RuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.RuleEvaluation

type Rep RuleEvaluation = D1 ('MetaData "RuleEvaluation" "Amazonka.IoTEventsData.Types.RuleEvaluation" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "RuleEvaluation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "simpleRuleEvaluation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SimpleRuleEvaluation))))

newRuleEvaluation :: RuleEvaluation Source #

Create a value of RuleEvaluation 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:simpleRuleEvaluation:RuleEvaluation', ruleEvaluation_simpleRuleEvaluation - Information needed to compare two values with a comparison operator.

SimpleRuleEvaluation

data SimpleRuleEvaluation Source #

Information needed to compare two values with a comparison operator.

See: newSimpleRuleEvaluation smart constructor.

Instances

Instances details
Eq SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Read SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Show SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Generic SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Associated Types

type Rep SimpleRuleEvaluation :: Type -> Type #

NFData SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

Methods

rnf :: SimpleRuleEvaluation -> () #

Hashable SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

FromJSON SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

type Rep SimpleRuleEvaluation Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SimpleRuleEvaluation

type Rep SimpleRuleEvaluation = D1 ('MetaData "SimpleRuleEvaluation" "Amazonka.IoTEventsData.Types.SimpleRuleEvaluation" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "SimpleRuleEvaluation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thresholdValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputPropertyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComparisonOperator)))))

newSimpleRuleEvaluation :: SimpleRuleEvaluation Source #

Create a value of SimpleRuleEvaluation 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:thresholdValue:SimpleRuleEvaluation', simpleRuleEvaluation_thresholdValue - The threshold value, on the right side of the comparison operator.

$sel:inputPropertyValue:SimpleRuleEvaluation', simpleRuleEvaluation_inputPropertyValue - The value of the input property, on the left side of the comparison operator.

$sel:operator:SimpleRuleEvaluation', simpleRuleEvaluation_operator - The comparison operator.

SnoozeActionConfiguration

data SnoozeActionConfiguration Source #

Contains the configuration information of a snooze action.

See: newSnoozeActionConfiguration smart constructor.

Instances

Instances details
Eq SnoozeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeActionConfiguration

Read SnoozeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeActionConfiguration

Show SnoozeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeActionConfiguration

Generic SnoozeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeActionConfiguration

Associated Types

type Rep SnoozeActionConfiguration :: Type -> Type #

NFData SnoozeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeActionConfiguration

Hashable SnoozeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeActionConfiguration

FromJSON SnoozeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeActionConfiguration

type Rep SnoozeActionConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeActionConfiguration

type Rep SnoozeActionConfiguration = D1 ('MetaData "SnoozeActionConfiguration" "Amazonka.IoTEventsData.Types.SnoozeActionConfiguration" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "SnoozeActionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snoozeDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newSnoozeActionConfiguration :: SnoozeActionConfiguration Source #

Create a value of SnoozeActionConfiguration 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:note:SnoozeActionConfiguration', snoozeActionConfiguration_note - The note that you can leave when you snooze the alarm.

$sel:snoozeDuration:SnoozeActionConfiguration', snoozeActionConfiguration_snoozeDuration - The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.

SnoozeAlarmActionRequest

data SnoozeAlarmActionRequest Source #

Information needed to snooze the alarm.

See: newSnoozeAlarmActionRequest smart constructor.

Instances

Instances details
Eq SnoozeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest

Read SnoozeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest

Show SnoozeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest

Generic SnoozeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest

Associated Types

type Rep SnoozeAlarmActionRequest :: Type -> Type #

NFData SnoozeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest

Hashable SnoozeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest

ToJSON SnoozeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest

type Rep SnoozeAlarmActionRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest

type Rep SnoozeAlarmActionRequest = D1 ('MetaData "SnoozeAlarmActionRequest" "Amazonka.IoTEventsData.Types.SnoozeAlarmActionRequest" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "SnoozeAlarmActionRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "note") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "alarmModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "snoozeDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newSnoozeAlarmActionRequest Source #

Create a value of SnoozeAlarmActionRequest 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:keyValue:SnoozeAlarmActionRequest', snoozeAlarmActionRequest_keyValue - The value of the key used as a filter to select only the alarms associated with the key.

$sel:note:SnoozeAlarmActionRequest', snoozeAlarmActionRequest_note - The note that you can leave when you snooze the alarm.

$sel:requestId:SnoozeAlarmActionRequest', snoozeAlarmActionRequest_requestId - The request ID. Each ID must be unique within each batch.

$sel:alarmModelName:SnoozeAlarmActionRequest', snoozeAlarmActionRequest_alarmModelName - The name of the alarm model.

$sel:snoozeDuration:SnoozeAlarmActionRequest', snoozeAlarmActionRequest_snoozeDuration - The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.

StateChangeConfiguration

data StateChangeConfiguration Source #

Contains the configuration information of alarm state changes.

See: newStateChangeConfiguration smart constructor.

Instances

Instances details
Eq StateChangeConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.StateChangeConfiguration

Read StateChangeConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.StateChangeConfiguration

Show StateChangeConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.StateChangeConfiguration

Generic StateChangeConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.StateChangeConfiguration

Associated Types

type Rep StateChangeConfiguration :: Type -> Type #

NFData StateChangeConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.StateChangeConfiguration

Hashable StateChangeConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.StateChangeConfiguration

FromJSON StateChangeConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.StateChangeConfiguration

type Rep StateChangeConfiguration Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.StateChangeConfiguration

type Rep StateChangeConfiguration = D1 ('MetaData "StateChangeConfiguration" "Amazonka.IoTEventsData.Types.StateChangeConfiguration" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "StateChangeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "triggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TriggerType))))

newStateChangeConfiguration :: StateChangeConfiguration Source #

Create a value of StateChangeConfiguration 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:triggerType:StateChangeConfiguration', stateChangeConfiguration_triggerType - The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.

SystemEvent

data SystemEvent Source #

Contains information about alarm state changes.

See: newSystemEvent smart constructor.

Instances

Instances details
Eq SystemEvent Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SystemEvent

Read SystemEvent Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SystemEvent

Show SystemEvent Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SystemEvent

Generic SystemEvent Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SystemEvent

Associated Types

type Rep SystemEvent :: Type -> Type #

NFData SystemEvent Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SystemEvent

Methods

rnf :: SystemEvent -> () #

Hashable SystemEvent Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SystemEvent

FromJSON SystemEvent Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SystemEvent

type Rep SystemEvent Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.SystemEvent

type Rep SystemEvent = D1 ('MetaData "SystemEvent" "Amazonka.IoTEventsData.Types.SystemEvent" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "SystemEvent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventType)) :*: S1 ('MetaSel ('Just "stateChangeConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StateChangeConfiguration))))

newSystemEvent :: SystemEvent Source #

Create a value of SystemEvent 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:eventType:SystemEvent', systemEvent_eventType - The event type. If the value is STATE_CHANGE, the event contains information about alarm state changes.

$sel:stateChangeConfiguration:SystemEvent', systemEvent_stateChangeConfiguration - Contains the configuration information of alarm state changes.

Timer

data Timer Source #

The current state of a timer.

See: newTimer smart constructor.

Constructors

Timer' Text POSIX 

Instances

Instances details
Eq Timer Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Timer

Methods

(==) :: Timer -> Timer -> Bool #

(/=) :: Timer -> Timer -> Bool #

Read Timer Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Timer

Show Timer Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Timer

Methods

showsPrec :: Int -> Timer -> ShowS #

show :: Timer -> String #

showList :: [Timer] -> ShowS #

Generic Timer Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Timer

Associated Types

type Rep Timer :: Type -> Type #

Methods

from :: Timer -> Rep Timer x #

to :: Rep Timer x -> Timer #

NFData Timer Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Timer

Methods

rnf :: Timer -> () #

Hashable Timer Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Timer

Methods

hashWithSalt :: Int -> Timer -> Int #

hash :: Timer -> Int #

FromJSON Timer Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Timer

type Rep Timer Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Timer

type Rep Timer = D1 ('MetaData "Timer" "Amazonka.IoTEventsData.Types.Timer" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "Timer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newTimer Source #

Create a value of Timer 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:name:Timer', timer_name - The name of the timer.

$sel:timestamp:Timer', timer_timestamp - The number of seconds which have elapsed on the timer.

TimerDefinition

data TimerDefinition Source #

The new setting of a timer.

See: newTimerDefinition smart constructor.

Constructors

TimerDefinition' Text Int 

Instances

Instances details
Eq TimerDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimerDefinition

Read TimerDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimerDefinition

Show TimerDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimerDefinition

Generic TimerDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimerDefinition

Associated Types

type Rep TimerDefinition :: Type -> Type #

NFData TimerDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimerDefinition

Methods

rnf :: TimerDefinition -> () #

Hashable TimerDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimerDefinition

ToJSON TimerDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimerDefinition

type Rep TimerDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimerDefinition

type Rep TimerDefinition = D1 ('MetaData "TimerDefinition" "Amazonka.IoTEventsData.Types.TimerDefinition" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "TimerDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "seconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTimerDefinition Source #

Create a value of TimerDefinition 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:name:TimerDefinition', timerDefinition_name - The name of the timer.

$sel:seconds:TimerDefinition', timerDefinition_seconds - The new setting of the timer (the number of seconds before the timer elapses).

TimestampValue

data TimestampValue Source #

Contains information about a timestamp.

See: newTimestampValue smart constructor.

Constructors

TimestampValue' (Maybe Natural) 

Instances

Instances details
Eq TimestampValue Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimestampValue

Read TimestampValue Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimestampValue

Show TimestampValue Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimestampValue

Generic TimestampValue Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimestampValue

Associated Types

type Rep TimestampValue :: Type -> Type #

NFData TimestampValue Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimestampValue

Methods

rnf :: TimestampValue -> () #

Hashable TimestampValue Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimestampValue

ToJSON TimestampValue Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimestampValue

type Rep TimestampValue Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.TimestampValue

type Rep TimestampValue = D1 ('MetaData "TimestampValue" "Amazonka.IoTEventsData.Types.TimestampValue" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "TimestampValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeInMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newTimestampValue :: TimestampValue Source #

Create a value of TimestampValue 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:timeInMillis:TimestampValue', timestampValue_timeInMillis - The value of the timestamp, in the Unix epoch format.

UpdateDetectorRequest

data UpdateDetectorRequest Source #

Information used to update the detector (instance).

See: newUpdateDetectorRequest smart constructor.

Instances

Instances details
Eq UpdateDetectorRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.UpdateDetectorRequest

Read UpdateDetectorRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.UpdateDetectorRequest

Show UpdateDetectorRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.UpdateDetectorRequest

Generic UpdateDetectorRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.UpdateDetectorRequest

Associated Types

type Rep UpdateDetectorRequest :: Type -> Type #

NFData UpdateDetectorRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.UpdateDetectorRequest

Methods

rnf :: UpdateDetectorRequest -> () #

Hashable UpdateDetectorRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.UpdateDetectorRequest

ToJSON UpdateDetectorRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.UpdateDetectorRequest

type Rep UpdateDetectorRequest Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.UpdateDetectorRequest

type Rep UpdateDetectorRequest = D1 ('MetaData "UpdateDetectorRequest" "Amazonka.IoTEventsData.Types.UpdateDetectorRequest" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "UpdateDetectorRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "detectorModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DetectorStateDefinition))))

newUpdateDetectorRequest Source #

Create a value of UpdateDetectorRequest 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:keyValue:UpdateDetectorRequest', updateDetectorRequest_keyValue - The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).

$sel:messageId:UpdateDetectorRequest', updateDetectorRequest_messageId - The ID to assign to the detector update "message". Each "messageId" must be unique within each batch sent.

$sel:detectorModelName:UpdateDetectorRequest', updateDetectorRequest_detectorModelName - The name of the detector model that created the detectors (instances).

$sel:state:UpdateDetectorRequest', updateDetectorRequest_state - The new state, variable values, and timer settings of the detector (instance).

Variable

data Variable Source #

The current state of the variable.

See: newVariable smart constructor.

Constructors

Variable' Text Text 

Instances

Instances details
Eq Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Read Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Show Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Generic Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Associated Types

type Rep Variable :: Type -> Type #

Methods

from :: Variable -> Rep Variable x #

to :: Rep Variable x -> Variable #

NFData Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Methods

rnf :: Variable -> () #

Hashable Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

Methods

hashWithSalt :: Int -> Variable -> Int #

hash :: Variable -> Int #

FromJSON Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

type Rep Variable Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.Variable

type Rep Variable = D1 ('MetaData "Variable" "Amazonka.IoTEventsData.Types.Variable" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "Variable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newVariable Source #

Create a value of Variable 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:name:Variable', variable_name - The name of the variable.

$sel:value:Variable', variable_value - The current value of the variable.

VariableDefinition

data VariableDefinition Source #

The new value of the variable.

See: newVariableDefinition smart constructor.

Instances

Instances details
Eq VariableDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.VariableDefinition

Read VariableDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.VariableDefinition

Show VariableDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.VariableDefinition

Generic VariableDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.VariableDefinition

Associated Types

type Rep VariableDefinition :: Type -> Type #

NFData VariableDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.VariableDefinition

Methods

rnf :: VariableDefinition -> () #

Hashable VariableDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.VariableDefinition

ToJSON VariableDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.VariableDefinition

type Rep VariableDefinition Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.VariableDefinition

type Rep VariableDefinition = D1 ('MetaData "VariableDefinition" "Amazonka.IoTEventsData.Types.VariableDefinition" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "VariableDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newVariableDefinition Source #

Create a value of VariableDefinition 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:name:VariableDefinition', variableDefinition_name - The name of the variable.

$sel:value:VariableDefinition', variableDefinition_value - The new value of the variable.