aws-sdk-lookoutmetrics 1.23.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lookoutmetrics/client.rb +1 -1
- data/lib/aws-sdk-lookoutmetrics/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-lookoutmetrics/types.rb +0 -895
- data/lib/aws-sdk-lookoutmetrics.rb +1 -1
- metadata +2 -2
@@ -26,21 +26,6 @@ module Aws::LookoutMetrics
|
|
26
26
|
# A configuration that specifies the action to perform when anomalies
|
27
27
|
# are detected.
|
28
28
|
#
|
29
|
-
# @note When making an API call, you may pass Action
|
30
|
-
# data as a hash:
|
31
|
-
#
|
32
|
-
# {
|
33
|
-
# sns_configuration: {
|
34
|
-
# role_arn: "Arn", # required
|
35
|
-
# sns_topic_arn: "Arn", # required
|
36
|
-
# sns_format: "LONG_TEXT", # accepts LONG_TEXT, SHORT_TEXT, JSON
|
37
|
-
# },
|
38
|
-
# lambda_configuration: {
|
39
|
-
# role_arn: "Arn", # required
|
40
|
-
# lambda_arn: "Arn", # required
|
41
|
-
# },
|
42
|
-
# }
|
43
|
-
#
|
44
29
|
# @!attribute [rw] sns_configuration
|
45
30
|
# A configuration for an Amazon SNS channel.
|
46
31
|
# @return [Types::SNSConfiguration]
|
@@ -58,13 +43,6 @@ module Aws::LookoutMetrics
|
|
58
43
|
include Aws::Structure
|
59
44
|
end
|
60
45
|
|
61
|
-
# @note When making an API call, you may pass ActivateAnomalyDetectorRequest
|
62
|
-
# data as a hash:
|
63
|
-
#
|
64
|
-
# {
|
65
|
-
# anomaly_detector_arn: "Arn", # required
|
66
|
-
# }
|
67
|
-
#
|
68
46
|
# @!attribute [rw] anomaly_detector_arn
|
69
47
|
# The ARN of the anomaly detector.
|
70
48
|
# @return [String]
|
@@ -148,19 +126,6 @@ module Aws::LookoutMetrics
|
|
148
126
|
|
149
127
|
# The configuration of the alert filters.
|
150
128
|
#
|
151
|
-
# @note When making an API call, you may pass AlertFilters
|
152
|
-
# data as a hash:
|
153
|
-
#
|
154
|
-
# {
|
155
|
-
# metric_list: ["MetricName"],
|
156
|
-
# dimension_filter_list: [
|
157
|
-
# {
|
158
|
-
# dimension_name: "ColumnName",
|
159
|
-
# dimension_value_list: ["DimensionValue"],
|
160
|
-
# },
|
161
|
-
# ],
|
162
|
-
# }
|
163
|
-
#
|
164
129
|
# @!attribute [rw] metric_list
|
165
130
|
# The list of measures that you want to get alerts for.
|
166
131
|
# @return [Array<String>]
|
@@ -239,13 +204,6 @@ module Aws::LookoutMetrics
|
|
239
204
|
|
240
205
|
# Contains information about a detector's configuration.
|
241
206
|
#
|
242
|
-
# @note When making an API call, you may pass AnomalyDetectorConfig
|
243
|
-
# data as a hash:
|
244
|
-
#
|
245
|
-
# {
|
246
|
-
# anomaly_detector_frequency: "P1D", # accepts P1D, PT1H, PT10M, PT5M
|
247
|
-
# }
|
248
|
-
#
|
249
207
|
# @!attribute [rw] anomaly_detector_frequency
|
250
208
|
# The frequency at which the detector analyzes its source data.
|
251
209
|
# @return [String]
|
@@ -440,14 +398,6 @@ module Aws::LookoutMetrics
|
|
440
398
|
|
441
399
|
# An anomalous metric in an anomaly group.
|
442
400
|
#
|
443
|
-
# @note When making an API call, you may pass AnomalyGroupTimeSeries
|
444
|
-
# data as a hash:
|
445
|
-
#
|
446
|
-
# {
|
447
|
-
# anomaly_group_id: "UUID", # required
|
448
|
-
# time_series_id: "TimeSeriesId",
|
449
|
-
# }
|
450
|
-
#
|
451
401
|
# @!attribute [rw] anomaly_group_id
|
452
402
|
# The ID of the anomaly group.
|
453
403
|
# @return [String]
|
@@ -467,15 +417,6 @@ module Aws::LookoutMetrics
|
|
467
417
|
|
468
418
|
# Feedback for an anomalous metric.
|
469
419
|
#
|
470
|
-
# @note When making an API call, you may pass AnomalyGroupTimeSeriesFeedback
|
471
|
-
# data as a hash:
|
472
|
-
#
|
473
|
-
# {
|
474
|
-
# anomaly_group_id: "UUID", # required
|
475
|
-
# time_series_id: "TimeSeriesId", # required
|
476
|
-
# is_anomaly: false, # required
|
477
|
-
# }
|
478
|
-
#
|
479
420
|
# @!attribute [rw] anomaly_group_id
|
480
421
|
# The ID of the anomaly group.
|
481
422
|
# @return [String]
|
@@ -500,14 +441,6 @@ module Aws::LookoutMetrics
|
|
500
441
|
|
501
442
|
# Details about an Amazon AppFlow flow datasource.
|
502
443
|
#
|
503
|
-
# @note When making an API call, you may pass AppFlowConfig
|
504
|
-
# data as a hash:
|
505
|
-
#
|
506
|
-
# {
|
507
|
-
# role_arn: "Arn",
|
508
|
-
# flow_name: "FlowName",
|
509
|
-
# }
|
510
|
-
#
|
511
444
|
# @!attribute [rw] role_arn
|
512
445
|
# An IAM role that gives Amazon Lookout for Metrics permission to
|
513
446
|
# access the flow.
|
@@ -528,21 +461,6 @@ module Aws::LookoutMetrics
|
|
528
461
|
|
529
462
|
# Details about an Amazon Athena datasource.
|
530
463
|
#
|
531
|
-
# @note When making an API call, you may pass AthenaSourceConfig
|
532
|
-
# data as a hash:
|
533
|
-
#
|
534
|
-
# {
|
535
|
-
# role_arn: "Arn",
|
536
|
-
# database_name: "AthenaDatabaseName",
|
537
|
-
# data_catalog: "AthenaDataCatalog",
|
538
|
-
# table_name: "AthenaTableName",
|
539
|
-
# work_group_name: "AthenaWorkGroupName",
|
540
|
-
# s3_results_path: "AthenaS3ResultsPath",
|
541
|
-
# back_test_configuration: {
|
542
|
-
# run_back_test_mode: false, # required
|
543
|
-
# },
|
544
|
-
# }
|
545
|
-
#
|
546
464
|
# @!attribute [rw] role_arn
|
547
465
|
# An IAM role that gives Amazon Lookout for Metrics permission to
|
548
466
|
# access the data.
|
@@ -627,16 +545,6 @@ module Aws::LookoutMetrics
|
|
627
545
|
|
628
546
|
# An auto detection metric source.
|
629
547
|
#
|
630
|
-
# @note When making an API call, you may pass AutoDetectionMetricSource
|
631
|
-
# data as a hash:
|
632
|
-
#
|
633
|
-
# {
|
634
|
-
# s3_source_config: {
|
635
|
-
# templated_path_list: ["TemplatedPath"],
|
636
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
637
|
-
# },
|
638
|
-
# }
|
639
|
-
#
|
640
548
|
# @!attribute [rw] s3_source_config
|
641
549
|
# The source's source config.
|
642
550
|
# @return [Types::AutoDetectionS3SourceConfig]
|
@@ -651,14 +559,6 @@ module Aws::LookoutMetrics
|
|
651
559
|
|
652
560
|
# An auto detection source config.
|
653
561
|
#
|
654
|
-
# @note When making an API call, you may pass AutoDetectionS3SourceConfig
|
655
|
-
# data as a hash:
|
656
|
-
#
|
657
|
-
# {
|
658
|
-
# templated_path_list: ["TemplatedPath"],
|
659
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
660
|
-
# }
|
661
|
-
#
|
662
562
|
# @!attribute [rw] templated_path_list
|
663
563
|
# The config's templated path list.
|
664
564
|
# @return [Array<String>]
|
@@ -676,13 +576,6 @@ module Aws::LookoutMetrics
|
|
676
576
|
include Aws::Structure
|
677
577
|
end
|
678
578
|
|
679
|
-
# @note When making an API call, you may pass BackTestAnomalyDetectorRequest
|
680
|
-
# data as a hash:
|
681
|
-
#
|
682
|
-
# {
|
683
|
-
# anomaly_detector_arn: "Arn", # required
|
684
|
-
# }
|
685
|
-
#
|
686
579
|
# @!attribute [rw] anomaly_detector_arn
|
687
580
|
# The Amazon Resource Name (ARN) of the anomaly detector.
|
688
581
|
# @return [String]
|
@@ -701,13 +594,6 @@ module Aws::LookoutMetrics
|
|
701
594
|
|
702
595
|
# Settings for backtest mode.
|
703
596
|
#
|
704
|
-
# @note When making an API call, you may pass BackTestConfiguration
|
705
|
-
# data as a hash:
|
706
|
-
#
|
707
|
-
# {
|
708
|
-
# run_back_test_mode: false, # required
|
709
|
-
# }
|
710
|
-
#
|
711
597
|
# @!attribute [rw] run_back_test_mode
|
712
598
|
# Run a backtest instead of monitoring new data.
|
713
599
|
# @return [Boolean]
|
@@ -722,16 +608,6 @@ module Aws::LookoutMetrics
|
|
722
608
|
|
723
609
|
# Details about an Amazon CloudWatch datasource.
|
724
610
|
#
|
725
|
-
# @note When making an API call, you may pass CloudWatchConfig
|
726
|
-
# data as a hash:
|
727
|
-
#
|
728
|
-
# {
|
729
|
-
# role_arn: "Arn",
|
730
|
-
# back_test_configuration: {
|
731
|
-
# run_back_test_mode: false, # required
|
732
|
-
# },
|
733
|
-
# }
|
734
|
-
#
|
735
611
|
# @!attribute [rw] role_arn
|
736
612
|
# An IAM role that gives Amazon Lookout for Metrics permission to
|
737
613
|
# access data in Amazon CloudWatch.
|
@@ -787,39 +663,6 @@ module Aws::LookoutMetrics
|
|
787
663
|
include Aws::Structure
|
788
664
|
end
|
789
665
|
|
790
|
-
# @note When making an API call, you may pass CreateAlertRequest
|
791
|
-
# data as a hash:
|
792
|
-
#
|
793
|
-
# {
|
794
|
-
# alert_name: "AlertName", # required
|
795
|
-
# alert_sensitivity_threshold: 1,
|
796
|
-
# alert_description: "AlertDescription",
|
797
|
-
# anomaly_detector_arn: "Arn", # required
|
798
|
-
# action: { # required
|
799
|
-
# sns_configuration: {
|
800
|
-
# role_arn: "Arn", # required
|
801
|
-
# sns_topic_arn: "Arn", # required
|
802
|
-
# sns_format: "LONG_TEXT", # accepts LONG_TEXT, SHORT_TEXT, JSON
|
803
|
-
# },
|
804
|
-
# lambda_configuration: {
|
805
|
-
# role_arn: "Arn", # required
|
806
|
-
# lambda_arn: "Arn", # required
|
807
|
-
# },
|
808
|
-
# },
|
809
|
-
# tags: {
|
810
|
-
# "TagKey" => "TagValue",
|
811
|
-
# },
|
812
|
-
# alert_filters: {
|
813
|
-
# metric_list: ["MetricName"],
|
814
|
-
# dimension_filter_list: [
|
815
|
-
# {
|
816
|
-
# dimension_name: "ColumnName",
|
817
|
-
# dimension_value_list: ["DimensionValue"],
|
818
|
-
# },
|
819
|
-
# ],
|
820
|
-
# },
|
821
|
-
# }
|
822
|
-
#
|
823
666
|
# @!attribute [rw] alert_name
|
824
667
|
# The name of the alert.
|
825
668
|
# @return [String]
|
@@ -879,21 +722,6 @@ module Aws::LookoutMetrics
|
|
879
722
|
include Aws::Structure
|
880
723
|
end
|
881
724
|
|
882
|
-
# @note When making an API call, you may pass CreateAnomalyDetectorRequest
|
883
|
-
# data as a hash:
|
884
|
-
#
|
885
|
-
# {
|
886
|
-
# anomaly_detector_name: "AnomalyDetectorName", # required
|
887
|
-
# anomaly_detector_description: "AnomalyDetectorDescription",
|
888
|
-
# anomaly_detector_config: { # required
|
889
|
-
# anomaly_detector_frequency: "P1D", # accepts P1D, PT1H, PT10M, PT5M
|
890
|
-
# },
|
891
|
-
# kms_key_arn: "KmsKeyArn",
|
892
|
-
# tags: {
|
893
|
-
# "TagKey" => "TagValue",
|
894
|
-
# },
|
895
|
-
# }
|
896
|
-
#
|
897
725
|
# @!attribute [rw] anomaly_detector_name
|
898
726
|
# The name of the detector.
|
899
727
|
# @return [String]
|
@@ -943,112 +771,6 @@ module Aws::LookoutMetrics
|
|
943
771
|
include Aws::Structure
|
944
772
|
end
|
945
773
|
|
946
|
-
# @note When making an API call, you may pass CreateMetricSetRequest
|
947
|
-
# data as a hash:
|
948
|
-
#
|
949
|
-
# {
|
950
|
-
# anomaly_detector_arn: "Arn", # required
|
951
|
-
# metric_set_name: "MetricSetName", # required
|
952
|
-
# metric_set_description: "MetricSetDescription",
|
953
|
-
# metric_list: [ # required
|
954
|
-
# {
|
955
|
-
# metric_name: "ColumnName", # required
|
956
|
-
# aggregation_function: "AVG", # required, accepts AVG, SUM
|
957
|
-
# namespace: "Namespace",
|
958
|
-
# },
|
959
|
-
# ],
|
960
|
-
# offset: 1,
|
961
|
-
# timestamp_column: {
|
962
|
-
# column_name: "ColumnName",
|
963
|
-
# column_format: "DateTimeFormat",
|
964
|
-
# },
|
965
|
-
# dimension_list: ["ColumnName"],
|
966
|
-
# metric_set_frequency: "P1D", # accepts P1D, PT1H, PT10M, PT5M
|
967
|
-
# metric_source: { # required
|
968
|
-
# s3_source_config: {
|
969
|
-
# role_arn: "Arn",
|
970
|
-
# templated_path_list: ["TemplatedPath"],
|
971
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
972
|
-
# file_format_descriptor: {
|
973
|
-
# csv_format_descriptor: {
|
974
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
975
|
-
# charset: "Charset",
|
976
|
-
# contains_header: false,
|
977
|
-
# delimiter: "Delimiter",
|
978
|
-
# header_list: ["ColumnName"],
|
979
|
-
# quote_symbol: "QuoteSymbol",
|
980
|
-
# },
|
981
|
-
# json_format_descriptor: {
|
982
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
983
|
-
# charset: "Charset",
|
984
|
-
# },
|
985
|
-
# },
|
986
|
-
# },
|
987
|
-
# app_flow_config: {
|
988
|
-
# role_arn: "Arn",
|
989
|
-
# flow_name: "FlowName",
|
990
|
-
# },
|
991
|
-
# cloud_watch_config: {
|
992
|
-
# role_arn: "Arn",
|
993
|
-
# back_test_configuration: {
|
994
|
-
# run_back_test_mode: false, # required
|
995
|
-
# },
|
996
|
-
# },
|
997
|
-
# rds_source_config: {
|
998
|
-
# db_instance_identifier: "RDSDatabaseIdentifier",
|
999
|
-
# database_host: "DatabaseHost",
|
1000
|
-
# database_port: 1,
|
1001
|
-
# secret_manager_arn: "PoirotSecretManagerArn",
|
1002
|
-
# database_name: "RDSDatabaseName",
|
1003
|
-
# table_name: "TableName",
|
1004
|
-
# role_arn: "Arn",
|
1005
|
-
# vpc_configuration: {
|
1006
|
-
# subnet_id_list: ["SubnetId"], # required
|
1007
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
1008
|
-
# },
|
1009
|
-
# },
|
1010
|
-
# redshift_source_config: {
|
1011
|
-
# cluster_identifier: "RedshiftClusterIdentifier",
|
1012
|
-
# database_host: "DatabaseHost",
|
1013
|
-
# database_port: 1,
|
1014
|
-
# secret_manager_arn: "PoirotSecretManagerArn",
|
1015
|
-
# database_name: "RedshiftDatabaseName",
|
1016
|
-
# table_name: "TableName",
|
1017
|
-
# role_arn: "Arn",
|
1018
|
-
# vpc_configuration: {
|
1019
|
-
# subnet_id_list: ["SubnetId"], # required
|
1020
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
1021
|
-
# },
|
1022
|
-
# },
|
1023
|
-
# athena_source_config: {
|
1024
|
-
# role_arn: "Arn",
|
1025
|
-
# database_name: "AthenaDatabaseName",
|
1026
|
-
# data_catalog: "AthenaDataCatalog",
|
1027
|
-
# table_name: "AthenaTableName",
|
1028
|
-
# work_group_name: "AthenaWorkGroupName",
|
1029
|
-
# s3_results_path: "AthenaS3ResultsPath",
|
1030
|
-
# back_test_configuration: {
|
1031
|
-
# run_back_test_mode: false, # required
|
1032
|
-
# },
|
1033
|
-
# },
|
1034
|
-
# },
|
1035
|
-
# timezone: "Timezone",
|
1036
|
-
# tags: {
|
1037
|
-
# "TagKey" => "TagValue",
|
1038
|
-
# },
|
1039
|
-
# dimension_filter_list: [
|
1040
|
-
# {
|
1041
|
-
# name: "ColumnName",
|
1042
|
-
# filter_list: [
|
1043
|
-
# {
|
1044
|
-
# dimension_value: "DimensionValue",
|
1045
|
-
# filter_operation: "EQUALS", # accepts EQUALS
|
1046
|
-
# },
|
1047
|
-
# ],
|
1048
|
-
# },
|
1049
|
-
# ],
|
1050
|
-
# }
|
1051
|
-
#
|
1052
774
|
# @!attribute [rw] anomaly_detector_arn
|
1053
775
|
# The ARN of the anomaly detector that will use the dataset.
|
1054
776
|
# @return [String]
|
@@ -1141,18 +863,6 @@ module Aws::LookoutMetrics
|
|
1141
863
|
# Contains information about how a source CSV data file should be
|
1142
864
|
# analyzed.
|
1143
865
|
#
|
1144
|
-
# @note When making an API call, you may pass CsvFormatDescriptor
|
1145
|
-
# data as a hash:
|
1146
|
-
#
|
1147
|
-
# {
|
1148
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
1149
|
-
# charset: "Charset",
|
1150
|
-
# contains_header: false,
|
1151
|
-
# delimiter: "Delimiter",
|
1152
|
-
# header_list: ["ColumnName"],
|
1153
|
-
# quote_symbol: "QuoteSymbol",
|
1154
|
-
# }
|
1155
|
-
#
|
1156
866
|
# @!attribute [rw] file_compression
|
1157
867
|
# The level of compression of the source CSV file.
|
1158
868
|
# @return [String]
|
@@ -1221,13 +931,6 @@ module Aws::LookoutMetrics
|
|
1221
931
|
include Aws::Structure
|
1222
932
|
end
|
1223
933
|
|
1224
|
-
# @note When making an API call, you may pass DeactivateAnomalyDetectorRequest
|
1225
|
-
# data as a hash:
|
1226
|
-
#
|
1227
|
-
# {
|
1228
|
-
# anomaly_detector_arn: "Arn", # required
|
1229
|
-
# }
|
1230
|
-
#
|
1231
934
|
# @!attribute [rw] anomaly_detector_arn
|
1232
935
|
# The Amazon Resource Name (ARN) of the anomaly detector.
|
1233
936
|
# @return [String]
|
@@ -1244,13 +947,6 @@ module Aws::LookoutMetrics
|
|
1244
947
|
#
|
1245
948
|
class DeactivateAnomalyDetectorResponse < Aws::EmptyStructure; end
|
1246
949
|
|
1247
|
-
# @note When making an API call, you may pass DeleteAlertRequest
|
1248
|
-
# data as a hash:
|
1249
|
-
#
|
1250
|
-
# {
|
1251
|
-
# alert_arn: "Arn", # required
|
1252
|
-
# }
|
1253
|
-
#
|
1254
950
|
# @!attribute [rw] alert_arn
|
1255
951
|
# The ARN of the alert to delete.
|
1256
952
|
# @return [String]
|
@@ -1267,13 +963,6 @@ module Aws::LookoutMetrics
|
|
1267
963
|
#
|
1268
964
|
class DeleteAlertResponse < Aws::EmptyStructure; end
|
1269
965
|
|
1270
|
-
# @note When making an API call, you may pass DeleteAnomalyDetectorRequest
|
1271
|
-
# data as a hash:
|
1272
|
-
#
|
1273
|
-
# {
|
1274
|
-
# anomaly_detector_arn: "Arn", # required
|
1275
|
-
# }
|
1276
|
-
#
|
1277
966
|
# @!attribute [rw] anomaly_detector_arn
|
1278
967
|
# The ARN of the detector to delete.
|
1279
968
|
# @return [String]
|
@@ -1290,13 +979,6 @@ module Aws::LookoutMetrics
|
|
1290
979
|
#
|
1291
980
|
class DeleteAnomalyDetectorResponse < Aws::EmptyStructure; end
|
1292
981
|
|
1293
|
-
# @note When making an API call, you may pass DescribeAlertRequest
|
1294
|
-
# data as a hash:
|
1295
|
-
#
|
1296
|
-
# {
|
1297
|
-
# alert_arn: "Arn", # required
|
1298
|
-
# }
|
1299
|
-
#
|
1300
982
|
# @!attribute [rw] alert_arn
|
1301
983
|
# The ARN of the alert to describe.
|
1302
984
|
# @return [String]
|
@@ -1321,16 +1003,6 @@ module Aws::LookoutMetrics
|
|
1321
1003
|
include Aws::Structure
|
1322
1004
|
end
|
1323
1005
|
|
1324
|
-
# @note When making an API call, you may pass DescribeAnomalyDetectionExecutionsRequest
|
1325
|
-
# data as a hash:
|
1326
|
-
#
|
1327
|
-
# {
|
1328
|
-
# anomaly_detector_arn: "Arn", # required
|
1329
|
-
# timestamp: "TimestampString",
|
1330
|
-
# max_results: 1,
|
1331
|
-
# next_token: "NextToken",
|
1332
|
-
# }
|
1333
|
-
#
|
1334
1006
|
# @!attribute [rw] anomaly_detector_arn
|
1335
1007
|
# The Amazon Resource Name (ARN) of the anomaly detector.
|
1336
1008
|
# @return [String]
|
@@ -1376,13 +1048,6 @@ module Aws::LookoutMetrics
|
|
1376
1048
|
include Aws::Structure
|
1377
1049
|
end
|
1378
1050
|
|
1379
|
-
# @note When making an API call, you may pass DescribeAnomalyDetectorRequest
|
1380
|
-
# data as a hash:
|
1381
|
-
#
|
1382
|
-
# {
|
1383
|
-
# anomaly_detector_arn: "Arn", # required
|
1384
|
-
# }
|
1385
|
-
#
|
1386
1051
|
# @!attribute [rw] anomaly_detector_arn
|
1387
1052
|
# The ARN of the detector to describe.
|
1388
1053
|
# @return [String]
|
@@ -1452,13 +1117,6 @@ module Aws::LookoutMetrics
|
|
1452
1117
|
include Aws::Structure
|
1453
1118
|
end
|
1454
1119
|
|
1455
|
-
# @note When making an API call, you may pass DescribeMetricSetRequest
|
1456
|
-
# data as a hash:
|
1457
|
-
#
|
1458
|
-
# {
|
1459
|
-
# metric_set_arn: "Arn", # required
|
1460
|
-
# }
|
1461
|
-
#
|
1462
1120
|
# @!attribute [rw] metric_set_arn
|
1463
1121
|
# The ARN of the dataset.
|
1464
1122
|
# @return [String]
|
@@ -1552,19 +1210,6 @@ module Aws::LookoutMetrics
|
|
1552
1210
|
include Aws::Structure
|
1553
1211
|
end
|
1554
1212
|
|
1555
|
-
# @note When making an API call, you may pass DetectMetricSetConfigRequest
|
1556
|
-
# data as a hash:
|
1557
|
-
#
|
1558
|
-
# {
|
1559
|
-
# anomaly_detector_arn: "Arn", # required
|
1560
|
-
# auto_detection_metric_source: { # required
|
1561
|
-
# s3_source_config: {
|
1562
|
-
# templated_path_list: ["TemplatedPath"],
|
1563
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
1564
|
-
# },
|
1565
|
-
# },
|
1566
|
-
# }
|
1567
|
-
#
|
1568
1213
|
# @!attribute [rw] anomaly_detector_arn
|
1569
1214
|
# An anomaly detector ARN.
|
1570
1215
|
# @return [String]
|
@@ -1768,14 +1413,6 @@ module Aws::LookoutMetrics
|
|
1768
1413
|
|
1769
1414
|
# The dimension filter, containing DimensionName and DimensionValueList.
|
1770
1415
|
#
|
1771
|
-
# @note When making an API call, you may pass DimensionFilter
|
1772
|
-
# data as a hash:
|
1773
|
-
#
|
1774
|
-
# {
|
1775
|
-
# dimension_name: "ColumnName",
|
1776
|
-
# dimension_value_list: ["DimensionValue"],
|
1777
|
-
# }
|
1778
|
-
#
|
1779
1416
|
# @!attribute [rw] dimension_name
|
1780
1417
|
# The name of the dimension to filter on.
|
1781
1418
|
# @return [String]
|
@@ -1858,24 +1495,6 @@ module Aws::LookoutMetrics
|
|
1858
1495
|
|
1859
1496
|
# Contains information about a source file's formatting.
|
1860
1497
|
#
|
1861
|
-
# @note When making an API call, you may pass FileFormatDescriptor
|
1862
|
-
# data as a hash:
|
1863
|
-
#
|
1864
|
-
# {
|
1865
|
-
# csv_format_descriptor: {
|
1866
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
1867
|
-
# charset: "Charset",
|
1868
|
-
# contains_header: false,
|
1869
|
-
# delimiter: "Delimiter",
|
1870
|
-
# header_list: ["ColumnName"],
|
1871
|
-
# quote_symbol: "QuoteSymbol",
|
1872
|
-
# },
|
1873
|
-
# json_format_descriptor: {
|
1874
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
1875
|
-
# charset: "Charset",
|
1876
|
-
# },
|
1877
|
-
# }
|
1878
|
-
#
|
1879
1498
|
# @!attribute [rw] csv_format_descriptor
|
1880
1499
|
# Contains information about how a source CSV data file should be
|
1881
1500
|
# analyzed.
|
@@ -1900,14 +1519,6 @@ module Aws::LookoutMetrics
|
|
1900
1519
|
# condition statement. The condition statement is specified in the
|
1901
1520
|
# `FilterOperation` object.
|
1902
1521
|
#
|
1903
|
-
# @note When making an API call, you may pass Filter
|
1904
|
-
# data as a hash:
|
1905
|
-
#
|
1906
|
-
# {
|
1907
|
-
# dimension_value: "DimensionValue",
|
1908
|
-
# filter_operation: "EQUALS", # accepts EQUALS
|
1909
|
-
# }
|
1910
|
-
#
|
1911
1522
|
# @!attribute [rw] dimension_value
|
1912
1523
|
# The value that you want to include in the filter.
|
1913
1524
|
# @return [String]
|
@@ -1925,14 +1536,6 @@ module Aws::LookoutMetrics
|
|
1925
1536
|
include Aws::Structure
|
1926
1537
|
end
|
1927
1538
|
|
1928
|
-
# @note When making an API call, you may pass GetAnomalyGroupRequest
|
1929
|
-
# data as a hash:
|
1930
|
-
#
|
1931
|
-
# {
|
1932
|
-
# anomaly_group_id: "UUID", # required
|
1933
|
-
# anomaly_detector_arn: "Arn", # required
|
1934
|
-
# }
|
1935
|
-
#
|
1936
1539
|
# @!attribute [rw] anomaly_group_id
|
1937
1540
|
# The ID of the anomaly group.
|
1938
1541
|
# @return [String]
|
@@ -1962,14 +1565,6 @@ module Aws::LookoutMetrics
|
|
1962
1565
|
include Aws::Structure
|
1963
1566
|
end
|
1964
1567
|
|
1965
|
-
# @note When making an API call, you may pass GetDataQualityMetricsRequest
|
1966
|
-
# data as a hash:
|
1967
|
-
#
|
1968
|
-
# {
|
1969
|
-
# anomaly_detector_arn: "Arn", # required
|
1970
|
-
# metric_set_arn: "Arn",
|
1971
|
-
# }
|
1972
|
-
#
|
1973
1568
|
# @!attribute [rw] anomaly_detector_arn
|
1974
1569
|
# The Amazon Resource Name (ARN) of the anomaly detector that you want
|
1975
1570
|
# to investigate.
|
@@ -2002,19 +1597,6 @@ module Aws::LookoutMetrics
|
|
2002
1597
|
include Aws::Structure
|
2003
1598
|
end
|
2004
1599
|
|
2005
|
-
# @note When making an API call, you may pass GetFeedbackRequest
|
2006
|
-
# data as a hash:
|
2007
|
-
#
|
2008
|
-
# {
|
2009
|
-
# anomaly_detector_arn: "Arn", # required
|
2010
|
-
# anomaly_group_time_series_feedback: { # required
|
2011
|
-
# anomaly_group_id: "UUID", # required
|
2012
|
-
# time_series_id: "TimeSeriesId",
|
2013
|
-
# },
|
2014
|
-
# max_results: 1,
|
2015
|
-
# next_token: "NextToken",
|
2016
|
-
# }
|
2017
|
-
#
|
2018
1600
|
# @!attribute [rw] anomaly_detector_arn
|
2019
1601
|
# The Amazon Resource Name (ARN) of the anomaly detector.
|
2020
1602
|
# @return [String]
|
@@ -2060,31 +1642,6 @@ module Aws::LookoutMetrics
|
|
2060
1642
|
include Aws::Structure
|
2061
1643
|
end
|
2062
1644
|
|
2063
|
-
# @note When making an API call, you may pass GetSampleDataRequest
|
2064
|
-
# data as a hash:
|
2065
|
-
#
|
2066
|
-
# {
|
2067
|
-
# s3_source_config: {
|
2068
|
-
# role_arn: "Arn", # required
|
2069
|
-
# templated_path_list: ["TemplatedPath"],
|
2070
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
2071
|
-
# file_format_descriptor: { # required
|
2072
|
-
# csv_format_descriptor: {
|
2073
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
2074
|
-
# charset: "Charset",
|
2075
|
-
# contains_header: false,
|
2076
|
-
# delimiter: "Delimiter",
|
2077
|
-
# header_list: ["ColumnName"],
|
2078
|
-
# quote_symbol: "QuoteSymbol",
|
2079
|
-
# },
|
2080
|
-
# json_format_descriptor: {
|
2081
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
2082
|
-
# charset: "Charset",
|
2083
|
-
# },
|
2084
|
-
# },
|
2085
|
-
# },
|
2086
|
-
# }
|
2087
|
-
#
|
2088
1645
|
# @!attribute [rw] s3_source_config
|
2089
1646
|
# A datasource bucket in Amazon S3.
|
2090
1647
|
# @return [Types::SampleDataS3SourceConfig]
|
@@ -2183,14 +1740,6 @@ module Aws::LookoutMetrics
|
|
2183
1740
|
# Contains information about how a source JSON data file should be
|
2184
1741
|
# analyzed.
|
2185
1742
|
#
|
2186
|
-
# @note When making an API call, you may pass JsonFormatDescriptor
|
2187
|
-
# data as a hash:
|
2188
|
-
#
|
2189
|
-
# {
|
2190
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
2191
|
-
# charset: "Charset",
|
2192
|
-
# }
|
2193
|
-
#
|
2194
1743
|
# @!attribute [rw] file_compression
|
2195
1744
|
# The level of compression of the source CSV file.
|
2196
1745
|
# @return [String]
|
@@ -2210,14 +1759,6 @@ module Aws::LookoutMetrics
|
|
2210
1759
|
|
2211
1760
|
# Contains information about a Lambda configuration.
|
2212
1761
|
#
|
2213
|
-
# @note When making an API call, you may pass LambdaConfiguration
|
2214
|
-
# data as a hash:
|
2215
|
-
#
|
2216
|
-
# {
|
2217
|
-
# role_arn: "Arn", # required
|
2218
|
-
# lambda_arn: "Arn", # required
|
2219
|
-
# }
|
2220
|
-
#
|
2221
1762
|
# @!attribute [rw] role_arn
|
2222
1763
|
# The ARN of an IAM role that has permission to invoke the Lambda
|
2223
1764
|
# function.
|
@@ -2236,15 +1777,6 @@ module Aws::LookoutMetrics
|
|
2236
1777
|
include Aws::Structure
|
2237
1778
|
end
|
2238
1779
|
|
2239
|
-
# @note When making an API call, you may pass ListAlertsRequest
|
2240
|
-
# data as a hash:
|
2241
|
-
#
|
2242
|
-
# {
|
2243
|
-
# anomaly_detector_arn: "Arn",
|
2244
|
-
# next_token: "NextToken",
|
2245
|
-
# max_results: 1,
|
2246
|
-
# }
|
2247
|
-
#
|
2248
1780
|
# @!attribute [rw] anomaly_detector_arn
|
2249
1781
|
# The ARN of the alert's detector.
|
2250
1782
|
# @return [String]
|
@@ -2288,14 +1820,6 @@ module Aws::LookoutMetrics
|
|
2288
1820
|
include Aws::Structure
|
2289
1821
|
end
|
2290
1822
|
|
2291
|
-
# @note When making an API call, you may pass ListAnomalyDetectorsRequest
|
2292
|
-
# data as a hash:
|
2293
|
-
#
|
2294
|
-
# {
|
2295
|
-
# max_results: 1,
|
2296
|
-
# next_token: "NextToken",
|
2297
|
-
# }
|
2298
|
-
#
|
2299
1823
|
# @!attribute [rw] max_results
|
2300
1824
|
# The maximum number of results to return.
|
2301
1825
|
# @return [Integer]
|
@@ -2333,17 +1857,6 @@ module Aws::LookoutMetrics
|
|
2333
1857
|
include Aws::Structure
|
2334
1858
|
end
|
2335
1859
|
|
2336
|
-
# @note When making an API call, you may pass ListAnomalyGroupRelatedMetricsRequest
|
2337
|
-
# data as a hash:
|
2338
|
-
#
|
2339
|
-
# {
|
2340
|
-
# anomaly_detector_arn: "Arn", # required
|
2341
|
-
# anomaly_group_id: "UUID", # required
|
2342
|
-
# relationship_type_filter: "CAUSE_OF_INPUT_ANOMALY_GROUP", # accepts CAUSE_OF_INPUT_ANOMALY_GROUP, EFFECT_OF_INPUT_ANOMALY_GROUP
|
2343
|
-
# max_results: 1,
|
2344
|
-
# next_token: "NextToken",
|
2345
|
-
# }
|
2346
|
-
#
|
2347
1860
|
# @!attribute [rw] anomaly_detector_arn
|
2348
1861
|
# The Amazon Resource Name (ARN) of the anomaly detector.
|
2349
1862
|
# @return [String]
|
@@ -2397,16 +1910,6 @@ module Aws::LookoutMetrics
|
|
2397
1910
|
include Aws::Structure
|
2398
1911
|
end
|
2399
1912
|
|
2400
|
-
# @note When making an API call, you may pass ListAnomalyGroupSummariesRequest
|
2401
|
-
# data as a hash:
|
2402
|
-
#
|
2403
|
-
# {
|
2404
|
-
# anomaly_detector_arn: "Arn", # required
|
2405
|
-
# sensitivity_threshold: 1, # required
|
2406
|
-
# max_results: 1,
|
2407
|
-
# next_token: "NextToken",
|
2408
|
-
# }
|
2409
|
-
#
|
2410
1913
|
# @!attribute [rw] anomaly_detector_arn
|
2411
1914
|
# The Amazon Resource Name (ARN) of the anomaly detector.
|
2412
1915
|
# @return [String]
|
@@ -2457,17 +1960,6 @@ module Aws::LookoutMetrics
|
|
2457
1960
|
include Aws::Structure
|
2458
1961
|
end
|
2459
1962
|
|
2460
|
-
# @note When making an API call, you may pass ListAnomalyGroupTimeSeriesRequest
|
2461
|
-
# data as a hash:
|
2462
|
-
#
|
2463
|
-
# {
|
2464
|
-
# anomaly_detector_arn: "Arn", # required
|
2465
|
-
# anomaly_group_id: "UUID", # required
|
2466
|
-
# metric_name: "MetricName", # required
|
2467
|
-
# max_results: 1,
|
2468
|
-
# next_token: "NextToken",
|
2469
|
-
# }
|
2470
|
-
#
|
2471
1963
|
# @!attribute [rw] anomaly_detector_arn
|
2472
1964
|
# The Amazon Resource Name (ARN) of the anomaly detector.
|
2473
1965
|
# @return [String]
|
@@ -2533,15 +2025,6 @@ module Aws::LookoutMetrics
|
|
2533
2025
|
include Aws::Structure
|
2534
2026
|
end
|
2535
2027
|
|
2536
|
-
# @note When making an API call, you may pass ListMetricSetsRequest
|
2537
|
-
# data as a hash:
|
2538
|
-
#
|
2539
|
-
# {
|
2540
|
-
# anomaly_detector_arn: "Arn",
|
2541
|
-
# max_results: 1,
|
2542
|
-
# next_token: "NextToken",
|
2543
|
-
# }
|
2544
|
-
#
|
2545
2028
|
# @!attribute [rw] anomaly_detector_arn
|
2546
2029
|
# The ARN of the anomaly detector containing the metrics sets to list.
|
2547
2030
|
# @return [String]
|
@@ -2586,13 +2069,6 @@ module Aws::LookoutMetrics
|
|
2586
2069
|
include Aws::Structure
|
2587
2070
|
end
|
2588
2071
|
|
2589
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
2590
|
-
# data as a hash:
|
2591
|
-
#
|
2592
|
-
# {
|
2593
|
-
# resource_arn: "Arn", # required
|
2594
|
-
# }
|
2595
|
-
#
|
2596
2072
|
# @!attribute [rw] resource_arn
|
2597
2073
|
# The resource's Amazon Resource Name (ARN).
|
2598
2074
|
# @return [String]
|
@@ -2620,15 +2096,6 @@ module Aws::LookoutMetrics
|
|
2620
2096
|
# A calculation made by contrasting a measure and a dimension from your
|
2621
2097
|
# source data.
|
2622
2098
|
#
|
2623
|
-
# @note When making an API call, you may pass Metric
|
2624
|
-
# data as a hash:
|
2625
|
-
#
|
2626
|
-
# {
|
2627
|
-
# metric_name: "ColumnName", # required
|
2628
|
-
# aggregation_function: "AVG", # required, accepts AVG, SUM
|
2629
|
-
# namespace: "Namespace",
|
2630
|
-
# }
|
2631
|
-
#
|
2632
2099
|
# @!attribute [rw] metric_name
|
2633
2100
|
# The name of the metric.
|
2634
2101
|
# @return [String]
|
@@ -2702,19 +2169,6 @@ module Aws::LookoutMetrics
|
|
2702
2169
|
# dimensions are joined with an AND operation and the values are joined
|
2703
2170
|
# with an OR operation.
|
2704
2171
|
#
|
2705
|
-
# @note When making an API call, you may pass MetricSetDimensionFilter
|
2706
|
-
# data as a hash:
|
2707
|
-
#
|
2708
|
-
# {
|
2709
|
-
# name: "ColumnName",
|
2710
|
-
# filter_list: [
|
2711
|
-
# {
|
2712
|
-
# dimension_value: "DimensionValue",
|
2713
|
-
# filter_operation: "EQUALS", # accepts EQUALS
|
2714
|
-
# },
|
2715
|
-
# ],
|
2716
|
-
# }
|
2717
|
-
#
|
2718
2172
|
# @!attribute [rw] name
|
2719
2173
|
# The dimension that you want to filter on.
|
2720
2174
|
# @return [String]
|
@@ -2782,78 +2236,6 @@ module Aws::LookoutMetrics
|
|
2782
2236
|
|
2783
2237
|
# Contains information about source data used to generate metrics.
|
2784
2238
|
#
|
2785
|
-
# @note When making an API call, you may pass MetricSource
|
2786
|
-
# data as a hash:
|
2787
|
-
#
|
2788
|
-
# {
|
2789
|
-
# s3_source_config: {
|
2790
|
-
# role_arn: "Arn",
|
2791
|
-
# templated_path_list: ["TemplatedPath"],
|
2792
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
2793
|
-
# file_format_descriptor: {
|
2794
|
-
# csv_format_descriptor: {
|
2795
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
2796
|
-
# charset: "Charset",
|
2797
|
-
# contains_header: false,
|
2798
|
-
# delimiter: "Delimiter",
|
2799
|
-
# header_list: ["ColumnName"],
|
2800
|
-
# quote_symbol: "QuoteSymbol",
|
2801
|
-
# },
|
2802
|
-
# json_format_descriptor: {
|
2803
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
2804
|
-
# charset: "Charset",
|
2805
|
-
# },
|
2806
|
-
# },
|
2807
|
-
# },
|
2808
|
-
# app_flow_config: {
|
2809
|
-
# role_arn: "Arn",
|
2810
|
-
# flow_name: "FlowName",
|
2811
|
-
# },
|
2812
|
-
# cloud_watch_config: {
|
2813
|
-
# role_arn: "Arn",
|
2814
|
-
# back_test_configuration: {
|
2815
|
-
# run_back_test_mode: false, # required
|
2816
|
-
# },
|
2817
|
-
# },
|
2818
|
-
# rds_source_config: {
|
2819
|
-
# db_instance_identifier: "RDSDatabaseIdentifier",
|
2820
|
-
# database_host: "DatabaseHost",
|
2821
|
-
# database_port: 1,
|
2822
|
-
# secret_manager_arn: "PoirotSecretManagerArn",
|
2823
|
-
# database_name: "RDSDatabaseName",
|
2824
|
-
# table_name: "TableName",
|
2825
|
-
# role_arn: "Arn",
|
2826
|
-
# vpc_configuration: {
|
2827
|
-
# subnet_id_list: ["SubnetId"], # required
|
2828
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
2829
|
-
# },
|
2830
|
-
# },
|
2831
|
-
# redshift_source_config: {
|
2832
|
-
# cluster_identifier: "RedshiftClusterIdentifier",
|
2833
|
-
# database_host: "DatabaseHost",
|
2834
|
-
# database_port: 1,
|
2835
|
-
# secret_manager_arn: "PoirotSecretManagerArn",
|
2836
|
-
# database_name: "RedshiftDatabaseName",
|
2837
|
-
# table_name: "TableName",
|
2838
|
-
# role_arn: "Arn",
|
2839
|
-
# vpc_configuration: {
|
2840
|
-
# subnet_id_list: ["SubnetId"], # required
|
2841
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
2842
|
-
# },
|
2843
|
-
# },
|
2844
|
-
# athena_source_config: {
|
2845
|
-
# role_arn: "Arn",
|
2846
|
-
# database_name: "AthenaDatabaseName",
|
2847
|
-
# data_catalog: "AthenaDataCatalog",
|
2848
|
-
# table_name: "AthenaTableName",
|
2849
|
-
# work_group_name: "AthenaWorkGroupName",
|
2850
|
-
# s3_results_path: "AthenaS3ResultsPath",
|
2851
|
-
# back_test_configuration: {
|
2852
|
-
# run_back_test_mode: false, # required
|
2853
|
-
# },
|
2854
|
-
# },
|
2855
|
-
# }
|
2856
|
-
#
|
2857
2239
|
# @!attribute [rw] s3_source_config
|
2858
2240
|
# Contains information about the configuration of the S3 bucket that
|
2859
2241
|
# contains source files.
|
@@ -2893,18 +2275,6 @@ module Aws::LookoutMetrics
|
|
2893
2275
|
include Aws::Structure
|
2894
2276
|
end
|
2895
2277
|
|
2896
|
-
# @note When making an API call, you may pass PutFeedbackRequest
|
2897
|
-
# data as a hash:
|
2898
|
-
#
|
2899
|
-
# {
|
2900
|
-
# anomaly_detector_arn: "Arn", # required
|
2901
|
-
# anomaly_group_time_series_feedback: { # required
|
2902
|
-
# anomaly_group_id: "UUID", # required
|
2903
|
-
# time_series_id: "TimeSeriesId", # required
|
2904
|
-
# is_anomaly: false, # required
|
2905
|
-
# },
|
2906
|
-
# }
|
2907
|
-
#
|
2908
2278
|
# @!attribute [rw] anomaly_detector_arn
|
2909
2279
|
# The Amazon Resource Name (ARN) of the anomaly detector.
|
2910
2280
|
# @return [String]
|
@@ -2929,23 +2299,6 @@ module Aws::LookoutMetrics
|
|
2929
2299
|
# Contains information about the Amazon Relational Database Service
|
2930
2300
|
# (RDS) configuration.
|
2931
2301
|
#
|
2932
|
-
# @note When making an API call, you may pass RDSSourceConfig
|
2933
|
-
# data as a hash:
|
2934
|
-
#
|
2935
|
-
# {
|
2936
|
-
# db_instance_identifier: "RDSDatabaseIdentifier",
|
2937
|
-
# database_host: "DatabaseHost",
|
2938
|
-
# database_port: 1,
|
2939
|
-
# secret_manager_arn: "PoirotSecretManagerArn",
|
2940
|
-
# database_name: "RDSDatabaseName",
|
2941
|
-
# table_name: "TableName",
|
2942
|
-
# role_arn: "Arn",
|
2943
|
-
# vpc_configuration: {
|
2944
|
-
# subnet_id_list: ["SubnetId"], # required
|
2945
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
2946
|
-
# },
|
2947
|
-
# }
|
2948
|
-
#
|
2949
2302
|
# @!attribute [rw] db_instance_identifier
|
2950
2303
|
# A string identifying the database instance.
|
2951
2304
|
# @return [String]
|
@@ -2996,23 +2349,6 @@ module Aws::LookoutMetrics
|
|
2996
2349
|
|
2997
2350
|
# Provides information about the Amazon Redshift database configuration.
|
2998
2351
|
#
|
2999
|
-
# @note When making an API call, you may pass RedshiftSourceConfig
|
3000
|
-
# data as a hash:
|
3001
|
-
#
|
3002
|
-
# {
|
3003
|
-
# cluster_identifier: "RedshiftClusterIdentifier",
|
3004
|
-
# database_host: "DatabaseHost",
|
3005
|
-
# database_port: 1,
|
3006
|
-
# secret_manager_arn: "PoirotSecretManagerArn",
|
3007
|
-
# database_name: "RedshiftDatabaseName",
|
3008
|
-
# table_name: "TableName",
|
3009
|
-
# role_arn: "Arn",
|
3010
|
-
# vpc_configuration: {
|
3011
|
-
# subnet_id_list: ["SubnetId"], # required
|
3012
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
3013
|
-
# },
|
3014
|
-
# }
|
3015
|
-
#
|
3016
2352
|
# @!attribute [rw] cluster_identifier
|
3017
2353
|
# A string identifying the Redshift cluster.
|
3018
2354
|
# @return [String]
|
@@ -3089,29 +2425,6 @@ module Aws::LookoutMetrics
|
|
3089
2425
|
# Contains information about the configuration of the S3 bucket that
|
3090
2426
|
# contains source files.
|
3091
2427
|
#
|
3092
|
-
# @note When making an API call, you may pass S3SourceConfig
|
3093
|
-
# data as a hash:
|
3094
|
-
#
|
3095
|
-
# {
|
3096
|
-
# role_arn: "Arn",
|
3097
|
-
# templated_path_list: ["TemplatedPath"],
|
3098
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
3099
|
-
# file_format_descriptor: {
|
3100
|
-
# csv_format_descriptor: {
|
3101
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
3102
|
-
# charset: "Charset",
|
3103
|
-
# contains_header: false,
|
3104
|
-
# delimiter: "Delimiter",
|
3105
|
-
# header_list: ["ColumnName"],
|
3106
|
-
# quote_symbol: "QuoteSymbol",
|
3107
|
-
# },
|
3108
|
-
# json_format_descriptor: {
|
3109
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
3110
|
-
# charset: "Charset",
|
3111
|
-
# },
|
3112
|
-
# },
|
3113
|
-
# }
|
3114
|
-
#
|
3115
2428
|
# @!attribute [rw] role_arn
|
3116
2429
|
# The ARN of an IAM role that has read and write access permissions to
|
3117
2430
|
# the source S3 bucket.
|
@@ -3143,15 +2456,6 @@ module Aws::LookoutMetrics
|
|
3143
2456
|
# Contains information about the SNS topic to which you want to send
|
3144
2457
|
# your alerts and the IAM role that has access to that topic.
|
3145
2458
|
#
|
3146
|
-
# @note When making an API call, you may pass SNSConfiguration
|
3147
|
-
# data as a hash:
|
3148
|
-
#
|
3149
|
-
# {
|
3150
|
-
# role_arn: "Arn", # required
|
3151
|
-
# sns_topic_arn: "Arn", # required
|
3152
|
-
# sns_format: "LONG_TEXT", # accepts LONG_TEXT, SHORT_TEXT, JSON
|
3153
|
-
# }
|
3154
|
-
#
|
3155
2459
|
# @!attribute [rw] role_arn
|
3156
2460
|
# The ARN of the IAM role that has access to the target SNS topic.
|
3157
2461
|
# @return [String]
|
@@ -3186,29 +2490,6 @@ module Aws::LookoutMetrics
|
|
3186
2490
|
|
3187
2491
|
# Contains information about the source configuration in Amazon S3.
|
3188
2492
|
#
|
3189
|
-
# @note When making an API call, you may pass SampleDataS3SourceConfig
|
3190
|
-
# data as a hash:
|
3191
|
-
#
|
3192
|
-
# {
|
3193
|
-
# role_arn: "Arn", # required
|
3194
|
-
# templated_path_list: ["TemplatedPath"],
|
3195
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
3196
|
-
# file_format_descriptor: { # required
|
3197
|
-
# csv_format_descriptor: {
|
3198
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
3199
|
-
# charset: "Charset",
|
3200
|
-
# contains_header: false,
|
3201
|
-
# delimiter: "Delimiter",
|
3202
|
-
# header_list: ["ColumnName"],
|
3203
|
-
# quote_symbol: "QuoteSymbol",
|
3204
|
-
# },
|
3205
|
-
# json_format_descriptor: {
|
3206
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
3207
|
-
# charset: "Charset",
|
3208
|
-
# },
|
3209
|
-
# },
|
3210
|
-
# }
|
3211
|
-
#
|
3212
2493
|
# @!attribute [rw] role_arn
|
3213
2494
|
# The Amazon Resource Name (ARN) of the role.
|
3214
2495
|
# @return [String]
|
@@ -3270,16 +2551,6 @@ module Aws::LookoutMetrics
|
|
3270
2551
|
include Aws::Structure
|
3271
2552
|
end
|
3272
2553
|
|
3273
|
-
# @note When making an API call, you may pass TagResourceRequest
|
3274
|
-
# data as a hash:
|
3275
|
-
#
|
3276
|
-
# {
|
3277
|
-
# resource_arn: "Arn", # required
|
3278
|
-
# tags: { # required
|
3279
|
-
# "TagKey" => "TagValue",
|
3280
|
-
# },
|
3281
|
-
# }
|
3282
|
-
#
|
3283
2554
|
# @!attribute [rw] resource_arn
|
3284
2555
|
# The resource's Amazon Resource Name (ARN).
|
3285
2556
|
# @return [String]
|
@@ -3350,14 +2621,6 @@ module Aws::LookoutMetrics
|
|
3350
2621
|
# Contains information about the column used to track time in a source
|
3351
2622
|
# data file.
|
3352
2623
|
#
|
3353
|
-
# @note When making an API call, you may pass TimestampColumn
|
3354
|
-
# data as a hash:
|
3355
|
-
#
|
3356
|
-
# {
|
3357
|
-
# column_name: "ColumnName",
|
3358
|
-
# column_format: "DateTimeFormat",
|
3359
|
-
# }
|
3360
|
-
#
|
3361
2624
|
# @!attribute [rw] column_name
|
3362
2625
|
# The name of the timestamp column.
|
3363
2626
|
# @return [String]
|
@@ -3389,14 +2652,6 @@ module Aws::LookoutMetrics
|
|
3389
2652
|
include Aws::Structure
|
3390
2653
|
end
|
3391
2654
|
|
3392
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
3393
|
-
# data as a hash:
|
3394
|
-
#
|
3395
|
-
# {
|
3396
|
-
# resource_arn: "Arn", # required
|
3397
|
-
# tag_keys: ["TagKey"], # required
|
3398
|
-
# }
|
3399
|
-
#
|
3400
2655
|
# @!attribute [rw] resource_arn
|
3401
2656
|
# The resource's Amazon Resource Name (ARN).
|
3402
2657
|
# @return [String]
|
@@ -3418,35 +2673,6 @@ module Aws::LookoutMetrics
|
|
3418
2673
|
#
|
3419
2674
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
3420
2675
|
|
3421
|
-
# @note When making an API call, you may pass UpdateAlertRequest
|
3422
|
-
# data as a hash:
|
3423
|
-
#
|
3424
|
-
# {
|
3425
|
-
# alert_arn: "Arn", # required
|
3426
|
-
# alert_description: "AlertDescription",
|
3427
|
-
# alert_sensitivity_threshold: 1,
|
3428
|
-
# action: {
|
3429
|
-
# sns_configuration: {
|
3430
|
-
# role_arn: "Arn", # required
|
3431
|
-
# sns_topic_arn: "Arn", # required
|
3432
|
-
# sns_format: "LONG_TEXT", # accepts LONG_TEXT, SHORT_TEXT, JSON
|
3433
|
-
# },
|
3434
|
-
# lambda_configuration: {
|
3435
|
-
# role_arn: "Arn", # required
|
3436
|
-
# lambda_arn: "Arn", # required
|
3437
|
-
# },
|
3438
|
-
# },
|
3439
|
-
# alert_filters: {
|
3440
|
-
# metric_list: ["MetricName"],
|
3441
|
-
# dimension_filter_list: [
|
3442
|
-
# {
|
3443
|
-
# dimension_name: "ColumnName",
|
3444
|
-
# dimension_value_list: ["DimensionValue"],
|
3445
|
-
# },
|
3446
|
-
# ],
|
3447
|
-
# },
|
3448
|
-
# }
|
3449
|
-
#
|
3450
2676
|
# @!attribute [rw] alert_arn
|
3451
2677
|
# The ARN of the alert to update.
|
3452
2678
|
# @return [String]
|
@@ -3492,18 +2718,6 @@ module Aws::LookoutMetrics
|
|
3492
2718
|
include Aws::Structure
|
3493
2719
|
end
|
3494
2720
|
|
3495
|
-
# @note When making an API call, you may pass UpdateAnomalyDetectorRequest
|
3496
|
-
# data as a hash:
|
3497
|
-
#
|
3498
|
-
# {
|
3499
|
-
# anomaly_detector_arn: "Arn", # required
|
3500
|
-
# kms_key_arn: "KmsKeyArn",
|
3501
|
-
# anomaly_detector_description: "AnomalyDetectorDescription",
|
3502
|
-
# anomaly_detector_config: {
|
3503
|
-
# anomaly_detector_frequency: "P1D", # accepts P1D, PT1H, PT10M, PT5M
|
3504
|
-
# },
|
3505
|
-
# }
|
3506
|
-
#
|
3507
2721
|
# @!attribute [rw] anomaly_detector_arn
|
3508
2722
|
# The ARN of the detector to update.
|
3509
2723
|
# @return [String]
|
@@ -3544,107 +2758,6 @@ module Aws::LookoutMetrics
|
|
3544
2758
|
include Aws::Structure
|
3545
2759
|
end
|
3546
2760
|
|
3547
|
-
# @note When making an API call, you may pass UpdateMetricSetRequest
|
3548
|
-
# data as a hash:
|
3549
|
-
#
|
3550
|
-
# {
|
3551
|
-
# metric_set_arn: "Arn", # required
|
3552
|
-
# metric_set_description: "MetricSetDescription",
|
3553
|
-
# metric_list: [
|
3554
|
-
# {
|
3555
|
-
# metric_name: "ColumnName", # required
|
3556
|
-
# aggregation_function: "AVG", # required, accepts AVG, SUM
|
3557
|
-
# namespace: "Namespace",
|
3558
|
-
# },
|
3559
|
-
# ],
|
3560
|
-
# offset: 1,
|
3561
|
-
# timestamp_column: {
|
3562
|
-
# column_name: "ColumnName",
|
3563
|
-
# column_format: "DateTimeFormat",
|
3564
|
-
# },
|
3565
|
-
# dimension_list: ["ColumnName"],
|
3566
|
-
# metric_set_frequency: "P1D", # accepts P1D, PT1H, PT10M, PT5M
|
3567
|
-
# metric_source: {
|
3568
|
-
# s3_source_config: {
|
3569
|
-
# role_arn: "Arn",
|
3570
|
-
# templated_path_list: ["TemplatedPath"],
|
3571
|
-
# historical_data_path_list: ["HistoricalDataPath"],
|
3572
|
-
# file_format_descriptor: {
|
3573
|
-
# csv_format_descriptor: {
|
3574
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
3575
|
-
# charset: "Charset",
|
3576
|
-
# contains_header: false,
|
3577
|
-
# delimiter: "Delimiter",
|
3578
|
-
# header_list: ["ColumnName"],
|
3579
|
-
# quote_symbol: "QuoteSymbol",
|
3580
|
-
# },
|
3581
|
-
# json_format_descriptor: {
|
3582
|
-
# file_compression: "NONE", # accepts NONE, GZIP
|
3583
|
-
# charset: "Charset",
|
3584
|
-
# },
|
3585
|
-
# },
|
3586
|
-
# },
|
3587
|
-
# app_flow_config: {
|
3588
|
-
# role_arn: "Arn",
|
3589
|
-
# flow_name: "FlowName",
|
3590
|
-
# },
|
3591
|
-
# cloud_watch_config: {
|
3592
|
-
# role_arn: "Arn",
|
3593
|
-
# back_test_configuration: {
|
3594
|
-
# run_back_test_mode: false, # required
|
3595
|
-
# },
|
3596
|
-
# },
|
3597
|
-
# rds_source_config: {
|
3598
|
-
# db_instance_identifier: "RDSDatabaseIdentifier",
|
3599
|
-
# database_host: "DatabaseHost",
|
3600
|
-
# database_port: 1,
|
3601
|
-
# secret_manager_arn: "PoirotSecretManagerArn",
|
3602
|
-
# database_name: "RDSDatabaseName",
|
3603
|
-
# table_name: "TableName",
|
3604
|
-
# role_arn: "Arn",
|
3605
|
-
# vpc_configuration: {
|
3606
|
-
# subnet_id_list: ["SubnetId"], # required
|
3607
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
3608
|
-
# },
|
3609
|
-
# },
|
3610
|
-
# redshift_source_config: {
|
3611
|
-
# cluster_identifier: "RedshiftClusterIdentifier",
|
3612
|
-
# database_host: "DatabaseHost",
|
3613
|
-
# database_port: 1,
|
3614
|
-
# secret_manager_arn: "PoirotSecretManagerArn",
|
3615
|
-
# database_name: "RedshiftDatabaseName",
|
3616
|
-
# table_name: "TableName",
|
3617
|
-
# role_arn: "Arn",
|
3618
|
-
# vpc_configuration: {
|
3619
|
-
# subnet_id_list: ["SubnetId"], # required
|
3620
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
3621
|
-
# },
|
3622
|
-
# },
|
3623
|
-
# athena_source_config: {
|
3624
|
-
# role_arn: "Arn",
|
3625
|
-
# database_name: "AthenaDatabaseName",
|
3626
|
-
# data_catalog: "AthenaDataCatalog",
|
3627
|
-
# table_name: "AthenaTableName",
|
3628
|
-
# work_group_name: "AthenaWorkGroupName",
|
3629
|
-
# s3_results_path: "AthenaS3ResultsPath",
|
3630
|
-
# back_test_configuration: {
|
3631
|
-
# run_back_test_mode: false, # required
|
3632
|
-
# },
|
3633
|
-
# },
|
3634
|
-
# },
|
3635
|
-
# dimension_filter_list: [
|
3636
|
-
# {
|
3637
|
-
# name: "ColumnName",
|
3638
|
-
# filter_list: [
|
3639
|
-
# {
|
3640
|
-
# dimension_value: "DimensionValue",
|
3641
|
-
# filter_operation: "EQUALS", # accepts EQUALS
|
3642
|
-
# },
|
3643
|
-
# ],
|
3644
|
-
# },
|
3645
|
-
# ],
|
3646
|
-
# }
|
3647
|
-
#
|
3648
2761
|
# @!attribute [rw] metric_set_arn
|
3649
2762
|
# The ARN of the dataset to update.
|
3650
2763
|
# @return [String]
|
@@ -3761,14 +2874,6 @@ module Aws::LookoutMetrics
|
|
3761
2874
|
# Contains configuration information about the Amazon Virtual Private
|
3762
2875
|
# Cloud (VPC).
|
3763
2876
|
#
|
3764
|
-
# @note When making an API call, you may pass VpcConfiguration
|
3765
|
-
# data as a hash:
|
3766
|
-
#
|
3767
|
-
# {
|
3768
|
-
# subnet_id_list: ["SubnetId"], # required
|
3769
|
-
# security_group_id_list: ["SecurityGroupId"], # required
|
3770
|
-
# }
|
3771
|
-
#
|
3772
2877
|
# @!attribute [rw] subnet_id_list
|
3773
2878
|
# An array of strings containing the Amazon VPC subnet IDs (e.g.,
|
3774
2879
|
# `subnet-0bb1c79de3EXAMPLE`.
|