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 AggregationFunctionAvg + const AggregationFunctionSum + const AlertStatusActive + const AlertStatusInactive + const AlertTypeLambda + const AlertTypeSns + const AnomalyDetectionTaskStatusCompleted + const AnomalyDetectionTaskStatusFailed + const AnomalyDetectionTaskStatusFailedToSchedule + const AnomalyDetectionTaskStatusInProgress + const AnomalyDetectionTaskStatusPending + const AnomalyDetectorFailureTypeActivationFailure + const AnomalyDetectorFailureTypeBackTestActivationFailure + const AnomalyDetectorFailureTypeDeactivationFailure + const AnomalyDetectorFailureTypeDeletionFailure + const AnomalyDetectorStatusActivating + const AnomalyDetectorStatusActive + const AnomalyDetectorStatusBackTestActivating + const AnomalyDetectorStatusBackTestActive + const AnomalyDetectorStatusBackTestComplete + const AnomalyDetectorStatusDeactivated + const AnomalyDetectorStatusDeactivating + const AnomalyDetectorStatusDeleting + const AnomalyDetectorStatusFailed + const AnomalyDetectorStatusInactive + const AnomalyDetectorStatusLearning + const CSVFileCompressionGzip + const CSVFileCompressionNone + const ConfidenceHigh + const ConfidenceLow + const ConfidenceNone + const DataQualityMetricTypeBacktestInferenceDataEndTimeStamp + const DataQualityMetricTypeBacktestInferenceDataStartTimeStamp + const DataQualityMetricTypeBacktestTrainingDataEndTimeStamp + const DataQualityMetricTypeBacktestTrainingDataStartTimeStamp + const DataQualityMetricTypeColumnCompleteness + const DataQualityMetricTypeDimensionUniqueness + const DataQualityMetricTypeInvalidRowsCompliance + const DataQualityMetricTypeRowsPartialCompliance + const DataQualityMetricTypeRowsProcessed + const DataQualityMetricTypeTimeSeriesCount + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeTooManyRequestsException + const ErrCodeValidationException + const FilterOperationEquals + const FrequencyP1d + const FrequencyPt10m + const FrequencyPt1h + const FrequencyPt5m + const JsonFileCompressionGzip + const JsonFileCompressionNone + const RelationshipTypeCauseOfInputAnomalyGroup + const RelationshipTypeEffectOfInputAnomalyGroup + const ServiceID + const ServiceName + const SnsFormatJson + const SnsFormatLongText + const SnsFormatShortText + const ValidationExceptionReasonCannotParse + const ValidationExceptionReasonFieldValidationFailed + const ValidationExceptionReasonOther + const ValidationExceptionReasonUnknownOperation + func AggregationFunction_Values() []string + func AlertStatus_Values() []string + func AlertType_Values() []string + func AnomalyDetectionTaskStatus_Values() []string + func AnomalyDetectorFailureType_Values() []string + func AnomalyDetectorStatus_Values() []string + func CSVFileCompression_Values() []string + func Confidence_Values() []string + func DataQualityMetricType_Values() []string + func FilterOperation_Values() []string + func Frequency_Values() []string + func JsonFileCompression_Values() []string + func RelationshipType_Values() []string + func SnsFormat_Values() []string + func ValidationExceptionReason_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type Action struct + LambdaConfiguration *LambdaConfiguration + SNSConfiguration *SNSConfiguration + func (s *Action) SetLambdaConfiguration(v *LambdaConfiguration) *Action + func (s *Action) SetSNSConfiguration(v *SNSConfiguration) *Action + func (s *Action) Validate() error + func (s Action) GoString() string + func (s Action) String() string + type ActivateAnomalyDetectorInput struct + AnomalyDetectorArn *string + func (s *ActivateAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *ActivateAnomalyDetectorInput + func (s *ActivateAnomalyDetectorInput) Validate() error + func (s ActivateAnomalyDetectorInput) GoString() string + func (s ActivateAnomalyDetectorInput) String() string + type ActivateAnomalyDetectorOutput struct + func (s ActivateAnomalyDetectorOutput) GoString() string + func (s ActivateAnomalyDetectorOutput) String() string + type Alert struct + Action *Action + AlertArn *string + AlertDescription *string + AlertFilters *AlertFilters + AlertName *string + AlertSensitivityThreshold *int64 + AlertStatus *string + AlertType *string + AnomalyDetectorArn *string + CreationTime *time.Time + LastModificationTime *time.Time + func (s *Alert) SetAction(v *Action) *Alert + func (s *Alert) SetAlertArn(v string) *Alert + func (s *Alert) SetAlertDescription(v string) *Alert + func (s *Alert) SetAlertFilters(v *AlertFilters) *Alert + func (s *Alert) SetAlertName(v string) *Alert + func (s *Alert) SetAlertSensitivityThreshold(v int64) *Alert + func (s *Alert) SetAlertStatus(v string) *Alert + func (s *Alert) SetAlertType(v string) *Alert + func (s *Alert) SetAnomalyDetectorArn(v string) *Alert + func (s *Alert) SetCreationTime(v time.Time) *Alert + func (s *Alert) SetLastModificationTime(v time.Time) *Alert + func (s Alert) GoString() string + func (s Alert) String() string + type AlertFilters struct + DimensionFilterList []*DimensionFilter + MetricList []*string + func (s *AlertFilters) SetDimensionFilterList(v []*DimensionFilter) *AlertFilters + func (s *AlertFilters) SetMetricList(v []*string) *AlertFilters + func (s *AlertFilters) Validate() error + func (s AlertFilters) GoString() string + func (s AlertFilters) String() string + type AlertSummary struct + AlertArn *string + AlertName *string + AlertSensitivityThreshold *int64 + AlertStatus *string + AlertType *string + AnomalyDetectorArn *string + CreationTime *time.Time + LastModificationTime *time.Time + Tags map[string]*string + func (s *AlertSummary) SetAlertArn(v string) *AlertSummary + func (s *AlertSummary) SetAlertName(v string) *AlertSummary + func (s *AlertSummary) SetAlertSensitivityThreshold(v int64) *AlertSummary + func (s *AlertSummary) SetAlertStatus(v string) *AlertSummary + func (s *AlertSummary) SetAlertType(v string) *AlertSummary + func (s *AlertSummary) SetAnomalyDetectorArn(v string) *AlertSummary + func (s *AlertSummary) SetCreationTime(v time.Time) *AlertSummary + func (s *AlertSummary) SetLastModificationTime(v time.Time) *AlertSummary + func (s *AlertSummary) SetTags(v map[string]*string) *AlertSummary + func (s AlertSummary) GoString() string + func (s AlertSummary) String() string + type AnomalyDetectorConfig struct + AnomalyDetectorFrequency *string + func (s *AnomalyDetectorConfig) SetAnomalyDetectorFrequency(v string) *AnomalyDetectorConfig + func (s AnomalyDetectorConfig) GoString() string + func (s AnomalyDetectorConfig) String() string + type AnomalyDetectorConfigSummary struct + AnomalyDetectorFrequency *string + func (s *AnomalyDetectorConfigSummary) SetAnomalyDetectorFrequency(v string) *AnomalyDetectorConfigSummary + func (s AnomalyDetectorConfigSummary) GoString() string + func (s AnomalyDetectorConfigSummary) String() string + type AnomalyDetectorDataQualityMetric struct + MetricSetDataQualityMetricList []*MetricSetDataQualityMetric + StartTimestamp *time.Time + func (s *AnomalyDetectorDataQualityMetric) SetMetricSetDataQualityMetricList(v []*MetricSetDataQualityMetric) *AnomalyDetectorDataQualityMetric + func (s *AnomalyDetectorDataQualityMetric) SetStartTimestamp(v time.Time) *AnomalyDetectorDataQualityMetric + func (s AnomalyDetectorDataQualityMetric) GoString() string + func (s AnomalyDetectorDataQualityMetric) String() string + type AnomalyDetectorSummary struct + AnomalyDetectorArn *string + AnomalyDetectorDescription *string + AnomalyDetectorName *string + CreationTime *time.Time + LastModificationTime *time.Time + Status *string + Tags map[string]*string + func (s *AnomalyDetectorSummary) SetAnomalyDetectorArn(v string) *AnomalyDetectorSummary + func (s *AnomalyDetectorSummary) SetAnomalyDetectorDescription(v string) *AnomalyDetectorSummary + func (s *AnomalyDetectorSummary) SetAnomalyDetectorName(v string) *AnomalyDetectorSummary + func (s *AnomalyDetectorSummary) SetCreationTime(v time.Time) *AnomalyDetectorSummary + func (s *AnomalyDetectorSummary) SetLastModificationTime(v time.Time) *AnomalyDetectorSummary + func (s *AnomalyDetectorSummary) SetStatus(v string) *AnomalyDetectorSummary + func (s *AnomalyDetectorSummary) SetTags(v map[string]*string) *AnomalyDetectorSummary + func (s AnomalyDetectorSummary) GoString() string + func (s AnomalyDetectorSummary) String() string + type AnomalyGroup struct + AnomalyGroupId *string + AnomalyGroupScore *float64 + EndTime *string + MetricLevelImpactList []*MetricLevelImpact + PrimaryMetricName *string + StartTime *string + func (s *AnomalyGroup) SetAnomalyGroupId(v string) *AnomalyGroup + func (s *AnomalyGroup) SetAnomalyGroupScore(v float64) *AnomalyGroup + func (s *AnomalyGroup) SetEndTime(v string) *AnomalyGroup + func (s *AnomalyGroup) SetMetricLevelImpactList(v []*MetricLevelImpact) *AnomalyGroup + func (s *AnomalyGroup) SetPrimaryMetricName(v string) *AnomalyGroup + func (s *AnomalyGroup) SetStartTime(v string) *AnomalyGroup + func (s AnomalyGroup) GoString() string + func (s AnomalyGroup) String() string + type AnomalyGroupStatistics struct + EvaluationStartDate *string + ItemizedMetricStatsList []*ItemizedMetricStats + TotalCount *int64 + func (s *AnomalyGroupStatistics) SetEvaluationStartDate(v string) *AnomalyGroupStatistics + func (s *AnomalyGroupStatistics) SetItemizedMetricStatsList(v []*ItemizedMetricStats) *AnomalyGroupStatistics + func (s *AnomalyGroupStatistics) SetTotalCount(v int64) *AnomalyGroupStatistics + func (s AnomalyGroupStatistics) GoString() string + func (s AnomalyGroupStatistics) String() string + type AnomalyGroupSummary struct + AnomalyGroupId *string + AnomalyGroupScore *float64 + EndTime *string + PrimaryMetricName *string + StartTime *string + func (s *AnomalyGroupSummary) SetAnomalyGroupId(v string) *AnomalyGroupSummary + func (s *AnomalyGroupSummary) SetAnomalyGroupScore(v float64) *AnomalyGroupSummary + func (s *AnomalyGroupSummary) SetEndTime(v string) *AnomalyGroupSummary + func (s *AnomalyGroupSummary) SetPrimaryMetricName(v string) *AnomalyGroupSummary + func (s *AnomalyGroupSummary) SetStartTime(v string) *AnomalyGroupSummary + func (s AnomalyGroupSummary) GoString() string + func (s AnomalyGroupSummary) String() string + type AnomalyGroupTimeSeries struct + AnomalyGroupId *string + TimeSeriesId *string + func (s *AnomalyGroupTimeSeries) SetAnomalyGroupId(v string) *AnomalyGroupTimeSeries + func (s *AnomalyGroupTimeSeries) SetTimeSeriesId(v string) *AnomalyGroupTimeSeries + func (s *AnomalyGroupTimeSeries) Validate() error + func (s AnomalyGroupTimeSeries) GoString() string + func (s AnomalyGroupTimeSeries) String() string + type AnomalyGroupTimeSeriesFeedback struct + AnomalyGroupId *string + IsAnomaly *bool + TimeSeriesId *string + func (s *AnomalyGroupTimeSeriesFeedback) SetAnomalyGroupId(v string) *AnomalyGroupTimeSeriesFeedback + func (s *AnomalyGroupTimeSeriesFeedback) SetIsAnomaly(v bool) *AnomalyGroupTimeSeriesFeedback + func (s *AnomalyGroupTimeSeriesFeedback) SetTimeSeriesId(v string) *AnomalyGroupTimeSeriesFeedback + func (s *AnomalyGroupTimeSeriesFeedback) Validate() error + func (s AnomalyGroupTimeSeriesFeedback) GoString() string + func (s AnomalyGroupTimeSeriesFeedback) String() string + type AppFlowConfig struct + FlowName *string + RoleArn *string + func (s *AppFlowConfig) SetFlowName(v string) *AppFlowConfig + func (s *AppFlowConfig) SetRoleArn(v string) *AppFlowConfig + func (s AppFlowConfig) GoString() string + func (s AppFlowConfig) String() string + type AthenaSourceConfig struct + BackTestConfiguration *BackTestConfiguration + DataCatalog *string + DatabaseName *string + RoleArn *string + S3ResultsPath *string + TableName *string + WorkGroupName *string + func (s *AthenaSourceConfig) SetBackTestConfiguration(v *BackTestConfiguration) *AthenaSourceConfig + func (s *AthenaSourceConfig) SetDataCatalog(v string) *AthenaSourceConfig + func (s *AthenaSourceConfig) SetDatabaseName(v string) *AthenaSourceConfig + func (s *AthenaSourceConfig) SetRoleArn(v string) *AthenaSourceConfig + func (s *AthenaSourceConfig) SetS3ResultsPath(v string) *AthenaSourceConfig + func (s *AthenaSourceConfig) SetTableName(v string) *AthenaSourceConfig + func (s *AthenaSourceConfig) SetWorkGroupName(v string) *AthenaSourceConfig + func (s *AthenaSourceConfig) Validate() error + func (s AthenaSourceConfig) GoString() string + func (s AthenaSourceConfig) String() string + type AttributeValue struct + B *string + BS []*string + N *string + NS []*string + S *string + SS []*string + func (s *AttributeValue) SetB(v string) *AttributeValue + func (s *AttributeValue) SetBS(v []*string) *AttributeValue + func (s *AttributeValue) SetN(v string) *AttributeValue + func (s *AttributeValue) SetNS(v []*string) *AttributeValue + func (s *AttributeValue) SetS(v string) *AttributeValue + func (s *AttributeValue) SetSS(v []*string) *AttributeValue + func (s AttributeValue) GoString() string + func (s AttributeValue) String() string + type AutoDetectionMetricSource struct + S3SourceConfig *AutoDetectionS3SourceConfig + func (s *AutoDetectionMetricSource) SetS3SourceConfig(v *AutoDetectionS3SourceConfig) *AutoDetectionMetricSource + func (s *AutoDetectionMetricSource) Validate() error + func (s AutoDetectionMetricSource) GoString() string + func (s AutoDetectionMetricSource) String() string + type AutoDetectionS3SourceConfig struct + HistoricalDataPathList []*string + TemplatedPathList []*string + func (s *AutoDetectionS3SourceConfig) SetHistoricalDataPathList(v []*string) *AutoDetectionS3SourceConfig + func (s *AutoDetectionS3SourceConfig) SetTemplatedPathList(v []*string) *AutoDetectionS3SourceConfig + func (s *AutoDetectionS3SourceConfig) Validate() error + func (s AutoDetectionS3SourceConfig) GoString() string + func (s AutoDetectionS3SourceConfig) String() string + type BackTestAnomalyDetectorInput struct + AnomalyDetectorArn *string + func (s *BackTestAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *BackTestAnomalyDetectorInput + func (s *BackTestAnomalyDetectorInput) Validate() error + func (s BackTestAnomalyDetectorInput) GoString() string + func (s BackTestAnomalyDetectorInput) String() string + type BackTestAnomalyDetectorOutput struct + func (s BackTestAnomalyDetectorOutput) GoString() string + func (s BackTestAnomalyDetectorOutput) String() string + type BackTestConfiguration struct + RunBackTestMode *bool + func (s *BackTestConfiguration) SetRunBackTestMode(v bool) *BackTestConfiguration + func (s *BackTestConfiguration) Validate() error + func (s BackTestConfiguration) GoString() string + func (s BackTestConfiguration) String() string + type CloudWatchConfig struct + BackTestConfiguration *BackTestConfiguration + RoleArn *string + func (s *CloudWatchConfig) SetBackTestConfiguration(v *BackTestConfiguration) *CloudWatchConfig + func (s *CloudWatchConfig) SetRoleArn(v string) *CloudWatchConfig + func (s *CloudWatchConfig) Validate() error + func (s CloudWatchConfig) GoString() string + func (s CloudWatchConfig) String() string + type ConflictException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type ContributionMatrix struct + DimensionContributionList []*DimensionContribution + func (s *ContributionMatrix) SetDimensionContributionList(v []*DimensionContribution) *ContributionMatrix + func (s ContributionMatrix) GoString() string + func (s ContributionMatrix) String() string + type CreateAlertInput struct + Action *Action + AlertDescription *string + AlertFilters *AlertFilters + AlertName *string + AlertSensitivityThreshold *int64 + AnomalyDetectorArn *string + Tags map[string]*string + func (s *CreateAlertInput) SetAction(v *Action) *CreateAlertInput + func (s *CreateAlertInput) SetAlertDescription(v string) *CreateAlertInput + func (s *CreateAlertInput) SetAlertFilters(v *AlertFilters) *CreateAlertInput + func (s *CreateAlertInput) SetAlertName(v string) *CreateAlertInput + func (s *CreateAlertInput) SetAlertSensitivityThreshold(v int64) *CreateAlertInput + func (s *CreateAlertInput) SetAnomalyDetectorArn(v string) *CreateAlertInput + func (s *CreateAlertInput) SetTags(v map[string]*string) *CreateAlertInput + func (s *CreateAlertInput) Validate() error + func (s CreateAlertInput) GoString() string + func (s CreateAlertInput) String() string + type CreateAlertOutput struct + AlertArn *string + func (s *CreateAlertOutput) SetAlertArn(v string) *CreateAlertOutput + func (s CreateAlertOutput) GoString() string + func (s CreateAlertOutput) String() string + type CreateAnomalyDetectorInput struct + AnomalyDetectorConfig *AnomalyDetectorConfig + AnomalyDetectorDescription *string + AnomalyDetectorName *string + KmsKeyArn *string + Tags map[string]*string + func (s *CreateAnomalyDetectorInput) SetAnomalyDetectorConfig(v *AnomalyDetectorConfig) *CreateAnomalyDetectorInput + func (s *CreateAnomalyDetectorInput) SetAnomalyDetectorDescription(v string) *CreateAnomalyDetectorInput + func (s *CreateAnomalyDetectorInput) SetAnomalyDetectorName(v string) *CreateAnomalyDetectorInput + func (s *CreateAnomalyDetectorInput) SetKmsKeyArn(v string) *CreateAnomalyDetectorInput + func (s *CreateAnomalyDetectorInput) SetTags(v map[string]*string) *CreateAnomalyDetectorInput + func (s *CreateAnomalyDetectorInput) Validate() error + func (s CreateAnomalyDetectorInput) GoString() string + func (s CreateAnomalyDetectorInput) String() string + type CreateAnomalyDetectorOutput struct + AnomalyDetectorArn *string + func (s *CreateAnomalyDetectorOutput) SetAnomalyDetectorArn(v string) *CreateAnomalyDetectorOutput + func (s CreateAnomalyDetectorOutput) GoString() string + func (s CreateAnomalyDetectorOutput) String() string + type CreateMetricSetInput struct + AnomalyDetectorArn *string + DimensionFilterList []*MetricSetDimensionFilter + DimensionList []*string + MetricList []*Metric + MetricSetDescription *string + MetricSetFrequency *string + MetricSetName *string + MetricSource *MetricSource + Offset *int64 + Tags map[string]*string + TimestampColumn *TimestampColumn + Timezone *string + func (s *CreateMetricSetInput) SetAnomalyDetectorArn(v string) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetDimensionFilterList(v []*MetricSetDimensionFilter) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetDimensionList(v []*string) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetMetricList(v []*Metric) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetMetricSetDescription(v string) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetMetricSetFrequency(v string) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetMetricSetName(v string) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetMetricSource(v *MetricSource) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetOffset(v int64) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetTags(v map[string]*string) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetTimestampColumn(v *TimestampColumn) *CreateMetricSetInput + func (s *CreateMetricSetInput) SetTimezone(v string) *CreateMetricSetInput + func (s *CreateMetricSetInput) Validate() error + func (s CreateMetricSetInput) GoString() string + func (s CreateMetricSetInput) String() string + type CreateMetricSetOutput struct + MetricSetArn *string + func (s *CreateMetricSetOutput) SetMetricSetArn(v string) *CreateMetricSetOutput + func (s CreateMetricSetOutput) GoString() string + func (s CreateMetricSetOutput) String() string + type CsvFormatDescriptor struct + Charset *string + ContainsHeader *bool + Delimiter *string + FileCompression *string + HeaderList []*string + QuoteSymbol *string + func (s *CsvFormatDescriptor) SetCharset(v string) *CsvFormatDescriptor + func (s *CsvFormatDescriptor) SetContainsHeader(v bool) *CsvFormatDescriptor + func (s *CsvFormatDescriptor) SetDelimiter(v string) *CsvFormatDescriptor + func (s *CsvFormatDescriptor) SetFileCompression(v string) *CsvFormatDescriptor + func (s *CsvFormatDescriptor) SetHeaderList(v []*string) *CsvFormatDescriptor + func (s *CsvFormatDescriptor) SetQuoteSymbol(v string) *CsvFormatDescriptor + func (s CsvFormatDescriptor) GoString() string + func (s CsvFormatDescriptor) String() string + type DataQualityMetric struct + MetricDescription *string + MetricType *string + MetricValue *float64 + RelatedColumnName *string + func (s *DataQualityMetric) SetMetricDescription(v string) *DataQualityMetric + func (s *DataQualityMetric) SetMetricType(v string) *DataQualityMetric + func (s *DataQualityMetric) SetMetricValue(v float64) *DataQualityMetric + func (s *DataQualityMetric) SetRelatedColumnName(v string) *DataQualityMetric + func (s DataQualityMetric) GoString() string + func (s DataQualityMetric) String() string + type DeactivateAnomalyDetectorInput struct + AnomalyDetectorArn *string + func (s *DeactivateAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *DeactivateAnomalyDetectorInput + func (s *DeactivateAnomalyDetectorInput) Validate() error + func (s DeactivateAnomalyDetectorInput) GoString() string + func (s DeactivateAnomalyDetectorInput) String() string + type DeactivateAnomalyDetectorOutput struct + func (s DeactivateAnomalyDetectorOutput) GoString() string + func (s DeactivateAnomalyDetectorOutput) String() string + type DeleteAlertInput struct + AlertArn *string + func (s *DeleteAlertInput) SetAlertArn(v string) *DeleteAlertInput + func (s *DeleteAlertInput) Validate() error + func (s DeleteAlertInput) GoString() string + func (s DeleteAlertInput) String() string + type DeleteAlertOutput struct + func (s DeleteAlertOutput) GoString() string + func (s DeleteAlertOutput) String() string + type DeleteAnomalyDetectorInput struct + AnomalyDetectorArn *string + func (s *DeleteAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *DeleteAnomalyDetectorInput + func (s *DeleteAnomalyDetectorInput) Validate() error + func (s DeleteAnomalyDetectorInput) GoString() string + func (s DeleteAnomalyDetectorInput) String() string + type DeleteAnomalyDetectorOutput struct + func (s DeleteAnomalyDetectorOutput) GoString() string + func (s DeleteAnomalyDetectorOutput) String() string + type DescribeAlertInput struct + AlertArn *string + func (s *DescribeAlertInput) SetAlertArn(v string) *DescribeAlertInput + func (s *DescribeAlertInput) Validate() error + func (s DescribeAlertInput) GoString() string + func (s DescribeAlertInput) String() string + type DescribeAlertOutput struct + Alert *Alert + func (s *DescribeAlertOutput) SetAlert(v *Alert) *DescribeAlertOutput + func (s DescribeAlertOutput) GoString() string + func (s DescribeAlertOutput) String() string + type DescribeAnomalyDetectionExecutionsInput struct + AnomalyDetectorArn *string + MaxResults *int64 + NextToken *string + Timestamp *string + func (s *DescribeAnomalyDetectionExecutionsInput) SetAnomalyDetectorArn(v string) *DescribeAnomalyDetectionExecutionsInput + func (s *DescribeAnomalyDetectionExecutionsInput) SetMaxResults(v int64) *DescribeAnomalyDetectionExecutionsInput + func (s *DescribeAnomalyDetectionExecutionsInput) SetNextToken(v string) *DescribeAnomalyDetectionExecutionsInput + func (s *DescribeAnomalyDetectionExecutionsInput) SetTimestamp(v string) *DescribeAnomalyDetectionExecutionsInput + func (s *DescribeAnomalyDetectionExecutionsInput) Validate() error + func (s DescribeAnomalyDetectionExecutionsInput) GoString() string + func (s DescribeAnomalyDetectionExecutionsInput) String() string + type DescribeAnomalyDetectionExecutionsOutput struct + ExecutionList []*ExecutionStatus + NextToken *string + func (s *DescribeAnomalyDetectionExecutionsOutput) SetExecutionList(v []*ExecutionStatus) *DescribeAnomalyDetectionExecutionsOutput + func (s *DescribeAnomalyDetectionExecutionsOutput) SetNextToken(v string) *DescribeAnomalyDetectionExecutionsOutput + func (s DescribeAnomalyDetectionExecutionsOutput) GoString() string + func (s DescribeAnomalyDetectionExecutionsOutput) String() string + type DescribeAnomalyDetectorInput struct + AnomalyDetectorArn *string + func (s *DescribeAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *DescribeAnomalyDetectorInput + func (s *DescribeAnomalyDetectorInput) Validate() error + func (s DescribeAnomalyDetectorInput) GoString() string + func (s DescribeAnomalyDetectorInput) String() string + type DescribeAnomalyDetectorOutput struct + AnomalyDetectorArn *string + AnomalyDetectorConfig *AnomalyDetectorConfigSummary + AnomalyDetectorDescription *string + AnomalyDetectorName *string + CreationTime *time.Time + FailureReason *string + FailureType *string + KmsKeyArn *string + LastModificationTime *time.Time + Status *string + func (s *DescribeAnomalyDetectorOutput) SetAnomalyDetectorArn(v string) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetAnomalyDetectorConfig(v *AnomalyDetectorConfigSummary) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetAnomalyDetectorDescription(v string) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetAnomalyDetectorName(v string) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetCreationTime(v time.Time) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetFailureReason(v string) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetFailureType(v string) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetKmsKeyArn(v string) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetLastModificationTime(v time.Time) *DescribeAnomalyDetectorOutput + func (s *DescribeAnomalyDetectorOutput) SetStatus(v string) *DescribeAnomalyDetectorOutput + func (s DescribeAnomalyDetectorOutput) GoString() string + func (s DescribeAnomalyDetectorOutput) String() string + type DescribeMetricSetInput struct + MetricSetArn *string + func (s *DescribeMetricSetInput) SetMetricSetArn(v string) *DescribeMetricSetInput + func (s *DescribeMetricSetInput) Validate() error + func (s DescribeMetricSetInput) GoString() string + func (s DescribeMetricSetInput) String() string + type DescribeMetricSetOutput struct + AnomalyDetectorArn *string + CreationTime *time.Time + DimensionFilterList []*MetricSetDimensionFilter + DimensionList []*string + LastModificationTime *time.Time + MetricList []*Metric + MetricSetArn *string + MetricSetDescription *string + MetricSetFrequency *string + MetricSetName *string + MetricSource *MetricSource + Offset *int64 + TimestampColumn *TimestampColumn + Timezone *string + func (s *DescribeMetricSetOutput) SetAnomalyDetectorArn(v string) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetCreationTime(v time.Time) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetDimensionFilterList(v []*MetricSetDimensionFilter) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetDimensionList(v []*string) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetLastModificationTime(v time.Time) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetMetricList(v []*Metric) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetMetricSetArn(v string) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetMetricSetDescription(v string) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetMetricSetFrequency(v string) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetMetricSetName(v string) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetMetricSource(v *MetricSource) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetOffset(v int64) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetTimestampColumn(v *TimestampColumn) *DescribeMetricSetOutput + func (s *DescribeMetricSetOutput) SetTimezone(v string) *DescribeMetricSetOutput + func (s DescribeMetricSetOutput) GoString() string + func (s DescribeMetricSetOutput) String() string + type DetectMetricSetConfigInput struct + AnomalyDetectorArn *string + AutoDetectionMetricSource *AutoDetectionMetricSource + func (s *DetectMetricSetConfigInput) SetAnomalyDetectorArn(v string) *DetectMetricSetConfigInput + func (s *DetectMetricSetConfigInput) SetAutoDetectionMetricSource(v *AutoDetectionMetricSource) *DetectMetricSetConfigInput + func (s *DetectMetricSetConfigInput) Validate() error + func (s DetectMetricSetConfigInput) GoString() string + func (s DetectMetricSetConfigInput) String() string + type DetectMetricSetConfigOutput struct + DetectedMetricSetConfig *DetectedMetricSetConfig + func (s *DetectMetricSetConfigOutput) SetDetectedMetricSetConfig(v *DetectedMetricSetConfig) *DetectMetricSetConfigOutput + func (s DetectMetricSetConfigOutput) GoString() string + func (s DetectMetricSetConfigOutput) String() string + type DetectedCsvFormatDescriptor struct + Charset *DetectedField + ContainsHeader *DetectedField + Delimiter *DetectedField + FileCompression *DetectedField + HeaderList *DetectedField + QuoteSymbol *DetectedField + func (s *DetectedCsvFormatDescriptor) SetCharset(v *DetectedField) *DetectedCsvFormatDescriptor + func (s *DetectedCsvFormatDescriptor) SetContainsHeader(v *DetectedField) *DetectedCsvFormatDescriptor + func (s *DetectedCsvFormatDescriptor) SetDelimiter(v *DetectedField) *DetectedCsvFormatDescriptor + func (s *DetectedCsvFormatDescriptor) SetFileCompression(v *DetectedField) *DetectedCsvFormatDescriptor + func (s *DetectedCsvFormatDescriptor) SetHeaderList(v *DetectedField) *DetectedCsvFormatDescriptor + func (s *DetectedCsvFormatDescriptor) SetQuoteSymbol(v *DetectedField) *DetectedCsvFormatDescriptor + func (s DetectedCsvFormatDescriptor) GoString() string + func (s DetectedCsvFormatDescriptor) String() string + type DetectedField struct + Confidence *string + Message *string + Value *AttributeValue + func (s *DetectedField) SetConfidence(v string) *DetectedField + func (s *DetectedField) SetMessage(v string) *DetectedField + func (s *DetectedField) SetValue(v *AttributeValue) *DetectedField + func (s DetectedField) GoString() string + func (s DetectedField) String() string + type DetectedFileFormatDescriptor struct + CsvFormatDescriptor *DetectedCsvFormatDescriptor + JsonFormatDescriptor *DetectedJsonFormatDescriptor + func (s *DetectedFileFormatDescriptor) SetCsvFormatDescriptor(v *DetectedCsvFormatDescriptor) *DetectedFileFormatDescriptor + func (s *DetectedFileFormatDescriptor) SetJsonFormatDescriptor(v *DetectedJsonFormatDescriptor) *DetectedFileFormatDescriptor + func (s DetectedFileFormatDescriptor) GoString() string + func (s DetectedFileFormatDescriptor) String() string + type DetectedJsonFormatDescriptor struct + Charset *DetectedField + FileCompression *DetectedField + func (s *DetectedJsonFormatDescriptor) SetCharset(v *DetectedField) *DetectedJsonFormatDescriptor + func (s *DetectedJsonFormatDescriptor) SetFileCompression(v *DetectedField) *DetectedJsonFormatDescriptor + func (s DetectedJsonFormatDescriptor) GoString() string + func (s DetectedJsonFormatDescriptor) String() string + type DetectedMetricSetConfig struct + MetricSetFrequency *DetectedField + MetricSource *DetectedMetricSource + Offset *DetectedField + func (s *DetectedMetricSetConfig) SetMetricSetFrequency(v *DetectedField) *DetectedMetricSetConfig + func (s *DetectedMetricSetConfig) SetMetricSource(v *DetectedMetricSource) *DetectedMetricSetConfig + func (s *DetectedMetricSetConfig) SetOffset(v *DetectedField) *DetectedMetricSetConfig + func (s DetectedMetricSetConfig) GoString() string + func (s DetectedMetricSetConfig) String() string + type DetectedMetricSource struct + S3SourceConfig *DetectedS3SourceConfig + func (s *DetectedMetricSource) SetS3SourceConfig(v *DetectedS3SourceConfig) *DetectedMetricSource + func (s DetectedMetricSource) GoString() string + func (s DetectedMetricSource) String() string + type DetectedS3SourceConfig struct + FileFormatDescriptor *DetectedFileFormatDescriptor + func (s *DetectedS3SourceConfig) SetFileFormatDescriptor(v *DetectedFileFormatDescriptor) *DetectedS3SourceConfig + func (s DetectedS3SourceConfig) GoString() string + func (s DetectedS3SourceConfig) String() string + type DimensionContribution struct + DimensionName *string + DimensionValueContributionList []*DimensionValueContribution + func (s *DimensionContribution) SetDimensionName(v string) *DimensionContribution + func (s *DimensionContribution) SetDimensionValueContributionList(v []*DimensionValueContribution) *DimensionContribution + func (s DimensionContribution) GoString() string + func (s DimensionContribution) String() string + type DimensionFilter struct + DimensionName *string + DimensionValueList []*string + func (s *DimensionFilter) SetDimensionName(v string) *DimensionFilter + func (s *DimensionFilter) SetDimensionValueList(v []*string) *DimensionFilter + func (s *DimensionFilter) Validate() error + func (s DimensionFilter) GoString() string + func (s DimensionFilter) String() string + type DimensionNameValue struct + DimensionName *string + DimensionValue *string + func (s *DimensionNameValue) SetDimensionName(v string) *DimensionNameValue + func (s *DimensionNameValue) SetDimensionValue(v string) *DimensionNameValue + func (s DimensionNameValue) GoString() string + func (s DimensionNameValue) String() string + type DimensionValueContribution struct + ContributionScore *float64 + DimensionValue *string + func (s *DimensionValueContribution) SetContributionScore(v float64) *DimensionValueContribution + func (s *DimensionValueContribution) SetDimensionValue(v string) *DimensionValueContribution + func (s DimensionValueContribution) GoString() string + func (s DimensionValueContribution) String() string + type ExecutionStatus struct + FailureReason *string + Status *string + Timestamp *string + func (s *ExecutionStatus) SetFailureReason(v string) *ExecutionStatus + func (s *ExecutionStatus) SetStatus(v string) *ExecutionStatus + func (s *ExecutionStatus) SetTimestamp(v string) *ExecutionStatus + func (s ExecutionStatus) GoString() string + func (s ExecutionStatus) String() string + type FileFormatDescriptor struct + CsvFormatDescriptor *CsvFormatDescriptor + JsonFormatDescriptor *JsonFormatDescriptor + func (s *FileFormatDescriptor) SetCsvFormatDescriptor(v *CsvFormatDescriptor) *FileFormatDescriptor + func (s *FileFormatDescriptor) SetJsonFormatDescriptor(v *JsonFormatDescriptor) *FileFormatDescriptor + func (s FileFormatDescriptor) GoString() string + func (s FileFormatDescriptor) String() string + type Filter struct + DimensionValue *string + FilterOperation *string + func (s *Filter) SetDimensionValue(v string) *Filter + func (s *Filter) SetFilterOperation(v string) *Filter + func (s Filter) GoString() string + func (s Filter) String() string + type GetAnomalyGroupInput struct + AnomalyDetectorArn *string + AnomalyGroupId *string + func (s *GetAnomalyGroupInput) SetAnomalyDetectorArn(v string) *GetAnomalyGroupInput + func (s *GetAnomalyGroupInput) SetAnomalyGroupId(v string) *GetAnomalyGroupInput + func (s *GetAnomalyGroupInput) Validate() error + func (s GetAnomalyGroupInput) GoString() string + func (s GetAnomalyGroupInput) String() string + type GetAnomalyGroupOutput struct + AnomalyGroup *AnomalyGroup + func (s *GetAnomalyGroupOutput) SetAnomalyGroup(v *AnomalyGroup) *GetAnomalyGroupOutput + func (s GetAnomalyGroupOutput) GoString() string + func (s GetAnomalyGroupOutput) String() string + type GetDataQualityMetricsInput struct + AnomalyDetectorArn *string + MetricSetArn *string + func (s *GetDataQualityMetricsInput) SetAnomalyDetectorArn(v string) *GetDataQualityMetricsInput + func (s *GetDataQualityMetricsInput) SetMetricSetArn(v string) *GetDataQualityMetricsInput + func (s *GetDataQualityMetricsInput) Validate() error + func (s GetDataQualityMetricsInput) GoString() string + func (s GetDataQualityMetricsInput) String() string + type GetDataQualityMetricsOutput struct + AnomalyDetectorDataQualityMetricList []*AnomalyDetectorDataQualityMetric + func (s *GetDataQualityMetricsOutput) SetAnomalyDetectorDataQualityMetricList(v []*AnomalyDetectorDataQualityMetric) *GetDataQualityMetricsOutput + func (s GetDataQualityMetricsOutput) GoString() string + func (s GetDataQualityMetricsOutput) String() string + type GetFeedbackInput struct + AnomalyDetectorArn *string + AnomalyGroupTimeSeriesFeedback *AnomalyGroupTimeSeries + MaxResults *int64 + NextToken *string + func (s *GetFeedbackInput) SetAnomalyDetectorArn(v string) *GetFeedbackInput + func (s *GetFeedbackInput) SetAnomalyGroupTimeSeriesFeedback(v *AnomalyGroupTimeSeries) *GetFeedbackInput + func (s *GetFeedbackInput) SetMaxResults(v int64) *GetFeedbackInput + func (s *GetFeedbackInput) SetNextToken(v string) *GetFeedbackInput + func (s *GetFeedbackInput) Validate() error + func (s GetFeedbackInput) GoString() string + func (s GetFeedbackInput) String() string + type GetFeedbackOutput struct + AnomalyGroupTimeSeriesFeedback []*TimeSeriesFeedback + NextToken *string + func (s *GetFeedbackOutput) SetAnomalyGroupTimeSeriesFeedback(v []*TimeSeriesFeedback) *GetFeedbackOutput + func (s *GetFeedbackOutput) SetNextToken(v string) *GetFeedbackOutput + func (s GetFeedbackOutput) GoString() string + func (s GetFeedbackOutput) String() string + type GetSampleDataInput struct + S3SourceConfig *SampleDataS3SourceConfig + func (s *GetSampleDataInput) SetS3SourceConfig(v *SampleDataS3SourceConfig) *GetSampleDataInput + func (s *GetSampleDataInput) Validate() error + func (s GetSampleDataInput) GoString() string + func (s GetSampleDataInput) String() string + type GetSampleDataOutput struct + HeaderValues []*string + SampleRows [][]*string + func (s *GetSampleDataOutput) SetHeaderValues(v []*string) *GetSampleDataOutput + func (s *GetSampleDataOutput) SetSampleRows(v [][]*string) *GetSampleDataOutput + func (s GetSampleDataOutput) GoString() string + func (s GetSampleDataOutput) String() string + type InterMetricImpactDetails struct + AnomalyGroupId *string + ContributionPercentage *float64 + MetricName *string + RelationshipType *string + func (s *InterMetricImpactDetails) SetAnomalyGroupId(v string) *InterMetricImpactDetails + func (s *InterMetricImpactDetails) SetContributionPercentage(v float64) *InterMetricImpactDetails + func (s *InterMetricImpactDetails) SetMetricName(v string) *InterMetricImpactDetails + func (s *InterMetricImpactDetails) SetRelationshipType(v string) *InterMetricImpactDetails + func (s InterMetricImpactDetails) GoString() string + func (s InterMetricImpactDetails) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ItemizedMetricStats struct + MetricName *string + OccurrenceCount *int64 + func (s *ItemizedMetricStats) SetMetricName(v string) *ItemizedMetricStats + func (s *ItemizedMetricStats) SetOccurrenceCount(v int64) *ItemizedMetricStats + func (s ItemizedMetricStats) GoString() string + func (s ItemizedMetricStats) String() string + type JsonFormatDescriptor struct + Charset *string + FileCompression *string + func (s *JsonFormatDescriptor) SetCharset(v string) *JsonFormatDescriptor + func (s *JsonFormatDescriptor) SetFileCompression(v string) *JsonFormatDescriptor + func (s JsonFormatDescriptor) GoString() string + func (s JsonFormatDescriptor) String() string + type LambdaConfiguration struct + LambdaArn *string + RoleArn *string + func (s *LambdaConfiguration) SetLambdaArn(v string) *LambdaConfiguration + func (s *LambdaConfiguration) SetRoleArn(v string) *LambdaConfiguration + func (s *LambdaConfiguration) Validate() error + func (s LambdaConfiguration) GoString() string + func (s LambdaConfiguration) String() string + type ListAlertsInput struct + AnomalyDetectorArn *string + MaxResults *int64 + NextToken *string + func (s *ListAlertsInput) SetAnomalyDetectorArn(v string) *ListAlertsInput + func (s *ListAlertsInput) SetMaxResults(v int64) *ListAlertsInput + func (s *ListAlertsInput) SetNextToken(v string) *ListAlertsInput + func (s *ListAlertsInput) Validate() error + func (s ListAlertsInput) GoString() string + func (s ListAlertsInput) String() string + type ListAlertsOutput struct + AlertSummaryList []*AlertSummary + NextToken *string + func (s *ListAlertsOutput) SetAlertSummaryList(v []*AlertSummary) *ListAlertsOutput + func (s *ListAlertsOutput) SetNextToken(v string) *ListAlertsOutput + func (s ListAlertsOutput) GoString() string + func (s ListAlertsOutput) String() string + type ListAnomalyDetectorsInput struct + MaxResults *int64 + NextToken *string + func (s *ListAnomalyDetectorsInput) SetMaxResults(v int64) *ListAnomalyDetectorsInput + func (s *ListAnomalyDetectorsInput) SetNextToken(v string) *ListAnomalyDetectorsInput + func (s *ListAnomalyDetectorsInput) Validate() error + func (s ListAnomalyDetectorsInput) GoString() string + func (s ListAnomalyDetectorsInput) String() string + type ListAnomalyDetectorsOutput struct + AnomalyDetectorSummaryList []*AnomalyDetectorSummary + NextToken *string + func (s *ListAnomalyDetectorsOutput) SetAnomalyDetectorSummaryList(v []*AnomalyDetectorSummary) *ListAnomalyDetectorsOutput + func (s *ListAnomalyDetectorsOutput) SetNextToken(v string) *ListAnomalyDetectorsOutput + func (s ListAnomalyDetectorsOutput) GoString() string + func (s ListAnomalyDetectorsOutput) String() string + type ListAnomalyGroupRelatedMetricsInput struct + AnomalyDetectorArn *string + AnomalyGroupId *string + MaxResults *int64 + NextToken *string + RelationshipTypeFilter *string + func (s *ListAnomalyGroupRelatedMetricsInput) SetAnomalyDetectorArn(v string) *ListAnomalyGroupRelatedMetricsInput + func (s *ListAnomalyGroupRelatedMetricsInput) SetAnomalyGroupId(v string) *ListAnomalyGroupRelatedMetricsInput + func (s *ListAnomalyGroupRelatedMetricsInput) SetMaxResults(v int64) *ListAnomalyGroupRelatedMetricsInput + func (s *ListAnomalyGroupRelatedMetricsInput) SetNextToken(v string) *ListAnomalyGroupRelatedMetricsInput + func (s *ListAnomalyGroupRelatedMetricsInput) SetRelationshipTypeFilter(v string) *ListAnomalyGroupRelatedMetricsInput + func (s *ListAnomalyGroupRelatedMetricsInput) Validate() error + func (s ListAnomalyGroupRelatedMetricsInput) GoString() string + func (s ListAnomalyGroupRelatedMetricsInput) String() string + type ListAnomalyGroupRelatedMetricsOutput struct + InterMetricImpactList []*InterMetricImpactDetails + NextToken *string + func (s *ListAnomalyGroupRelatedMetricsOutput) SetInterMetricImpactList(v []*InterMetricImpactDetails) *ListAnomalyGroupRelatedMetricsOutput + func (s *ListAnomalyGroupRelatedMetricsOutput) SetNextToken(v string) *ListAnomalyGroupRelatedMetricsOutput + func (s ListAnomalyGroupRelatedMetricsOutput) GoString() string + func (s ListAnomalyGroupRelatedMetricsOutput) String() string + type ListAnomalyGroupSummariesInput struct + AnomalyDetectorArn *string + MaxResults *int64 + NextToken *string + SensitivityThreshold *int64 + func (s *ListAnomalyGroupSummariesInput) SetAnomalyDetectorArn(v string) *ListAnomalyGroupSummariesInput + func (s *ListAnomalyGroupSummariesInput) SetMaxResults(v int64) *ListAnomalyGroupSummariesInput + func (s *ListAnomalyGroupSummariesInput) SetNextToken(v string) *ListAnomalyGroupSummariesInput + func (s *ListAnomalyGroupSummariesInput) SetSensitivityThreshold(v int64) *ListAnomalyGroupSummariesInput + func (s *ListAnomalyGroupSummariesInput) Validate() error + func (s ListAnomalyGroupSummariesInput) GoString() string + func (s ListAnomalyGroupSummariesInput) String() string + type ListAnomalyGroupSummariesOutput struct + AnomalyGroupStatistics *AnomalyGroupStatistics + AnomalyGroupSummaryList []*AnomalyGroupSummary + NextToken *string + func (s *ListAnomalyGroupSummariesOutput) SetAnomalyGroupStatistics(v *AnomalyGroupStatistics) *ListAnomalyGroupSummariesOutput + func (s *ListAnomalyGroupSummariesOutput) SetAnomalyGroupSummaryList(v []*AnomalyGroupSummary) *ListAnomalyGroupSummariesOutput + func (s *ListAnomalyGroupSummariesOutput) SetNextToken(v string) *ListAnomalyGroupSummariesOutput + func (s ListAnomalyGroupSummariesOutput) GoString() string + func (s ListAnomalyGroupSummariesOutput) String() string + type ListAnomalyGroupTimeSeriesInput struct + AnomalyDetectorArn *string + AnomalyGroupId *string + MaxResults *int64 + MetricName *string + NextToken *string + func (s *ListAnomalyGroupTimeSeriesInput) SetAnomalyDetectorArn(v string) *ListAnomalyGroupTimeSeriesInput + func (s *ListAnomalyGroupTimeSeriesInput) SetAnomalyGroupId(v string) *ListAnomalyGroupTimeSeriesInput + func (s *ListAnomalyGroupTimeSeriesInput) SetMaxResults(v int64) *ListAnomalyGroupTimeSeriesInput + func (s *ListAnomalyGroupTimeSeriesInput) SetMetricName(v string) *ListAnomalyGroupTimeSeriesInput + func (s *ListAnomalyGroupTimeSeriesInput) SetNextToken(v string) *ListAnomalyGroupTimeSeriesInput + func (s *ListAnomalyGroupTimeSeriesInput) Validate() error + func (s ListAnomalyGroupTimeSeriesInput) GoString() string + func (s ListAnomalyGroupTimeSeriesInput) String() string + type ListAnomalyGroupTimeSeriesOutput struct + AnomalyGroupId *string + MetricName *string + NextToken *string + TimeSeriesList []*TimeSeries + TimestampList []*string + func (s *ListAnomalyGroupTimeSeriesOutput) SetAnomalyGroupId(v string) *ListAnomalyGroupTimeSeriesOutput + func (s *ListAnomalyGroupTimeSeriesOutput) SetMetricName(v string) *ListAnomalyGroupTimeSeriesOutput + func (s *ListAnomalyGroupTimeSeriesOutput) SetNextToken(v string) *ListAnomalyGroupTimeSeriesOutput + func (s *ListAnomalyGroupTimeSeriesOutput) SetTimeSeriesList(v []*TimeSeries) *ListAnomalyGroupTimeSeriesOutput + func (s *ListAnomalyGroupTimeSeriesOutput) SetTimestampList(v []*string) *ListAnomalyGroupTimeSeriesOutput + func (s ListAnomalyGroupTimeSeriesOutput) GoString() string + func (s ListAnomalyGroupTimeSeriesOutput) String() string + type ListMetricSetsInput struct + AnomalyDetectorArn *string + MaxResults *int64 + NextToken *string + func (s *ListMetricSetsInput) SetAnomalyDetectorArn(v string) *ListMetricSetsInput + func (s *ListMetricSetsInput) SetMaxResults(v int64) *ListMetricSetsInput + func (s *ListMetricSetsInput) SetNextToken(v string) *ListMetricSetsInput + func (s *ListMetricSetsInput) Validate() error + func (s ListMetricSetsInput) GoString() string + func (s ListMetricSetsInput) String() string + type ListMetricSetsOutput struct + MetricSetSummaryList []*MetricSetSummary + NextToken *string + func (s *ListMetricSetsOutput) SetMetricSetSummaryList(v []*MetricSetSummary) *ListMetricSetsOutput + func (s *ListMetricSetsOutput) SetNextToken(v string) *ListMetricSetsOutput + func (s ListMetricSetsOutput) GoString() string + func (s ListMetricSetsOutput) 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 map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type LookoutMetrics struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *LookoutMetrics + func (c *LookoutMetrics) ActivateAnomalyDetector(input *ActivateAnomalyDetectorInput) (*ActivateAnomalyDetectorOutput, error) + func (c *LookoutMetrics) ActivateAnomalyDetectorRequest(input *ActivateAnomalyDetectorInput) (req *request.Request, output *ActivateAnomalyDetectorOutput) + func (c *LookoutMetrics) ActivateAnomalyDetectorWithContext(ctx aws.Context, input *ActivateAnomalyDetectorInput, opts ...request.Option) (*ActivateAnomalyDetectorOutput, error) + func (c *LookoutMetrics) BackTestAnomalyDetector(input *BackTestAnomalyDetectorInput) (*BackTestAnomalyDetectorOutput, error) + func (c *LookoutMetrics) BackTestAnomalyDetectorRequest(input *BackTestAnomalyDetectorInput) (req *request.Request, output *BackTestAnomalyDetectorOutput) + func (c *LookoutMetrics) BackTestAnomalyDetectorWithContext(ctx aws.Context, input *BackTestAnomalyDetectorInput, opts ...request.Option) (*BackTestAnomalyDetectorOutput, error) + func (c *LookoutMetrics) CreateAlert(input *CreateAlertInput) (*CreateAlertOutput, error) + func (c *LookoutMetrics) CreateAlertRequest(input *CreateAlertInput) (req *request.Request, output *CreateAlertOutput) + func (c *LookoutMetrics) CreateAlertWithContext(ctx aws.Context, input *CreateAlertInput, opts ...request.Option) (*CreateAlertOutput, error) + func (c *LookoutMetrics) CreateAnomalyDetector(input *CreateAnomalyDetectorInput) (*CreateAnomalyDetectorOutput, error) + func (c *LookoutMetrics) CreateAnomalyDetectorRequest(input *CreateAnomalyDetectorInput) (req *request.Request, output *CreateAnomalyDetectorOutput) + func (c *LookoutMetrics) CreateAnomalyDetectorWithContext(ctx aws.Context, input *CreateAnomalyDetectorInput, opts ...request.Option) (*CreateAnomalyDetectorOutput, error) + func (c *LookoutMetrics) CreateMetricSet(input *CreateMetricSetInput) (*CreateMetricSetOutput, error) + func (c *LookoutMetrics) CreateMetricSetRequest(input *CreateMetricSetInput) (req *request.Request, output *CreateMetricSetOutput) + func (c *LookoutMetrics) CreateMetricSetWithContext(ctx aws.Context, input *CreateMetricSetInput, opts ...request.Option) (*CreateMetricSetOutput, error) + func (c *LookoutMetrics) DeactivateAnomalyDetector(input *DeactivateAnomalyDetectorInput) (*DeactivateAnomalyDetectorOutput, error) + func (c *LookoutMetrics) DeactivateAnomalyDetectorRequest(input *DeactivateAnomalyDetectorInput) (req *request.Request, output *DeactivateAnomalyDetectorOutput) + func (c *LookoutMetrics) DeactivateAnomalyDetectorWithContext(ctx aws.Context, input *DeactivateAnomalyDetectorInput, opts ...request.Option) (*DeactivateAnomalyDetectorOutput, error) + func (c *LookoutMetrics) DeleteAlert(input *DeleteAlertInput) (*DeleteAlertOutput, error) + func (c *LookoutMetrics) DeleteAlertRequest(input *DeleteAlertInput) (req *request.Request, output *DeleteAlertOutput) + func (c *LookoutMetrics) DeleteAlertWithContext(ctx aws.Context, input *DeleteAlertInput, opts ...request.Option) (*DeleteAlertOutput, error) + func (c *LookoutMetrics) DeleteAnomalyDetector(input *DeleteAnomalyDetectorInput) (*DeleteAnomalyDetectorOutput, error) + func (c *LookoutMetrics) DeleteAnomalyDetectorRequest(input *DeleteAnomalyDetectorInput) (req *request.Request, output *DeleteAnomalyDetectorOutput) + func (c *LookoutMetrics) DeleteAnomalyDetectorWithContext(ctx aws.Context, input *DeleteAnomalyDetectorInput, opts ...request.Option) (*DeleteAnomalyDetectorOutput, error) + func (c *LookoutMetrics) DescribeAlert(input *DescribeAlertInput) (*DescribeAlertOutput, error) + func (c *LookoutMetrics) DescribeAlertRequest(input *DescribeAlertInput) (req *request.Request, output *DescribeAlertOutput) + func (c *LookoutMetrics) DescribeAlertWithContext(ctx aws.Context, input *DescribeAlertInput, opts ...request.Option) (*DescribeAlertOutput, error) + func (c *LookoutMetrics) DescribeAnomalyDetectionExecutions(input *DescribeAnomalyDetectionExecutionsInput) (*DescribeAnomalyDetectionExecutionsOutput, error) + func (c *LookoutMetrics) DescribeAnomalyDetectionExecutionsPages(input *DescribeAnomalyDetectionExecutionsInput, ...) error + func (c *LookoutMetrics) DescribeAnomalyDetectionExecutionsPagesWithContext(ctx aws.Context, input *DescribeAnomalyDetectionExecutionsInput, ...) error + func (c *LookoutMetrics) DescribeAnomalyDetectionExecutionsRequest(input *DescribeAnomalyDetectionExecutionsInput) (req *request.Request, output *DescribeAnomalyDetectionExecutionsOutput) + func (c *LookoutMetrics) DescribeAnomalyDetectionExecutionsWithContext(ctx aws.Context, input *DescribeAnomalyDetectionExecutionsInput, ...) (*DescribeAnomalyDetectionExecutionsOutput, error) + func (c *LookoutMetrics) DescribeAnomalyDetector(input *DescribeAnomalyDetectorInput) (*DescribeAnomalyDetectorOutput, error) + func (c *LookoutMetrics) DescribeAnomalyDetectorRequest(input *DescribeAnomalyDetectorInput) (req *request.Request, output *DescribeAnomalyDetectorOutput) + func (c *LookoutMetrics) DescribeAnomalyDetectorWithContext(ctx aws.Context, input *DescribeAnomalyDetectorInput, opts ...request.Option) (*DescribeAnomalyDetectorOutput, error) + func (c *LookoutMetrics) DescribeMetricSet(input *DescribeMetricSetInput) (*DescribeMetricSetOutput, error) + func (c *LookoutMetrics) DescribeMetricSetRequest(input *DescribeMetricSetInput) (req *request.Request, output *DescribeMetricSetOutput) + func (c *LookoutMetrics) DescribeMetricSetWithContext(ctx aws.Context, input *DescribeMetricSetInput, opts ...request.Option) (*DescribeMetricSetOutput, error) + func (c *LookoutMetrics) DetectMetricSetConfig(input *DetectMetricSetConfigInput) (*DetectMetricSetConfigOutput, error) + func (c *LookoutMetrics) DetectMetricSetConfigRequest(input *DetectMetricSetConfigInput) (req *request.Request, output *DetectMetricSetConfigOutput) + func (c *LookoutMetrics) DetectMetricSetConfigWithContext(ctx aws.Context, input *DetectMetricSetConfigInput, opts ...request.Option) (*DetectMetricSetConfigOutput, error) + func (c *LookoutMetrics) GetAnomalyGroup(input *GetAnomalyGroupInput) (*GetAnomalyGroupOutput, error) + func (c *LookoutMetrics) GetAnomalyGroupRequest(input *GetAnomalyGroupInput) (req *request.Request, output *GetAnomalyGroupOutput) + func (c *LookoutMetrics) GetAnomalyGroupWithContext(ctx aws.Context, input *GetAnomalyGroupInput, opts ...request.Option) (*GetAnomalyGroupOutput, error) + func (c *LookoutMetrics) GetDataQualityMetrics(input *GetDataQualityMetricsInput) (*GetDataQualityMetricsOutput, error) + func (c *LookoutMetrics) GetDataQualityMetricsRequest(input *GetDataQualityMetricsInput) (req *request.Request, output *GetDataQualityMetricsOutput) + func (c *LookoutMetrics) GetDataQualityMetricsWithContext(ctx aws.Context, input *GetDataQualityMetricsInput, opts ...request.Option) (*GetDataQualityMetricsOutput, error) + func (c *LookoutMetrics) GetFeedback(input *GetFeedbackInput) (*GetFeedbackOutput, error) + func (c *LookoutMetrics) GetFeedbackPages(input *GetFeedbackInput, fn func(*GetFeedbackOutput, bool) bool) error + func (c *LookoutMetrics) GetFeedbackPagesWithContext(ctx aws.Context, input *GetFeedbackInput, ...) error + func (c *LookoutMetrics) GetFeedbackRequest(input *GetFeedbackInput) (req *request.Request, output *GetFeedbackOutput) + func (c *LookoutMetrics) GetFeedbackWithContext(ctx aws.Context, input *GetFeedbackInput, opts ...request.Option) (*GetFeedbackOutput, error) + func (c *LookoutMetrics) GetSampleData(input *GetSampleDataInput) (*GetSampleDataOutput, error) + func (c *LookoutMetrics) GetSampleDataRequest(input *GetSampleDataInput) (req *request.Request, output *GetSampleDataOutput) + func (c *LookoutMetrics) GetSampleDataWithContext(ctx aws.Context, input *GetSampleDataInput, opts ...request.Option) (*GetSampleDataOutput, error) + func (c *LookoutMetrics) ListAlerts(input *ListAlertsInput) (*ListAlertsOutput, error) + func (c *LookoutMetrics) ListAlertsPages(input *ListAlertsInput, fn func(*ListAlertsOutput, bool) bool) error + func (c *LookoutMetrics) ListAlertsPagesWithContext(ctx aws.Context, input *ListAlertsInput, fn func(*ListAlertsOutput, bool) bool, ...) error + func (c *LookoutMetrics) ListAlertsRequest(input *ListAlertsInput) (req *request.Request, output *ListAlertsOutput) + func (c *LookoutMetrics) ListAlertsWithContext(ctx aws.Context, input *ListAlertsInput, opts ...request.Option) (*ListAlertsOutput, error) + func (c *LookoutMetrics) ListAnomalyDetectors(input *ListAnomalyDetectorsInput) (*ListAnomalyDetectorsOutput, error) + func (c *LookoutMetrics) ListAnomalyDetectorsPages(input *ListAnomalyDetectorsInput, ...) error + func (c *LookoutMetrics) ListAnomalyDetectorsPagesWithContext(ctx aws.Context, input *ListAnomalyDetectorsInput, ...) error + func (c *LookoutMetrics) ListAnomalyDetectorsRequest(input *ListAnomalyDetectorsInput) (req *request.Request, output *ListAnomalyDetectorsOutput) + func (c *LookoutMetrics) ListAnomalyDetectorsWithContext(ctx aws.Context, input *ListAnomalyDetectorsInput, opts ...request.Option) (*ListAnomalyDetectorsOutput, error) + func (c *LookoutMetrics) ListAnomalyGroupRelatedMetrics(input *ListAnomalyGroupRelatedMetricsInput) (*ListAnomalyGroupRelatedMetricsOutput, error) + func (c *LookoutMetrics) ListAnomalyGroupRelatedMetricsPages(input *ListAnomalyGroupRelatedMetricsInput, ...) error + func (c *LookoutMetrics) ListAnomalyGroupRelatedMetricsPagesWithContext(ctx aws.Context, input *ListAnomalyGroupRelatedMetricsInput, ...) error + func (c *LookoutMetrics) ListAnomalyGroupRelatedMetricsRequest(input *ListAnomalyGroupRelatedMetricsInput) (req *request.Request, output *ListAnomalyGroupRelatedMetricsOutput) + func (c *LookoutMetrics) ListAnomalyGroupRelatedMetricsWithContext(ctx aws.Context, input *ListAnomalyGroupRelatedMetricsInput, ...) (*ListAnomalyGroupRelatedMetricsOutput, error) + func (c *LookoutMetrics) ListAnomalyGroupSummaries(input *ListAnomalyGroupSummariesInput) (*ListAnomalyGroupSummariesOutput, error) + func (c *LookoutMetrics) ListAnomalyGroupSummariesPages(input *ListAnomalyGroupSummariesInput, ...) error + func (c *LookoutMetrics) ListAnomalyGroupSummariesPagesWithContext(ctx aws.Context, input *ListAnomalyGroupSummariesInput, ...) error + func (c *LookoutMetrics) ListAnomalyGroupSummariesRequest(input *ListAnomalyGroupSummariesInput) (req *request.Request, output *ListAnomalyGroupSummariesOutput) + func (c *LookoutMetrics) ListAnomalyGroupSummariesWithContext(ctx aws.Context, input *ListAnomalyGroupSummariesInput, opts ...request.Option) (*ListAnomalyGroupSummariesOutput, error) + func (c *LookoutMetrics) ListAnomalyGroupTimeSeries(input *ListAnomalyGroupTimeSeriesInput) (*ListAnomalyGroupTimeSeriesOutput, error) + func (c *LookoutMetrics) ListAnomalyGroupTimeSeriesPages(input *ListAnomalyGroupTimeSeriesInput, ...) error + func (c *LookoutMetrics) ListAnomalyGroupTimeSeriesPagesWithContext(ctx aws.Context, input *ListAnomalyGroupTimeSeriesInput, ...) error + func (c *LookoutMetrics) ListAnomalyGroupTimeSeriesRequest(input *ListAnomalyGroupTimeSeriesInput) (req *request.Request, output *ListAnomalyGroupTimeSeriesOutput) + func (c *LookoutMetrics) ListAnomalyGroupTimeSeriesWithContext(ctx aws.Context, input *ListAnomalyGroupTimeSeriesInput, ...) (*ListAnomalyGroupTimeSeriesOutput, error) + func (c *LookoutMetrics) ListMetricSets(input *ListMetricSetsInput) (*ListMetricSetsOutput, error) + func (c *LookoutMetrics) ListMetricSetsPages(input *ListMetricSetsInput, fn func(*ListMetricSetsOutput, bool) bool) error + func (c *LookoutMetrics) ListMetricSetsPagesWithContext(ctx aws.Context, input *ListMetricSetsInput, ...) error + func (c *LookoutMetrics) ListMetricSetsRequest(input *ListMetricSetsInput) (req *request.Request, output *ListMetricSetsOutput) + func (c *LookoutMetrics) ListMetricSetsWithContext(ctx aws.Context, input *ListMetricSetsInput, opts ...request.Option) (*ListMetricSetsOutput, error) + func (c *LookoutMetrics) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *LookoutMetrics) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *LookoutMetrics) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *LookoutMetrics) PutFeedback(input *PutFeedbackInput) (*PutFeedbackOutput, error) + func (c *LookoutMetrics) PutFeedbackRequest(input *PutFeedbackInput) (req *request.Request, output *PutFeedbackOutput) + func (c *LookoutMetrics) PutFeedbackWithContext(ctx aws.Context, input *PutFeedbackInput, opts ...request.Option) (*PutFeedbackOutput, error) + func (c *LookoutMetrics) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *LookoutMetrics) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *LookoutMetrics) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *LookoutMetrics) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *LookoutMetrics) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *LookoutMetrics) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *LookoutMetrics) UpdateAlert(input *UpdateAlertInput) (*UpdateAlertOutput, error) + func (c *LookoutMetrics) UpdateAlertRequest(input *UpdateAlertInput) (req *request.Request, output *UpdateAlertOutput) + func (c *LookoutMetrics) UpdateAlertWithContext(ctx aws.Context, input *UpdateAlertInput, opts ...request.Option) (*UpdateAlertOutput, error) + func (c *LookoutMetrics) UpdateAnomalyDetector(input *UpdateAnomalyDetectorInput) (*UpdateAnomalyDetectorOutput, error) + func (c *LookoutMetrics) UpdateAnomalyDetectorRequest(input *UpdateAnomalyDetectorInput) (req *request.Request, output *UpdateAnomalyDetectorOutput) + func (c *LookoutMetrics) UpdateAnomalyDetectorWithContext(ctx aws.Context, input *UpdateAnomalyDetectorInput, opts ...request.Option) (*UpdateAnomalyDetectorOutput, error) + func (c *LookoutMetrics) UpdateMetricSet(input *UpdateMetricSetInput) (*UpdateMetricSetOutput, error) + func (c *LookoutMetrics) UpdateMetricSetRequest(input *UpdateMetricSetInput) (req *request.Request, output *UpdateMetricSetOutput) + func (c *LookoutMetrics) UpdateMetricSetWithContext(ctx aws.Context, input *UpdateMetricSetInput, opts ...request.Option) (*UpdateMetricSetOutput, error) + type Metric struct + AggregationFunction *string + MetricName *string + Namespace *string + func (s *Metric) SetAggregationFunction(v string) *Metric + func (s *Metric) SetMetricName(v string) *Metric + func (s *Metric) SetNamespace(v string) *Metric + func (s *Metric) Validate() error + func (s Metric) GoString() string + func (s Metric) String() string + type MetricLevelImpact struct + ContributionMatrix *ContributionMatrix + MetricName *string + NumTimeSeries *int64 + func (s *MetricLevelImpact) SetContributionMatrix(v *ContributionMatrix) *MetricLevelImpact + func (s *MetricLevelImpact) SetMetricName(v string) *MetricLevelImpact + func (s *MetricLevelImpact) SetNumTimeSeries(v int64) *MetricLevelImpact + func (s MetricLevelImpact) GoString() string + func (s MetricLevelImpact) String() string + type MetricSetDataQualityMetric struct + DataQualityMetricList []*DataQualityMetric + MetricSetArn *string + func (s *MetricSetDataQualityMetric) SetDataQualityMetricList(v []*DataQualityMetric) *MetricSetDataQualityMetric + func (s *MetricSetDataQualityMetric) SetMetricSetArn(v string) *MetricSetDataQualityMetric + func (s MetricSetDataQualityMetric) GoString() string + func (s MetricSetDataQualityMetric) String() string + type MetricSetDimensionFilter struct + FilterList []*Filter + Name *string + func (s *MetricSetDimensionFilter) SetFilterList(v []*Filter) *MetricSetDimensionFilter + func (s *MetricSetDimensionFilter) SetName(v string) *MetricSetDimensionFilter + func (s *MetricSetDimensionFilter) Validate() error + func (s MetricSetDimensionFilter) GoString() string + func (s MetricSetDimensionFilter) String() string + type MetricSetSummary struct + AnomalyDetectorArn *string + CreationTime *time.Time + LastModificationTime *time.Time + MetricSetArn *string + MetricSetDescription *string + MetricSetName *string + Tags map[string]*string + func (s *MetricSetSummary) SetAnomalyDetectorArn(v string) *MetricSetSummary + func (s *MetricSetSummary) SetCreationTime(v time.Time) *MetricSetSummary + func (s *MetricSetSummary) SetLastModificationTime(v time.Time) *MetricSetSummary + func (s *MetricSetSummary) SetMetricSetArn(v string) *MetricSetSummary + func (s *MetricSetSummary) SetMetricSetDescription(v string) *MetricSetSummary + func (s *MetricSetSummary) SetMetricSetName(v string) *MetricSetSummary + func (s *MetricSetSummary) SetTags(v map[string]*string) *MetricSetSummary + func (s MetricSetSummary) GoString() string + func (s MetricSetSummary) String() string + type MetricSource struct + AppFlowConfig *AppFlowConfig + AthenaSourceConfig *AthenaSourceConfig + CloudWatchConfig *CloudWatchConfig + RDSSourceConfig *RDSSourceConfig + RedshiftSourceConfig *RedshiftSourceConfig + S3SourceConfig *S3SourceConfig + func (s *MetricSource) SetAppFlowConfig(v *AppFlowConfig) *MetricSource + func (s *MetricSource) SetAthenaSourceConfig(v *AthenaSourceConfig) *MetricSource + func (s *MetricSource) SetCloudWatchConfig(v *CloudWatchConfig) *MetricSource + func (s *MetricSource) SetRDSSourceConfig(v *RDSSourceConfig) *MetricSource + func (s *MetricSource) SetRedshiftSourceConfig(v *RedshiftSourceConfig) *MetricSource + func (s *MetricSource) SetS3SourceConfig(v *S3SourceConfig) *MetricSource + func (s *MetricSource) Validate() error + func (s MetricSource) GoString() string + func (s MetricSource) String() string + type PutFeedbackInput struct + AnomalyDetectorArn *string + AnomalyGroupTimeSeriesFeedback *AnomalyGroupTimeSeriesFeedback + func (s *PutFeedbackInput) SetAnomalyDetectorArn(v string) *PutFeedbackInput + func (s *PutFeedbackInput) SetAnomalyGroupTimeSeriesFeedback(v *AnomalyGroupTimeSeriesFeedback) *PutFeedbackInput + func (s *PutFeedbackInput) Validate() error + func (s PutFeedbackInput) GoString() string + func (s PutFeedbackInput) String() string + type PutFeedbackOutput struct + func (s PutFeedbackOutput) GoString() string + func (s PutFeedbackOutput) String() string + type RDSSourceConfig struct + DBInstanceIdentifier *string + DatabaseHost *string + DatabaseName *string + DatabasePort *int64 + RoleArn *string + SecretManagerArn *string + TableName *string + VpcConfiguration *VpcConfiguration + func (s *RDSSourceConfig) SetDBInstanceIdentifier(v string) *RDSSourceConfig + func (s *RDSSourceConfig) SetDatabaseHost(v string) *RDSSourceConfig + func (s *RDSSourceConfig) SetDatabaseName(v string) *RDSSourceConfig + func (s *RDSSourceConfig) SetDatabasePort(v int64) *RDSSourceConfig + func (s *RDSSourceConfig) SetRoleArn(v string) *RDSSourceConfig + func (s *RDSSourceConfig) SetSecretManagerArn(v string) *RDSSourceConfig + func (s *RDSSourceConfig) SetTableName(v string) *RDSSourceConfig + func (s *RDSSourceConfig) SetVpcConfiguration(v *VpcConfiguration) *RDSSourceConfig + func (s *RDSSourceConfig) Validate() error + func (s RDSSourceConfig) GoString() string + func (s RDSSourceConfig) String() string + type RedshiftSourceConfig struct + ClusterIdentifier *string + DatabaseHost *string + DatabaseName *string + DatabasePort *int64 + RoleArn *string + SecretManagerArn *string + TableName *string + VpcConfiguration *VpcConfiguration + func (s *RedshiftSourceConfig) SetClusterIdentifier(v string) *RedshiftSourceConfig + func (s *RedshiftSourceConfig) SetDatabaseHost(v string) *RedshiftSourceConfig + func (s *RedshiftSourceConfig) SetDatabaseName(v string) *RedshiftSourceConfig + func (s *RedshiftSourceConfig) SetDatabasePort(v int64) *RedshiftSourceConfig + func (s *RedshiftSourceConfig) SetRoleArn(v string) *RedshiftSourceConfig + func (s *RedshiftSourceConfig) SetSecretManagerArn(v string) *RedshiftSourceConfig + func (s *RedshiftSourceConfig) SetTableName(v string) *RedshiftSourceConfig + func (s *RedshiftSourceConfig) SetVpcConfiguration(v *VpcConfiguration) *RedshiftSourceConfig + func (s *RedshiftSourceConfig) Validate() error + func (s RedshiftSourceConfig) GoString() string + func (s RedshiftSourceConfig) String() string + type ResourceNotFoundException struct + Message_ *string + ResourceId *string + ResourceType *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 S3SourceConfig struct + FileFormatDescriptor *FileFormatDescriptor + HistoricalDataPathList []*string + RoleArn *string + TemplatedPathList []*string + func (s *S3SourceConfig) SetFileFormatDescriptor(v *FileFormatDescriptor) *S3SourceConfig + func (s *S3SourceConfig) SetHistoricalDataPathList(v []*string) *S3SourceConfig + func (s *S3SourceConfig) SetRoleArn(v string) *S3SourceConfig + func (s *S3SourceConfig) SetTemplatedPathList(v []*string) *S3SourceConfig + func (s *S3SourceConfig) Validate() error + func (s S3SourceConfig) GoString() string + func (s S3SourceConfig) String() string + type SNSConfiguration struct + RoleArn *string + SnsFormat *string + SnsTopicArn *string + func (s *SNSConfiguration) SetRoleArn(v string) *SNSConfiguration + func (s *SNSConfiguration) SetSnsFormat(v string) *SNSConfiguration + func (s *SNSConfiguration) SetSnsTopicArn(v string) *SNSConfiguration + func (s *SNSConfiguration) Validate() error + func (s SNSConfiguration) GoString() string + func (s SNSConfiguration) String() string + type SampleDataS3SourceConfig struct + FileFormatDescriptor *FileFormatDescriptor + HistoricalDataPathList []*string + RoleArn *string + TemplatedPathList []*string + func (s *SampleDataS3SourceConfig) SetFileFormatDescriptor(v *FileFormatDescriptor) *SampleDataS3SourceConfig + func (s *SampleDataS3SourceConfig) SetHistoricalDataPathList(v []*string) *SampleDataS3SourceConfig + func (s *SampleDataS3SourceConfig) SetRoleArn(v string) *SampleDataS3SourceConfig + func (s *SampleDataS3SourceConfig) SetTemplatedPathList(v []*string) *SampleDataS3SourceConfig + func (s *SampleDataS3SourceConfig) Validate() error + func (s SampleDataS3SourceConfig) GoString() string + func (s SampleDataS3SourceConfig) String() string + type ServiceQuotaExceededException struct + Message_ *string + QuotaCode *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + ServiceCode *string + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *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 TimeSeries struct + DimensionList []*DimensionNameValue + MetricValueList []*float64 + TimeSeriesId *string + func (s *TimeSeries) SetDimensionList(v []*DimensionNameValue) *TimeSeries + func (s *TimeSeries) SetMetricValueList(v []*float64) *TimeSeries + func (s *TimeSeries) SetTimeSeriesId(v string) *TimeSeries + func (s TimeSeries) GoString() string + func (s TimeSeries) String() string + type TimeSeriesFeedback struct + IsAnomaly *bool + TimeSeriesId *string + func (s *TimeSeriesFeedback) SetIsAnomaly(v bool) *TimeSeriesFeedback + func (s *TimeSeriesFeedback) SetTimeSeriesId(v string) *TimeSeriesFeedback + func (s TimeSeriesFeedback) GoString() string + func (s TimeSeriesFeedback) String() string + type TimestampColumn struct + ColumnFormat *string + ColumnName *string + func (s *TimestampColumn) SetColumnFormat(v string) *TimestampColumn + func (s *TimestampColumn) SetColumnName(v string) *TimestampColumn + func (s *TimestampColumn) Validate() error + func (s TimestampColumn) GoString() string + func (s TimestampColumn) String() string + type TooManyRequestsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *TooManyRequestsException) Code() string + func (s *TooManyRequestsException) Error() string + func (s *TooManyRequestsException) Message() string + func (s *TooManyRequestsException) OrigErr() error + func (s *TooManyRequestsException) RequestID() string + func (s *TooManyRequestsException) StatusCode() int + func (s TooManyRequestsException) GoString() string + func (s TooManyRequestsException) 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 UpdateAlertInput struct + Action *Action + AlertArn *string + AlertDescription *string + AlertFilters *AlertFilters + AlertSensitivityThreshold *int64 + func (s *UpdateAlertInput) SetAction(v *Action) *UpdateAlertInput + func (s *UpdateAlertInput) SetAlertArn(v string) *UpdateAlertInput + func (s *UpdateAlertInput) SetAlertDescription(v string) *UpdateAlertInput + func (s *UpdateAlertInput) SetAlertFilters(v *AlertFilters) *UpdateAlertInput + func (s *UpdateAlertInput) SetAlertSensitivityThreshold(v int64) *UpdateAlertInput + func (s *UpdateAlertInput) Validate() error + func (s UpdateAlertInput) GoString() string + func (s UpdateAlertInput) String() string + type UpdateAlertOutput struct + AlertArn *string + func (s *UpdateAlertOutput) SetAlertArn(v string) *UpdateAlertOutput + func (s UpdateAlertOutput) GoString() string + func (s UpdateAlertOutput) String() string + type UpdateAnomalyDetectorInput struct + AnomalyDetectorArn *string + AnomalyDetectorConfig *AnomalyDetectorConfig + AnomalyDetectorDescription *string + KmsKeyArn *string + func (s *UpdateAnomalyDetectorInput) SetAnomalyDetectorArn(v string) *UpdateAnomalyDetectorInput + func (s *UpdateAnomalyDetectorInput) SetAnomalyDetectorConfig(v *AnomalyDetectorConfig) *UpdateAnomalyDetectorInput + func (s *UpdateAnomalyDetectorInput) SetAnomalyDetectorDescription(v string) *UpdateAnomalyDetectorInput + func (s *UpdateAnomalyDetectorInput) SetKmsKeyArn(v string) *UpdateAnomalyDetectorInput + func (s *UpdateAnomalyDetectorInput) Validate() error + func (s UpdateAnomalyDetectorInput) GoString() string + func (s UpdateAnomalyDetectorInput) String() string + type UpdateAnomalyDetectorOutput struct + AnomalyDetectorArn *string + func (s *UpdateAnomalyDetectorOutput) SetAnomalyDetectorArn(v string) *UpdateAnomalyDetectorOutput + func (s UpdateAnomalyDetectorOutput) GoString() string + func (s UpdateAnomalyDetectorOutput) String() string + type UpdateMetricSetInput struct + DimensionFilterList []*MetricSetDimensionFilter + DimensionList []*string + MetricList []*Metric + MetricSetArn *string + MetricSetDescription *string + MetricSetFrequency *string + MetricSource *MetricSource + Offset *int64 + TimestampColumn *TimestampColumn + func (s *UpdateMetricSetInput) SetDimensionFilterList(v []*MetricSetDimensionFilter) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) SetDimensionList(v []*string) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) SetMetricList(v []*Metric) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) SetMetricSetArn(v string) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) SetMetricSetDescription(v string) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) SetMetricSetFrequency(v string) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) SetMetricSource(v *MetricSource) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) SetOffset(v int64) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) SetTimestampColumn(v *TimestampColumn) *UpdateMetricSetInput + func (s *UpdateMetricSetInput) Validate() error + func (s UpdateMetricSetInput) GoString() string + func (s UpdateMetricSetInput) String() string + type UpdateMetricSetOutput struct + MetricSetArn *string + func (s *UpdateMetricSetOutput) SetMetricSetArn(v string) *UpdateMetricSetOutput + func (s UpdateMetricSetOutput) GoString() string + func (s UpdateMetricSetOutput) String() string + type ValidationException struct + Fields []*ValidationExceptionField + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ValidationExceptionField struct + Message *string + Name *string + func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField + func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField + func (s ValidationExceptionField) GoString() string + func (s ValidationExceptionField) String() string + type VpcConfiguration struct + SecurityGroupIdList []*string + SubnetIdList []*string + func (s *VpcConfiguration) SetSecurityGroupIdList(v []*string) *VpcConfiguration + func (s *VpcConfiguration) SetSubnetIdList(v []*string) *VpcConfiguration + func (s *VpcConfiguration) Validate() error + func (s VpcConfiguration) GoString() string + func (s VpcConfiguration) String() string