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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d05e1ff2613cd810683658146afe85474735120f35bda26d24baa0571d34c2f2
4
- data.tar.gz: 7c48c87930b6861da23c387bbf7e5480936236b14e800909ed605d951b82bc28
3
+ metadata.gz: 16d9271e64b6f6628fabe336069a350e4dcdd7814d13e8ab36fbf64372d83729
4
+ data.tar.gz: b382a4416ef232da07b205c91567f2133ef9b28ef1db8fce676320559133f218
5
5
  SHA512:
6
- metadata.gz: 5b808101dec203bb209cc6dcb3ff2b0da5a96eb78ab50594f60067299fbc0f1a03f50855972fa039922cd87a184455b7c13c44de770bc47a11a2dc895b821401
7
- data.tar.gz: b268a9292f05e79820ef81b2f18290b924716c69290f9fe84278641f4b32a469ceceeaceaa92973e42350d81a21e4cdd7a4c5c0906a879889edd7e89c7bbe0fb
6
+ metadata.gz: e6ea8a42364dfe4354de5aa6c568a6d3f576618ec2070fac967e4715570798dd3a3ed1fa635cd0086379aec83af2b146fbdcc53c08e415a576ebe714b0ec1681
7
+ data.tar.gz: 0c10eeb5830f0a5f2d6573c07e1402aca7db6a47accba1c052e633cdff6a0ca90b33036cbdd92484eefed3d1fb1e46bd8e7b2f65d24d80d3f9f2ad7c0f38fb1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2021-06-14)
5
+ ------------------
6
+
7
+ * Feature - Added "LEARNING" status for anomaly detector and updated description for "Offset" parameter in MetricSet APIs.
8
+
4
9
  1.3.0 (2021-05-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lookoutmetrics/customizations'
48
48
  # @!group service
49
49
  module Aws::LookoutMetrics
50
50
 
51
- GEM_VERSION = '1.3.0'
51
+ GEM_VERSION = '1.4.0'
52
52
 
53
53
  end
@@ -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 time that the detector waits
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 time that the detector waits
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.3.0'
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 time that the detector waits
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 the dataset.
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 time that the detector waits
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.3.0
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-05-28 00:00:00.000000000 Z
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