aws-sdk-lookoutmetrics 1.3.0 → 1.7.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: 430e90a10dc17a1ca557709687d95bcf8cc4641e8a12ee75f31579d5ea44d0d6
4
+ data.tar.gz: f0dbfed5088315ebc44b67ad1e4a60a1a941288fbd88d34a10844b2006fd6ee9
5
5
  SHA512:
6
- metadata.gz: 5b808101dec203bb209cc6dcb3ff2b0da5a96eb78ab50594f60067299fbc0f1a03f50855972fa039922cd87a184455b7c13c44de770bc47a11a2dc895b821401
7
- data.tar.gz: b268a9292f05e79820ef81b2f18290b924716c69290f9fe84278641f4b32a469ceceeaceaa92973e42350d81a21e4cdd7a4c5c0906a879889edd7e89c7bbe0fb
6
+ metadata.gz: ceb905143bbd45f723c9defbe3754a33405858dc570f31407d86022a251a21494083e9514f36bcab95d00861e4b75e0b11b00dfef0cfb8f416c688c6a9d61ccb
7
+ data.tar.gz: ee36c0eb50115e52e070b1a12145ac5f5918c1bee060bf6f4a0b55e8b29f8f6f98f6cf743edbf0be0645185953c1ba868fb3e4d862ad7acff3621cf1d4e74ceb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.6.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.5.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.4.0 (2021-06-14)
20
+ ------------------
21
+
22
+ * Feature - Added "LEARNING" status for anomaly detector and updated description for "Offset" parameter in MetricSet APIs.
23
+
4
24
  1.3.0 (2021-05-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.7.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 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.7.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
@@ -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.7.0'
52
52
 
53
53
  end
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.7.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-09-01 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.112.0
22
+ version: 3.120.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.112.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: '0'
80
+ version: '2.3'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="