Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const AlarmModelVersionStatusActivating + const AlarmModelVersionStatusActive + const AlarmModelVersionStatusFailed + const AlarmModelVersionStatusInactive + const AnalysisResultLevelError + const AnalysisResultLevelInfo + const AnalysisResultLevelWarning + const AnalysisStatusComplete + const AnalysisStatusFailed + const AnalysisStatusRunning + const ComparisonOperatorEqual + const ComparisonOperatorGreater + const ComparisonOperatorGreaterOrEqual + const ComparisonOperatorLess + const ComparisonOperatorLessOrEqual + const ComparisonOperatorNotEqual + const DetectorModelVersionStatusActivating + const DetectorModelVersionStatusActive + const DetectorModelVersionStatusDeprecated + const DetectorModelVersionStatusDraft + const DetectorModelVersionStatusFailed + const DetectorModelVersionStatusInactive + const DetectorModelVersionStatusPaused + const EndpointsID + const ErrCodeInternalFailureException + const ErrCodeInvalidRequestException + const ErrCodeLimitExceededException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceInUseException + const ErrCodeResourceNotFoundException + const ErrCodeServiceUnavailableException + const ErrCodeThrottlingException + const ErrCodeUnsupportedOperationException + const EvaluationMethodBatch + const EvaluationMethodSerial + const InputStatusActive + const InputStatusCreating + const InputStatusDeleting + const InputStatusUpdating + const LoggingLevelDebug + const LoggingLevelError + const LoggingLevelInfo + const PayloadTypeJson + const PayloadTypeString + const ServiceID + const ServiceName + func AlarmModelVersionStatus_Values() []string + func AnalysisResultLevel_Values() []string + func AnalysisStatus_Values() []string + func ComparisonOperator_Values() []string + func DetectorModelVersionStatus_Values() []string + func EvaluationMethod_Values() []string + func InputStatus_Values() []string + func LoggingLevel_Values() []string + func PayloadType_Values() []string + type AcknowledgeFlow struct + Enabled *bool + func (s *AcknowledgeFlow) SetEnabled(v bool) *AcknowledgeFlow + func (s *AcknowledgeFlow) Validate() error + func (s AcknowledgeFlow) GoString() string + func (s AcknowledgeFlow) String() string + type Action struct + InputName *string + Payload *Payload + func (s *Action) SetInputName(v string) *Action + func (s *Action) SetPayload(v *Payload) *Action + func (s *Action) Validate() error + func (s Action) GoString() string + func (s Action) String() string + type ActionData struct + ClearTimer *ClearTimerAction + DynamoDB *DynamoDBAction + DynamoDBv2 *DynamoDBv2Action + Firehose *FirehoseAction + IotEvents *Action + IotSiteWise *IotSiteWiseAction + IotTopicPublish *IotTopicPublishAction + Lambda *LambdaAction + ResetTimer *ResetTimerAction + SetTimer *SetTimerAction + SetVariable *SetVariableAction + Sns *SNSTopicPublishAction + Sqs *SqsAction + func (s *ActionData) SetClearTimer(v *ClearTimerAction) *ActionData + func (s *ActionData) SetDynamoDB(v *DynamoDBAction) *ActionData + func (s *ActionData) SetDynamoDBv2(v *DynamoDBv2Action) *ActionData + func (s *ActionData) SetFirehose(v *FirehoseAction) *ActionData + func (s *ActionData) SetIotEvents(v *Action) *ActionData + func (s *ActionData) SetIotSiteWise(v *IotSiteWiseAction) *ActionData + func (s *ActionData) SetIotTopicPublish(v *IotTopicPublishAction) *ActionData + func (s *ActionData) SetLambda(v *LambdaAction) *ActionData + func (s *ActionData) SetResetTimer(v *ResetTimerAction) *ActionData + func (s *ActionData) SetSetTimer(v *SetTimerAction) *ActionData + func (s *ActionData) SetSetVariable(v *SetVariableAction) *ActionData + func (s *ActionData) SetSns(v *SNSTopicPublishAction) *ActionData + func (s *ActionData) SetSqs(v *SqsAction) *ActionData + func (s *ActionData) Validate() error + func (s ActionData) GoString() string + func (s ActionData) String() string + type AlarmAction struct + DynamoDB *DynamoDBAction + DynamoDBv2 *DynamoDBv2Action + Firehose *FirehoseAction + IotEvents *Action + IotSiteWise *IotSiteWiseAction + IotTopicPublish *IotTopicPublishAction + Lambda *LambdaAction + Sns *SNSTopicPublishAction + Sqs *SqsAction + func (s *AlarmAction) SetDynamoDB(v *DynamoDBAction) *AlarmAction + func (s *AlarmAction) SetDynamoDBv2(v *DynamoDBv2Action) *AlarmAction + func (s *AlarmAction) SetFirehose(v *FirehoseAction) *AlarmAction + func (s *AlarmAction) SetIotEvents(v *Action) *AlarmAction + func (s *AlarmAction) SetIotSiteWise(v *IotSiteWiseAction) *AlarmAction + func (s *AlarmAction) SetIotTopicPublish(v *IotTopicPublishAction) *AlarmAction + func (s *AlarmAction) SetLambda(v *LambdaAction) *AlarmAction + func (s *AlarmAction) SetSns(v *SNSTopicPublishAction) *AlarmAction + func (s *AlarmAction) SetSqs(v *SqsAction) *AlarmAction + func (s *AlarmAction) Validate() error + func (s AlarmAction) GoString() string + func (s AlarmAction) String() string + type AlarmCapabilities struct + AcknowledgeFlow *AcknowledgeFlow + InitializationConfiguration *InitializationConfiguration + func (s *AlarmCapabilities) SetAcknowledgeFlow(v *AcknowledgeFlow) *AlarmCapabilities + func (s *AlarmCapabilities) SetInitializationConfiguration(v *InitializationConfiguration) *AlarmCapabilities + func (s *AlarmCapabilities) Validate() error + func (s AlarmCapabilities) GoString() string + func (s AlarmCapabilities) String() string + type AlarmEventActions struct + AlarmActions []*AlarmAction + func (s *AlarmEventActions) SetAlarmActions(v []*AlarmAction) *AlarmEventActions + func (s *AlarmEventActions) Validate() error + func (s AlarmEventActions) GoString() string + func (s AlarmEventActions) String() string + type AlarmModelSummary struct + AlarmModelDescription *string + AlarmModelName *string + CreationTime *time.Time + func (s *AlarmModelSummary) SetAlarmModelDescription(v string) *AlarmModelSummary + func (s *AlarmModelSummary) SetAlarmModelName(v string) *AlarmModelSummary + func (s *AlarmModelSummary) SetCreationTime(v time.Time) *AlarmModelSummary + func (s AlarmModelSummary) GoString() string + func (s AlarmModelSummary) String() string + type AlarmModelVersionSummary struct + AlarmModelArn *string + AlarmModelName *string + AlarmModelVersion *string + CreationTime *time.Time + LastUpdateTime *time.Time + RoleArn *string + Status *string + StatusMessage *string + func (s *AlarmModelVersionSummary) SetAlarmModelArn(v string) *AlarmModelVersionSummary + func (s *AlarmModelVersionSummary) SetAlarmModelName(v string) *AlarmModelVersionSummary + func (s *AlarmModelVersionSummary) SetAlarmModelVersion(v string) *AlarmModelVersionSummary + func (s *AlarmModelVersionSummary) SetCreationTime(v time.Time) *AlarmModelVersionSummary + func (s *AlarmModelVersionSummary) SetLastUpdateTime(v time.Time) *AlarmModelVersionSummary + func (s *AlarmModelVersionSummary) SetRoleArn(v string) *AlarmModelVersionSummary + func (s *AlarmModelVersionSummary) SetStatus(v string) *AlarmModelVersionSummary + func (s *AlarmModelVersionSummary) SetStatusMessage(v string) *AlarmModelVersionSummary + func (s AlarmModelVersionSummary) GoString() string + func (s AlarmModelVersionSummary) String() string + type AlarmNotification struct + NotificationActions []*NotificationAction + func (s *AlarmNotification) SetNotificationActions(v []*NotificationAction) *AlarmNotification + func (s *AlarmNotification) Validate() error + func (s AlarmNotification) GoString() string + func (s AlarmNotification) String() string + type AlarmRule struct + SimpleRule *SimpleRule + func (s *AlarmRule) SetSimpleRule(v *SimpleRule) *AlarmRule + func (s *AlarmRule) Validate() error + func (s AlarmRule) GoString() string + func (s AlarmRule) String() string + type AnalysisResult struct + Level *string + Locations []*AnalysisResultLocation + Message *string + Type *string + func (s *AnalysisResult) SetLevel(v string) *AnalysisResult + func (s *AnalysisResult) SetLocations(v []*AnalysisResultLocation) *AnalysisResult + func (s *AnalysisResult) SetMessage(v string) *AnalysisResult + func (s *AnalysisResult) SetType(v string) *AnalysisResult + func (s AnalysisResult) GoString() string + func (s AnalysisResult) String() string + type AnalysisResultLocation struct + Path *string + func (s *AnalysisResultLocation) SetPath(v string) *AnalysisResultLocation + func (s AnalysisResultLocation) GoString() string + func (s AnalysisResultLocation) String() string + type AssetPropertyTimestamp struct + OffsetInNanos *string + TimeInSeconds *string + func (s *AssetPropertyTimestamp) SetOffsetInNanos(v string) *AssetPropertyTimestamp + func (s *AssetPropertyTimestamp) SetTimeInSeconds(v string) *AssetPropertyTimestamp + func (s *AssetPropertyTimestamp) Validate() error + func (s AssetPropertyTimestamp) GoString() string + func (s AssetPropertyTimestamp) String() string + type AssetPropertyValue struct + Quality *string + Timestamp *AssetPropertyTimestamp + Value *AssetPropertyVariant + func (s *AssetPropertyValue) SetQuality(v string) *AssetPropertyValue + func (s *AssetPropertyValue) SetTimestamp(v *AssetPropertyTimestamp) *AssetPropertyValue + func (s *AssetPropertyValue) SetValue(v *AssetPropertyVariant) *AssetPropertyValue + func (s *AssetPropertyValue) Validate() error + func (s AssetPropertyValue) GoString() string + func (s AssetPropertyValue) String() string + type AssetPropertyVariant struct + BooleanValue *string + DoubleValue *string + IntegerValue *string + StringValue *string + func (s *AssetPropertyVariant) SetBooleanValue(v string) *AssetPropertyVariant + func (s *AssetPropertyVariant) SetDoubleValue(v string) *AssetPropertyVariant + func (s *AssetPropertyVariant) SetIntegerValue(v string) *AssetPropertyVariant + func (s *AssetPropertyVariant) SetStringValue(v string) *AssetPropertyVariant + func (s AssetPropertyVariant) GoString() string + func (s AssetPropertyVariant) String() string + type Attribute struct + JsonPath *string + func (s *Attribute) SetJsonPath(v string) *Attribute + func (s *Attribute) Validate() error + func (s Attribute) GoString() string + func (s Attribute) String() string + type ClearTimerAction struct + TimerName *string + func (s *ClearTimerAction) SetTimerName(v string) *ClearTimerAction + func (s *ClearTimerAction) Validate() error + func (s ClearTimerAction) GoString() string + func (s ClearTimerAction) String() string + type CreateAlarmModelInput struct + AlarmCapabilities *AlarmCapabilities + AlarmEventActions *AlarmEventActions + AlarmModelDescription *string + AlarmModelName *string + AlarmNotification *AlarmNotification + AlarmRule *AlarmRule + Key *string + RoleArn *string + Severity *int64 + Tags []*Tag + func (s *CreateAlarmModelInput) SetAlarmCapabilities(v *AlarmCapabilities) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetAlarmEventActions(v *AlarmEventActions) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetAlarmModelDescription(v string) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetAlarmModelName(v string) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetAlarmNotification(v *AlarmNotification) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetAlarmRule(v *AlarmRule) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetKey(v string) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetRoleArn(v string) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetSeverity(v int64) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) SetTags(v []*Tag) *CreateAlarmModelInput + func (s *CreateAlarmModelInput) Validate() error + func (s CreateAlarmModelInput) GoString() string + func (s CreateAlarmModelInput) String() string + type CreateAlarmModelOutput struct + AlarmModelArn *string + AlarmModelVersion *string + CreationTime *time.Time + LastUpdateTime *time.Time + Status *string + func (s *CreateAlarmModelOutput) SetAlarmModelArn(v string) *CreateAlarmModelOutput + func (s *CreateAlarmModelOutput) SetAlarmModelVersion(v string) *CreateAlarmModelOutput + func (s *CreateAlarmModelOutput) SetCreationTime(v time.Time) *CreateAlarmModelOutput + func (s *CreateAlarmModelOutput) SetLastUpdateTime(v time.Time) *CreateAlarmModelOutput + func (s *CreateAlarmModelOutput) SetStatus(v string) *CreateAlarmModelOutput + func (s CreateAlarmModelOutput) GoString() string + func (s CreateAlarmModelOutput) String() string + type CreateDetectorModelInput struct + DetectorModelDefinition *DetectorModelDefinition + DetectorModelDescription *string + DetectorModelName *string + EvaluationMethod *string + Key *string + RoleArn *string + Tags []*Tag + func (s *CreateDetectorModelInput) SetDetectorModelDefinition(v *DetectorModelDefinition) *CreateDetectorModelInput + func (s *CreateDetectorModelInput) SetDetectorModelDescription(v string) *CreateDetectorModelInput + func (s *CreateDetectorModelInput) SetDetectorModelName(v string) *CreateDetectorModelInput + func (s *CreateDetectorModelInput) SetEvaluationMethod(v string) *CreateDetectorModelInput + func (s *CreateDetectorModelInput) SetKey(v string) *CreateDetectorModelInput + func (s *CreateDetectorModelInput) SetRoleArn(v string) *CreateDetectorModelInput + func (s *CreateDetectorModelInput) SetTags(v []*Tag) *CreateDetectorModelInput + func (s *CreateDetectorModelInput) Validate() error + func (s CreateDetectorModelInput) GoString() string + func (s CreateDetectorModelInput) String() string + type CreateDetectorModelOutput struct + DetectorModelConfiguration *DetectorModelConfiguration + func (s *CreateDetectorModelOutput) SetDetectorModelConfiguration(v *DetectorModelConfiguration) *CreateDetectorModelOutput + func (s CreateDetectorModelOutput) GoString() string + func (s CreateDetectorModelOutput) String() string + type CreateInputInput struct + InputDefinition *InputDefinition + InputDescription *string + InputName *string + Tags []*Tag + func (s *CreateInputInput) SetInputDefinition(v *InputDefinition) *CreateInputInput + func (s *CreateInputInput) SetInputDescription(v string) *CreateInputInput + func (s *CreateInputInput) SetInputName(v string) *CreateInputInput + func (s *CreateInputInput) SetTags(v []*Tag) *CreateInputInput + func (s *CreateInputInput) Validate() error + func (s CreateInputInput) GoString() string + func (s CreateInputInput) String() string + type CreateInputOutput struct + InputConfiguration *InputConfiguration + func (s *CreateInputOutput) SetInputConfiguration(v *InputConfiguration) *CreateInputOutput + func (s CreateInputOutput) GoString() string + func (s CreateInputOutput) String() string + type DeleteAlarmModelInput struct + AlarmModelName *string + func (s *DeleteAlarmModelInput) SetAlarmModelName(v string) *DeleteAlarmModelInput + func (s *DeleteAlarmModelInput) Validate() error + func (s DeleteAlarmModelInput) GoString() string + func (s DeleteAlarmModelInput) String() string + type DeleteAlarmModelOutput struct + func (s DeleteAlarmModelOutput) GoString() string + func (s DeleteAlarmModelOutput) String() string + type DeleteDetectorModelInput struct + DetectorModelName *string + func (s *DeleteDetectorModelInput) SetDetectorModelName(v string) *DeleteDetectorModelInput + func (s *DeleteDetectorModelInput) Validate() error + func (s DeleteDetectorModelInput) GoString() string + func (s DeleteDetectorModelInput) String() string + type DeleteDetectorModelOutput struct + func (s DeleteDetectorModelOutput) GoString() string + func (s DeleteDetectorModelOutput) String() string + type DeleteInputInput struct + InputName *string + func (s *DeleteInputInput) SetInputName(v string) *DeleteInputInput + func (s *DeleteInputInput) Validate() error + func (s DeleteInputInput) GoString() string + func (s DeleteInputInput) String() string + type DeleteInputOutput struct + func (s DeleteInputOutput) GoString() string + func (s DeleteInputOutput) String() string + type DescribeAlarmModelInput struct + AlarmModelName *string + AlarmModelVersion *string + func (s *DescribeAlarmModelInput) SetAlarmModelName(v string) *DescribeAlarmModelInput + func (s *DescribeAlarmModelInput) SetAlarmModelVersion(v string) *DescribeAlarmModelInput + func (s *DescribeAlarmModelInput) Validate() error + func (s DescribeAlarmModelInput) GoString() string + func (s DescribeAlarmModelInput) String() string + type DescribeAlarmModelOutput struct + AlarmCapabilities *AlarmCapabilities + AlarmEventActions *AlarmEventActions + AlarmModelArn *string + AlarmModelDescription *string + AlarmModelName *string + AlarmModelVersion *string + AlarmNotification *AlarmNotification + AlarmRule *AlarmRule + CreationTime *time.Time + Key *string + LastUpdateTime *time.Time + RoleArn *string + Severity *int64 + Status *string + StatusMessage *string + func (s *DescribeAlarmModelOutput) SetAlarmCapabilities(v *AlarmCapabilities) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetAlarmEventActions(v *AlarmEventActions) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetAlarmModelArn(v string) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetAlarmModelDescription(v string) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetAlarmModelName(v string) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetAlarmModelVersion(v string) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetAlarmNotification(v *AlarmNotification) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetAlarmRule(v *AlarmRule) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetCreationTime(v time.Time) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetKey(v string) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetLastUpdateTime(v time.Time) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetRoleArn(v string) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetSeverity(v int64) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetStatus(v string) *DescribeAlarmModelOutput + func (s *DescribeAlarmModelOutput) SetStatusMessage(v string) *DescribeAlarmModelOutput + func (s DescribeAlarmModelOutput) GoString() string + func (s DescribeAlarmModelOutput) String() string + type DescribeDetectorModelAnalysisInput struct + AnalysisId *string + func (s *DescribeDetectorModelAnalysisInput) SetAnalysisId(v string) *DescribeDetectorModelAnalysisInput + func (s *DescribeDetectorModelAnalysisInput) Validate() error + func (s DescribeDetectorModelAnalysisInput) GoString() string + func (s DescribeDetectorModelAnalysisInput) String() string + type DescribeDetectorModelAnalysisOutput struct + Status *string + func (s *DescribeDetectorModelAnalysisOutput) SetStatus(v string) *DescribeDetectorModelAnalysisOutput + func (s DescribeDetectorModelAnalysisOutput) GoString() string + func (s DescribeDetectorModelAnalysisOutput) String() string + type DescribeDetectorModelInput struct + DetectorModelName *string + DetectorModelVersion *string + func (s *DescribeDetectorModelInput) SetDetectorModelName(v string) *DescribeDetectorModelInput + func (s *DescribeDetectorModelInput) SetDetectorModelVersion(v string) *DescribeDetectorModelInput + func (s *DescribeDetectorModelInput) Validate() error + func (s DescribeDetectorModelInput) GoString() string + func (s DescribeDetectorModelInput) String() string + type DescribeDetectorModelOutput struct + DetectorModel *DetectorModel + func (s *DescribeDetectorModelOutput) SetDetectorModel(v *DetectorModel) *DescribeDetectorModelOutput + func (s DescribeDetectorModelOutput) GoString() string + func (s DescribeDetectorModelOutput) String() string + type DescribeInputInput struct + InputName *string + func (s *DescribeInputInput) SetInputName(v string) *DescribeInputInput + func (s *DescribeInputInput) Validate() error + func (s DescribeInputInput) GoString() string + func (s DescribeInputInput) String() string + type DescribeInputOutput struct + Input *Input + func (s *DescribeInputOutput) SetInput(v *Input) *DescribeInputOutput + func (s DescribeInputOutput) GoString() string + func (s DescribeInputOutput) String() string + type DescribeLoggingOptionsInput struct + func (s DescribeLoggingOptionsInput) GoString() string + func (s DescribeLoggingOptionsInput) String() string + type DescribeLoggingOptionsOutput struct + LoggingOptions *LoggingOptions + func (s *DescribeLoggingOptionsOutput) SetLoggingOptions(v *LoggingOptions) *DescribeLoggingOptionsOutput + func (s DescribeLoggingOptionsOutput) GoString() string + func (s DescribeLoggingOptionsOutput) String() string + type DetectorDebugOption struct + DetectorModelName *string + KeyValue *string + func (s *DetectorDebugOption) SetDetectorModelName(v string) *DetectorDebugOption + func (s *DetectorDebugOption) SetKeyValue(v string) *DetectorDebugOption + func (s *DetectorDebugOption) Validate() error + func (s DetectorDebugOption) GoString() string + func (s DetectorDebugOption) String() string + type DetectorModel struct + DetectorModelConfiguration *DetectorModelConfiguration + DetectorModelDefinition *DetectorModelDefinition + func (s *DetectorModel) SetDetectorModelConfiguration(v *DetectorModelConfiguration) *DetectorModel + func (s *DetectorModel) SetDetectorModelDefinition(v *DetectorModelDefinition) *DetectorModel + func (s DetectorModel) GoString() string + func (s DetectorModel) String() string + type DetectorModelConfiguration struct + CreationTime *time.Time + DetectorModelArn *string + DetectorModelDescription *string + DetectorModelName *string + DetectorModelVersion *string + EvaluationMethod *string + Key *string + LastUpdateTime *time.Time + RoleArn *string + Status *string + func (s *DetectorModelConfiguration) SetCreationTime(v time.Time) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetDetectorModelArn(v string) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetDetectorModelDescription(v string) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetDetectorModelName(v string) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetDetectorModelVersion(v string) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetEvaluationMethod(v string) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetKey(v string) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetLastUpdateTime(v time.Time) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetRoleArn(v string) *DetectorModelConfiguration + func (s *DetectorModelConfiguration) SetStatus(v string) *DetectorModelConfiguration + func (s DetectorModelConfiguration) GoString() string + func (s DetectorModelConfiguration) String() string + type DetectorModelDefinition struct + InitialStateName *string + States []*State + func (s *DetectorModelDefinition) SetInitialStateName(v string) *DetectorModelDefinition + func (s *DetectorModelDefinition) SetStates(v []*State) *DetectorModelDefinition + func (s *DetectorModelDefinition) Validate() error + func (s DetectorModelDefinition) GoString() string + func (s DetectorModelDefinition) String() string + type DetectorModelSummary struct + CreationTime *time.Time + DetectorModelDescription *string + DetectorModelName *string + func (s *DetectorModelSummary) SetCreationTime(v time.Time) *DetectorModelSummary + func (s *DetectorModelSummary) SetDetectorModelDescription(v string) *DetectorModelSummary + func (s *DetectorModelSummary) SetDetectorModelName(v string) *DetectorModelSummary + func (s DetectorModelSummary) GoString() string + func (s DetectorModelSummary) String() string + type DetectorModelVersionSummary struct + CreationTime *time.Time + DetectorModelArn *string + DetectorModelName *string + DetectorModelVersion *string + EvaluationMethod *string + LastUpdateTime *time.Time + RoleArn *string + Status *string + func (s *DetectorModelVersionSummary) SetCreationTime(v time.Time) *DetectorModelVersionSummary + func (s *DetectorModelVersionSummary) SetDetectorModelArn(v string) *DetectorModelVersionSummary + func (s *DetectorModelVersionSummary) SetDetectorModelName(v string) *DetectorModelVersionSummary + func (s *DetectorModelVersionSummary) SetDetectorModelVersion(v string) *DetectorModelVersionSummary + func (s *DetectorModelVersionSummary) SetEvaluationMethod(v string) *DetectorModelVersionSummary + func (s *DetectorModelVersionSummary) SetLastUpdateTime(v time.Time) *DetectorModelVersionSummary + func (s *DetectorModelVersionSummary) SetRoleArn(v string) *DetectorModelVersionSummary + func (s *DetectorModelVersionSummary) SetStatus(v string) *DetectorModelVersionSummary + func (s DetectorModelVersionSummary) GoString() string + func (s DetectorModelVersionSummary) String() string + type DynamoDBAction struct + HashKeyField *string + HashKeyType *string + HashKeyValue *string + Operation *string + Payload *Payload + PayloadField *string + RangeKeyField *string + RangeKeyType *string + RangeKeyValue *string + TableName *string + func (s *DynamoDBAction) SetHashKeyField(v string) *DynamoDBAction + func (s *DynamoDBAction) SetHashKeyType(v string) *DynamoDBAction + func (s *DynamoDBAction) SetHashKeyValue(v string) *DynamoDBAction + func (s *DynamoDBAction) SetOperation(v string) *DynamoDBAction + func (s *DynamoDBAction) SetPayload(v *Payload) *DynamoDBAction + func (s *DynamoDBAction) SetPayloadField(v string) *DynamoDBAction + func (s *DynamoDBAction) SetRangeKeyField(v string) *DynamoDBAction + func (s *DynamoDBAction) SetRangeKeyType(v string) *DynamoDBAction + func (s *DynamoDBAction) SetRangeKeyValue(v string) *DynamoDBAction + func (s *DynamoDBAction) SetTableName(v string) *DynamoDBAction + func (s *DynamoDBAction) Validate() error + func (s DynamoDBAction) GoString() string + func (s DynamoDBAction) String() string + type DynamoDBv2Action struct + Payload *Payload + TableName *string + func (s *DynamoDBv2Action) SetPayload(v *Payload) *DynamoDBv2Action + func (s *DynamoDBv2Action) SetTableName(v string) *DynamoDBv2Action + func (s *DynamoDBv2Action) Validate() error + func (s DynamoDBv2Action) GoString() string + func (s DynamoDBv2Action) String() string + type EmailConfiguration struct + Content *EmailContent + From *string + Recipients *EmailRecipients + func (s *EmailConfiguration) SetContent(v *EmailContent) *EmailConfiguration + func (s *EmailConfiguration) SetFrom(v string) *EmailConfiguration + func (s *EmailConfiguration) SetRecipients(v *EmailRecipients) *EmailConfiguration + func (s *EmailConfiguration) Validate() error + func (s EmailConfiguration) GoString() string + func (s EmailConfiguration) String() string + type EmailContent struct + AdditionalMessage *string + Subject *string + func (s *EmailContent) SetAdditionalMessage(v string) *EmailContent + func (s *EmailContent) SetSubject(v string) *EmailContent + func (s EmailContent) GoString() string + func (s EmailContent) String() string + type EmailRecipients struct + To []*RecipientDetail + func (s *EmailRecipients) SetTo(v []*RecipientDetail) *EmailRecipients + func (s *EmailRecipients) Validate() error + func (s EmailRecipients) GoString() string + func (s EmailRecipients) String() string + type Event struct + Actions []*ActionData + Condition *string + EventName *string + func (s *Event) SetActions(v []*ActionData) *Event + func (s *Event) SetCondition(v string) *Event + func (s *Event) SetEventName(v string) *Event + func (s *Event) Validate() error + func (s Event) GoString() string + func (s Event) String() string + type FirehoseAction struct + DeliveryStreamName *string + Payload *Payload + Separator *string + func (s *FirehoseAction) SetDeliveryStreamName(v string) *FirehoseAction + func (s *FirehoseAction) SetPayload(v *Payload) *FirehoseAction + func (s *FirehoseAction) SetSeparator(v string) *FirehoseAction + func (s *FirehoseAction) Validate() error + func (s FirehoseAction) GoString() string + func (s FirehoseAction) String() string + type GetDetectorModelAnalysisResultsInput struct + AnalysisId *string + MaxResults *int64 + NextToken *string + func (s *GetDetectorModelAnalysisResultsInput) SetAnalysisId(v string) *GetDetectorModelAnalysisResultsInput + func (s *GetDetectorModelAnalysisResultsInput) SetMaxResults(v int64) *GetDetectorModelAnalysisResultsInput + func (s *GetDetectorModelAnalysisResultsInput) SetNextToken(v string) *GetDetectorModelAnalysisResultsInput + func (s *GetDetectorModelAnalysisResultsInput) Validate() error + func (s GetDetectorModelAnalysisResultsInput) GoString() string + func (s GetDetectorModelAnalysisResultsInput) String() string + type GetDetectorModelAnalysisResultsOutput struct + AnalysisResults []*AnalysisResult + NextToken *string + func (s *GetDetectorModelAnalysisResultsOutput) SetAnalysisResults(v []*AnalysisResult) *GetDetectorModelAnalysisResultsOutput + func (s *GetDetectorModelAnalysisResultsOutput) SetNextToken(v string) *GetDetectorModelAnalysisResultsOutput + func (s GetDetectorModelAnalysisResultsOutput) GoString() string + func (s GetDetectorModelAnalysisResultsOutput) String() string + type InitializationConfiguration struct + DisabledOnInitialization *bool + func (s *InitializationConfiguration) SetDisabledOnInitialization(v bool) *InitializationConfiguration + func (s *InitializationConfiguration) Validate() error + func (s InitializationConfiguration) GoString() string + func (s InitializationConfiguration) String() string + type Input struct + InputConfiguration *InputConfiguration + InputDefinition *InputDefinition + func (s *Input) SetInputConfiguration(v *InputConfiguration) *Input + func (s *Input) SetInputDefinition(v *InputDefinition) *Input + func (s Input) GoString() string + func (s Input) String() string + type InputConfiguration struct + CreationTime *time.Time + InputArn *string + InputDescription *string + InputName *string + LastUpdateTime *time.Time + Status *string + func (s *InputConfiguration) SetCreationTime(v time.Time) *InputConfiguration + func (s *InputConfiguration) SetInputArn(v string) *InputConfiguration + func (s *InputConfiguration) SetInputDescription(v string) *InputConfiguration + func (s *InputConfiguration) SetInputName(v string) *InputConfiguration + func (s *InputConfiguration) SetLastUpdateTime(v time.Time) *InputConfiguration + func (s *InputConfiguration) SetStatus(v string) *InputConfiguration + func (s InputConfiguration) GoString() string + func (s InputConfiguration) String() string + type InputDefinition struct + Attributes []*Attribute + func (s *InputDefinition) SetAttributes(v []*Attribute) *InputDefinition + func (s *InputDefinition) Validate() error + func (s InputDefinition) GoString() string + func (s InputDefinition) String() string + type InputIdentifier struct + IotEventsInputIdentifier *IotEventsInputIdentifier + IotSiteWiseInputIdentifier *IotSiteWiseInputIdentifier + func (s *InputIdentifier) SetIotEventsInputIdentifier(v *IotEventsInputIdentifier) *InputIdentifier + func (s *InputIdentifier) SetIotSiteWiseInputIdentifier(v *IotSiteWiseInputIdentifier) *InputIdentifier + func (s *InputIdentifier) Validate() error + func (s InputIdentifier) GoString() string + func (s InputIdentifier) String() string + type InputSummary struct + CreationTime *time.Time + InputArn *string + InputDescription *string + InputName *string + LastUpdateTime *time.Time + Status *string + func (s *InputSummary) SetCreationTime(v time.Time) *InputSummary + func (s *InputSummary) SetInputArn(v string) *InputSummary + func (s *InputSummary) SetInputDescription(v string) *InputSummary + func (s *InputSummary) SetInputName(v string) *InputSummary + func (s *InputSummary) SetLastUpdateTime(v time.Time) *InputSummary + func (s *InputSummary) SetStatus(v string) *InputSummary + func (s InputSummary) GoString() string + func (s InputSummary) 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 IoTEvents struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *IoTEvents + func (c *IoTEvents) CreateAlarmModel(input *CreateAlarmModelInput) (*CreateAlarmModelOutput, error) + func (c *IoTEvents) CreateAlarmModelRequest(input *CreateAlarmModelInput) (req *request.Request, output *CreateAlarmModelOutput) + func (c *IoTEvents) CreateAlarmModelWithContext(ctx aws.Context, input *CreateAlarmModelInput, opts ...request.Option) (*CreateAlarmModelOutput, error) + func (c *IoTEvents) CreateDetectorModel(input *CreateDetectorModelInput) (*CreateDetectorModelOutput, error) + func (c *IoTEvents) CreateDetectorModelRequest(input *CreateDetectorModelInput) (req *request.Request, output *CreateDetectorModelOutput) + func (c *IoTEvents) CreateDetectorModelWithContext(ctx aws.Context, input *CreateDetectorModelInput, opts ...request.Option) (*CreateDetectorModelOutput, error) + func (c *IoTEvents) CreateInput(input *CreateInputInput) (*CreateInputOutput, error) + func (c *IoTEvents) CreateInputRequest(input *CreateInputInput) (req *request.Request, output *CreateInputOutput) + func (c *IoTEvents) CreateInputWithContext(ctx aws.Context, input *CreateInputInput, opts ...request.Option) (*CreateInputOutput, error) + func (c *IoTEvents) DeleteAlarmModel(input *DeleteAlarmModelInput) (*DeleteAlarmModelOutput, error) + func (c *IoTEvents) DeleteAlarmModelRequest(input *DeleteAlarmModelInput) (req *request.Request, output *DeleteAlarmModelOutput) + func (c *IoTEvents) DeleteAlarmModelWithContext(ctx aws.Context, input *DeleteAlarmModelInput, opts ...request.Option) (*DeleteAlarmModelOutput, error) + func (c *IoTEvents) DeleteDetectorModel(input *DeleteDetectorModelInput) (*DeleteDetectorModelOutput, error) + func (c *IoTEvents) DeleteDetectorModelRequest(input *DeleteDetectorModelInput) (req *request.Request, output *DeleteDetectorModelOutput) + func (c *IoTEvents) DeleteDetectorModelWithContext(ctx aws.Context, input *DeleteDetectorModelInput, opts ...request.Option) (*DeleteDetectorModelOutput, error) + func (c *IoTEvents) DeleteInput(input *DeleteInputInput) (*DeleteInputOutput, error) + func (c *IoTEvents) DeleteInputRequest(input *DeleteInputInput) (req *request.Request, output *DeleteInputOutput) + func (c *IoTEvents) DeleteInputWithContext(ctx aws.Context, input *DeleteInputInput, opts ...request.Option) (*DeleteInputOutput, error) + func (c *IoTEvents) DescribeAlarmModel(input *DescribeAlarmModelInput) (*DescribeAlarmModelOutput, error) + func (c *IoTEvents) DescribeAlarmModelRequest(input *DescribeAlarmModelInput) (req *request.Request, output *DescribeAlarmModelOutput) + func (c *IoTEvents) DescribeAlarmModelWithContext(ctx aws.Context, input *DescribeAlarmModelInput, opts ...request.Option) (*DescribeAlarmModelOutput, error) + func (c *IoTEvents) DescribeDetectorModel(input *DescribeDetectorModelInput) (*DescribeDetectorModelOutput, error) + func (c *IoTEvents) DescribeDetectorModelAnalysis(input *DescribeDetectorModelAnalysisInput) (*DescribeDetectorModelAnalysisOutput, error) + func (c *IoTEvents) DescribeDetectorModelAnalysisRequest(input *DescribeDetectorModelAnalysisInput) (req *request.Request, output *DescribeDetectorModelAnalysisOutput) + func (c *IoTEvents) DescribeDetectorModelAnalysisWithContext(ctx aws.Context, input *DescribeDetectorModelAnalysisInput, ...) (*DescribeDetectorModelAnalysisOutput, error) + func (c *IoTEvents) DescribeDetectorModelRequest(input *DescribeDetectorModelInput) (req *request.Request, output *DescribeDetectorModelOutput) + func (c *IoTEvents) DescribeDetectorModelWithContext(ctx aws.Context, input *DescribeDetectorModelInput, opts ...request.Option) (*DescribeDetectorModelOutput, error) + func (c *IoTEvents) DescribeInput(input *DescribeInputInput) (*DescribeInputOutput, error) + func (c *IoTEvents) DescribeInputRequest(input *DescribeInputInput) (req *request.Request, output *DescribeInputOutput) + func (c *IoTEvents) DescribeInputWithContext(ctx aws.Context, input *DescribeInputInput, opts ...request.Option) (*DescribeInputOutput, error) + func (c *IoTEvents) DescribeLoggingOptions(input *DescribeLoggingOptionsInput) (*DescribeLoggingOptionsOutput, error) + func (c *IoTEvents) DescribeLoggingOptionsRequest(input *DescribeLoggingOptionsInput) (req *request.Request, output *DescribeLoggingOptionsOutput) + func (c *IoTEvents) DescribeLoggingOptionsWithContext(ctx aws.Context, input *DescribeLoggingOptionsInput, opts ...request.Option) (*DescribeLoggingOptionsOutput, error) + func (c *IoTEvents) GetDetectorModelAnalysisResults(input *GetDetectorModelAnalysisResultsInput) (*GetDetectorModelAnalysisResultsOutput, error) + func (c *IoTEvents) GetDetectorModelAnalysisResultsRequest(input *GetDetectorModelAnalysisResultsInput) (req *request.Request, output *GetDetectorModelAnalysisResultsOutput) + func (c *IoTEvents) GetDetectorModelAnalysisResultsWithContext(ctx aws.Context, input *GetDetectorModelAnalysisResultsInput, ...) (*GetDetectorModelAnalysisResultsOutput, error) + func (c *IoTEvents) ListAlarmModelVersions(input *ListAlarmModelVersionsInput) (*ListAlarmModelVersionsOutput, error) + func (c *IoTEvents) ListAlarmModelVersionsRequest(input *ListAlarmModelVersionsInput) (req *request.Request, output *ListAlarmModelVersionsOutput) + func (c *IoTEvents) ListAlarmModelVersionsWithContext(ctx aws.Context, input *ListAlarmModelVersionsInput, opts ...request.Option) (*ListAlarmModelVersionsOutput, error) + func (c *IoTEvents) ListAlarmModels(input *ListAlarmModelsInput) (*ListAlarmModelsOutput, error) + func (c *IoTEvents) ListAlarmModelsRequest(input *ListAlarmModelsInput) (req *request.Request, output *ListAlarmModelsOutput) + func (c *IoTEvents) ListAlarmModelsWithContext(ctx aws.Context, input *ListAlarmModelsInput, opts ...request.Option) (*ListAlarmModelsOutput, error) + func (c *IoTEvents) ListDetectorModelVersions(input *ListDetectorModelVersionsInput) (*ListDetectorModelVersionsOutput, error) + func (c *IoTEvents) ListDetectorModelVersionsRequest(input *ListDetectorModelVersionsInput) (req *request.Request, output *ListDetectorModelVersionsOutput) + func (c *IoTEvents) ListDetectorModelVersionsWithContext(ctx aws.Context, input *ListDetectorModelVersionsInput, opts ...request.Option) (*ListDetectorModelVersionsOutput, error) + func (c *IoTEvents) ListDetectorModels(input *ListDetectorModelsInput) (*ListDetectorModelsOutput, error) + func (c *IoTEvents) ListDetectorModelsRequest(input *ListDetectorModelsInput) (req *request.Request, output *ListDetectorModelsOutput) + func (c *IoTEvents) ListDetectorModelsWithContext(ctx aws.Context, input *ListDetectorModelsInput, opts ...request.Option) (*ListDetectorModelsOutput, error) + func (c *IoTEvents) ListInputRoutings(input *ListInputRoutingsInput) (*ListInputRoutingsOutput, error) + func (c *IoTEvents) ListInputRoutingsRequest(input *ListInputRoutingsInput) (req *request.Request, output *ListInputRoutingsOutput) + func (c *IoTEvents) ListInputRoutingsWithContext(ctx aws.Context, input *ListInputRoutingsInput, opts ...request.Option) (*ListInputRoutingsOutput, error) + func (c *IoTEvents) ListInputs(input *ListInputsInput) (*ListInputsOutput, error) + func (c *IoTEvents) ListInputsRequest(input *ListInputsInput) (req *request.Request, output *ListInputsOutput) + func (c *IoTEvents) ListInputsWithContext(ctx aws.Context, input *ListInputsInput, opts ...request.Option) (*ListInputsOutput, error) + func (c *IoTEvents) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *IoTEvents) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *IoTEvents) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *IoTEvents) PutLoggingOptions(input *PutLoggingOptionsInput) (*PutLoggingOptionsOutput, error) + func (c *IoTEvents) PutLoggingOptionsRequest(input *PutLoggingOptionsInput) (req *request.Request, output *PutLoggingOptionsOutput) + func (c *IoTEvents) PutLoggingOptionsWithContext(ctx aws.Context, input *PutLoggingOptionsInput, opts ...request.Option) (*PutLoggingOptionsOutput, error) + func (c *IoTEvents) StartDetectorModelAnalysis(input *StartDetectorModelAnalysisInput) (*StartDetectorModelAnalysisOutput, error) + func (c *IoTEvents) StartDetectorModelAnalysisRequest(input *StartDetectorModelAnalysisInput) (req *request.Request, output *StartDetectorModelAnalysisOutput) + func (c *IoTEvents) StartDetectorModelAnalysisWithContext(ctx aws.Context, input *StartDetectorModelAnalysisInput, ...) (*StartDetectorModelAnalysisOutput, error) + func (c *IoTEvents) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *IoTEvents) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *IoTEvents) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *IoTEvents) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *IoTEvents) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *IoTEvents) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *IoTEvents) UpdateAlarmModel(input *UpdateAlarmModelInput) (*UpdateAlarmModelOutput, error) + func (c *IoTEvents) UpdateAlarmModelRequest(input *UpdateAlarmModelInput) (req *request.Request, output *UpdateAlarmModelOutput) + func (c *IoTEvents) UpdateAlarmModelWithContext(ctx aws.Context, input *UpdateAlarmModelInput, opts ...request.Option) (*UpdateAlarmModelOutput, error) + func (c *IoTEvents) UpdateDetectorModel(input *UpdateDetectorModelInput) (*UpdateDetectorModelOutput, error) + func (c *IoTEvents) UpdateDetectorModelRequest(input *UpdateDetectorModelInput) (req *request.Request, output *UpdateDetectorModelOutput) + func (c *IoTEvents) UpdateDetectorModelWithContext(ctx aws.Context, input *UpdateDetectorModelInput, opts ...request.Option) (*UpdateDetectorModelOutput, error) + func (c *IoTEvents) UpdateInput(input *UpdateInputInput) (*UpdateInputOutput, error) + func (c *IoTEvents) UpdateInputRequest(input *UpdateInputInput) (req *request.Request, output *UpdateInputOutput) + func (c *IoTEvents) UpdateInputWithContext(ctx aws.Context, input *UpdateInputInput, opts ...request.Option) (*UpdateInputOutput, error) + type IotEventsInputIdentifier struct + InputName *string + func (s *IotEventsInputIdentifier) SetInputName(v string) *IotEventsInputIdentifier + func (s *IotEventsInputIdentifier) Validate() error + func (s IotEventsInputIdentifier) GoString() string + func (s IotEventsInputIdentifier) String() string + type IotSiteWiseAction struct + AssetId *string + EntryId *string + PropertyAlias *string + PropertyId *string + PropertyValue *AssetPropertyValue + func (s *IotSiteWiseAction) SetAssetId(v string) *IotSiteWiseAction + func (s *IotSiteWiseAction) SetEntryId(v string) *IotSiteWiseAction + func (s *IotSiteWiseAction) SetPropertyAlias(v string) *IotSiteWiseAction + func (s *IotSiteWiseAction) SetPropertyId(v string) *IotSiteWiseAction + func (s *IotSiteWiseAction) SetPropertyValue(v *AssetPropertyValue) *IotSiteWiseAction + func (s *IotSiteWiseAction) Validate() error + func (s IotSiteWiseAction) GoString() string + func (s IotSiteWiseAction) String() string + type IotSiteWiseAssetModelPropertyIdentifier struct + AssetModelId *string + PropertyId *string + func (s *IotSiteWiseAssetModelPropertyIdentifier) SetAssetModelId(v string) *IotSiteWiseAssetModelPropertyIdentifier + func (s *IotSiteWiseAssetModelPropertyIdentifier) SetPropertyId(v string) *IotSiteWiseAssetModelPropertyIdentifier + func (s *IotSiteWiseAssetModelPropertyIdentifier) Validate() error + func (s IotSiteWiseAssetModelPropertyIdentifier) GoString() string + func (s IotSiteWiseAssetModelPropertyIdentifier) String() string + type IotSiteWiseInputIdentifier struct + IotSiteWiseAssetModelPropertyIdentifier *IotSiteWiseAssetModelPropertyIdentifier + func (s *IotSiteWiseInputIdentifier) SetIotSiteWiseAssetModelPropertyIdentifier(v *IotSiteWiseAssetModelPropertyIdentifier) *IotSiteWiseInputIdentifier + func (s *IotSiteWiseInputIdentifier) Validate() error + func (s IotSiteWiseInputIdentifier) GoString() string + func (s IotSiteWiseInputIdentifier) String() string + type IotTopicPublishAction struct + MqttTopic *string + Payload *Payload + func (s *IotTopicPublishAction) SetMqttTopic(v string) *IotTopicPublishAction + func (s *IotTopicPublishAction) SetPayload(v *Payload) *IotTopicPublishAction + func (s *IotTopicPublishAction) Validate() error + func (s IotTopicPublishAction) GoString() string + func (s IotTopicPublishAction) String() string + type LambdaAction struct + FunctionArn *string + Payload *Payload + func (s *LambdaAction) SetFunctionArn(v string) *LambdaAction + func (s *LambdaAction) SetPayload(v *Payload) *LambdaAction + func (s *LambdaAction) Validate() error + func (s LambdaAction) GoString() string + func (s LambdaAction) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListAlarmModelVersionsInput struct + AlarmModelName *string + MaxResults *int64 + NextToken *string + func (s *ListAlarmModelVersionsInput) SetAlarmModelName(v string) *ListAlarmModelVersionsInput + func (s *ListAlarmModelVersionsInput) SetMaxResults(v int64) *ListAlarmModelVersionsInput + func (s *ListAlarmModelVersionsInput) SetNextToken(v string) *ListAlarmModelVersionsInput + func (s *ListAlarmModelVersionsInput) Validate() error + func (s ListAlarmModelVersionsInput) GoString() string + func (s ListAlarmModelVersionsInput) String() string + type ListAlarmModelVersionsOutput struct + AlarmModelVersionSummaries []*AlarmModelVersionSummary + NextToken *string + func (s *ListAlarmModelVersionsOutput) SetAlarmModelVersionSummaries(v []*AlarmModelVersionSummary) *ListAlarmModelVersionsOutput + func (s *ListAlarmModelVersionsOutput) SetNextToken(v string) *ListAlarmModelVersionsOutput + func (s ListAlarmModelVersionsOutput) GoString() string + func (s ListAlarmModelVersionsOutput) String() string + type ListAlarmModelsInput struct + MaxResults *int64 + NextToken *string + func (s *ListAlarmModelsInput) SetMaxResults(v int64) *ListAlarmModelsInput + func (s *ListAlarmModelsInput) SetNextToken(v string) *ListAlarmModelsInput + func (s *ListAlarmModelsInput) Validate() error + func (s ListAlarmModelsInput) GoString() string + func (s ListAlarmModelsInput) String() string + type ListAlarmModelsOutput struct + AlarmModelSummaries []*AlarmModelSummary + NextToken *string + func (s *ListAlarmModelsOutput) SetAlarmModelSummaries(v []*AlarmModelSummary) *ListAlarmModelsOutput + func (s *ListAlarmModelsOutput) SetNextToken(v string) *ListAlarmModelsOutput + func (s ListAlarmModelsOutput) GoString() string + func (s ListAlarmModelsOutput) String() string + type ListDetectorModelVersionsInput struct + DetectorModelName *string + MaxResults *int64 + NextToken *string + func (s *ListDetectorModelVersionsInput) SetDetectorModelName(v string) *ListDetectorModelVersionsInput + func (s *ListDetectorModelVersionsInput) SetMaxResults(v int64) *ListDetectorModelVersionsInput + func (s *ListDetectorModelVersionsInput) SetNextToken(v string) *ListDetectorModelVersionsInput + func (s *ListDetectorModelVersionsInput) Validate() error + func (s ListDetectorModelVersionsInput) GoString() string + func (s ListDetectorModelVersionsInput) String() string + type ListDetectorModelVersionsOutput struct + DetectorModelVersionSummaries []*DetectorModelVersionSummary + NextToken *string + func (s *ListDetectorModelVersionsOutput) SetDetectorModelVersionSummaries(v []*DetectorModelVersionSummary) *ListDetectorModelVersionsOutput + func (s *ListDetectorModelVersionsOutput) SetNextToken(v string) *ListDetectorModelVersionsOutput + func (s ListDetectorModelVersionsOutput) GoString() string + func (s ListDetectorModelVersionsOutput) String() string + type ListDetectorModelsInput struct + MaxResults *int64 + NextToken *string + func (s *ListDetectorModelsInput) SetMaxResults(v int64) *ListDetectorModelsInput + func (s *ListDetectorModelsInput) SetNextToken(v string) *ListDetectorModelsInput + func (s *ListDetectorModelsInput) Validate() error + func (s ListDetectorModelsInput) GoString() string + func (s ListDetectorModelsInput) String() string + type ListDetectorModelsOutput struct + DetectorModelSummaries []*DetectorModelSummary + NextToken *string + func (s *ListDetectorModelsOutput) SetDetectorModelSummaries(v []*DetectorModelSummary) *ListDetectorModelsOutput + func (s *ListDetectorModelsOutput) SetNextToken(v string) *ListDetectorModelsOutput + func (s ListDetectorModelsOutput) GoString() string + func (s ListDetectorModelsOutput) String() string + type ListInputRoutingsInput struct + InputIdentifier *InputIdentifier + MaxResults *int64 + NextToken *string + func (s *ListInputRoutingsInput) SetInputIdentifier(v *InputIdentifier) *ListInputRoutingsInput + func (s *ListInputRoutingsInput) SetMaxResults(v int64) *ListInputRoutingsInput + func (s *ListInputRoutingsInput) SetNextToken(v string) *ListInputRoutingsInput + func (s *ListInputRoutingsInput) Validate() error + func (s ListInputRoutingsInput) GoString() string + func (s ListInputRoutingsInput) String() string + type ListInputRoutingsOutput struct + NextToken *string + RoutedResources []*RoutedResource + func (s *ListInputRoutingsOutput) SetNextToken(v string) *ListInputRoutingsOutput + func (s *ListInputRoutingsOutput) SetRoutedResources(v []*RoutedResource) *ListInputRoutingsOutput + func (s ListInputRoutingsOutput) GoString() string + func (s ListInputRoutingsOutput) String() string + type ListInputsInput struct + MaxResults *int64 + NextToken *string + func (s *ListInputsInput) SetMaxResults(v int64) *ListInputsInput + func (s *ListInputsInput) SetNextToken(v string) *ListInputsInput + func (s *ListInputsInput) Validate() error + func (s ListInputsInput) GoString() string + func (s ListInputsInput) String() string + type ListInputsOutput struct + InputSummaries []*InputSummary + NextToken *string + func (s *ListInputsOutput) SetInputSummaries(v []*InputSummary) *ListInputsOutput + func (s *ListInputsOutput) SetNextToken(v string) *ListInputsOutput + func (s ListInputsOutput) GoString() string + func (s ListInputsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags []*Tag + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type LoggingOptions struct + DetectorDebugOptions []*DetectorDebugOption + Enabled *bool + Level *string + RoleArn *string + func (s *LoggingOptions) SetDetectorDebugOptions(v []*DetectorDebugOption) *LoggingOptions + func (s *LoggingOptions) SetEnabled(v bool) *LoggingOptions + func (s *LoggingOptions) SetLevel(v string) *LoggingOptions + func (s *LoggingOptions) SetRoleArn(v string) *LoggingOptions + func (s *LoggingOptions) Validate() error + func (s LoggingOptions) GoString() string + func (s LoggingOptions) String() string + type NotificationAction struct + Action *NotificationTargetActions + EmailConfigurations []*EmailConfiguration + SmsConfigurations []*SMSConfiguration + func (s *NotificationAction) SetAction(v *NotificationTargetActions) *NotificationAction + func (s *NotificationAction) SetEmailConfigurations(v []*EmailConfiguration) *NotificationAction + func (s *NotificationAction) SetSmsConfigurations(v []*SMSConfiguration) *NotificationAction + func (s *NotificationAction) Validate() error + func (s NotificationAction) GoString() string + func (s NotificationAction) String() string + type NotificationTargetActions struct + LambdaAction *LambdaAction + func (s *NotificationTargetActions) SetLambdaAction(v *LambdaAction) *NotificationTargetActions + func (s *NotificationTargetActions) Validate() error + func (s NotificationTargetActions) GoString() string + func (s NotificationTargetActions) String() string + type OnEnterLifecycle struct + Events []*Event + func (s *OnEnterLifecycle) SetEvents(v []*Event) *OnEnterLifecycle + func (s *OnEnterLifecycle) Validate() error + func (s OnEnterLifecycle) GoString() string + func (s OnEnterLifecycle) String() string + type OnExitLifecycle struct + Events []*Event + func (s *OnExitLifecycle) SetEvents(v []*Event) *OnExitLifecycle + func (s *OnExitLifecycle) Validate() error + func (s OnExitLifecycle) GoString() string + func (s OnExitLifecycle) String() string + type OnInputLifecycle struct + Events []*Event + TransitionEvents []*TransitionEvent + func (s *OnInputLifecycle) SetEvents(v []*Event) *OnInputLifecycle + func (s *OnInputLifecycle) SetTransitionEvents(v []*TransitionEvent) *OnInputLifecycle + func (s *OnInputLifecycle) Validate() error + func (s OnInputLifecycle) GoString() string + func (s OnInputLifecycle) String() string + type Payload struct + ContentExpression *string + Type *string + func (s *Payload) SetContentExpression(v string) *Payload + func (s *Payload) SetType(v string) *Payload + func (s *Payload) Validate() error + func (s Payload) GoString() string + func (s Payload) String() string + type PutLoggingOptionsInput struct + LoggingOptions *LoggingOptions + func (s *PutLoggingOptionsInput) SetLoggingOptions(v *LoggingOptions) *PutLoggingOptionsInput + func (s *PutLoggingOptionsInput) Validate() error + func (s PutLoggingOptionsInput) GoString() string + func (s PutLoggingOptionsInput) String() string + type PutLoggingOptionsOutput struct + func (s PutLoggingOptionsOutput) GoString() string + func (s PutLoggingOptionsOutput) String() string + type RecipientDetail struct + SsoIdentity *SSOIdentity + func (s *RecipientDetail) SetSsoIdentity(v *SSOIdentity) *RecipientDetail + func (s *RecipientDetail) Validate() error + func (s RecipientDetail) GoString() string + func (s RecipientDetail) String() string + type ResetTimerAction struct + TimerName *string + func (s *ResetTimerAction) SetTimerName(v string) *ResetTimerAction + func (s *ResetTimerAction) Validate() error + func (s ResetTimerAction) GoString() string + func (s ResetTimerAction) String() string + type ResourceAlreadyExistsException struct + Message_ *string + ResourceArn *string + ResourceId *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceAlreadyExistsException) Code() string + func (s *ResourceAlreadyExistsException) Error() string + func (s *ResourceAlreadyExistsException) Message() string + func (s *ResourceAlreadyExistsException) OrigErr() error + func (s *ResourceAlreadyExistsException) RequestID() string + func (s *ResourceAlreadyExistsException) StatusCode() int + func (s ResourceAlreadyExistsException) GoString() string + func (s ResourceAlreadyExistsException) String() string + type ResourceInUseException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceInUseException) Code() string + func (s *ResourceInUseException) Error() string + func (s *ResourceInUseException) Message() string + func (s *ResourceInUseException) OrigErr() error + func (s *ResourceInUseException) RequestID() string + func (s *ResourceInUseException) StatusCode() int + func (s ResourceInUseException) GoString() string + func (s ResourceInUseException) 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 RoutedResource struct + Arn *string + Name *string + func (s *RoutedResource) SetArn(v string) *RoutedResource + func (s *RoutedResource) SetName(v string) *RoutedResource + func (s RoutedResource) GoString() string + func (s RoutedResource) String() string + type SMSConfiguration struct + AdditionalMessage *string + Recipients []*RecipientDetail + SenderId *string + func (s *SMSConfiguration) SetAdditionalMessage(v string) *SMSConfiguration + func (s *SMSConfiguration) SetRecipients(v []*RecipientDetail) *SMSConfiguration + func (s *SMSConfiguration) SetSenderId(v string) *SMSConfiguration + func (s *SMSConfiguration) Validate() error + func (s SMSConfiguration) GoString() string + func (s SMSConfiguration) String() string + type SNSTopicPublishAction struct + Payload *Payload + TargetArn *string + func (s *SNSTopicPublishAction) SetPayload(v *Payload) *SNSTopicPublishAction + func (s *SNSTopicPublishAction) SetTargetArn(v string) *SNSTopicPublishAction + func (s *SNSTopicPublishAction) Validate() error + func (s SNSTopicPublishAction) GoString() string + func (s SNSTopicPublishAction) String() string + type SSOIdentity struct + IdentityStoreId *string + UserId *string + func (s *SSOIdentity) SetIdentityStoreId(v string) *SSOIdentity + func (s *SSOIdentity) SetUserId(v string) *SSOIdentity + func (s *SSOIdentity) Validate() error + func (s SSOIdentity) GoString() string + func (s SSOIdentity) 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 SetTimerAction struct + DurationExpression *string + Seconds *int64 + TimerName *string + func (s *SetTimerAction) SetDurationExpression(v string) *SetTimerAction + func (s *SetTimerAction) SetSeconds(v int64) *SetTimerAction + func (s *SetTimerAction) SetTimerName(v string) *SetTimerAction + func (s *SetTimerAction) Validate() error + func (s SetTimerAction) GoString() string + func (s SetTimerAction) String() string + type SetVariableAction struct + Value *string + VariableName *string + func (s *SetVariableAction) SetValue(v string) *SetVariableAction + func (s *SetVariableAction) SetVariableName(v string) *SetVariableAction + func (s *SetVariableAction) Validate() error + func (s SetVariableAction) GoString() string + func (s SetVariableAction) String() string + type SimpleRule struct + ComparisonOperator *string + InputProperty *string + Threshold *string + func (s *SimpleRule) SetComparisonOperator(v string) *SimpleRule + func (s *SimpleRule) SetInputProperty(v string) *SimpleRule + func (s *SimpleRule) SetThreshold(v string) *SimpleRule + func (s *SimpleRule) Validate() error + func (s SimpleRule) GoString() string + func (s SimpleRule) String() string + type SqsAction struct + Payload *Payload + QueueUrl *string + UseBase64 *bool + func (s *SqsAction) SetPayload(v *Payload) *SqsAction + func (s *SqsAction) SetQueueUrl(v string) *SqsAction + func (s *SqsAction) SetUseBase64(v bool) *SqsAction + func (s *SqsAction) Validate() error + func (s SqsAction) GoString() string + func (s SqsAction) String() string + type StartDetectorModelAnalysisInput struct + DetectorModelDefinition *DetectorModelDefinition + func (s *StartDetectorModelAnalysisInput) SetDetectorModelDefinition(v *DetectorModelDefinition) *StartDetectorModelAnalysisInput + func (s *StartDetectorModelAnalysisInput) Validate() error + func (s StartDetectorModelAnalysisInput) GoString() string + func (s StartDetectorModelAnalysisInput) String() string + type StartDetectorModelAnalysisOutput struct + AnalysisId *string + func (s *StartDetectorModelAnalysisOutput) SetAnalysisId(v string) *StartDetectorModelAnalysisOutput + func (s StartDetectorModelAnalysisOutput) GoString() string + func (s StartDetectorModelAnalysisOutput) String() string + type State struct + OnEnter *OnEnterLifecycle + OnExit *OnExitLifecycle + OnInput *OnInputLifecycle + StateName *string + func (s *State) SetOnEnter(v *OnEnterLifecycle) *State + func (s *State) SetOnExit(v *OnExitLifecycle) *State + func (s *State) SetOnInput(v *OnInputLifecycle) *State + func (s *State) SetStateName(v string) *State + func (s *State) Validate() error + func (s State) GoString() string + func (s State) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) 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 TransitionEvent struct + Actions []*ActionData + Condition *string + EventName *string + NextState *string + func (s *TransitionEvent) SetActions(v []*ActionData) *TransitionEvent + func (s *TransitionEvent) SetCondition(v string) *TransitionEvent + func (s *TransitionEvent) SetEventName(v string) *TransitionEvent + func (s *TransitionEvent) SetNextState(v string) *TransitionEvent + func (s *TransitionEvent) Validate() error + func (s TransitionEvent) GoString() string + func (s TransitionEvent) String() string + type UnsupportedOperationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *UnsupportedOperationException) Code() string + func (s *UnsupportedOperationException) Error() string + func (s *UnsupportedOperationException) Message() string + func (s *UnsupportedOperationException) OrigErr() error + func (s *UnsupportedOperationException) RequestID() string + func (s *UnsupportedOperationException) StatusCode() int + func (s UnsupportedOperationException) GoString() string + func (s UnsupportedOperationException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateAlarmModelInput struct + AlarmCapabilities *AlarmCapabilities + AlarmEventActions *AlarmEventActions + AlarmModelDescription *string + AlarmModelName *string + AlarmNotification *AlarmNotification + AlarmRule *AlarmRule + RoleArn *string + Severity *int64 + func (s *UpdateAlarmModelInput) SetAlarmCapabilities(v *AlarmCapabilities) *UpdateAlarmModelInput + func (s *UpdateAlarmModelInput) SetAlarmEventActions(v *AlarmEventActions) *UpdateAlarmModelInput + func (s *UpdateAlarmModelInput) SetAlarmModelDescription(v string) *UpdateAlarmModelInput + func (s *UpdateAlarmModelInput) SetAlarmModelName(v string) *UpdateAlarmModelInput + func (s *UpdateAlarmModelInput) SetAlarmNotification(v *AlarmNotification) *UpdateAlarmModelInput + func (s *UpdateAlarmModelInput) SetAlarmRule(v *AlarmRule) *UpdateAlarmModelInput + func (s *UpdateAlarmModelInput) SetRoleArn(v string) *UpdateAlarmModelInput + func (s *UpdateAlarmModelInput) SetSeverity(v int64) *UpdateAlarmModelInput + func (s *UpdateAlarmModelInput) Validate() error + func (s UpdateAlarmModelInput) GoString() string + func (s UpdateAlarmModelInput) String() string + type UpdateAlarmModelOutput struct + AlarmModelArn *string + AlarmModelVersion *string + CreationTime *time.Time + LastUpdateTime *time.Time + Status *string + func (s *UpdateAlarmModelOutput) SetAlarmModelArn(v string) *UpdateAlarmModelOutput + func (s *UpdateAlarmModelOutput) SetAlarmModelVersion(v string) *UpdateAlarmModelOutput + func (s *UpdateAlarmModelOutput) SetCreationTime(v time.Time) *UpdateAlarmModelOutput + func (s *UpdateAlarmModelOutput) SetLastUpdateTime(v time.Time) *UpdateAlarmModelOutput + func (s *UpdateAlarmModelOutput) SetStatus(v string) *UpdateAlarmModelOutput + func (s UpdateAlarmModelOutput) GoString() string + func (s UpdateAlarmModelOutput) String() string + type UpdateDetectorModelInput struct + DetectorModelDefinition *DetectorModelDefinition + DetectorModelDescription *string + DetectorModelName *string + EvaluationMethod *string + RoleArn *string + func (s *UpdateDetectorModelInput) SetDetectorModelDefinition(v *DetectorModelDefinition) *UpdateDetectorModelInput + func (s *UpdateDetectorModelInput) SetDetectorModelDescription(v string) *UpdateDetectorModelInput + func (s *UpdateDetectorModelInput) SetDetectorModelName(v string) *UpdateDetectorModelInput + func (s *UpdateDetectorModelInput) SetEvaluationMethod(v string) *UpdateDetectorModelInput + func (s *UpdateDetectorModelInput) SetRoleArn(v string) *UpdateDetectorModelInput + func (s *UpdateDetectorModelInput) Validate() error + func (s UpdateDetectorModelInput) GoString() string + func (s UpdateDetectorModelInput) String() string + type UpdateDetectorModelOutput struct + DetectorModelConfiguration *DetectorModelConfiguration + func (s *UpdateDetectorModelOutput) SetDetectorModelConfiguration(v *DetectorModelConfiguration) *UpdateDetectorModelOutput + func (s UpdateDetectorModelOutput) GoString() string + func (s UpdateDetectorModelOutput) String() string + type UpdateInputInput struct + InputDefinition *InputDefinition + InputDescription *string + InputName *string + func (s *UpdateInputInput) SetInputDefinition(v *InputDefinition) *UpdateInputInput + func (s *UpdateInputInput) SetInputDescription(v string) *UpdateInputInput + func (s *UpdateInputInput) SetInputName(v string) *UpdateInputInput + func (s *UpdateInputInput) Validate() error + func (s UpdateInputInput) GoString() string + func (s UpdateInputInput) String() string + type UpdateInputOutput struct + InputConfiguration *InputConfiguration + func (s *UpdateInputOutput) SetInputConfiguration(v *InputConfiguration) *UpdateInputOutput + func (s UpdateInputOutput) GoString() string + func (s UpdateInputOutput) String() string