aws-sdk-lookoutmetrics 1.3.0 → 1.4.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 +5 -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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16d9271e64b6f6628fabe336069a350e4dcdd7814d13e8ab36fbf64372d83729
|
4
|
+
data.tar.gz: b382a4416ef232da07b205c91567f2133ef9b28ef1db8fce676320559133f218
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6ea8a42364dfe4354de5aa6c568a6d3f576618ec2070fac967e4715570798dd3a3ed1fa635cd0086379aec83af2b146fbdcc53c08e415a576ebe714b0ec1681
|
7
|
+
data.tar.gz: 0c10eeb5830f0a5f2d6573c07e1402aca7db6a47accba1c052e633cdff6a0ca90b33036cbdd92484eefed3d1fb1e46bd8e7b2f65d24d80d3f9f2ad7c0f38fb1a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.4.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.4.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.4.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-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|