aws-sdk-lookoutmetrics 1.2.0 → 1.6.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 +9 -7
- data/lib/aws-sdk-lookoutmetrics/types.rb +8 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06cd9a69dc97425f3436ac23d3a4fbf91cb0eb5c85b879097e56d9dbcde8e285
|
4
|
+
data.tar.gz: ff3eae0921bfdf7d10f66ab01ba087f4adc016a9ecb449709865dc4f977d9d37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdfe22bb51af4f508f8f3b886f922594c56495e9845eed5c0df5ea02e29305314ce644b0b44eb4af686874e5277828c489934fdddddae987ce290bad6642e1a9
|
7
|
+
data.tar.gz: 0db36f7abda231d9f3f22071564bec79b4659e8e643fbeac271546acd5abda0e364dc39ce2908a40b2cf20fa9a4bf0184a61d75a26641282570c3ce73a436343
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.6.0 (2021-07-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.5.0 (2021-07-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.4.0 (2021-06-14)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added "LEARNING" status for anomaly detector and updated description for "Offset" parameter in MetricSet APIs.
|
18
|
+
|
19
|
+
1.3.0 (2021-05-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Allowing dot(.) character in table name for RDS and Redshift as source connector.
|
23
|
+
|
4
24
|
1.2.0 (2021-05-07)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.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
|
@@ -803,7 +804,7 @@ module Aws::LookoutMetrics
|
|
803
804
|
# resp.anomaly_detector_config.anomaly_detector_frequency #=> String, one of "P1D", "PT1H", "PT10M", "PT5M"
|
804
805
|
# resp.creation_time #=> Time
|
805
806
|
# resp.last_modification_time #=> Time
|
806
|
-
# 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"
|
807
808
|
# resp.failure_reason #=> String
|
808
809
|
# resp.kms_key_arn #=> String
|
809
810
|
#
|
@@ -1155,7 +1156,7 @@ module Aws::LookoutMetrics
|
|
1155
1156
|
# resp.anomaly_detector_summary_list[0].anomaly_detector_description #=> String
|
1156
1157
|
# resp.anomaly_detector_summary_list[0].creation_time #=> Time
|
1157
1158
|
# resp.anomaly_detector_summary_list[0].last_modification_time #=> Time
|
1158
|
-
# 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"
|
1159
1160
|
# resp.anomaly_detector_summary_list[0].tags #=> Hash
|
1160
1161
|
# resp.anomaly_detector_summary_list[0].tags["TagKey"] #=> String
|
1161
1162
|
# resp.next_token #=> String
|
@@ -1524,8 +1525,9 @@ module Aws::LookoutMetrics
|
|
1524
1525
|
# The metric list.
|
1525
1526
|
#
|
1526
1527
|
# @option params [Integer] :offset
|
1527
|
-
# After an interval ends, the amount of
|
1528
|
-
# 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.
|
1529
1531
|
#
|
1530
1532
|
# @option params [Types::TimestampColumn] :timestamp_column
|
1531
1533
|
# The timestamp column.
|
@@ -1644,7 +1646,7 @@ module Aws::LookoutMetrics
|
|
1644
1646
|
params: params,
|
1645
1647
|
config: config)
|
1646
1648
|
context[:gem_name] = 'aws-sdk-lookoutmetrics'
|
1647
|
-
context[:gem_version] = '1.
|
1649
|
+
context[:gem_version] = '1.6.0'
|
1648
1650
|
Seahorse::Client::Request.new(handlers, context)
|
1649
1651
|
end
|
1650
1652
|
|
@@ -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
|
@@ -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.6.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-30 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.119.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.119.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|