aws-sdk-lookoutmetrics 1.1.0 → 1.5.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lookoutmetrics.rb +1 -1
- data/lib/aws-sdk-lookoutmetrics/client.rb +39 -7
- data/lib/aws-sdk-lookoutmetrics/types.rb +10 -7
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81d49c2e8955b8a7686727e9dcc8dc66d08462ca9ab4d773162b6bab7b8a6336
|
4
|
+
data.tar.gz: 2bf7c4cf3281f7ac247b065992f2acf2ae82b0dcffb299cfa4ae171b67d205fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 827cf40acf168fa3ed4c948b7ee35d734e58799f91f903b2053843f2a23f103b6f9ebbbd697e872920acd93bf2af2cb706255d4458ae1c6d036b2c28cfcc61c8
|
7
|
+
data.tar.gz: 52e599c8abe41bf172cc3c7b397a914937867e1809ce5105beca3232d1d42a69dcf8b4415b7e3e2ca679539d9c6b429377c2e741b653c2501f36a5515b3693d3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.5.0 (2021-07-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.4.0 (2021-06-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added "LEARNING" status for anomaly detector and updated description for "Offset" parameter in MetricSet APIs.
|
13
|
+
|
14
|
+
1.3.0 (2021-05-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Allowing dot(.) character in table name for RDS and Redshift as source connector.
|
18
|
+
|
19
|
+
1.2.0 (2021-05-07)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Enforcing UUID style for parameters that are already in UUID format today. Documentation specifying eventual consistency of lookoutmetrics resources.
|
23
|
+
|
4
24
|
1.1.0 (2021-03-26)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.5.0
|
@@ -503,8 +503,9 @@ module Aws::LookoutMetrics
|
|
503
503
|
# A list of metrics that the dataset will contain.
|
504
504
|
#
|
505
505
|
# @option params [Integer] :offset
|
506
|
-
# After an interval ends, the amount of
|
507
|
-
# before importing data.
|
506
|
+
# After an interval ends, the amount of seconds that the detector waits
|
507
|
+
# before importing data. Offset is only supported for S3 and Redshift
|
508
|
+
# datasources.
|
508
509
|
#
|
509
510
|
# @option params [Types::TimestampColumn] :timestamp_column
|
510
511
|
# Contains information about the column used for tracking time in your
|
@@ -675,6 +676,11 @@ module Aws::LookoutMetrics
|
|
675
676
|
|
676
677
|
# Describes an alert.
|
677
678
|
#
|
679
|
+
# Amazon Lookout for Metrics API actions are eventually consistent. If
|
680
|
+
# you do a read operation on a resource immediately after creating or
|
681
|
+
# modifying it, use retries to allow time for the write operation to
|
682
|
+
# complete.
|
683
|
+
#
|
678
684
|
# @option params [required, String] :alert_arn
|
679
685
|
# The ARN of the alert to describe.
|
680
686
|
#
|
@@ -764,6 +770,11 @@ module Aws::LookoutMetrics
|
|
764
770
|
|
765
771
|
# Describes a detector.
|
766
772
|
#
|
773
|
+
# Amazon Lookout for Metrics API actions are eventually consistent. If
|
774
|
+
# you do a read operation on a resource immediately after creating or
|
775
|
+
# modifying it, use retries to allow time for the write operation to
|
776
|
+
# complete.
|
777
|
+
#
|
767
778
|
# @option params [required, String] :anomaly_detector_arn
|
768
779
|
# The ARN of the detector to describe.
|
769
780
|
#
|
@@ -793,7 +804,7 @@ module Aws::LookoutMetrics
|
|
793
804
|
# resp.anomaly_detector_config.anomaly_detector_frequency #=> String, one of "P1D", "PT1H", "PT10M", "PT5M"
|
794
805
|
# resp.creation_time #=> Time
|
795
806
|
# resp.last_modification_time #=> Time
|
796
|
-
# resp.status #=> String, one of "ACTIVE", "ACTIVATING", "DELETING", "FAILED", "INACTIVE", "BACK_TEST_ACTIVATING", "BACK_TEST_ACTIVE", "BACK_TEST_COMPLETE"
|
807
|
+
# resp.status #=> String, one of "ACTIVE", "ACTIVATING", "DELETING", "FAILED", "INACTIVE", "LEARNING", "BACK_TEST_ACTIVATING", "BACK_TEST_ACTIVE", "BACK_TEST_COMPLETE"
|
797
808
|
# resp.failure_reason #=> String
|
798
809
|
# resp.kms_key_arn #=> String
|
799
810
|
#
|
@@ -808,6 +819,11 @@ module Aws::LookoutMetrics
|
|
808
819
|
|
809
820
|
# Describes a dataset.
|
810
821
|
#
|
822
|
+
# Amazon Lookout for Metrics API actions are eventually consistent. If
|
823
|
+
# you do a read operation on a resource immediately after creating or
|
824
|
+
# modifying it, use retries to allow time for the write operation to
|
825
|
+
# complete.
|
826
|
+
#
|
811
827
|
# @option params [required, String] :metric_set_arn
|
812
828
|
# The ARN of the dataset.
|
813
829
|
#
|
@@ -1048,6 +1064,11 @@ module Aws::LookoutMetrics
|
|
1048
1064
|
|
1049
1065
|
# Lists the alerts attached to a detector.
|
1050
1066
|
#
|
1067
|
+
# Amazon Lookout for Metrics API actions are eventually consistent. If
|
1068
|
+
# you do a read operation on a resource immediately after creating or
|
1069
|
+
# modifying it, use retries to allow time for the write operation to
|
1070
|
+
# complete.
|
1071
|
+
#
|
1051
1072
|
# @option params [String] :anomaly_detector_arn
|
1052
1073
|
# The ARN of the alert's detector.
|
1053
1074
|
#
|
@@ -1100,6 +1121,11 @@ module Aws::LookoutMetrics
|
|
1100
1121
|
|
1101
1122
|
# Lists the detectors in the current AWS Region.
|
1102
1123
|
#
|
1124
|
+
# Amazon Lookout for Metrics API actions are eventually consistent. If
|
1125
|
+
# you do a read operation on a resource immediately after creating or
|
1126
|
+
# modifying it, use retries to allow time for the write operation to
|
1127
|
+
# complete.
|
1128
|
+
#
|
1103
1129
|
# @option params [Integer] :max_results
|
1104
1130
|
# The maximum number of results to return.
|
1105
1131
|
#
|
@@ -1130,7 +1156,7 @@ module Aws::LookoutMetrics
|
|
1130
1156
|
# resp.anomaly_detector_summary_list[0].anomaly_detector_description #=> String
|
1131
1157
|
# resp.anomaly_detector_summary_list[0].creation_time #=> Time
|
1132
1158
|
# resp.anomaly_detector_summary_list[0].last_modification_time #=> Time
|
1133
|
-
# resp.anomaly_detector_summary_list[0].status #=> String, one of "ACTIVE", "ACTIVATING", "DELETING", "FAILED", "INACTIVE", "BACK_TEST_ACTIVATING", "BACK_TEST_ACTIVE", "BACK_TEST_COMPLETE"
|
1159
|
+
# resp.anomaly_detector_summary_list[0].status #=> String, one of "ACTIVE", "ACTIVATING", "DELETING", "FAILED", "INACTIVE", "LEARNING", "BACK_TEST_ACTIVATING", "BACK_TEST_ACTIVE", "BACK_TEST_COMPLETE"
|
1134
1160
|
# resp.anomaly_detector_summary_list[0].tags #=> Hash
|
1135
1161
|
# resp.anomaly_detector_summary_list[0].tags["TagKey"] #=> String
|
1136
1162
|
# resp.next_token #=> String
|
@@ -1264,6 +1290,11 @@ module Aws::LookoutMetrics
|
|
1264
1290
|
|
1265
1291
|
# Lists the datasets in the current AWS Region.
|
1266
1292
|
#
|
1293
|
+
# Amazon Lookout for Metrics API actions are eventually consistent. If
|
1294
|
+
# you do a read operation on a resource immediately after creating or
|
1295
|
+
# modifying it, use retries to allow time for the write operation to
|
1296
|
+
# complete.
|
1297
|
+
#
|
1267
1298
|
# @option params [String] :anomaly_detector_arn
|
1268
1299
|
# The ARN of the anomaly detector containing the metrics sets to list.
|
1269
1300
|
#
|
@@ -1494,8 +1525,9 @@ module Aws::LookoutMetrics
|
|
1494
1525
|
# The metric list.
|
1495
1526
|
#
|
1496
1527
|
# @option params [Integer] :offset
|
1497
|
-
# After an interval ends, the amount of
|
1498
|
-
# before importing data.
|
1528
|
+
# After an interval ends, the amount of seconds that the detector waits
|
1529
|
+
# before importing data. Offset is only supported for S3 and Redshift
|
1530
|
+
# datasources.
|
1499
1531
|
#
|
1500
1532
|
# @option params [Types::TimestampColumn] :timestamp_column
|
1501
1533
|
# The timestamp column.
|
@@ -1614,7 +1646,7 @@ module Aws::LookoutMetrics
|
|
1614
1646
|
params: params,
|
1615
1647
|
config: config)
|
1616
1648
|
context[:gem_name] = 'aws-sdk-lookoutmetrics'
|
1617
|
-
context[:gem_version] = '1.
|
1649
|
+
context[:gem_version] = '1.5.0'
|
1618
1650
|
Seahorse::Client::Request.new(handlers, context)
|
1619
1651
|
end
|
1620
1652
|
|
@@ -453,7 +453,7 @@ module Aws::LookoutMetrics
|
|
453
453
|
# @return [String]
|
454
454
|
#
|
455
455
|
# @!attribute [rw] flow_name
|
456
|
-
#
|
456
|
+
# name of the flow.
|
457
457
|
# @return [String]
|
458
458
|
#
|
459
459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lookoutmetrics-2017-07-25/AppFlowConfig AWS API Documentation
|
@@ -785,8 +785,9 @@ module Aws::LookoutMetrics
|
|
785
785
|
# @return [Array<Types::Metric>]
|
786
786
|
#
|
787
787
|
# @!attribute [rw] offset
|
788
|
-
# After an interval ends, the amount of
|
789
|
-
# before importing data.
|
788
|
+
# After an interval ends, the amount of seconds that the detector
|
789
|
+
# waits before importing data. Offset is only supported for S3 and
|
790
|
+
# Redshift datasources.
|
790
791
|
# @return [Integer]
|
791
792
|
#
|
792
793
|
# @!attribute [rw] timestamp_column
|
@@ -1149,7 +1150,8 @@ module Aws::LookoutMetrics
|
|
1149
1150
|
# @return [Time]
|
1150
1151
|
#
|
1151
1152
|
# @!attribute [rw] offset
|
1152
|
-
# The offset for
|
1153
|
+
# The offset in seconds. Only supported for S3 and Redshift
|
1154
|
+
# datasources.
|
1153
1155
|
# @return [Integer]
|
1154
1156
|
#
|
1155
1157
|
# @!attribute [rw] metric_list
|
@@ -2333,7 +2335,7 @@ module Aws::LookoutMetrics
|
|
2333
2335
|
# }
|
2334
2336
|
#
|
2335
2337
|
# @!attribute [rw] role_arn
|
2336
|
-
#
|
2338
|
+
# The ARN of the IAM role that has access to the target SNS topic.
|
2337
2339
|
# @return [String]
|
2338
2340
|
#
|
2339
2341
|
# @!attribute [rw] sns_topic_arn
|
@@ -2724,8 +2726,9 @@ module Aws::LookoutMetrics
|
|
2724
2726
|
# @return [Array<Types::Metric>]
|
2725
2727
|
#
|
2726
2728
|
# @!attribute [rw] offset
|
2727
|
-
# After an interval ends, the amount of
|
2728
|
-
# before importing data.
|
2729
|
+
# After an interval ends, the amount of seconds that the detector
|
2730
|
+
# waits before importing data. Offset is only supported for S3 and
|
2731
|
+
# Redshift datasources.
|
2729
2732
|
# @return [Integer]
|
2730
2733
|
#
|
2731
2734
|
# @!attribute [rw] timestamp_column
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lookoutmetrics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.118.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.118.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
|
-
|
88
|
-
rubygems_version: 2.7.6.2
|
87
|
+
rubygems_version: 3.1.6
|
89
88
|
signing_key:
|
90
89
|
specification_version: 4
|
91
90
|
summary: AWS SDK for Ruby - LookoutMetrics
|