aws-sdk-lookoutmetrics 1.1.0 → 1.2.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: 2f4ef8a56c83c0548b9311704b45db3e778b603c1541971b164a3ee4a3770ac9
4
- data.tar.gz: 42c241ab654898964ae900e4c9a8e8643a8378f413423f1d035cd58a16724d23
3
+ metadata.gz: 7f7586582534c0e669c204ede9e947d75e7ecf78cc4ed4d929d08618e67d7d54
4
+ data.tar.gz: daa2b68e123e032bd84166278da042fbe9d7b598171af983c50391f22249cab4
5
5
  SHA512:
6
- metadata.gz: 0ebed1ff593cc006dfe0c68d89e23bb75847023be5c0b91ec21165a5e3bb78e2ac80dc3b07d8c9389c62adb517b1c77310253099b3b7da66eb4e8d1867df0277
7
- data.tar.gz: 678d7c2ea2bc632dd2408a2fad8460805dd90b268f937eccbf9291479dbe86d8cb330c2a5bbf7147190f088ee3581b249d3ab00fa7bcfffaef701123b9a21e67
6
+ metadata.gz: dde427d70b2d42668bfddbc5328052d1d1bb92d38c1c517dab061abbbcab3138e38c65da39e644256710b1ac6084fa20629067ab29219bcd8c756b87a18f38ce
7
+ data.tar.gz: 3eda94b5465a57b0453d1f34392a06cb310e107486a94984eeada450a8dc66e0c74bb4ce92b75e406d9d15dc0b1c73e1730be38b2856d929b08683e817d1113a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.0 (2021-05-07)
5
+ ------------------
6
+
7
+ * Feature - Enforcing UUID style for parameters that are already in UUID format today. Documentation specifying eventual consistency of lookoutmetrics resources.
8
+
4
9
  1.1.0 (2021-03-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.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.1.0'
51
+ GEM_VERSION = '1.2.0'
52
52
 
53
53
  end
@@ -675,6 +675,11 @@ module Aws::LookoutMetrics
675
675
 
676
676
  # Describes an alert.
677
677
  #
678
+ # Amazon Lookout for Metrics API actions are eventually consistent. If
679
+ # you do a read operation on a resource immediately after creating or
680
+ # modifying it, use retries to allow time for the write operation to
681
+ # complete.
682
+ #
678
683
  # @option params [required, String] :alert_arn
679
684
  # The ARN of the alert to describe.
680
685
  #
@@ -764,6 +769,11 @@ module Aws::LookoutMetrics
764
769
 
765
770
  # Describes a detector.
766
771
  #
772
+ # Amazon Lookout for Metrics API actions are eventually consistent. If
773
+ # you do a read operation on a resource immediately after creating or
774
+ # modifying it, use retries to allow time for the write operation to
775
+ # complete.
776
+ #
767
777
  # @option params [required, String] :anomaly_detector_arn
768
778
  # The ARN of the detector to describe.
769
779
  #
@@ -808,6 +818,11 @@ module Aws::LookoutMetrics
808
818
 
809
819
  # Describes a dataset.
810
820
  #
821
+ # Amazon Lookout for Metrics API actions are eventually consistent. If
822
+ # you do a read operation on a resource immediately after creating or
823
+ # modifying it, use retries to allow time for the write operation to
824
+ # complete.
825
+ #
811
826
  # @option params [required, String] :metric_set_arn
812
827
  # The ARN of the dataset.
813
828
  #
@@ -1048,6 +1063,11 @@ module Aws::LookoutMetrics
1048
1063
 
1049
1064
  # Lists the alerts attached to a detector.
1050
1065
  #
1066
+ # Amazon Lookout for Metrics API actions are eventually consistent. If
1067
+ # you do a read operation on a resource immediately after creating or
1068
+ # modifying it, use retries to allow time for the write operation to
1069
+ # complete.
1070
+ #
1051
1071
  # @option params [String] :anomaly_detector_arn
1052
1072
  # The ARN of the alert's detector.
1053
1073
  #
@@ -1100,6 +1120,11 @@ module Aws::LookoutMetrics
1100
1120
 
1101
1121
  # Lists the detectors in the current AWS Region.
1102
1122
  #
1123
+ # Amazon Lookout for Metrics API actions are eventually consistent. If
1124
+ # you do a read operation on a resource immediately after creating or
1125
+ # modifying it, use retries to allow time for the write operation to
1126
+ # complete.
1127
+ #
1103
1128
  # @option params [Integer] :max_results
1104
1129
  # The maximum number of results to return.
1105
1130
  #
@@ -1264,6 +1289,11 @@ module Aws::LookoutMetrics
1264
1289
 
1265
1290
  # Lists the datasets in the current AWS Region.
1266
1291
  #
1292
+ # Amazon Lookout for Metrics API actions are eventually consistent. If
1293
+ # you do a read operation on a resource immediately after creating or
1294
+ # modifying it, use retries to allow time for the write operation to
1295
+ # complete.
1296
+ #
1267
1297
  # @option params [String] :anomaly_detector_arn
1268
1298
  # The ARN of the anomaly detector containing the metrics sets to list.
1269
1299
  #
@@ -1614,7 +1644,7 @@ module Aws::LookoutMetrics
1614
1644
  params: params,
1615
1645
  config: config)
1616
1646
  context[:gem_name] = 'aws-sdk-lookoutmetrics'
1617
- context[:gem_version] = '1.1.0'
1647
+ context[:gem_version] = '1.2.0'
1618
1648
  Seahorse::Client::Request.new(handlers, context)
1619
1649
  end
1620
1650
 
@@ -453,7 +453,7 @@ module Aws::LookoutMetrics
453
453
  # @return [String]
454
454
  #
455
455
  # @!attribute [rw] flow_name
456
- # The name of the flow.
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
@@ -2333,7 +2333,7 @@ module Aws::LookoutMetrics
2333
2333
  # }
2334
2334
  #
2335
2335
  # @!attribute [rw] role_arn
2336
- # THe ARN of the IAM role that has access to the target SNS topic.
2336
+ # The ARN of the IAM role that has access to the target SNS topic.
2337
2337
  # @return [String]
2338
2338
  #
2339
2339
  # @!attribute [rw] sns_topic_arn
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.1.0
4
+ version: 1.2.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-03-26 00:00:00.000000000 Z
11
+ date: 2021-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -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
- rubyforge_project:
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