aws-sdk-devopsguru 1.6.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: 2fd414df48ea23965e02f9066ed1c37dfb4f0c1155d30a8cfd4b722047b83af6
4
- data.tar.gz: '01084c0243a069b0218f19d666c22a2761d549abedbaee543b7062a99b0269e3'
3
+ metadata.gz: c304b93dd35dfdbade1b3522258cd636b4e8ae06f1ca84c2ab984c0ef7d3f371
4
+ data.tar.gz: 2885af4cf9d28a009a5f184427b44be226c2d83a2811115235f203643ed181d2
5
5
  SHA512:
6
- metadata.gz: ad5126847a008274aff8d2047fa390ae9e31cc6efa4d90e39d98abefa34bfe97f07affa347f9674fbacca32d8de948a58bcc7d1a825fe21a7997ad38bc25f858
7
- data.tar.gz: 6721cbc7a9fd1307e10f400b40443775b5a825778055d20a35e247a91cea85fd738b8073105dc0692065c168ffefdb94e2cb92cf82673cdfc2478ffc8eaf7d1d
6
+ metadata.gz: 86e705b6a273b740b449e005f6e593adf1a91180a26f210f0b308022dc34339186a881757a0556d393b04f69ede55d0a08b047cdaea04f81ea740da786b2abe6
7
+ data.tar.gz: 873a83d5b45aa13160a0c305546364556d6d3e623fd9114e466823814c686bc2b141e783895a131b692ddc5537db369dd18250c72fdca74f12e6737910803f24
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2021-07-08)
5
+ ------------------
6
+
7
+ * Feature - Add AnomalyReportedTimeRange field to include open and close time of anomalies.
8
+
4
9
  1.6.0 (2021-05-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-devopsguru/customizations'
48
48
  # @!group service
49
49
  module Aws::DevOpsGuru
50
50
 
51
- GEM_VERSION = '1.6.0'
51
+ GEM_VERSION = '1.7.0'
52
52
 
53
53
  end
@@ -475,6 +475,8 @@ module Aws::DevOpsGuru
475
475
  # resp.proactive_anomaly.update_time #=> Time
476
476
  # resp.proactive_anomaly.anomaly_time_range.start_time #=> Time
477
477
  # resp.proactive_anomaly.anomaly_time_range.end_time #=> Time
478
+ # resp.proactive_anomaly.anomaly_reported_time_range.open_time #=> Time
479
+ # resp.proactive_anomaly.anomaly_reported_time_range.close_time #=> Time
478
480
  # resp.proactive_anomaly.prediction_time_range.start_time #=> Time
479
481
  # resp.proactive_anomaly.prediction_time_range.end_time #=> Time
480
482
  # resp.proactive_anomaly.source_details.cloud_watch_metrics #=> Array
@@ -495,6 +497,8 @@ module Aws::DevOpsGuru
495
497
  # resp.reactive_anomaly.status #=> String, one of "ONGOING", "CLOSED"
496
498
  # resp.reactive_anomaly.anomaly_time_range.start_time #=> Time
497
499
  # resp.reactive_anomaly.anomaly_time_range.end_time #=> Time
500
+ # resp.reactive_anomaly.anomaly_reported_time_range.open_time #=> Time
501
+ # resp.reactive_anomaly.anomaly_reported_time_range.close_time #=> Time
498
502
  # resp.reactive_anomaly.source_details.cloud_watch_metrics #=> Array
499
503
  # resp.reactive_anomaly.source_details.cloud_watch_metrics[0].metric_name #=> String
500
504
  # resp.reactive_anomaly.source_details.cloud_watch_metrics[0].namespace #=> String
@@ -819,6 +823,8 @@ module Aws::DevOpsGuru
819
823
  # resp.proactive_anomalies[0].update_time #=> Time
820
824
  # resp.proactive_anomalies[0].anomaly_time_range.start_time #=> Time
821
825
  # resp.proactive_anomalies[0].anomaly_time_range.end_time #=> Time
826
+ # resp.proactive_anomalies[0].anomaly_reported_time_range.open_time #=> Time
827
+ # resp.proactive_anomalies[0].anomaly_reported_time_range.close_time #=> Time
822
828
  # resp.proactive_anomalies[0].prediction_time_range.start_time #=> Time
823
829
  # resp.proactive_anomalies[0].prediction_time_range.end_time #=> Time
824
830
  # resp.proactive_anomalies[0].source_details.cloud_watch_metrics #=> Array
@@ -840,6 +846,8 @@ module Aws::DevOpsGuru
840
846
  # resp.reactive_anomalies[0].status #=> String, one of "ONGOING", "CLOSED"
841
847
  # resp.reactive_anomalies[0].anomaly_time_range.start_time #=> Time
842
848
  # resp.reactive_anomalies[0].anomaly_time_range.end_time #=> Time
849
+ # resp.reactive_anomalies[0].anomaly_reported_time_range.open_time #=> Time
850
+ # resp.reactive_anomalies[0].anomaly_reported_time_range.close_time #=> Time
843
851
  # resp.reactive_anomalies[0].source_details.cloud_watch_metrics #=> Array
844
852
  # resp.reactive_anomalies[0].source_details.cloud_watch_metrics[0].metric_name #=> String
845
853
  # resp.reactive_anomalies[0].source_details.cloud_watch_metrics[0].namespace #=> String
@@ -1385,7 +1393,7 @@ module Aws::DevOpsGuru
1385
1393
  params: params,
1386
1394
  config: config)
1387
1395
  context[:gem_name] = 'aws-sdk-devopsguru'
1388
- context[:gem_version] = '1.6.0'
1396
+ context[:gem_version] = '1.7.0'
1389
1397
  Seahorse::Client::Request.new(handlers, context)
1390
1398
  end
1391
1399
 
@@ -18,6 +18,7 @@ module Aws::DevOpsGuru
18
18
  AddNotificationChannelResponse = Shapes::StructureShape.new(name: 'AddNotificationChannelResponse')
19
19
  AnomalyId = Shapes::StringShape.new(name: 'AnomalyId')
20
20
  AnomalyLimit = Shapes::FloatShape.new(name: 'AnomalyLimit')
21
+ AnomalyReportedTimeRange = Shapes::StructureShape.new(name: 'AnomalyReportedTimeRange')
21
22
  AnomalySeverity = Shapes::StringShape.new(name: 'AnomalySeverity')
22
23
  AnomalySourceDetails = Shapes::StructureShape.new(name: 'AnomalySourceDetails')
23
24
  AnomalyStatus = Shapes::StringShape.new(name: 'AnomalyStatus')
@@ -226,6 +227,10 @@ module Aws::DevOpsGuru
226
227
  AddNotificationChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: NotificationChannelId, required: true, location_name: "Id"))
227
228
  AddNotificationChannelResponse.struct_class = Types::AddNotificationChannelResponse
228
229
 
230
+ AnomalyReportedTimeRange.add_member(:open_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "OpenTime"))
231
+ AnomalyReportedTimeRange.add_member(:close_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CloseTime"))
232
+ AnomalyReportedTimeRange.struct_class = Types::AnomalyReportedTimeRange
233
+
229
234
  AnomalySourceDetails.add_member(:cloud_watch_metrics, Shapes::ShapeRef.new(shape: CloudWatchMetricsDetails, location_name: "CloudWatchMetrics"))
230
235
  AnomalySourceDetails.struct_class = Types::AnomalySourceDetails
231
236
 
@@ -492,6 +497,7 @@ module Aws::DevOpsGuru
492
497
  ProactiveAnomaly.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyStatus, location_name: "Status"))
493
498
  ProactiveAnomaly.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
494
499
  ProactiveAnomaly.add_member(:anomaly_time_range, Shapes::ShapeRef.new(shape: AnomalyTimeRange, location_name: "AnomalyTimeRange"))
500
+ ProactiveAnomaly.add_member(:anomaly_reported_time_range, Shapes::ShapeRef.new(shape: AnomalyReportedTimeRange, location_name: "AnomalyReportedTimeRange"))
495
501
  ProactiveAnomaly.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
496
502
  ProactiveAnomaly.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
497
503
  ProactiveAnomaly.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: InsightId, location_name: "AssociatedInsightId"))
@@ -504,6 +510,7 @@ module Aws::DevOpsGuru
504
510
  ProactiveAnomalySummary.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyStatus, location_name: "Status"))
505
511
  ProactiveAnomalySummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
506
512
  ProactiveAnomalySummary.add_member(:anomaly_time_range, Shapes::ShapeRef.new(shape: AnomalyTimeRange, location_name: "AnomalyTimeRange"))
513
+ ProactiveAnomalySummary.add_member(:anomaly_reported_time_range, Shapes::ShapeRef.new(shape: AnomalyReportedTimeRange, location_name: "AnomalyReportedTimeRange"))
507
514
  ProactiveAnomalySummary.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
508
515
  ProactiveAnomalySummary.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
509
516
  ProactiveAnomalySummary.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: InsightId, location_name: "AssociatedInsightId"))
@@ -544,6 +551,7 @@ module Aws::DevOpsGuru
544
551
  ReactiveAnomaly.add_member(:severity, Shapes::ShapeRef.new(shape: AnomalySeverity, location_name: "Severity"))
545
552
  ReactiveAnomaly.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyStatus, location_name: "Status"))
546
553
  ReactiveAnomaly.add_member(:anomaly_time_range, Shapes::ShapeRef.new(shape: AnomalyTimeRange, location_name: "AnomalyTimeRange"))
554
+ ReactiveAnomaly.add_member(:anomaly_reported_time_range, Shapes::ShapeRef.new(shape: AnomalyReportedTimeRange, location_name: "AnomalyReportedTimeRange"))
547
555
  ReactiveAnomaly.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
548
556
  ReactiveAnomaly.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: InsightId, location_name: "AssociatedInsightId"))
549
557
  ReactiveAnomaly.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
@@ -553,6 +561,7 @@ module Aws::DevOpsGuru
553
561
  ReactiveAnomalySummary.add_member(:severity, Shapes::ShapeRef.new(shape: AnomalySeverity, location_name: "Severity"))
554
562
  ReactiveAnomalySummary.add_member(:status, Shapes::ShapeRef.new(shape: AnomalyStatus, location_name: "Status"))
555
563
  ReactiveAnomalySummary.add_member(:anomaly_time_range, Shapes::ShapeRef.new(shape: AnomalyTimeRange, location_name: "AnomalyTimeRange"))
564
+ ReactiveAnomalySummary.add_member(:anomaly_reported_time_range, Shapes::ShapeRef.new(shape: AnomalyReportedTimeRange, location_name: "AnomalyReportedTimeRange"))
556
565
  ReactiveAnomalySummary.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
557
566
  ReactiveAnomalySummary.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: InsightId, location_name: "AssociatedInsightId"))
558
567
  ReactiveAnomalySummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
@@ -67,6 +67,28 @@ module Aws::DevOpsGuru
67
67
  include Aws::Structure
68
68
  end
69
69
 
70
+ # A time range that specifies when DevOps Guru opens and then closes an
71
+ # anomaly. This is different from `AnomalyTimeRange`, which specifies
72
+ # the time range when DevOps Guru actually observes the anomalous
73
+ # behavior.
74
+ #
75
+ # @!attribute [rw] open_time
76
+ # The time when an anomaly is opened.
77
+ # @return [Time]
78
+ #
79
+ # @!attribute [rw] close_time
80
+ # The time when an anomaly is closed.
81
+ # @return [Time]
82
+ #
83
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/AnomalyReportedTimeRange AWS API Documentation
84
+ #
85
+ class AnomalyReportedTimeRange < Struct.new(
86
+ :open_time,
87
+ :close_time)
88
+ SENSITIVE = []
89
+ include Aws::Structure
90
+ end
91
+
70
92
  # Details about the source of the anomalous operational data that
71
93
  # triggered the anomaly. The one supported source is Amazon CloudWatch
72
94
  # metrics.
@@ -86,7 +108,9 @@ module Aws::DevOpsGuru
86
108
  end
87
109
 
88
110
  # A time range that specifies when the observed unusual behavior in an
89
- # anomaly started and ended.
111
+ # anomaly started and ended. This is different from
112
+ # `AnomalyReportedTimeRange`, which specifies the time range when DevOps
113
+ # Guru opens and then closes an anomaly.
90
114
  #
91
115
  # @!attribute [rw] start_time
92
116
  # The time when the anomalous behavior started.
@@ -1638,9 +1662,16 @@ module Aws::DevOpsGuru
1638
1662
  #
1639
1663
  # @!attribute [rw] anomaly_time_range
1640
1664
  # A time range that specifies when the observed unusual behavior in an
1641
- # anomaly started and ended.
1665
+ # anomaly started and ended. This is different from
1666
+ # `AnomalyReportedTimeRange`, which specifies the time range when
1667
+ # DevOps Guru opens and then closes an anomaly.
1642
1668
  # @return [Types::AnomalyTimeRange]
1643
1669
  #
1670
+ # @!attribute [rw] anomaly_reported_time_range
1671
+ # A `AnomalyReportedTimeRange` object that specifies the time range
1672
+ # between when the anomaly is opened and the time when it is closed.
1673
+ # @return [Types::AnomalyReportedTimeRange]
1674
+ #
1644
1675
  # @!attribute [rw] prediction_time_range
1645
1676
  # The time range during which anomalous behavior in a proactive
1646
1677
  # anomaly or an insight is expected to occur.
@@ -1679,6 +1710,7 @@ module Aws::DevOpsGuru
1679
1710
  :status,
1680
1711
  :update_time,
1681
1712
  :anomaly_time_range,
1713
+ :anomaly_reported_time_range,
1682
1714
  :prediction_time_range,
1683
1715
  :source_details,
1684
1716
  :associated_insight_id,
@@ -1709,9 +1741,16 @@ module Aws::DevOpsGuru
1709
1741
  #
1710
1742
  # @!attribute [rw] anomaly_time_range
1711
1743
  # A time range that specifies when the observed unusual behavior in an
1712
- # anomaly started and ended.
1744
+ # anomaly started and ended. This is different from
1745
+ # `AnomalyReportedTimeRange`, which specifies the time range when
1746
+ # DevOps Guru opens and then closes an anomaly.
1713
1747
  # @return [Types::AnomalyTimeRange]
1714
1748
  #
1749
+ # @!attribute [rw] anomaly_reported_time_range
1750
+ # A `AnomalyReportedTimeRange` object that specifies the time range
1751
+ # between when the anomaly is opened and the time when it is closed.
1752
+ # @return [Types::AnomalyReportedTimeRange]
1753
+ #
1715
1754
  # @!attribute [rw] prediction_time_range
1716
1755
  # The time range during which anomalous behavior in a proactive
1717
1756
  # anomaly or an insight is expected to occur.
@@ -1750,6 +1789,7 @@ module Aws::DevOpsGuru
1750
1789
  :status,
1751
1790
  :update_time,
1752
1791
  :anomaly_time_range,
1792
+ :anomaly_reported_time_range,
1753
1793
  :prediction_time_range,
1754
1794
  :source_details,
1755
1795
  :associated_insight_id,
@@ -1917,9 +1957,16 @@ module Aws::DevOpsGuru
1917
1957
  #
1918
1958
  # @!attribute [rw] anomaly_time_range
1919
1959
  # A time range that specifies when the observed unusual behavior in an
1920
- # anomaly started and ended.
1960
+ # anomaly started and ended. This is different from
1961
+ # `AnomalyReportedTimeRange`, which specifies the time range when
1962
+ # DevOps Guru opens and then closes an anomaly.
1921
1963
  # @return [Types::AnomalyTimeRange]
1922
1964
  #
1965
+ # @!attribute [rw] anomaly_reported_time_range
1966
+ # A `AnomalyReportedTimeRange` object that specifies the time range
1967
+ # between when the anomaly is opened and the time when it is closed.
1968
+ # @return [Types::AnomalyReportedTimeRange]
1969
+ #
1923
1970
  # @!attribute [rw] source_details
1924
1971
  # Details about the source of the analyzed operational data that
1925
1972
  # triggered the anomaly. The one supported source is Amazon CloudWatch
@@ -1946,6 +1993,7 @@ module Aws::DevOpsGuru
1946
1993
  :severity,
1947
1994
  :status,
1948
1995
  :anomaly_time_range,
1996
+ :anomaly_reported_time_range,
1949
1997
  :source_details,
1950
1998
  :associated_insight_id,
1951
1999
  :resource_collection)
@@ -1970,9 +2018,16 @@ module Aws::DevOpsGuru
1970
2018
  #
1971
2019
  # @!attribute [rw] anomaly_time_range
1972
2020
  # A time range that specifies when the observed unusual behavior in an
1973
- # anomaly started and ended.
2021
+ # anomaly started and ended. This is different from
2022
+ # `AnomalyReportedTimeRange`, which specifies the time range when
2023
+ # DevOps Guru opens and then closes an anomaly.
1974
2024
  # @return [Types::AnomalyTimeRange]
1975
2025
  #
2026
+ # @!attribute [rw] anomaly_reported_time_range
2027
+ # A `AnomalyReportedTimeRange` object that specifies the time range
2028
+ # between when the anomaly is opened and the time when it is closed.
2029
+ # @return [Types::AnomalyReportedTimeRange]
2030
+ #
1976
2031
  # @!attribute [rw] source_details
1977
2032
  # Details about the source of the analyzed operational data that
1978
2033
  # triggered the anomaly. The one supported source is Amazon CloudWatch
@@ -1999,6 +2054,7 @@ module Aws::DevOpsGuru
1999
2054
  :severity,
2000
2055
  :status,
2001
2056
  :anomaly_time_range,
2057
+ :anomaly_reported_time_range,
2002
2058
  :source_details,
2003
2059
  :associated_insight_id,
2004
2060
  :resource_collection)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsguru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.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-04 00:00:00.000000000 Z
11
+ date: 2021-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core