Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const AlarmStateNameAcknowledged + const AlarmStateNameActive + const AlarmStateNameDisabled + const AlarmStateNameLatched + const AlarmStateNameNormal + const AlarmStateNameSnoozeDisabled + const ComparisonOperatorEqual + const ComparisonOperatorGreater + const ComparisonOperatorGreaterOrEqual + const ComparisonOperatorLess + const ComparisonOperatorLessOrEqual + const ComparisonOperatorNotEqual + const CustomerActionNameAcknowledge + const CustomerActionNameDisable + const CustomerActionNameEnable + const CustomerActionNameReset + const CustomerActionNameSnooze + const EndpointsID + const ErrCodeInternalFailureException + const ErrCodeInvalidRequestException + const ErrCodeResourceNotFoundException + const ErrCodeServiceUnavailableException + const ErrCodeThrottlingException + const ErrorCodeInternalFailureException + const ErrorCodeInvalidRequestException + const ErrorCodeResourceNotFoundException + const ErrorCodeServiceUnavailableException + const ErrorCodeThrottlingException + const EventTypeStateChange + const ServiceID + const ServiceName + const TriggerTypeSnoozeTimeout + func AlarmStateName_Values() []string + func ComparisonOperator_Values() []string + func CustomerActionName_Values() []string + func ErrorCode_Values() []string + func EventType_Values() []string + func TriggerType_Values() []string + type AcknowledgeActionConfiguration struct + Note *string + func (s *AcknowledgeActionConfiguration) SetNote(v string) *AcknowledgeActionConfiguration + func (s AcknowledgeActionConfiguration) GoString() string + func (s AcknowledgeActionConfiguration) String() string + type AcknowledgeAlarmActionRequest struct + AlarmModelName *string + KeyValue *string + Note *string + RequestId *string + func (s *AcknowledgeAlarmActionRequest) SetAlarmModelName(v string) *AcknowledgeAlarmActionRequest + func (s *AcknowledgeAlarmActionRequest) SetKeyValue(v string) *AcknowledgeAlarmActionRequest + func (s *AcknowledgeAlarmActionRequest) SetNote(v string) *AcknowledgeAlarmActionRequest + func (s *AcknowledgeAlarmActionRequest) SetRequestId(v string) *AcknowledgeAlarmActionRequest + func (s *AcknowledgeAlarmActionRequest) Validate() error + func (s AcknowledgeAlarmActionRequest) GoString() string + func (s AcknowledgeAlarmActionRequest) String() string + type Alarm struct + AlarmModelName *string + AlarmModelVersion *string + AlarmState *AlarmState + CreationTime *time.Time + KeyValue *string + LastUpdateTime *time.Time + Severity *int64 + func (s *Alarm) SetAlarmModelName(v string) *Alarm + func (s *Alarm) SetAlarmModelVersion(v string) *Alarm + func (s *Alarm) SetAlarmState(v *AlarmState) *Alarm + func (s *Alarm) SetCreationTime(v time.Time) *Alarm + func (s *Alarm) SetKeyValue(v string) *Alarm + func (s *Alarm) SetLastUpdateTime(v time.Time) *Alarm + func (s *Alarm) SetSeverity(v int64) *Alarm + func (s Alarm) GoString() string + func (s Alarm) String() string + type AlarmState struct + CustomerAction *CustomerAction + RuleEvaluation *RuleEvaluation + StateName *string + SystemEvent *SystemEvent + func (s *AlarmState) SetCustomerAction(v *CustomerAction) *AlarmState + func (s *AlarmState) SetRuleEvaluation(v *RuleEvaluation) *AlarmState + func (s *AlarmState) SetStateName(v string) *AlarmState + func (s *AlarmState) SetSystemEvent(v *SystemEvent) *AlarmState + func (s AlarmState) GoString() string + func (s AlarmState) String() string + type AlarmSummary struct + AlarmModelName *string + AlarmModelVersion *string + CreationTime *time.Time + KeyValue *string + LastUpdateTime *time.Time + StateName *string + func (s *AlarmSummary) SetAlarmModelName(v string) *AlarmSummary + func (s *AlarmSummary) SetAlarmModelVersion(v string) *AlarmSummary + func (s *AlarmSummary) SetCreationTime(v time.Time) *AlarmSummary + func (s *AlarmSummary) SetKeyValue(v string) *AlarmSummary + func (s *AlarmSummary) SetLastUpdateTime(v time.Time) *AlarmSummary + func (s *AlarmSummary) SetStateName(v string) *AlarmSummary + func (s AlarmSummary) GoString() string + func (s AlarmSummary) String() string + type BatchAcknowledgeAlarmInput struct + AcknowledgeActionRequests []*AcknowledgeAlarmActionRequest + func (s *BatchAcknowledgeAlarmInput) SetAcknowledgeActionRequests(v []*AcknowledgeAlarmActionRequest) *BatchAcknowledgeAlarmInput + func (s *BatchAcknowledgeAlarmInput) Validate() error + func (s BatchAcknowledgeAlarmInput) GoString() string + func (s BatchAcknowledgeAlarmInput) String() string + type BatchAcknowledgeAlarmOutput struct + ErrorEntries []*BatchAlarmActionErrorEntry + func (s *BatchAcknowledgeAlarmOutput) SetErrorEntries(v []*BatchAlarmActionErrorEntry) *BatchAcknowledgeAlarmOutput + func (s BatchAcknowledgeAlarmOutput) GoString() string + func (s BatchAcknowledgeAlarmOutput) String() string + type BatchAlarmActionErrorEntry struct + ErrorCode *string + ErrorMessage *string + RequestId *string + func (s *BatchAlarmActionErrorEntry) SetErrorCode(v string) *BatchAlarmActionErrorEntry + func (s *BatchAlarmActionErrorEntry) SetErrorMessage(v string) *BatchAlarmActionErrorEntry + func (s *BatchAlarmActionErrorEntry) SetRequestId(v string) *BatchAlarmActionErrorEntry + func (s BatchAlarmActionErrorEntry) GoString() string + func (s BatchAlarmActionErrorEntry) String() string + type BatchDeleteDetectorErrorEntry struct + ErrorCode *string + ErrorMessage *string + MessageId *string + func (s *BatchDeleteDetectorErrorEntry) SetErrorCode(v string) *BatchDeleteDetectorErrorEntry + func (s *BatchDeleteDetectorErrorEntry) SetErrorMessage(v string) *BatchDeleteDetectorErrorEntry + func (s *BatchDeleteDetectorErrorEntry) SetMessageId(v string) *BatchDeleteDetectorErrorEntry + func (s BatchDeleteDetectorErrorEntry) GoString() string + func (s BatchDeleteDetectorErrorEntry) String() string + type BatchDeleteDetectorInput struct + Detectors []*DeleteDetectorRequest + func (s *BatchDeleteDetectorInput) SetDetectors(v []*DeleteDetectorRequest) *BatchDeleteDetectorInput + func (s *BatchDeleteDetectorInput) Validate() error + func (s BatchDeleteDetectorInput) GoString() string + func (s BatchDeleteDetectorInput) String() string + type BatchDeleteDetectorOutput struct + BatchDeleteDetectorErrorEntries []*BatchDeleteDetectorErrorEntry + func (s *BatchDeleteDetectorOutput) SetBatchDeleteDetectorErrorEntries(v []*BatchDeleteDetectorErrorEntry) *BatchDeleteDetectorOutput + func (s BatchDeleteDetectorOutput) GoString() string + func (s BatchDeleteDetectorOutput) String() string + type BatchDisableAlarmInput struct + DisableActionRequests []*DisableAlarmActionRequest + func (s *BatchDisableAlarmInput) SetDisableActionRequests(v []*DisableAlarmActionRequest) *BatchDisableAlarmInput + func (s *BatchDisableAlarmInput) Validate() error + func (s BatchDisableAlarmInput) GoString() string + func (s BatchDisableAlarmInput) String() string + type BatchDisableAlarmOutput struct + ErrorEntries []*BatchAlarmActionErrorEntry + func (s *BatchDisableAlarmOutput) SetErrorEntries(v []*BatchAlarmActionErrorEntry) *BatchDisableAlarmOutput + func (s BatchDisableAlarmOutput) GoString() string + func (s BatchDisableAlarmOutput) String() string + type BatchEnableAlarmInput struct + EnableActionRequests []*EnableAlarmActionRequest + func (s *BatchEnableAlarmInput) SetEnableActionRequests(v []*EnableAlarmActionRequest) *BatchEnableAlarmInput + func (s *BatchEnableAlarmInput) Validate() error + func (s BatchEnableAlarmInput) GoString() string + func (s BatchEnableAlarmInput) String() string + type BatchEnableAlarmOutput struct + ErrorEntries []*BatchAlarmActionErrorEntry + func (s *BatchEnableAlarmOutput) SetErrorEntries(v []*BatchAlarmActionErrorEntry) *BatchEnableAlarmOutput + func (s BatchEnableAlarmOutput) GoString() string + func (s BatchEnableAlarmOutput) String() string + type BatchPutMessageErrorEntry struct + ErrorCode *string + ErrorMessage *string + MessageId *string + func (s *BatchPutMessageErrorEntry) SetErrorCode(v string) *BatchPutMessageErrorEntry + func (s *BatchPutMessageErrorEntry) SetErrorMessage(v string) *BatchPutMessageErrorEntry + func (s *BatchPutMessageErrorEntry) SetMessageId(v string) *BatchPutMessageErrorEntry + func (s BatchPutMessageErrorEntry) GoString() string + func (s BatchPutMessageErrorEntry) String() string + type BatchPutMessageInput struct + Messages []*Message + func (s *BatchPutMessageInput) SetMessages(v []*Message) *BatchPutMessageInput + func (s *BatchPutMessageInput) Validate() error + func (s BatchPutMessageInput) GoString() string + func (s BatchPutMessageInput) String() string + type BatchPutMessageOutput struct + BatchPutMessageErrorEntries []*BatchPutMessageErrorEntry + func (s *BatchPutMessageOutput) SetBatchPutMessageErrorEntries(v []*BatchPutMessageErrorEntry) *BatchPutMessageOutput + func (s BatchPutMessageOutput) GoString() string + func (s BatchPutMessageOutput) String() string + type BatchResetAlarmInput struct + ResetActionRequests []*ResetAlarmActionRequest + func (s *BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput + func (s *BatchResetAlarmInput) Validate() error + func (s BatchResetAlarmInput) GoString() string + func (s BatchResetAlarmInput) String() string + type BatchResetAlarmOutput struct + ErrorEntries []*BatchAlarmActionErrorEntry + func (s *BatchResetAlarmOutput) SetErrorEntries(v []*BatchAlarmActionErrorEntry) *BatchResetAlarmOutput + func (s BatchResetAlarmOutput) GoString() string + func (s BatchResetAlarmOutput) String() string + type BatchSnoozeAlarmInput struct + SnoozeActionRequests []*SnoozeAlarmActionRequest + func (s *BatchSnoozeAlarmInput) SetSnoozeActionRequests(v []*SnoozeAlarmActionRequest) *BatchSnoozeAlarmInput + func (s *BatchSnoozeAlarmInput) Validate() error + func (s BatchSnoozeAlarmInput) GoString() string + func (s BatchSnoozeAlarmInput) String() string + type BatchSnoozeAlarmOutput struct + ErrorEntries []*BatchAlarmActionErrorEntry + func (s *BatchSnoozeAlarmOutput) SetErrorEntries(v []*BatchAlarmActionErrorEntry) *BatchSnoozeAlarmOutput + func (s BatchSnoozeAlarmOutput) GoString() string + func (s BatchSnoozeAlarmOutput) String() string + type BatchUpdateDetectorErrorEntry struct + ErrorCode *string + ErrorMessage *string + MessageId *string + func (s *BatchUpdateDetectorErrorEntry) SetErrorCode(v string) *BatchUpdateDetectorErrorEntry + func (s *BatchUpdateDetectorErrorEntry) SetErrorMessage(v string) *BatchUpdateDetectorErrorEntry + func (s *BatchUpdateDetectorErrorEntry) SetMessageId(v string) *BatchUpdateDetectorErrorEntry + func (s BatchUpdateDetectorErrorEntry) GoString() string + func (s BatchUpdateDetectorErrorEntry) String() string + type BatchUpdateDetectorInput struct + Detectors []*UpdateDetectorRequest + func (s *BatchUpdateDetectorInput) SetDetectors(v []*UpdateDetectorRequest) *BatchUpdateDetectorInput + func (s *BatchUpdateDetectorInput) Validate() error + func (s BatchUpdateDetectorInput) GoString() string + func (s BatchUpdateDetectorInput) String() string + type BatchUpdateDetectorOutput struct + BatchUpdateDetectorErrorEntries []*BatchUpdateDetectorErrorEntry + func (s *BatchUpdateDetectorOutput) SetBatchUpdateDetectorErrorEntries(v []*BatchUpdateDetectorErrorEntry) *BatchUpdateDetectorOutput + func (s BatchUpdateDetectorOutput) GoString() string + func (s BatchUpdateDetectorOutput) String() string + type CustomerAction struct + AcknowledgeActionConfiguration *AcknowledgeActionConfiguration + ActionName *string + DisableActionConfiguration *DisableActionConfiguration + EnableActionConfiguration *EnableActionConfiguration + ResetActionConfiguration *ResetActionConfiguration + SnoozeActionConfiguration *SnoozeActionConfiguration + func (s *CustomerAction) SetAcknowledgeActionConfiguration(v *AcknowledgeActionConfiguration) *CustomerAction + func (s *CustomerAction) SetActionName(v string) *CustomerAction + func (s *CustomerAction) SetDisableActionConfiguration(v *DisableActionConfiguration) *CustomerAction + func (s *CustomerAction) SetEnableActionConfiguration(v *EnableActionConfiguration) *CustomerAction + func (s *CustomerAction) SetResetActionConfiguration(v *ResetActionConfiguration) *CustomerAction + func (s *CustomerAction) SetSnoozeActionConfiguration(v *SnoozeActionConfiguration) *CustomerAction + func (s CustomerAction) GoString() string + func (s CustomerAction) String() string + type DeleteDetectorRequest struct + DetectorModelName *string + KeyValue *string + MessageId *string + func (s *DeleteDetectorRequest) SetDetectorModelName(v string) *DeleteDetectorRequest + func (s *DeleteDetectorRequest) SetKeyValue(v string) *DeleteDetectorRequest + func (s *DeleteDetectorRequest) SetMessageId(v string) *DeleteDetectorRequest + func (s *DeleteDetectorRequest) Validate() error + func (s DeleteDetectorRequest) GoString() string + func (s DeleteDetectorRequest) String() string + type DescribeAlarmInput struct + AlarmModelName *string + KeyValue *string + func (s *DescribeAlarmInput) SetAlarmModelName(v string) *DescribeAlarmInput + func (s *DescribeAlarmInput) SetKeyValue(v string) *DescribeAlarmInput + func (s *DescribeAlarmInput) Validate() error + func (s DescribeAlarmInput) GoString() string + func (s DescribeAlarmInput) String() string + type DescribeAlarmOutput struct + Alarm *Alarm + func (s *DescribeAlarmOutput) SetAlarm(v *Alarm) *DescribeAlarmOutput + func (s DescribeAlarmOutput) GoString() string + func (s DescribeAlarmOutput) String() string + type DescribeDetectorInput struct + DetectorModelName *string + KeyValue *string + func (s *DescribeDetectorInput) SetDetectorModelName(v string) *DescribeDetectorInput + func (s *DescribeDetectorInput) SetKeyValue(v string) *DescribeDetectorInput + func (s *DescribeDetectorInput) Validate() error + func (s DescribeDetectorInput) GoString() string + func (s DescribeDetectorInput) String() string + type DescribeDetectorOutput struct + Detector *Detector + func (s *DescribeDetectorOutput) SetDetector(v *Detector) *DescribeDetectorOutput + func (s DescribeDetectorOutput) GoString() string + func (s DescribeDetectorOutput) String() string + type Detector struct + CreationTime *time.Time + DetectorModelName *string + DetectorModelVersion *string + KeyValue *string + LastUpdateTime *time.Time + State *DetectorState + func (s *Detector) SetCreationTime(v time.Time) *Detector + func (s *Detector) SetDetectorModelName(v string) *Detector + func (s *Detector) SetDetectorModelVersion(v string) *Detector + func (s *Detector) SetKeyValue(v string) *Detector + func (s *Detector) SetLastUpdateTime(v time.Time) *Detector + func (s *Detector) SetState(v *DetectorState) *Detector + func (s Detector) GoString() string + func (s Detector) String() string + type DetectorState struct + StateName *string + Timers []*Timer + Variables []*Variable + func (s *DetectorState) SetStateName(v string) *DetectorState + func (s *DetectorState) SetTimers(v []*Timer) *DetectorState + func (s *DetectorState) SetVariables(v []*Variable) *DetectorState + func (s DetectorState) GoString() string + func (s DetectorState) String() string + type DetectorStateDefinition struct + StateName *string + Timers []*TimerDefinition + Variables []*VariableDefinition + func (s *DetectorStateDefinition) SetStateName(v string) *DetectorStateDefinition + func (s *DetectorStateDefinition) SetTimers(v []*TimerDefinition) *DetectorStateDefinition + func (s *DetectorStateDefinition) SetVariables(v []*VariableDefinition) *DetectorStateDefinition + func (s *DetectorStateDefinition) Validate() error + func (s DetectorStateDefinition) GoString() string + func (s DetectorStateDefinition) String() string + type DetectorStateSummary struct + StateName *string + func (s *DetectorStateSummary) SetStateName(v string) *DetectorStateSummary + func (s DetectorStateSummary) GoString() string + func (s DetectorStateSummary) String() string + type DetectorSummary struct + CreationTime *time.Time + DetectorModelName *string + DetectorModelVersion *string + KeyValue *string + LastUpdateTime *time.Time + State *DetectorStateSummary + func (s *DetectorSummary) SetCreationTime(v time.Time) *DetectorSummary + func (s *DetectorSummary) SetDetectorModelName(v string) *DetectorSummary + func (s *DetectorSummary) SetDetectorModelVersion(v string) *DetectorSummary + func (s *DetectorSummary) SetKeyValue(v string) *DetectorSummary + func (s *DetectorSummary) SetLastUpdateTime(v time.Time) *DetectorSummary + func (s *DetectorSummary) SetState(v *DetectorStateSummary) *DetectorSummary + func (s DetectorSummary) GoString() string + func (s DetectorSummary) String() string + type DisableActionConfiguration struct + Note *string + func (s *DisableActionConfiguration) SetNote(v string) *DisableActionConfiguration + func (s DisableActionConfiguration) GoString() string + func (s DisableActionConfiguration) String() string + type DisableAlarmActionRequest struct + AlarmModelName *string + KeyValue *string + Note *string + RequestId *string + func (s *DisableAlarmActionRequest) SetAlarmModelName(v string) *DisableAlarmActionRequest + func (s *DisableAlarmActionRequest) SetKeyValue(v string) *DisableAlarmActionRequest + func (s *DisableAlarmActionRequest) SetNote(v string) *DisableAlarmActionRequest + func (s *DisableAlarmActionRequest) SetRequestId(v string) *DisableAlarmActionRequest + func (s *DisableAlarmActionRequest) Validate() error + func (s DisableAlarmActionRequest) GoString() string + func (s DisableAlarmActionRequest) String() string + type EnableActionConfiguration struct + Note *string + func (s *EnableActionConfiguration) SetNote(v string) *EnableActionConfiguration + func (s EnableActionConfiguration) GoString() string + func (s EnableActionConfiguration) String() string + type EnableAlarmActionRequest struct + AlarmModelName *string + KeyValue *string + Note *string + RequestId *string + func (s *EnableAlarmActionRequest) SetAlarmModelName(v string) *EnableAlarmActionRequest + func (s *EnableAlarmActionRequest) SetKeyValue(v string) *EnableAlarmActionRequest + func (s *EnableAlarmActionRequest) SetNote(v string) *EnableAlarmActionRequest + func (s *EnableAlarmActionRequest) SetRequestId(v string) *EnableAlarmActionRequest + func (s *EnableAlarmActionRequest) Validate() error + func (s EnableAlarmActionRequest) GoString() string + func (s EnableAlarmActionRequest) String() string + type InternalFailureException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalFailureException) Code() string + func (s *InternalFailureException) Error() string + func (s *InternalFailureException) Message() string + func (s *InternalFailureException) OrigErr() error + func (s *InternalFailureException) RequestID() string + func (s *InternalFailureException) StatusCode() int + func (s InternalFailureException) GoString() string + func (s InternalFailureException) String() string + type InvalidRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidRequestException) Code() string + func (s *InvalidRequestException) Error() string + func (s *InvalidRequestException) Message() string + func (s *InvalidRequestException) OrigErr() error + func (s *InvalidRequestException) RequestID() string + func (s *InvalidRequestException) StatusCode() int + func (s InvalidRequestException) GoString() string + func (s InvalidRequestException) String() string + type IoTEventsData struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *IoTEventsData + func (c *IoTEventsData) BatchAcknowledgeAlarm(input *BatchAcknowledgeAlarmInput) (*BatchAcknowledgeAlarmOutput, error) + func (c *IoTEventsData) BatchAcknowledgeAlarmRequest(input *BatchAcknowledgeAlarmInput) (req *request.Request, output *BatchAcknowledgeAlarmOutput) + func (c *IoTEventsData) BatchAcknowledgeAlarmWithContext(ctx aws.Context, input *BatchAcknowledgeAlarmInput, opts ...request.Option) (*BatchAcknowledgeAlarmOutput, error) + func (c *IoTEventsData) BatchDeleteDetector(input *BatchDeleteDetectorInput) (*BatchDeleteDetectorOutput, error) + func (c *IoTEventsData) BatchDeleteDetectorRequest(input *BatchDeleteDetectorInput) (req *request.Request, output *BatchDeleteDetectorOutput) + func (c *IoTEventsData) BatchDeleteDetectorWithContext(ctx aws.Context, input *BatchDeleteDetectorInput, opts ...request.Option) (*BatchDeleteDetectorOutput, error) + func (c *IoTEventsData) BatchDisableAlarm(input *BatchDisableAlarmInput) (*BatchDisableAlarmOutput, error) + func (c *IoTEventsData) BatchDisableAlarmRequest(input *BatchDisableAlarmInput) (req *request.Request, output *BatchDisableAlarmOutput) + func (c *IoTEventsData) BatchDisableAlarmWithContext(ctx aws.Context, input *BatchDisableAlarmInput, opts ...request.Option) (*BatchDisableAlarmOutput, error) + func (c *IoTEventsData) BatchEnableAlarm(input *BatchEnableAlarmInput) (*BatchEnableAlarmOutput, error) + func (c *IoTEventsData) BatchEnableAlarmRequest(input *BatchEnableAlarmInput) (req *request.Request, output *BatchEnableAlarmOutput) + func (c *IoTEventsData) BatchEnableAlarmWithContext(ctx aws.Context, input *BatchEnableAlarmInput, opts ...request.Option) (*BatchEnableAlarmOutput, error) + func (c *IoTEventsData) BatchPutMessage(input *BatchPutMessageInput) (*BatchPutMessageOutput, error) + func (c *IoTEventsData) BatchPutMessageRequest(input *BatchPutMessageInput) (req *request.Request, output *BatchPutMessageOutput) + func (c *IoTEventsData) BatchPutMessageWithContext(ctx aws.Context, input *BatchPutMessageInput, opts ...request.Option) (*BatchPutMessageOutput, error) + func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error) + func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, output *BatchResetAlarmOutput) + func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, opts ...request.Option) (*BatchResetAlarmOutput, error) + func (c *IoTEventsData) BatchSnoozeAlarm(input *BatchSnoozeAlarmInput) (*BatchSnoozeAlarmOutput, error) + func (c *IoTEventsData) BatchSnoozeAlarmRequest(input *BatchSnoozeAlarmInput) (req *request.Request, output *BatchSnoozeAlarmOutput) + func (c *IoTEventsData) BatchSnoozeAlarmWithContext(ctx aws.Context, input *BatchSnoozeAlarmInput, opts ...request.Option) (*BatchSnoozeAlarmOutput, error) + func (c *IoTEventsData) BatchUpdateDetector(input *BatchUpdateDetectorInput) (*BatchUpdateDetectorOutput, error) + func (c *IoTEventsData) BatchUpdateDetectorRequest(input *BatchUpdateDetectorInput) (req *request.Request, output *BatchUpdateDetectorOutput) + func (c *IoTEventsData) BatchUpdateDetectorWithContext(ctx aws.Context, input *BatchUpdateDetectorInput, opts ...request.Option) (*BatchUpdateDetectorOutput, error) + func (c *IoTEventsData) DescribeAlarm(input *DescribeAlarmInput) (*DescribeAlarmOutput, error) + func (c *IoTEventsData) DescribeAlarmRequest(input *DescribeAlarmInput) (req *request.Request, output *DescribeAlarmOutput) + func (c *IoTEventsData) DescribeAlarmWithContext(ctx aws.Context, input *DescribeAlarmInput, opts ...request.Option) (*DescribeAlarmOutput, error) + func (c *IoTEventsData) DescribeDetector(input *DescribeDetectorInput) (*DescribeDetectorOutput, error) + func (c *IoTEventsData) DescribeDetectorRequest(input *DescribeDetectorInput) (req *request.Request, output *DescribeDetectorOutput) + func (c *IoTEventsData) DescribeDetectorWithContext(ctx aws.Context, input *DescribeDetectorInput, opts ...request.Option) (*DescribeDetectorOutput, error) + func (c *IoTEventsData) ListAlarms(input *ListAlarmsInput) (*ListAlarmsOutput, error) + func (c *IoTEventsData) ListAlarmsRequest(input *ListAlarmsInput) (req *request.Request, output *ListAlarmsOutput) + func (c *IoTEventsData) ListAlarmsWithContext(ctx aws.Context, input *ListAlarmsInput, opts ...request.Option) (*ListAlarmsOutput, error) + func (c *IoTEventsData) ListDetectors(input *ListDetectorsInput) (*ListDetectorsOutput, error) + func (c *IoTEventsData) ListDetectorsRequest(input *ListDetectorsInput) (req *request.Request, output *ListDetectorsOutput) + func (c *IoTEventsData) ListDetectorsWithContext(ctx aws.Context, input *ListDetectorsInput, opts ...request.Option) (*ListDetectorsOutput, error) + type ListAlarmsInput struct + AlarmModelName *string + MaxResults *int64 + NextToken *string + func (s *ListAlarmsInput) SetAlarmModelName(v string) *ListAlarmsInput + func (s *ListAlarmsInput) SetMaxResults(v int64) *ListAlarmsInput + func (s *ListAlarmsInput) SetNextToken(v string) *ListAlarmsInput + func (s *ListAlarmsInput) Validate() error + func (s ListAlarmsInput) GoString() string + func (s ListAlarmsInput) String() string + type ListAlarmsOutput struct + AlarmSummaries []*AlarmSummary + NextToken *string + func (s *ListAlarmsOutput) SetAlarmSummaries(v []*AlarmSummary) *ListAlarmsOutput + func (s *ListAlarmsOutput) SetNextToken(v string) *ListAlarmsOutput + func (s ListAlarmsOutput) GoString() string + func (s ListAlarmsOutput) String() string + type ListDetectorsInput struct + DetectorModelName *string + MaxResults *int64 + NextToken *string + StateName *string + func (s *ListDetectorsInput) SetDetectorModelName(v string) *ListDetectorsInput + func (s *ListDetectorsInput) SetMaxResults(v int64) *ListDetectorsInput + func (s *ListDetectorsInput) SetNextToken(v string) *ListDetectorsInput + func (s *ListDetectorsInput) SetStateName(v string) *ListDetectorsInput + func (s *ListDetectorsInput) Validate() error + func (s ListDetectorsInput) GoString() string + func (s ListDetectorsInput) String() string + type ListDetectorsOutput struct + DetectorSummaries []*DetectorSummary + NextToken *string + func (s *ListDetectorsOutput) SetDetectorSummaries(v []*DetectorSummary) *ListDetectorsOutput + func (s *ListDetectorsOutput) SetNextToken(v string) *ListDetectorsOutput + func (s ListDetectorsOutput) GoString() string + func (s ListDetectorsOutput) String() string + type Message struct + InputName *string + MessageId *string + Payload []byte + Timestamp *TimestampValue + func (s *Message) SetInputName(v string) *Message + func (s *Message) SetMessageId(v string) *Message + func (s *Message) SetPayload(v []byte) *Message + func (s *Message) SetTimestamp(v *TimestampValue) *Message + func (s *Message) Validate() error + func (s Message) GoString() string + func (s Message) String() string + type ResetActionConfiguration struct + Note *string + func (s *ResetActionConfiguration) SetNote(v string) *ResetActionConfiguration + func (s ResetActionConfiguration) GoString() string + func (s ResetActionConfiguration) String() string + type ResetAlarmActionRequest struct + AlarmModelName *string + KeyValue *string + Note *string + RequestId *string + func (s *ResetAlarmActionRequest) SetAlarmModelName(v string) *ResetAlarmActionRequest + func (s *ResetAlarmActionRequest) SetKeyValue(v string) *ResetAlarmActionRequest + func (s *ResetAlarmActionRequest) SetNote(v string) *ResetAlarmActionRequest + func (s *ResetAlarmActionRequest) SetRequestId(v string) *ResetAlarmActionRequest + func (s *ResetAlarmActionRequest) Validate() error + func (s ResetAlarmActionRequest) GoString() string + func (s ResetAlarmActionRequest) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RuleEvaluation struct + SimpleRuleEvaluation *SimpleRuleEvaluation + func (s *RuleEvaluation) SetSimpleRuleEvaluation(v *SimpleRuleEvaluation) *RuleEvaluation + func (s RuleEvaluation) GoString() string + func (s RuleEvaluation) String() string + type ServiceUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceUnavailableException) Code() string + func (s *ServiceUnavailableException) Error() string + func (s *ServiceUnavailableException) Message() string + func (s *ServiceUnavailableException) OrigErr() error + func (s *ServiceUnavailableException) RequestID() string + func (s *ServiceUnavailableException) StatusCode() int + func (s ServiceUnavailableException) GoString() string + func (s ServiceUnavailableException) String() string + type SimpleRuleEvaluation struct + InputPropertyValue *string + Operator *string + ThresholdValue *string + func (s *SimpleRuleEvaluation) SetInputPropertyValue(v string) *SimpleRuleEvaluation + func (s *SimpleRuleEvaluation) SetOperator(v string) *SimpleRuleEvaluation + func (s *SimpleRuleEvaluation) SetThresholdValue(v string) *SimpleRuleEvaluation + func (s SimpleRuleEvaluation) GoString() string + func (s SimpleRuleEvaluation) String() string + type SnoozeActionConfiguration struct + Note *string + SnoozeDuration *int64 + func (s *SnoozeActionConfiguration) SetNote(v string) *SnoozeActionConfiguration + func (s *SnoozeActionConfiguration) SetSnoozeDuration(v int64) *SnoozeActionConfiguration + func (s SnoozeActionConfiguration) GoString() string + func (s SnoozeActionConfiguration) String() string + type SnoozeAlarmActionRequest struct + AlarmModelName *string + KeyValue *string + Note *string + RequestId *string + SnoozeDuration *int64 + func (s *SnoozeAlarmActionRequest) SetAlarmModelName(v string) *SnoozeAlarmActionRequest + func (s *SnoozeAlarmActionRequest) SetKeyValue(v string) *SnoozeAlarmActionRequest + func (s *SnoozeAlarmActionRequest) SetNote(v string) *SnoozeAlarmActionRequest + func (s *SnoozeAlarmActionRequest) SetRequestId(v string) *SnoozeAlarmActionRequest + func (s *SnoozeAlarmActionRequest) SetSnoozeDuration(v int64) *SnoozeAlarmActionRequest + func (s *SnoozeAlarmActionRequest) Validate() error + func (s SnoozeAlarmActionRequest) GoString() string + func (s SnoozeAlarmActionRequest) String() string + type StateChangeConfiguration struct + TriggerType *string + func (s *StateChangeConfiguration) SetTriggerType(v string) *StateChangeConfiguration + func (s StateChangeConfiguration) GoString() string + func (s StateChangeConfiguration) String() string + type SystemEvent struct + EventType *string + StateChangeConfiguration *StateChangeConfiguration + func (s *SystemEvent) SetEventType(v string) *SystemEvent + func (s *SystemEvent) SetStateChangeConfiguration(v *StateChangeConfiguration) *SystemEvent + func (s SystemEvent) GoString() string + func (s SystemEvent) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type Timer struct + Name *string + Timestamp *time.Time + func (s *Timer) SetName(v string) *Timer + func (s *Timer) SetTimestamp(v time.Time) *Timer + func (s Timer) GoString() string + func (s Timer) String() string + type TimerDefinition struct + Name *string + Seconds *int64 + func (s *TimerDefinition) SetName(v string) *TimerDefinition + func (s *TimerDefinition) SetSeconds(v int64) *TimerDefinition + func (s *TimerDefinition) Validate() error + func (s TimerDefinition) GoString() string + func (s TimerDefinition) String() string + type TimestampValue struct + TimeInMillis *int64 + func (s *TimestampValue) SetTimeInMillis(v int64) *TimestampValue + func (s *TimestampValue) Validate() error + func (s TimestampValue) GoString() string + func (s TimestampValue) String() string + type UpdateDetectorRequest struct + DetectorModelName *string + KeyValue *string + MessageId *string + State *DetectorStateDefinition + func (s *UpdateDetectorRequest) SetDetectorModelName(v string) *UpdateDetectorRequest + func (s *UpdateDetectorRequest) SetKeyValue(v string) *UpdateDetectorRequest + func (s *UpdateDetectorRequest) SetMessageId(v string) *UpdateDetectorRequest + func (s *UpdateDetectorRequest) SetState(v *DetectorStateDefinition) *UpdateDetectorRequest + func (s *UpdateDetectorRequest) Validate() error + func (s UpdateDetectorRequest) GoString() string + func (s UpdateDetectorRequest) String() string + type Variable struct + Name *string + Value *string + func (s *Variable) SetName(v string) *Variable + func (s *Variable) SetValue(v string) *Variable + func (s Variable) GoString() string + func (s Variable) String() string + type VariableDefinition struct + Name *string + Value *string + func (s *VariableDefinition) SetName(v string) *VariableDefinition + func (s *VariableDefinition) SetValue(v string) *VariableDefinition + func (s *VariableDefinition) Validate() error + func (s VariableDefinition) GoString() string + func (s VariableDefinition) String() string