R/lookoutmetrics_interfaces.R

Defines functions update_metric_set_output update_metric_set_input update_anomaly_detector_output update_anomaly_detector_input update_alert_output update_alert_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input put_feedback_output put_feedback_input list_tags_for_resource_output list_tags_for_resource_input list_metric_sets_output list_metric_sets_input list_anomaly_group_time_series_output list_anomaly_group_time_series_input list_anomaly_group_summaries_output list_anomaly_group_summaries_input list_anomaly_group_related_metrics_output list_anomaly_group_related_metrics_input list_anomaly_detectors_output list_anomaly_detectors_input list_alerts_output list_alerts_input get_sample_data_output get_sample_data_input get_feedback_output get_feedback_input get_data_quality_metrics_output get_data_quality_metrics_input get_anomaly_group_output get_anomaly_group_input detect_metric_set_config_output detect_metric_set_config_input describe_metric_set_output describe_metric_set_input describe_anomaly_detector_output describe_anomaly_detector_input describe_anomaly_detection_executions_output describe_anomaly_detection_executions_input describe_alert_output describe_alert_input delete_anomaly_detector_output delete_anomaly_detector_input delete_alert_output delete_alert_input deactivate_anomaly_detector_output deactivate_anomaly_detector_input create_metric_set_output create_metric_set_input create_anomaly_detector_output create_anomaly_detector_input create_alert_output create_alert_input back_test_anomaly_detector_output back_test_anomaly_detector_input activate_anomaly_detector_output activate_anomaly_detector_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include lookoutmetrics_service.R
NULL

.lookoutmetrics$activate_anomaly_detector_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$activate_anomaly_detector_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$back_test_anomaly_detector_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$back_test_anomaly_detector_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$create_alert_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlertName = structure(logical(0), tags = list(type = "string")), AlertSensitivityThreshold = structure(logical(0), tags = list(type = "integer")), AlertDescription = structure(logical(0), tags = list(type = "string")), AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), Action = structure(list(SNSConfiguration = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), SnsTopicArn = structure(logical(0), tags = list(type = "string")), SnsFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaConfiguration = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AlertFilters = structure(list(MetricList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DimensionFilterList = structure(list(structure(list(DimensionName = structure(logical(0), tags = list(type = "string")), DimensionValueList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$create_alert_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlertArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$create_anomaly_detector_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorName = structure(logical(0), tags = list(type = "string")), AnomalyDetectorDescription = structure(logical(0), tags = list(type = "string")), AnomalyDetectorConfig = structure(list(AnomalyDetectorFrequency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$create_anomaly_detector_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$create_metric_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), MetricSetName = structure(logical(0), tags = list(type = "string")), MetricSetDescription = structure(logical(0), tags = list(type = "string")), MetricList = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(logical(0), tags = list(type = "string")), Namespace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Offset = structure(logical(0), tags = list(box = TRUE, type = "integer")), TimestampColumn = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DimensionList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MetricSetFrequency = structure(logical(0), tags = list(type = "string")), MetricSource = structure(list(S3SourceConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), TemplatedPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HistoricalDataPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FileFormatDescriptor = structure(list(CsvFormatDescriptor = structure(list(FileCompression = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string")), ContainsHeader = structure(logical(0), tags = list(type = "boolean")), Delimiter = structure(logical(0), tags = list(type = "string")), HeaderList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), QuoteSymbol = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonFormatDescriptor = structure(list(FileCompression = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AppFlowConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), FlowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CloudWatchConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), BackTestConfiguration = structure(list(RunBackTestMode = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), RDSSourceConfig = structure(list(DBInstanceIdentifier = structure(logical(0), tags = list(type = "string")), DatabaseHost = structure(logical(0), tags = list(type = "string")), DatabasePort = structure(logical(0), tags = list(box = TRUE, type = "integer")), SecretManagerArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(SubnetIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), RedshiftSourceConfig = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), DatabaseHost = structure(logical(0), tags = list(type = "string")), DatabasePort = structure(logical(0), tags = list(box = TRUE, type = "integer")), SecretManagerArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(SubnetIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AthenaSourceConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), DataCatalog = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), WorkGroupName = structure(logical(0), tags = list(type = "string")), S3ResultsPath = structure(logical(0), tags = list(type = "string")), BackTestConfiguration = structure(list(RunBackTestMode = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Timezone = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), DimensionFilterList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), FilterList = structure(list(structure(list(DimensionValue = structure(logical(0), tags = list(type = "string")), FilterOperation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$create_metric_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$deactivate_anomaly_detector_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$deactivate_anomaly_detector_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$delete_alert_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlertArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$delete_alert_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$delete_anomaly_detector_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$delete_anomaly_detector_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$describe_alert_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlertArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$describe_alert_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Alert = structure(list(Action = structure(list(SNSConfiguration = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), SnsTopicArn = structure(logical(0), tags = list(type = "string")), SnsFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaConfiguration = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AlertDescription = structure(logical(0), tags = list(type = "string")), AlertArn = structure(logical(0), tags = list(type = "string")), AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AlertName = structure(logical(0), tags = list(type = "string")), AlertSensitivityThreshold = structure(logical(0), tags = list(type = "integer")), AlertType = structure(logical(0), tags = list(type = "string")), AlertStatus = structure(logical(0), tags = list(type = "string")), LastModificationTime = structure(logical(0), tags = list(type = "timestamp")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), AlertFilters = structure(list(MetricList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DimensionFilterList = structure(list(structure(list(DimensionName = structure(logical(0), tags = list(type = "string")), DimensionValueList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$describe_anomaly_detection_executions_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), Timestamp = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$describe_anomaly_detection_executions_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ExecutionList = structure(list(structure(list(Timestamp = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), FailureReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$describe_anomaly_detector_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$describe_anomaly_detector_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AnomalyDetectorName = structure(logical(0), tags = list(type = "string")), AnomalyDetectorDescription = structure(logical(0), tags = list(type = "string")), AnomalyDetectorConfig = structure(list(AnomalyDetectorFrequency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), LastModificationTime = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), FailureReason = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), FailureType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$describe_metric_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$describe_metric_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricSetArn = structure(logical(0), tags = list(type = "string")), AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), MetricSetName = structure(logical(0), tags = list(type = "string")), MetricSetDescription = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), LastModificationTime = structure(logical(0), tags = list(type = "timestamp")), Offset = structure(logical(0), tags = list(box = TRUE, type = "integer")), MetricList = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(logical(0), tags = list(type = "string")), Namespace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TimestampColumn = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DimensionList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MetricSetFrequency = structure(logical(0), tags = list(type = "string")), Timezone = structure(logical(0), tags = list(type = "string")), MetricSource = structure(list(S3SourceConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), TemplatedPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HistoricalDataPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FileFormatDescriptor = structure(list(CsvFormatDescriptor = structure(list(FileCompression = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string")), ContainsHeader = structure(logical(0), tags = list(type = "boolean")), Delimiter = structure(logical(0), tags = list(type = "string")), HeaderList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), QuoteSymbol = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonFormatDescriptor = structure(list(FileCompression = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AppFlowConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), FlowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CloudWatchConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), BackTestConfiguration = structure(list(RunBackTestMode = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), RDSSourceConfig = structure(list(DBInstanceIdentifier = structure(logical(0), tags = list(type = "string")), DatabaseHost = structure(logical(0), tags = list(type = "string")), DatabasePort = structure(logical(0), tags = list(box = TRUE, type = "integer")), SecretManagerArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(SubnetIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), RedshiftSourceConfig = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), DatabaseHost = structure(logical(0), tags = list(type = "string")), DatabasePort = structure(logical(0), tags = list(box = TRUE, type = "integer")), SecretManagerArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(SubnetIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AthenaSourceConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), DataCatalog = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), WorkGroupName = structure(logical(0), tags = list(type = "string")), S3ResultsPath = structure(logical(0), tags = list(type = "string")), BackTestConfiguration = structure(list(RunBackTestMode = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DimensionFilterList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), FilterList = structure(list(structure(list(DimensionValue = structure(logical(0), tags = list(type = "string")), FilterOperation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$detect_metric_set_config_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AutoDetectionMetricSource = structure(list(S3SourceConfig = structure(list(TemplatedPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HistoricalDataPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$detect_metric_set_config_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DetectedMetricSetConfig = structure(list(Offset = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricSetFrequency = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricSource = structure(list(S3SourceConfig = structure(list(FileFormatDescriptor = structure(list(CsvFormatDescriptor = structure(list(FileCompression = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Charset = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContainsHeader = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Delimiter = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeaderList = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QuoteSymbol = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), JsonFormatDescriptor = structure(list(FileCompression = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Charset = structure(list(Value = structure(list(S = structure(logical(0), tags = list(type = "string")), N = structure(logical(0), tags = list(type = "string")), B = structure(logical(0), tags = list(type = "string")), SS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BS = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Confidence = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$get_anomaly_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyGroupId = structure(logical(0), tags = list(type = "string")), AnomalyDetectorArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$get_anomaly_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyGroup = structure(list(StartTime = structure(logical(0), tags = list(type = "string")), EndTime = structure(logical(0), tags = list(type = "string")), AnomalyGroupId = structure(logical(0), tags = list(type = "string")), AnomalyGroupScore = structure(logical(0), tags = list(type = "double")), PrimaryMetricName = structure(logical(0), tags = list(type = "string")), MetricLevelImpactList = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), NumTimeSeries = structure(logical(0), tags = list(type = "integer")), ContributionMatrix = structure(list(DimensionContributionList = structure(list(structure(list(DimensionName = structure(logical(0), tags = list(type = "string")), DimensionValueContributionList = structure(list(structure(list(DimensionValue = structure(logical(0), tags = list(type = "string")), ContributionScore = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$get_data_quality_metrics_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), MetricSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$get_data_quality_metrics_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorDataQualityMetricList = structure(list(structure(list(StartTimestamp = structure(logical(0), tags = list(type = "timestamp")), MetricSetDataQualityMetricList = structure(list(structure(list(MetricSetArn = structure(logical(0), tags = list(type = "string")), DataQualityMetricList = structure(list(structure(list(MetricType = structure(logical(0), tags = list(type = "string")), MetricDescription = structure(logical(0), tags = list(type = "string")), RelatedColumnName = structure(logical(0), tags = list(type = "string")), MetricValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$get_feedback_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AnomalyGroupTimeSeriesFeedback = structure(list(AnomalyGroupId = structure(logical(0), tags = list(type = "string")), TimeSeriesId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$get_feedback_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyGroupTimeSeriesFeedback = structure(list(structure(list(TimeSeriesId = structure(logical(0), tags = list(type = "string")), IsAnomaly = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$get_sample_data_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(S3SourceConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), TemplatedPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HistoricalDataPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FileFormatDescriptor = structure(list(CsvFormatDescriptor = structure(list(FileCompression = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string")), ContainsHeader = structure(logical(0), tags = list(type = "boolean")), Delimiter = structure(logical(0), tags = list(type = "string")), HeaderList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), QuoteSymbol = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonFormatDescriptor = structure(list(FileCompression = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$get_sample_data_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(HeaderValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SampleRows = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_alerts_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_alerts_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlertSummaryList = structure(list(structure(list(AlertArn = structure(logical(0), tags = list(type = "string")), AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AlertName = structure(logical(0), tags = list(type = "string")), AlertSensitivityThreshold = structure(logical(0), tags = list(type = "integer")), AlertType = structure(logical(0), tags = list(type = "string")), AlertStatus = structure(logical(0), tags = list(type = "string")), LastModificationTime = structure(logical(0), tags = list(type = "timestamp")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_anomaly_detectors_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_anomaly_detectors_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorSummaryList = structure(list(structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AnomalyDetectorName = structure(logical(0), tags = list(type = "string")), AnomalyDetectorDescription = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), LastModificationTime = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_anomaly_group_related_metrics_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AnomalyGroupId = structure(logical(0), tags = list(type = "string")), RelationshipTypeFilter = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_anomaly_group_related_metrics_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(InterMetricImpactList = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), AnomalyGroupId = structure(logical(0), tags = list(type = "string")), RelationshipType = structure(logical(0), tags = list(type = "string")), ContributionPercentage = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_anomaly_group_summaries_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), SensitivityThreshold = structure(logical(0), tags = list(type = "integer")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_anomaly_group_summaries_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyGroupSummaryList = structure(list(structure(list(StartTime = structure(logical(0), tags = list(type = "string")), EndTime = structure(logical(0), tags = list(type = "string")), AnomalyGroupId = structure(logical(0), tags = list(type = "string")), AnomalyGroupScore = structure(logical(0), tags = list(type = "double")), PrimaryMetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AnomalyGroupStatistics = structure(list(EvaluationStartDate = structure(logical(0), tags = list(type = "string")), TotalCount = structure(logical(0), tags = list(type = "integer")), ItemizedMetricStatsList = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), OccurrenceCount = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_anomaly_group_time_series_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AnomalyGroupId = structure(logical(0), tags = list(type = "string")), MetricName = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_anomaly_group_time_series_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyGroupId = structure(logical(0), tags = list(type = "string")), MetricName = structure(logical(0), tags = list(type = "string")), TimestampList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string")), TimeSeriesList = structure(list(structure(list(TimeSeriesId = structure(logical(0), tags = list(type = "string")), DimensionList = structure(list(structure(list(DimensionName = structure(logical(0), tags = list(type = "string")), DimensionValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MetricValueList = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_metric_sets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_metric_sets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricSetSummaryList = structure(list(structure(list(MetricSetArn = structure(logical(0), tags = list(type = "string")), AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), MetricSetDescription = structure(logical(0), tags = list(type = "string")), MetricSetName = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), LastModificationTime = structure(logical(0), tags = list(type = "timestamp")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_tags_for_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$list_tags_for_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "Tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$put_feedback_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), AnomalyGroupTimeSeriesFeedback = structure(list(AnomalyGroupId = structure(logical(0), tags = list(type = "string")), TimeSeriesId = structure(logical(0), tags = list(type = "string")), IsAnomaly = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$put_feedback_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resourceArn", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$tag_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resourceArn", type = "string")), TagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "tagKeys", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$untag_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$update_alert_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlertArn = structure(logical(0), tags = list(type = "string")), AlertDescription = structure(logical(0), tags = list(type = "string")), AlertSensitivityThreshold = structure(logical(0), tags = list(type = "integer")), Action = structure(list(SNSConfiguration = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), SnsTopicArn = structure(logical(0), tags = list(type = "string")), SnsFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaConfiguration = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AlertFilters = structure(list(MetricList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DimensionFilterList = structure(list(structure(list(DimensionName = structure(logical(0), tags = list(type = "string")), DimensionValueList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$update_alert_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlertArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$update_anomaly_detector_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), AnomalyDetectorDescription = structure(logical(0), tags = list(type = "string")), AnomalyDetectorConfig = structure(list(AnomalyDetectorFrequency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$update_anomaly_detector_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AnomalyDetectorArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$update_metric_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricSetArn = structure(logical(0), tags = list(type = "string")), MetricSetDescription = structure(logical(0), tags = list(type = "string")), MetricList = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(logical(0), tags = list(type = "string")), Namespace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Offset = structure(logical(0), tags = list(box = TRUE, type = "integer")), TimestampColumn = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DimensionList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MetricSetFrequency = structure(logical(0), tags = list(type = "string")), MetricSource = structure(list(S3SourceConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), TemplatedPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HistoricalDataPathList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FileFormatDescriptor = structure(list(CsvFormatDescriptor = structure(list(FileCompression = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string")), ContainsHeader = structure(logical(0), tags = list(type = "boolean")), Delimiter = structure(logical(0), tags = list(type = "string")), HeaderList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), QuoteSymbol = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonFormatDescriptor = structure(list(FileCompression = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AppFlowConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), FlowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CloudWatchConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), BackTestConfiguration = structure(list(RunBackTestMode = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), RDSSourceConfig = structure(list(DBInstanceIdentifier = structure(logical(0), tags = list(type = "string")), DatabaseHost = structure(logical(0), tags = list(type = "string")), DatabasePort = structure(logical(0), tags = list(box = TRUE, type = "integer")), SecretManagerArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(SubnetIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), RedshiftSourceConfig = structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), DatabaseHost = structure(logical(0), tags = list(type = "string")), DatabasePort = structure(logical(0), tags = list(box = TRUE, type = "integer")), SecretManagerArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), VpcConfiguration = structure(list(SubnetIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIdList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AthenaSourceConfig = structure(list(RoleArn = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), DataCatalog = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), WorkGroupName = structure(logical(0), tags = list(type = "string")), S3ResultsPath = structure(logical(0), tags = list(type = "string")), BackTestConfiguration = structure(list(RunBackTestMode = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DimensionFilterList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), FilterList = structure(list(structure(list(DimensionValue = structure(logical(0), tags = list(type = "string")), FilterOperation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.lookoutmetrics$update_metric_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MetricSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.machine.learning package in your browser

Any scripts or data that you put into this service are public.

paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.