aws-sdk-devopsguru 1.12.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,6 +30,52 @@ module Aws::DevOpsGuru
30
30
  include Aws::Structure
31
31
  end
32
32
 
33
+ # Returns the number of open reactive insights, the number of open
34
+ # proactive insights, and the number of metrics analyzed in your Amazon
35
+ # Web Services account. Use these numbers to gauge the health of
36
+ # operations in your Amazon Web Services account.
37
+ #
38
+ # @!attribute [rw] account_id
39
+ # The ID of the Amazon Web Services account.
40
+ # @return [String]
41
+ #
42
+ # @!attribute [rw] insight
43
+ # Information about the health of the Amazon Web Services resources in
44
+ # your account, including the number of open proactive, open reactive
45
+ # insights, and the Mean Time to Recover (MTTR) of closed insights.
46
+ # @return [Types::AccountInsightHealth]
47
+ #
48
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/AccountHealth AWS API Documentation
49
+ #
50
+ class AccountHealth < Struct.new(
51
+ :account_id,
52
+ :insight)
53
+ SENSITIVE = []
54
+ include Aws::Structure
55
+ end
56
+
57
+ # Information about the number of open reactive and proactive insights
58
+ # that can be used to gauge the health of your system.
59
+ #
60
+ # @!attribute [rw] open_proactive_insights
61
+ # An integer that specifies the number of open proactive insights in
62
+ # your Amazon Web Services account.
63
+ # @return [Integer]
64
+ #
65
+ # @!attribute [rw] open_reactive_insights
66
+ # An integer that specifies the number of open reactive insights in
67
+ # your Amazon Web Services account.
68
+ # @return [Integer]
69
+ #
70
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/AccountInsightHealth AWS API Documentation
71
+ #
72
+ class AccountInsightHealth < Struct.new(
73
+ :open_proactive_insights,
74
+ :open_reactive_insights)
75
+ SENSITIVE = []
76
+ include Aws::Structure
77
+ end
78
+
33
79
  # @note When making an API call, you may pass AddNotificationChannelRequest
34
80
  # data as a hash:
35
81
  #
@@ -129,10 +175,10 @@ module Aws::DevOpsGuru
129
175
  include Aws::Structure
130
176
  end
131
177
 
132
- # Information about AWS CloudFormation stacks. You can use up to 500
133
- # stacks to specify which AWS resources in your account to analyze. For
134
- # more information, see [Stacks][1] in the *AWS CloudFormation User
135
- # Guide*.
178
+ # Information about Amazon Web Services CloudFormation stacks. You can
179
+ # use up to 500 stacks to specify which Amazon Web Services resources in
180
+ # your account to analyze. For more information, see [Stacks][1] in the
181
+ # *Amazon Web Services CloudFormation User Guide*.
136
182
  #
137
183
  #
138
184
  #
@@ -157,10 +203,10 @@ module Aws::DevOpsGuru
157
203
  include Aws::Structure
158
204
  end
159
205
 
160
- # Information about AWS CloudFormation stacks. You can use up to 500
161
- # stacks to specify which AWS resources in your account to analyze. For
162
- # more information, see [Stacks][1] in the *AWS CloudFormation User
163
- # Guide*.
206
+ # Information about Amazon Web Services CloudFormation stacks. You can
207
+ # use up to 500 stacks to specify which Amazon Web Services resources in
208
+ # your account to analyze. For more information, see [Stacks][1] in the
209
+ # *Amazon Web Services CloudFormation User Guide*.
164
210
  #
165
211
  #
166
212
  #
@@ -178,11 +224,12 @@ module Aws::DevOpsGuru
178
224
  include Aws::Structure
179
225
  end
180
226
 
181
- # Information about an AWS CloudFormation stack used to create a monthly
182
- # cost estimate for DevOps Guru to analyze AWS resources. The maximum
183
- # number of stacks you can specify for a cost estimate is one. The
184
- # estimate created is for the cost to analyze the AWS resources defined
185
- # by the stack. For more information, see [Stacks][1] in the *AWS
227
+ # Information about an Amazon Web Services CloudFormation stack used to
228
+ # create a monthly cost estimate for DevOps Guru to analyze Amazon Web
229
+ # Services resources. The maximum number of stacks you can specify for a
230
+ # cost estimate is one. The estimate created is for the cost to analyze
231
+ # the Amazon Web Services resources defined by the stack. For more
232
+ # information, see [Stacks][1] in the *Amazon Web Services
186
233
  # CloudFormation User Guide*.
187
234
  #
188
235
  #
@@ -208,18 +255,20 @@ module Aws::DevOpsGuru
208
255
  include Aws::Structure
209
256
  end
210
257
 
211
- # Information about the health of AWS resources in your account that are
212
- # specified by an AWS CloudFormation stack.
258
+ # Information about the health of Amazon Web Services resources in your
259
+ # account that are specified by an Amazon Web Services CloudFormation
260
+ # stack.
213
261
  #
214
262
  # @!attribute [rw] stack_name
215
263
  # The name of the CloudFormation stack.
216
264
  # @return [String]
217
265
  #
218
266
  # @!attribute [rw] insight
219
- # Information about the health of the AWS resources in your account
220
- # that are specified by an AWS CloudFormation stack, including the
221
- # number of open proactive, open reactive insights, and the Mean Time
222
- # to Recover (MTTR) of closed insights.
267
+ # Information about the health of the Amazon Web Services resources in
268
+ # your account that are specified by an Amazon Web Services
269
+ # CloudFormation stack, including the number of open proactive, open
270
+ # reactive insights, and the Mean Time to Recover (MTTR) of closed
271
+ # insights.
223
272
  # @return [Types::InsightHealth]
224
273
  #
225
274
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/CloudFormationHealth AWS API Documentation
@@ -231,6 +280,27 @@ module Aws::DevOpsGuru
231
280
  include Aws::Structure
232
281
  end
233
282
 
283
+ # Contains information about the analyzed metrics that displayed
284
+ # anomalous behavior.
285
+ #
286
+ # @!attribute [rw] timestamp_metric_value_pair_list
287
+ # This is a list of cloudwatch metric values at given timestamp.
288
+ # @return [Array<Types::TimestampMetricValuePair>]
289
+ #
290
+ # @!attribute [rw] status_code
291
+ # This is enum of the status showing whether the metric value pair
292
+ # list has Partial or Complete data or there was an error.
293
+ # @return [String]
294
+ #
295
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/CloudWatchMetricsDataSummary AWS API Documentation
296
+ #
297
+ class CloudWatchMetricsDataSummary < Struct.new(
298
+ :timestamp_metric_value_pair_list,
299
+ :status_code)
300
+ SENSITIVE = []
301
+ include Aws::Structure
302
+ end
303
+
234
304
  # Information about an Amazon CloudWatch metric.
235
305
  #
236
306
  # @!attribute [rw] metric_name
@@ -266,6 +336,10 @@ module Aws::DevOpsGuru
266
336
  # of seconds.
267
337
  # @return [Integer]
268
338
  #
339
+ # @!attribute [rw] metric_data_summary
340
+ # This object returns anomaly metric data.
341
+ # @return [Types::CloudWatchMetricsDataSummary]
342
+ #
269
343
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/CloudWatchMetricsDetail AWS API Documentation
270
344
  #
271
345
  class CloudWatchMetricsDetail < Struct.new(
@@ -274,7 +348,8 @@ module Aws::DevOpsGuru
274
348
  :dimensions,
275
349
  :stat,
276
350
  :unit,
277
- :period)
351
+ :period,
352
+ :metric_data_summary)
278
353
  SENSITIVE = []
279
354
  include Aws::Structure
280
355
  end
@@ -313,11 +388,13 @@ module Aws::DevOpsGuru
313
388
  # @return [String]
314
389
  #
315
390
  # @!attribute [rw] resource_id
316
- # The ID of the AWS resource in which a conflict occurred.
391
+ # The ID of the Amazon Web Services resource in which a conflict
392
+ # occurred.
317
393
  # @return [String]
318
394
  #
319
395
  # @!attribute [rw] resource_type
320
- # The type of the AWS resource in which a conflict occurred.
396
+ # The type of the Amazon Web Services resource in which a conflict
397
+ # occurred.
321
398
  # @return [String]
322
399
  #
323
400
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ConflictException AWS API Documentation
@@ -330,10 +407,10 @@ module Aws::DevOpsGuru
330
407
  include Aws::Structure
331
408
  end
332
409
 
333
- # Information about a filter used to specify which AWS resources are
334
- # analyzed to create a monthly DevOps Guru cost estimate. For more
335
- # information, see [Estimate your Amazon DevOps Guru costs][1] and
336
- # [Amazon DevOps Guru pricing][2].
410
+ # Information about a filter used to specify which Amazon Web Services
411
+ # resources are analyzed to create a monthly DevOps Guru cost estimate.
412
+ # For more information, see [Estimate your Amazon DevOps Guru costs][1]
413
+ # and [Amazon DevOps Guru pricing][2].
337
414
  #
338
415
  #
339
416
  #
@@ -351,7 +428,8 @@ module Aws::DevOpsGuru
351
428
  #
352
429
  # @!attribute [rw] cloud_formation
353
430
  # An object that specifies the CloudFormation stack that defines the
354
- # AWS resources used to create a monthly estimate for DevOps Guru.
431
+ # Amazon Web Services resources used to create a monthly estimate for
432
+ # DevOps Guru.
355
433
  # @return [Types::CloudFormationCostEstimationResourceCollectionFilter]
356
434
  #
357
435
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/CostEstimationResourceCollectionFilter AWS API Documentation
@@ -389,22 +467,22 @@ module Aws::DevOpsGuru
389
467
 
390
468
  # @!attribute [rw] open_reactive_insights
391
469
  # An integer that specifies the number of open reactive insights in
392
- # your AWS account.
470
+ # your Amazon Web Services account.
393
471
  # @return [Integer]
394
472
  #
395
473
  # @!attribute [rw] open_proactive_insights
396
474
  # An integer that specifies the number of open proactive insights in
397
- # your AWS account.
475
+ # your Amazon Web Services account.
398
476
  # @return [Integer]
399
477
  #
400
478
  # @!attribute [rw] metrics_analyzed
401
479
  # An integer that specifies the number of metrics that have been
402
- # analyzed in your AWS account.
480
+ # analyzed in your Amazon Web Services account.
403
481
  # @return [Integer]
404
482
  #
405
483
  # @!attribute [rw] resource_hours
406
484
  # The number of Amazon DevOps Guru resource analysis hours billed to
407
- # the current AWS account in the last hour.
485
+ # the current Amazon Web Services account in the last hour.
408
486
  # @return [Integer]
409
487
  #
410
488
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAccountHealthResponse AWS API Documentation
@@ -450,12 +528,14 @@ module Aws::DevOpsGuru
450
528
 
451
529
  # @!attribute [rw] reactive_insights
452
530
  # An integer that specifies the number of open reactive insights in
453
- # your AWS account that were created during the time range passed in.
531
+ # your Amazon Web Services account that were created during the time
532
+ # range passed in.
454
533
  # @return [Integer]
455
534
  #
456
535
  # @!attribute [rw] proactive_insights
457
536
  # An integer that specifies the number of open proactive insights in
458
- # your AWS account that were created during the time range passed in.
537
+ # your Amazon Web Services account that were created during the time
538
+ # range passed in.
459
539
  # @return [Integer]
460
540
  #
461
541
  # @!attribute [rw] mean_time_to_recover_in_milliseconds
@@ -478,16 +558,22 @@ module Aws::DevOpsGuru
478
558
  #
479
559
  # {
480
560
  # id: "AnomalyId", # required
561
+ # account_id: "AwsAccountId",
481
562
  # }
482
563
  #
483
564
  # @!attribute [rw] id
484
565
  # The ID of the anomaly.
485
566
  # @return [String]
486
567
  #
568
+ # @!attribute [rw] account_id
569
+ # The ID of the member account.
570
+ # @return [String]
571
+ #
487
572
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAnomalyRequest AWS API Documentation
488
573
  #
489
574
  class DescribeAnomalyRequest < Struct.new(
490
- :id)
575
+ :id,
576
+ :account_id)
491
577
  SENSITIVE = []
492
578
  include Aws::Structure
493
579
  end
@@ -545,16 +631,22 @@ module Aws::DevOpsGuru
545
631
  #
546
632
  # {
547
633
  # id: "InsightId", # required
634
+ # account_id: "AwsAccountId",
548
635
  # }
549
636
  #
550
637
  # @!attribute [rw] id
551
638
  # The ID of the insight.
552
639
  # @return [String]
553
640
  #
641
+ # @!attribute [rw] account_id
642
+ # The ID of the member account in the organization.
643
+ # @return [String]
644
+ #
554
645
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeInsightRequest AWS API Documentation
555
646
  #
556
647
  class DescribeInsightRequest < Struct.new(
557
- :id)
648
+ :id,
649
+ :account_id)
558
650
  SENSITIVE = []
559
651
  include Aws::Structure
560
652
  end
@@ -576,6 +668,207 @@ module Aws::DevOpsGuru
576
668
  include Aws::Structure
577
669
  end
578
670
 
671
+ # @note When making an API call, you may pass DescribeOrganizationHealthRequest
672
+ # data as a hash:
673
+ #
674
+ # {
675
+ # account_ids: ["AwsAccountId"],
676
+ # organizational_unit_ids: ["OrganizationalUnitId"],
677
+ # }
678
+ #
679
+ # @!attribute [rw] account_ids
680
+ # The ID of the Amazon Web Services account.
681
+ # @return [Array<String>]
682
+ #
683
+ # @!attribute [rw] organizational_unit_ids
684
+ # The ID of the organizational unit.
685
+ # @return [Array<String>]
686
+ #
687
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationHealthRequest AWS API Documentation
688
+ #
689
+ class DescribeOrganizationHealthRequest < Struct.new(
690
+ :account_ids,
691
+ :organizational_unit_ids)
692
+ SENSITIVE = []
693
+ include Aws::Structure
694
+ end
695
+
696
+ # @!attribute [rw] open_reactive_insights
697
+ # An integer that specifies the number of open reactive insights in
698
+ # your Amazon Web Services account.
699
+ # @return [Integer]
700
+ #
701
+ # @!attribute [rw] open_proactive_insights
702
+ # An integer that specifies the number of open proactive insights in
703
+ # your Amazon Web Services account.
704
+ # @return [Integer]
705
+ #
706
+ # @!attribute [rw] metrics_analyzed
707
+ # An integer that specifies the number of metrics that have been
708
+ # analyzed in your organization.
709
+ # @return [Integer]
710
+ #
711
+ # @!attribute [rw] resource_hours
712
+ # The number of Amazon DevOps Guru resource analysis hours billed to
713
+ # the current Amazon Web Services account in the last hour.
714
+ # @return [Integer]
715
+ #
716
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationHealthResponse AWS API Documentation
717
+ #
718
+ class DescribeOrganizationHealthResponse < Struct.new(
719
+ :open_reactive_insights,
720
+ :open_proactive_insights,
721
+ :metrics_analyzed,
722
+ :resource_hours)
723
+ SENSITIVE = []
724
+ include Aws::Structure
725
+ end
726
+
727
+ # @note When making an API call, you may pass DescribeOrganizationOverviewRequest
728
+ # data as a hash:
729
+ #
730
+ # {
731
+ # from_time: Time.now, # required
732
+ # to_time: Time.now,
733
+ # account_ids: ["AwsAccountId"],
734
+ # organizational_unit_ids: ["OrganizationalUnitId"],
735
+ # }
736
+ #
737
+ # @!attribute [rw] from_time
738
+ # The start of the time range passed in. The start time granularity is
739
+ # at the day level. The floor of the start time is used. Returned
740
+ # information occurred after this day.
741
+ # @return [Time]
742
+ #
743
+ # @!attribute [rw] to_time
744
+ # The end of the time range passed in. The start time granularity is
745
+ # at the day level. The floor of the start time is used. Returned
746
+ # information occurred before this day. If this is not specified, then
747
+ # the current day is used.
748
+ # @return [Time]
749
+ #
750
+ # @!attribute [rw] account_ids
751
+ # The ID of the Amazon Web Services account.
752
+ # @return [Array<String>]
753
+ #
754
+ # @!attribute [rw] organizational_unit_ids
755
+ # The ID of the organizational unit.
756
+ # @return [Array<String>]
757
+ #
758
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationOverviewRequest AWS API Documentation
759
+ #
760
+ class DescribeOrganizationOverviewRequest < Struct.new(
761
+ :from_time,
762
+ :to_time,
763
+ :account_ids,
764
+ :organizational_unit_ids)
765
+ SENSITIVE = []
766
+ include Aws::Structure
767
+ end
768
+
769
+ # @!attribute [rw] reactive_insights
770
+ # An integer that specifies the number of open reactive insights in
771
+ # your Amazon Web Services account.
772
+ # @return [Integer]
773
+ #
774
+ # @!attribute [rw] proactive_insights
775
+ # An integer that specifies the number of open proactive insights in
776
+ # your Amazon Web Services account.
777
+ # @return [Integer]
778
+ #
779
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationOverviewResponse AWS API Documentation
780
+ #
781
+ class DescribeOrganizationOverviewResponse < Struct.new(
782
+ :reactive_insights,
783
+ :proactive_insights)
784
+ SENSITIVE = []
785
+ include Aws::Structure
786
+ end
787
+
788
+ # @note When making an API call, you may pass DescribeOrganizationResourceCollectionHealthRequest
789
+ # data as a hash:
790
+ #
791
+ # {
792
+ # organization_resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_ACCOUNT
793
+ # account_ids: ["AwsAccountId"],
794
+ # organizational_unit_ids: ["OrganizationalUnitId"],
795
+ # next_token: "UuidNextToken",
796
+ # max_results: 1,
797
+ # }
798
+ #
799
+ # @!attribute [rw] organization_resource_collection_type
800
+ # An Amazon Web Services resource collection type. This type specifies
801
+ # how analyzed Amazon Web Services resources are defined. The one type
802
+ # of Amazon Web Services resource collection supported is Amazon Web
803
+ # Services CloudFormation stacks. DevOps Guru can be configured to
804
+ # analyze only the Amazon Web Services resources that are defined in
805
+ # the stacks. You can specify up to 500 Amazon Web Services
806
+ # CloudFormation stacks.
807
+ # @return [String]
808
+ #
809
+ # @!attribute [rw] account_ids
810
+ # The ID of the Amazon Web Services account.
811
+ # @return [Array<String>]
812
+ #
813
+ # @!attribute [rw] organizational_unit_ids
814
+ # The ID of the organizational unit.
815
+ # @return [Array<String>]
816
+ #
817
+ # @!attribute [rw] next_token
818
+ # The pagination token to use to retrieve the next page of results for
819
+ # this operation. If this value is null, it retrieves the first page.
820
+ # @return [String]
821
+ #
822
+ # @!attribute [rw] max_results
823
+ # The maximum number of results to return with a single call. To
824
+ # retrieve the remaining results, make another call with the returned
825
+ # `nextToken` value.
826
+ # @return [Integer]
827
+ #
828
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealthRequest AWS API Documentation
829
+ #
830
+ class DescribeOrganizationResourceCollectionHealthRequest < Struct.new(
831
+ :organization_resource_collection_type,
832
+ :account_ids,
833
+ :organizational_unit_ids,
834
+ :next_token,
835
+ :max_results)
836
+ SENSITIVE = []
837
+ include Aws::Structure
838
+ end
839
+
840
+ # @!attribute [rw] cloud_formation
841
+ # The returned `CloudFormationHealthOverview` object that contains an
842
+ # `InsightHealthOverview` object with the requested system health
843
+ # information.
844
+ # @return [Array<Types::CloudFormationHealth>]
845
+ #
846
+ # @!attribute [rw] service
847
+ # An array of `ServiceHealth` objects that describes the health of the
848
+ # Amazon Web Services services associated with the resources in the
849
+ # collection.
850
+ # @return [Array<Types::ServiceHealth>]
851
+ #
852
+ # @!attribute [rw] account
853
+ # The name of the organization's account.
854
+ # @return [Array<Types::AccountHealth>]
855
+ #
856
+ # @!attribute [rw] next_token
857
+ # The pagination token to use to retrieve the next page of results for
858
+ # this operation. If there are no more pages, this value is null.
859
+ # @return [String]
860
+ #
861
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealthResponse AWS API Documentation
862
+ #
863
+ class DescribeOrganizationResourceCollectionHealthResponse < Struct.new(
864
+ :cloud_formation,
865
+ :service,
866
+ :account,
867
+ :next_token)
868
+ SENSITIVE = []
869
+ include Aws::Structure
870
+ end
871
+
579
872
  # @note When making an API call, you may pass DescribeResourceCollectionHealthRequest
580
873
  # data as a hash:
581
874
  #
@@ -585,11 +878,13 @@ module Aws::DevOpsGuru
585
878
  # }
586
879
  #
587
880
  # @!attribute [rw] resource_collection_type
588
- # An AWS resource collection type. This type specifies how analyzed
589
- # AWS resources are defined. The one type of AWS resource collection
590
- # supported is AWS CloudFormation stacks. DevOps Guru can be
591
- # configured to analyze only the AWS resources that are defined in the
592
- # stacks. You can specify up to 500 AWS CloudFormation stacks.
881
+ # An Amazon Web Services resource collection type. This type specifies
882
+ # how analyzed Amazon Web Services resources are defined. The one type
883
+ # of Amazon Web Services resource collection supported is Amazon Web
884
+ # Services CloudFormation stacks. DevOps Guru can be configured to
885
+ # analyze only the Amazon Web Services resources that are defined in
886
+ # the stacks. You can specify up to 500 Amazon Web Services
887
+ # CloudFormation stacks.
593
888
  # @return [String]
594
889
  #
595
890
  # @!attribute [rw] next_token
@@ -614,7 +909,8 @@ module Aws::DevOpsGuru
614
909
  #
615
910
  # @!attribute [rw] service
616
911
  # An array of `ServiceHealth` objects that describes the health of the
617
- # AWS services associated with the resources in the collection.
912
+ # Amazon Web Services services associated with the resources in the
913
+ # collection.
618
914
  # @return [Array<Types::ServiceHealth>]
619
915
  #
620
916
  # @!attribute [rw] next_token
@@ -639,8 +935,8 @@ module Aws::DevOpsGuru
639
935
  class DescribeServiceIntegrationRequest < Aws::EmptyStructure; end
640
936
 
641
937
  # @!attribute [rw] service_integration
642
- # Information about the integration of DevOps Guru with another AWS
643
- # service, such as AWS Systems Manager.
938
+ # Information about the integration of DevOps Guru with another Amazon
939
+ # Web Services service, such as Amazon Web Services Systems Manager.
644
940
  # @return [Types::ServiceIntegrationConfig]
645
941
  #
646
942
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeServiceIntegrationResponse AWS API Documentation
@@ -679,16 +975,18 @@ module Aws::DevOpsGuru
679
975
  include Aws::Structure
680
976
  end
681
977
 
682
- # An AWS resource event. AWS resource events and metrics are analyzed by
683
- # DevOps Guru to find anomalous behavior and provide recommendations to
684
- # improve your operational solutions.
978
+ # An Amazon Web Services resource event. Amazon Web Services resource
979
+ # events and metrics are analyzed by DevOps Guru to find anomalous
980
+ # behavior and provide recommendations to improve your operational
981
+ # solutions.
685
982
  #
686
983
  # @!attribute [rw] resource_collection
687
- # A collection of AWS resources supported by DevOps Guru. The one type
688
- # of AWS resource collection supported is AWS CloudFormation stacks.
689
- # DevOps Guru can be configured to analyze only the AWS resources that
690
- # are defined in the stacks. You can specify up to 500 AWS
691
- # CloudFormation stacks.
984
+ # A collection of Amazon Web Services resources supported by DevOps
985
+ # Guru. The one type of Amazon Web Services resource collection
986
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
987
+ # can be configured to analyze only the Amazon Web Services resources
988
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
989
+ # Services CloudFormation stacks.
692
990
  # @return [Types::ResourceCollection]
693
991
  #
694
992
  # @!attribute [rw] id
@@ -700,7 +998,7 @@ module Aws::DevOpsGuru
700
998
  # @return [Time]
701
999
  #
702
1000
  # @!attribute [rw] event_source
703
- # The AWS source that emitted the event.
1001
+ # The Amazon Web Services source that emitted the event.
704
1002
  # @return [String]
705
1003
  #
706
1004
  # @!attribute [rw] name
@@ -738,9 +1036,10 @@ module Aws::DevOpsGuru
738
1036
  include Aws::Structure
739
1037
  end
740
1038
 
741
- # The AWS resource that emitted an event. AWS resource events and
742
- # metrics are analyzed by DevOps Guru to find anomalous behavior and
743
- # provide recommendations to improve your operational solutions.
1039
+ # The Amazon Web Services resource that emitted an event. Amazon Web
1040
+ # Services resource events and metrics are analyzed by DevOps Guru to
1041
+ # find anomalous behavior and provide recommendations to improve your
1042
+ # operational solutions.
744
1043
  #
745
1044
  # @!attribute [rw] type
746
1045
  # The type of resource that emitted an event.
@@ -765,9 +1064,10 @@ module Aws::DevOpsGuru
765
1064
  include Aws::Structure
766
1065
  end
767
1066
 
768
- # The time range during which an AWS event occurred. AWS resource events
769
- # and metrics are analyzed by DevOps Guru to find anomalous behavior and
770
- # provide recommendations to improve your operational solutions.
1067
+ # The time range during which an Amazon Web Services event occurred.
1068
+ # Amazon Web Services resource events and metrics are analyzed by DevOps
1069
+ # Guru to find anomalous behavior and provide recommendations to improve
1070
+ # your operational solutions.
771
1071
  #
772
1072
  # @note When making an API call, you may pass EventTimeRange
773
1073
  # data as a hash:
@@ -815,8 +1115,8 @@ module Aws::DevOpsGuru
815
1115
  end
816
1116
 
817
1117
  # @!attribute [rw] resource_collection
818
- # The collection of the AWS resources used to create your monthly
819
- # DevOps Guru cost estimate.
1118
+ # The collection of the Amazon Web Services resources used to create
1119
+ # your monthly DevOps Guru cost estimate.
820
1120
  # @return [Types::CostEstimationResourceCollectionFilter]
821
1121
  #
822
1122
  # @!attribute [rw] status
@@ -827,7 +1127,8 @@ module Aws::DevOpsGuru
827
1127
  #
828
1128
  # @!attribute [rw] costs
829
1129
  # An array of `ResourceCost` objects that each contains details about
830
- # the monthly cost estimate to analyze one of your AWS resources.
1130
+ # the monthly cost estimate to analyze one of your Amazon Web Services
1131
+ # resources.
831
1132
  # @return [Array<Types::ServiceResourceCost>]
832
1133
  #
833
1134
  # @!attribute [rw] time_range
@@ -835,9 +1136,9 @@ module Aws::DevOpsGuru
835
1136
  # @return [Types::CostEstimationTimeRange]
836
1137
  #
837
1138
  # @!attribute [rw] total_cost
838
- # The estimated monthly cost to analyze the AWS resources. This value
839
- # is the sum of the estimated costs to analyze each resource in the
840
- # `Costs` object in this response.
1139
+ # The estimated monthly cost to analyze the Amazon Web Services
1140
+ # resources. This value is the sum of the estimated costs to analyze
1141
+ # each resource in the `Costs` object in this response.
841
1142
  # @return [Float]
842
1143
  #
843
1144
  # @!attribute [rw] next_token
@@ -867,8 +1168,9 @@ module Aws::DevOpsGuru
867
1168
  # }
868
1169
  #
869
1170
  # @!attribute [rw] resource_collection_type
870
- # The type of AWS resource collections to return. The one valid value
871
- # is `CLOUD_FORMATION` for AWS CloudFormation stacks.
1171
+ # The type of Amazon Web Services resource collections to return. The
1172
+ # one valid value is `CLOUD_FORMATION` for Amazon Web Services
1173
+ # CloudFormation stacks.
872
1174
  # @return [String]
873
1175
  #
874
1176
  # @!attribute [rw] next_token
@@ -886,11 +1188,12 @@ module Aws::DevOpsGuru
886
1188
  end
887
1189
 
888
1190
  # @!attribute [rw] resource_collection
889
- # The requested list of AWS resource collections. The one type of AWS
890
- # resource collection supported is AWS CloudFormation stacks. DevOps
891
- # Guru can be configured to analyze only the AWS resources that are
892
- # defined in the stacks. You can specify up to 500 AWS CloudFormation
893
- # stacks.
1191
+ # The requested list of Amazon Web Services resource collections. The
1192
+ # one type of Amazon Web Services resource collection supported is
1193
+ # Amazon Web Services CloudFormation stacks. DevOps Guru can be
1194
+ # configured to analyze only the Amazon Web Services resources that
1195
+ # are defined in the stacks. You can specify up to 500 Amazon Web
1196
+ # Services CloudFormation stacks.
894
1197
  # @return [Types::ResourceCollectionFilter]
895
1198
  #
896
1199
  # @!attribute [rw] next_token
@@ -1009,6 +1312,7 @@ module Aws::DevOpsGuru
1009
1312
  # },
1010
1313
  # max_results: 1,
1011
1314
  # next_token: "UuidNextToken",
1315
+ # account_id: "AwsAccountId",
1012
1316
  # }
1013
1317
  #
1014
1318
  # @!attribute [rw] insight_id
@@ -1032,13 +1336,18 @@ module Aws::DevOpsGuru
1032
1336
  # this operation. If this value is null, it retrieves the first page.
1033
1337
  # @return [String]
1034
1338
  #
1339
+ # @!attribute [rw] account_id
1340
+ # The ID of the Amazon Web Services account.
1341
+ # @return [String]
1342
+ #
1035
1343
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListAnomaliesForInsightRequest AWS API Documentation
1036
1344
  #
1037
1345
  class ListAnomaliesForInsightRequest < Struct.new(
1038
1346
  :insight_id,
1039
1347
  :start_time_range,
1040
1348
  :max_results,
1041
- :next_token)
1349
+ :next_token,
1350
+ :account_id)
1042
1351
  SENSITIVE = []
1043
1352
  include Aws::Structure
1044
1353
  end
@@ -1106,7 +1415,8 @@ module Aws::DevOpsGuru
1106
1415
  # @return [String]
1107
1416
  #
1108
1417
  # @!attribute [rw] event_source
1109
- # The AWS source that emitted the events you want to filter for.
1418
+ # The Amazon Web Services source that emitted the events you want to
1419
+ # filter for.
1110
1420
  # @return [String]
1111
1421
  #
1112
1422
  # @!attribute [rw] data_source
@@ -1115,11 +1425,12 @@ module Aws::DevOpsGuru
1115
1425
  # @return [String]
1116
1426
  #
1117
1427
  # @!attribute [rw] resource_collection
1118
- # A collection of AWS resources supported by DevOps Guru. The one type
1119
- # of AWS resource collection supported is AWS CloudFormation stacks.
1120
- # DevOps Guru can be configured to analyze only the AWS resources that
1121
- # are defined in the stacks. You can specify up to 500 AWS
1122
- # CloudFormation stacks.
1428
+ # A collection of Amazon Web Services resources supported by DevOps
1429
+ # Guru. The one type of Amazon Web Services resource collection
1430
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
1431
+ # can be configured to analyze only the Amazon Web Services resources
1432
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
1433
+ # Services CloudFormation stacks.
1123
1434
  # @return [Types::ResourceCollection]
1124
1435
  #
1125
1436
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListEventsFilters AWS API Documentation
@@ -1156,6 +1467,7 @@ module Aws::DevOpsGuru
1156
1467
  # },
1157
1468
  # max_results: 1,
1158
1469
  # next_token: "UuidNextToken",
1470
+ # account_id: "AwsAccountId",
1159
1471
  # }
1160
1472
  #
1161
1473
  # @!attribute [rw] filters
@@ -1173,12 +1485,17 @@ module Aws::DevOpsGuru
1173
1485
  # this operation. If this value is null, it retrieves the first page.
1174
1486
  # @return [String]
1175
1487
  #
1488
+ # @!attribute [rw] account_id
1489
+ # The ID of the Amazon Web Services account.
1490
+ # @return [String]
1491
+ #
1176
1492
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListEventsRequest AWS API Documentation
1177
1493
  #
1178
1494
  class ListEventsRequest < Struct.new(
1179
1495
  :filters,
1180
1496
  :max_results,
1181
- :next_token)
1497
+ :next_token,
1498
+ :account_id)
1182
1499
  SENSITIVE = []
1183
1500
  include Aws::Structure
1184
1501
  end
@@ -1448,6 +1765,95 @@ module Aws::DevOpsGuru
1448
1765
  include Aws::Structure
1449
1766
  end
1450
1767
 
1768
+ # @note When making an API call, you may pass ListOrganizationInsightsRequest
1769
+ # data as a hash:
1770
+ #
1771
+ # {
1772
+ # status_filter: { # required
1773
+ # ongoing: {
1774
+ # type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
1775
+ # },
1776
+ # closed: {
1777
+ # type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
1778
+ # end_time_range: { # required
1779
+ # from_time: Time.now,
1780
+ # to_time: Time.now,
1781
+ # },
1782
+ # },
1783
+ # any: {
1784
+ # type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
1785
+ # start_time_range: { # required
1786
+ # from_time: Time.now,
1787
+ # to_time: Time.now,
1788
+ # },
1789
+ # },
1790
+ # },
1791
+ # max_results: 1,
1792
+ # account_ids: ["AwsAccountId"],
1793
+ # organizational_unit_ids: ["OrganizationalUnitId"],
1794
+ # next_token: "UuidNextToken",
1795
+ # }
1796
+ #
1797
+ # @!attribute [rw] status_filter
1798
+ # A filter used by `ListInsights` to specify which insights to return.
1799
+ # @return [Types::ListInsightsStatusFilter]
1800
+ #
1801
+ # @!attribute [rw] max_results
1802
+ # The maximum number of results to return with a single call. To
1803
+ # retrieve the remaining results, make another call with the returned
1804
+ # `nextToken` value.
1805
+ # @return [Integer]
1806
+ #
1807
+ # @!attribute [rw] account_ids
1808
+ # The ID of the Amazon Web Services account.
1809
+ # @return [Array<String>]
1810
+ #
1811
+ # @!attribute [rw] organizational_unit_ids
1812
+ # The ID of the organizational unit.
1813
+ # @return [Array<String>]
1814
+ #
1815
+ # @!attribute [rw] next_token
1816
+ # The pagination token to use to retrieve the next page of results for
1817
+ # this operation. If this value is null, it retrieves the first page.
1818
+ # @return [String]
1819
+ #
1820
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListOrganizationInsightsRequest AWS API Documentation
1821
+ #
1822
+ class ListOrganizationInsightsRequest < Struct.new(
1823
+ :status_filter,
1824
+ :max_results,
1825
+ :account_ids,
1826
+ :organizational_unit_ids,
1827
+ :next_token)
1828
+ SENSITIVE = []
1829
+ include Aws::Structure
1830
+ end
1831
+
1832
+ # @!attribute [rw] proactive_insights
1833
+ # An integer that specifies the number of open proactive insights in
1834
+ # your Amazon Web Services account.
1835
+ # @return [Array<Types::ProactiveOrganizationInsightSummary>]
1836
+ #
1837
+ # @!attribute [rw] reactive_insights
1838
+ # An integer that specifies the number of open reactive insights in
1839
+ # your Amazon Web Services account.
1840
+ # @return [Array<Types::ReactiveOrganizationInsightSummary>]
1841
+ #
1842
+ # @!attribute [rw] next_token
1843
+ # The pagination token to use to retrieve the next page of results for
1844
+ # this operation. If there are no more pages, this value is null.
1845
+ # @return [String]
1846
+ #
1847
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListOrganizationInsightsResponse AWS API Documentation
1848
+ #
1849
+ class ListOrganizationInsightsResponse < Struct.new(
1850
+ :proactive_insights,
1851
+ :reactive_insights,
1852
+ :next_token)
1853
+ SENSITIVE = []
1854
+ include Aws::Structure
1855
+ end
1856
+
1451
1857
  # @note When making an API call, you may pass ListRecommendationsRequest
1452
1858
  # data as a hash:
1453
1859
  #
@@ -1455,6 +1861,7 @@ module Aws::DevOpsGuru
1455
1861
  # insight_id: "InsightId", # required
1456
1862
  # next_token: "UuidNextToken",
1457
1863
  # locale: "DE_DE", # accepts DE_DE, EN_US, EN_GB, ES_ES, FR_FR, IT_IT, JA_JP, KO_KR, PT_BR, ZH_CN, ZH_TW
1864
+ # account_id: "AwsAccountId",
1458
1865
  # }
1459
1866
  #
1460
1867
  # @!attribute [rw] insight_id
@@ -1470,12 +1877,17 @@ module Aws::DevOpsGuru
1470
1877
  # A locale that specifies the language to use for recommendations.
1471
1878
  # @return [String]
1472
1879
  #
1880
+ # @!attribute [rw] account_id
1881
+ # The ID of the Amazon Web Services account.
1882
+ # @return [String]
1883
+ #
1473
1884
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListRecommendationsRequest AWS API Documentation
1474
1885
  #
1475
1886
  class ListRecommendationsRequest < Struct.new(
1476
1887
  :insight_id,
1477
1888
  :next_token,
1478
- :locale)
1889
+ :locale,
1890
+ :account_id)
1479
1891
  SENSITIVE = []
1480
1892
  include Aws::Structure
1481
1893
  end
@@ -1509,10 +1921,11 @@ module Aws::DevOpsGuru
1509
1921
  # notifications using Amazon SNS in your account. For more information,
1510
1922
  # see [Permissions for cross account Amazon SNS topics][1].
1511
1923
  #
1512
- # If you use an Amazon SNS topic that is encrypted by an AWS Key
1513
- # Management Service customer-managed key (CMK), then you must add
1514
- # permissions to the CMK. For more information, see [Permissions for AWS
1515
- # KMS–encrypted Amazon SNS topics][2].
1924
+ # If you use an Amazon SNS topic that is encrypted by an Amazon Web
1925
+ # Services Key Management Service customer-managed key (CMK), then you
1926
+ # must add permissions to the CMK. For more information, see
1927
+ # [Permissions for Amazon Web Services KMS–encrypted Amazon SNS
1928
+ # topics][2].
1516
1929
  #
1517
1930
  #
1518
1931
  #
@@ -1561,10 +1974,11 @@ module Aws::DevOpsGuru
1561
1974
  # information, see [Permissions for cross account Amazon SNS
1562
1975
  # topics][1].
1563
1976
  #
1564
- # If you use an Amazon SNS topic that is encrypted by an AWS Key
1565
- # Management Service customer-managed key (CMK), then you must add
1566
- # permissions to the CMK. For more information, see [Permissions for
1567
- # AWS KMS–encrypted Amazon SNS topics][2].
1977
+ # If you use an Amazon SNS topic that is encrypted by an Amazon Web
1978
+ # Services Key Management Service customer-managed key (CMK), then you
1979
+ # must add permissions to the CMK. For more information, see
1980
+ # [Permissions for Amazon Web Services KMS–encrypted Amazon SNS
1981
+ # topics][2].
1568
1982
  #
1569
1983
  #
1570
1984
  #
@@ -1581,11 +1995,12 @@ module Aws::DevOpsGuru
1581
1995
  end
1582
1996
 
1583
1997
  # Information about whether DevOps Guru is configured to create an
1584
- # OpsItem in AWS Systems Manager OpsCenter for each created insight.
1998
+ # OpsItem in Amazon Web Services Systems Manager OpsCenter for each
1999
+ # created insight.
1585
2000
  #
1586
2001
  # @!attribute [rw] opt_in_status
1587
- # Specifies if DevOps Guru is enabled to create an AWS Systems Manager
1588
- # OpsItem for each created insight.
2002
+ # Specifies if DevOps Guru is enabled to create an Amazon Web Services
2003
+ # Systems Manager OpsItem for each created insight.
1589
2004
  # @return [String]
1590
2005
  #
1591
2006
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/OpsCenterIntegration AWS API Documentation
@@ -1597,7 +2012,8 @@ module Aws::DevOpsGuru
1597
2012
  end
1598
2013
 
1599
2014
  # Information about whether DevOps Guru is configured to create an
1600
- # OpsItem in AWS Systems Manager OpsCenter for each created insight.
2015
+ # OpsItem in Amazon Web Services Systems Manager OpsCenter for each
2016
+ # created insight.
1601
2017
  #
1602
2018
  # @note When making an API call, you may pass OpsCenterIntegrationConfig
1603
2019
  # data as a hash:
@@ -1607,8 +2023,8 @@ module Aws::DevOpsGuru
1607
2023
  # }
1608
2024
  #
1609
2025
  # @!attribute [rw] opt_in_status
1610
- # Specifies if DevOps Guru is enabled to create an AWS Systems Manager
1611
- # OpsItem for each created insight.
2026
+ # Specifies if DevOps Guru is enabled to create an Amazon Web Services
2027
+ # Systems Manager OpsItem for each created insight.
1612
2028
  # @return [String]
1613
2029
  #
1614
2030
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/OpsCenterIntegrationConfig AWS API Documentation
@@ -1689,11 +2105,12 @@ module Aws::DevOpsGuru
1689
2105
  # @return [String]
1690
2106
  #
1691
2107
  # @!attribute [rw] resource_collection
1692
- # A collection of AWS resources supported by DevOps Guru. The one type
1693
- # of AWS resource collection supported is AWS CloudFormation stacks.
1694
- # DevOps Guru can be configured to analyze only the AWS resources that
1695
- # are defined in the stacks. You can specify up to 500 AWS
1696
- # CloudFormation stacks.
2108
+ # A collection of Amazon Web Services resources supported by DevOps
2109
+ # Guru. The one type of Amazon Web Services resource collection
2110
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2111
+ # can be configured to analyze only the Amazon Web Services resources
2112
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2113
+ # Services CloudFormation stacks.
1697
2114
  # @return [Types::ResourceCollection]
1698
2115
  #
1699
2116
  # @!attribute [rw] limit
@@ -1768,11 +2185,12 @@ module Aws::DevOpsGuru
1768
2185
  # @return [String]
1769
2186
  #
1770
2187
  # @!attribute [rw] resource_collection
1771
- # A collection of AWS resources supported by DevOps Guru. The one type
1772
- # of AWS resource collection supported is AWS CloudFormation stacks.
1773
- # DevOps Guru can be configured to analyze only the AWS resources that
1774
- # are defined in the stacks. You can specify up to 500 AWS
1775
- # CloudFormation stacks.
2188
+ # A collection of Amazon Web Services resources supported by DevOps
2189
+ # Guru. The one type of Amazon Web Services resource collection
2190
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2191
+ # can be configured to analyze only the Amazon Web Services resources
2192
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2193
+ # Services CloudFormation stacks.
1776
2194
  # @return [Types::ResourceCollection]
1777
2195
  #
1778
2196
  # @!attribute [rw] limit
@@ -1829,17 +2247,18 @@ module Aws::DevOpsGuru
1829
2247
  # @return [Types::PredictionTimeRange]
1830
2248
  #
1831
2249
  # @!attribute [rw] resource_collection
1832
- # A collection of AWS resources supported by DevOps Guru. The one type
1833
- # of AWS resource collection supported is AWS CloudFormation stacks.
1834
- # DevOps Guru can be configured to analyze only the AWS resources that
1835
- # are defined in the stacks. You can specify up to 500 AWS
1836
- # CloudFormation stacks.
2250
+ # A collection of Amazon Web Services resources supported by DevOps
2251
+ # Guru. The one type of Amazon Web Services resource collection
2252
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2253
+ # can be configured to analyze only the Amazon Web Services resources
2254
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2255
+ # Services CloudFormation stacks.
1837
2256
  # @return [Types::ResourceCollection]
1838
2257
  #
1839
2258
  # @!attribute [rw] ssm_ops_item_id
1840
- # The ID of the AWS System Manager OpsItem created for this insight.
1841
- # You must enable the creation of OpstItems insights before they are
1842
- # created for each insight.
2259
+ # The ID of the Amazon Web Services System Manager OpsItem created for
2260
+ # this insight. You must enable the creation of OpstItems insights
2261
+ # before they are created for each insight.
1843
2262
  # @return [String]
1844
2263
  #
1845
2264
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ProactiveInsight AWS API Documentation
@@ -1887,15 +2306,16 @@ module Aws::DevOpsGuru
1887
2306
  # @return [Types::PredictionTimeRange]
1888
2307
  #
1889
2308
  # @!attribute [rw] resource_collection
1890
- # A collection of AWS resources supported by DevOps Guru. The one type
1891
- # of AWS resource collection supported is AWS CloudFormation stacks.
1892
- # DevOps Guru can be configured to analyze only the AWS resources that
1893
- # are defined in the stacks. You can specify up to 500 AWS
1894
- # CloudFormation stacks.
2309
+ # A collection of Amazon Web Services resources supported by DevOps
2310
+ # Guru. The one type of Amazon Web Services resource collection
2311
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2312
+ # can be configured to analyze only the Amazon Web Services resources
2313
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2314
+ # Services CloudFormation stacks.
1895
2315
  # @return [Types::ResourceCollection]
1896
2316
  #
1897
2317
  # @!attribute [rw] service_collection
1898
- # A collection of the names of AWS services.
2318
+ # A collection of the names of Amazon Web Services services.
1899
2319
  # @return [Types::ServiceCollection]
1900
2320
  #
1901
2321
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ProactiveInsightSummary AWS API Documentation
@@ -1913,6 +2333,73 @@ module Aws::DevOpsGuru
1913
2333
  include Aws::Structure
1914
2334
  end
1915
2335
 
2336
+ # Details about a proactive insight. This object is returned by
2337
+ # `DescribeInsight`.
2338
+ #
2339
+ # @!attribute [rw] id
2340
+ # The ID of the insight summary.
2341
+ # @return [String]
2342
+ #
2343
+ # @!attribute [rw] account_id
2344
+ # The ID of the Amazon Web Services account.
2345
+ # @return [String]
2346
+ #
2347
+ # @!attribute [rw] organizational_unit_id
2348
+ # The ID of the organizational unit.
2349
+ # @return [String]
2350
+ #
2351
+ # @!attribute [rw] name
2352
+ # The name of the insight summary.
2353
+ # @return [String]
2354
+ #
2355
+ # @!attribute [rw] severity
2356
+ # An array of severity values used to search for insights.
2357
+ # @return [String]
2358
+ #
2359
+ # @!attribute [rw] status
2360
+ # An array of status values used to search for insights.
2361
+ # @return [String]
2362
+ #
2363
+ # @!attribute [rw] insight_time_range
2364
+ # A time ranged that specifies when the observed behavior in an
2365
+ # insight started and ended.
2366
+ # @return [Types::InsightTimeRange]
2367
+ #
2368
+ # @!attribute [rw] prediction_time_range
2369
+ # The time range during which anomalous behavior in a proactive
2370
+ # anomaly or an insight is expected to occur.
2371
+ # @return [Types::PredictionTimeRange]
2372
+ #
2373
+ # @!attribute [rw] resource_collection
2374
+ # A collection of Amazon Web Services resources supported by DevOps
2375
+ # Guru. The one type of Amazon Web Services resource collection
2376
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2377
+ # can be configured to analyze only the Amazon Web Services resources
2378
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2379
+ # Services CloudFormation stacks.
2380
+ # @return [Types::ResourceCollection]
2381
+ #
2382
+ # @!attribute [rw] service_collection
2383
+ # A collection of the names of Amazon Web Services services.
2384
+ # @return [Types::ServiceCollection]
2385
+ #
2386
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ProactiveOrganizationInsightSummary AWS API Documentation
2387
+ #
2388
+ class ProactiveOrganizationInsightSummary < Struct.new(
2389
+ :id,
2390
+ :account_id,
2391
+ :organizational_unit_id,
2392
+ :name,
2393
+ :severity,
2394
+ :status,
2395
+ :insight_time_range,
2396
+ :prediction_time_range,
2397
+ :resource_collection,
2398
+ :service_collection)
2399
+ SENSITIVE = []
2400
+ include Aws::Structure
2401
+ end
2402
+
1916
2403
  # @note When making an API call, you may pass PutFeedbackRequest
1917
2404
  # data as a hash:
1918
2405
  #
@@ -1979,11 +2466,12 @@ module Aws::DevOpsGuru
1979
2466
  # @return [String]
1980
2467
  #
1981
2468
  # @!attribute [rw] resource_collection
1982
- # A collection of AWS resources supported by DevOps Guru. The one type
1983
- # of AWS resource collection supported is AWS CloudFormation stacks.
1984
- # DevOps Guru can be configured to analyze only the AWS resources that
1985
- # are defined in the stacks. You can specify up to 500 AWS
1986
- # CloudFormation stacks.
2469
+ # A collection of Amazon Web Services resources supported by DevOps
2470
+ # Guru. The one type of Amazon Web Services resource collection
2471
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2472
+ # can be configured to analyze only the Amazon Web Services resources
2473
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2474
+ # Services CloudFormation stacks.
1987
2475
  # @return [Types::ResourceCollection]
1988
2476
  #
1989
2477
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ReactiveAnomaly AWS API Documentation
@@ -2040,11 +2528,12 @@ module Aws::DevOpsGuru
2040
2528
  # @return [String]
2041
2529
  #
2042
2530
  # @!attribute [rw] resource_collection
2043
- # A collection of AWS resources supported by DevOps Guru. The one type
2044
- # of AWS resource collection supported is AWS CloudFormation stacks.
2045
- # DevOps Guru can be configured to analyze only the AWS resources that
2046
- # are defined in the stacks. You can specify up to 500 AWS
2047
- # CloudFormation stacks.
2531
+ # A collection of Amazon Web Services resources supported by DevOps
2532
+ # Guru. The one type of Amazon Web Services resource collection
2533
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2534
+ # can be configured to analyze only the Amazon Web Services resources
2535
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2536
+ # Services CloudFormation stacks.
2048
2537
  # @return [Types::ResourceCollection]
2049
2538
  #
2050
2539
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ReactiveAnomalySummary AWS API Documentation
@@ -2087,17 +2576,18 @@ module Aws::DevOpsGuru
2087
2576
  # @return [Types::InsightTimeRange]
2088
2577
  #
2089
2578
  # @!attribute [rw] resource_collection
2090
- # A collection of AWS resources supported by DevOps Guru. The one type
2091
- # of AWS resource collection supported is AWS CloudFormation stacks.
2092
- # DevOps Guru can be configured to analyze only the AWS resources that
2093
- # are defined in the stacks. You can specify up to 500 AWS
2094
- # CloudFormation stacks.
2579
+ # A collection of Amazon Web Services resources supported by DevOps
2580
+ # Guru. The one type of Amazon Web Services resource collection
2581
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2582
+ # can be configured to analyze only the Amazon Web Services resources
2583
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2584
+ # Services CloudFormation stacks.
2095
2585
  # @return [Types::ResourceCollection]
2096
2586
  #
2097
2587
  # @!attribute [rw] ssm_ops_item_id
2098
- # The ID of the AWS System Manager OpsItem created for this insight.
2099
- # You must enable the creation of OpstItems insights before they are
2100
- # created for each insight.
2588
+ # The ID of the Amazon Web Services System Manager OpsItem created for
2589
+ # this insight. You must enable the creation of OpstItems insights
2590
+ # before they are created for each insight.
2101
2591
  # @return [String]
2102
2592
  #
2103
2593
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ReactiveInsight AWS API Documentation
@@ -2139,15 +2629,16 @@ module Aws::DevOpsGuru
2139
2629
  # @return [Types::InsightTimeRange]
2140
2630
  #
2141
2631
  # @!attribute [rw] resource_collection
2142
- # A collection of AWS resources supported by DevOps Guru. The one type
2143
- # of AWS resource collection supported is AWS CloudFormation stacks.
2144
- # DevOps Guru can be configured to analyze only the AWS resources that
2145
- # are defined in the stacks. You can specify up to 500 AWS
2146
- # CloudFormation stacks.
2632
+ # A collection of Amazon Web Services resources supported by DevOps
2633
+ # Guru. The one type of Amazon Web Services resource collection
2634
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2635
+ # can be configured to analyze only the Amazon Web Services resources
2636
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2637
+ # Services CloudFormation stacks.
2147
2638
  # @return [Types::ResourceCollection]
2148
2639
  #
2149
2640
  # @!attribute [rw] service_collection
2150
- # A collection of the names of AWS services.
2641
+ # A collection of the names of Amazon Web Services services.
2151
2642
  # @return [Types::ServiceCollection]
2152
2643
  #
2153
2644
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ReactiveInsightSummary AWS API Documentation
@@ -2164,6 +2655,67 @@ module Aws::DevOpsGuru
2164
2655
  include Aws::Structure
2165
2656
  end
2166
2657
 
2658
+ # Information about a reactive insight. This object is returned by
2659
+ # `DescribeInsight`.
2660
+ #
2661
+ # @!attribute [rw] id
2662
+ # The ID of the insight summary.
2663
+ # @return [String]
2664
+ #
2665
+ # @!attribute [rw] account_id
2666
+ # The ID of the Amazon Web Services account.
2667
+ # @return [String]
2668
+ #
2669
+ # @!attribute [rw] organizational_unit_id
2670
+ # The ID of the organizational unit.
2671
+ # @return [String]
2672
+ #
2673
+ # @!attribute [rw] name
2674
+ # The name of the insight summary.
2675
+ # @return [String]
2676
+ #
2677
+ # @!attribute [rw] severity
2678
+ # An array of severity values used to search for insights.
2679
+ # @return [String]
2680
+ #
2681
+ # @!attribute [rw] status
2682
+ # An array of status values used to search for insights.
2683
+ # @return [String]
2684
+ #
2685
+ # @!attribute [rw] insight_time_range
2686
+ # A time ranged that specifies when the observed behavior in an
2687
+ # insight started and ended.
2688
+ # @return [Types::InsightTimeRange]
2689
+ #
2690
+ # @!attribute [rw] resource_collection
2691
+ # A collection of Amazon Web Services resources supported by DevOps
2692
+ # Guru. The one type of Amazon Web Services resource collection
2693
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2694
+ # can be configured to analyze only the Amazon Web Services resources
2695
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2696
+ # Services CloudFormation stacks.
2697
+ # @return [Types::ResourceCollection]
2698
+ #
2699
+ # @!attribute [rw] service_collection
2700
+ # A collection of the names of Amazon Web Services services.
2701
+ # @return [Types::ServiceCollection]
2702
+ #
2703
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ReactiveOrganizationInsightSummary AWS API Documentation
2704
+ #
2705
+ class ReactiveOrganizationInsightSummary < Struct.new(
2706
+ :id,
2707
+ :account_id,
2708
+ :organizational_unit_id,
2709
+ :name,
2710
+ :severity,
2711
+ :status,
2712
+ :insight_time_range,
2713
+ :resource_collection,
2714
+ :service_collection)
2715
+ SENSITIVE = []
2716
+ include Aws::Structure
2717
+ end
2718
+
2167
2719
  # Recommendation information to help you remediate detected anomalous
2168
2720
  # behavior that generated an insight.
2169
2721
  #
@@ -2298,8 +2850,8 @@ module Aws::DevOpsGuru
2298
2850
  #
2299
2851
  # @!attribute [rw] resources
2300
2852
  # A `ResourceCollection` object that contains arrays of the names of
2301
- # AWS CloudFormation stacks. You can specify up to 500 AWS
2302
- # CloudFormation stacks.
2853
+ # Amazon Web Services CloudFormation stacks. You can specify up to 500
2854
+ # Amazon Web Services CloudFormation stacks.
2303
2855
  # @return [Array<Types::RecommendationRelatedEventResource>]
2304
2856
  #
2305
2857
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/RecommendationRelatedEvent AWS API Documentation
@@ -2311,8 +2863,8 @@ module Aws::DevOpsGuru
2311
2863
  include Aws::Structure
2312
2864
  end
2313
2865
 
2314
- # Information about an AWS resource that emitted and event that is
2315
- # related to a recommendation in an insight.
2866
+ # Information about an Amazon Web Services resource that emitted and
2867
+ # event that is related to a recommendation in an insight.
2316
2868
  #
2317
2869
  # @!attribute [rw] name
2318
2870
  # The name of the resource that emitted the event. This corresponds to
@@ -2356,11 +2908,12 @@ module Aws::DevOpsGuru
2356
2908
  #
2357
2909
  class RemoveNotificationChannelResponse < Aws::EmptyStructure; end
2358
2910
 
2359
- # A collection of AWS resources supported by DevOps Guru. The one type
2360
- # of AWS resource collection supported is AWS CloudFormation stacks.
2361
- # DevOps Guru can be configured to analyze only the AWS resources that
2362
- # are defined in the stacks. You can specify up to 500 AWS
2363
- # CloudFormation stacks.
2911
+ # A collection of Amazon Web Services resources supported by DevOps
2912
+ # Guru. The one type of Amazon Web Services resource collection
2913
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
2914
+ # can be configured to analyze only the Amazon Web Services resources
2915
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
2916
+ # Services CloudFormation stacks.
2364
2917
  #
2365
2918
  # @note When making an API call, you may pass ResourceCollection
2366
2919
  # data as a hash:
@@ -2372,9 +2925,10 @@ module Aws::DevOpsGuru
2372
2925
  # }
2373
2926
  #
2374
2927
  # @!attribute [rw] cloud_formation
2375
- # An array of the names of AWS CloudFormation stacks. The stacks
2376
- # define AWS resources that DevOps Guru analyzes. You can specify up
2377
- # to 500 AWS CloudFormation stacks.
2928
+ # An array of the names of Amazon Web Services CloudFormation stacks.
2929
+ # The stacks define Amazon Web Services resources that DevOps Guru
2930
+ # analyzes. You can specify up to 500 Amazon Web Services
2931
+ # CloudFormation stacks.
2378
2932
  # @return [Types::CloudFormationCollection]
2379
2933
  #
2380
2934
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ResourceCollection AWS API Documentation
@@ -2385,14 +2939,14 @@ module Aws::DevOpsGuru
2385
2939
  include Aws::Structure
2386
2940
  end
2387
2941
 
2388
- # Information about a filter used to specify which AWS resources are
2389
- # analyzed for anomalous behavior by DevOps Guru.
2942
+ # Information about a filter used to specify which Amazon Web Services
2943
+ # resources are analyzed for anomalous behavior by DevOps Guru.
2390
2944
  #
2391
2945
  # @!attribute [rw] cloud_formation
2392
- # Information about AWS CloudFormation stacks. You can use up to 500
2393
- # stacks to specify which AWS resources in your account to analyze.
2394
- # For more information, see [Stacks][1] in the *AWS CloudFormation
2395
- # User Guide*.
2946
+ # Information about Amazon Web Services CloudFormation stacks. You can
2947
+ # use up to 500 stacks to specify which Amazon Web Services resources
2948
+ # in your account to analyze. For more information, see [Stacks][1] in
2949
+ # the *Amazon Web Services CloudFormation User Guide*.
2396
2950
  #
2397
2951
  #
2398
2952
  #
@@ -2413,11 +2967,12 @@ module Aws::DevOpsGuru
2413
2967
  # @return [String]
2414
2968
  #
2415
2969
  # @!attribute [rw] resource_id
2416
- # The ID of the AWS resource that could not be found.
2970
+ # The ID of the Amazon Web Services resource that could not be found.
2417
2971
  # @return [String]
2418
2972
  #
2419
2973
  # @!attribute [rw] resource_type
2420
- # The type of the AWS resource that could not be found.
2974
+ # The type of the Amazon Web Services resource that could not be
2975
+ # found.
2421
2976
  # @return [String]
2422
2977
  #
2423
2978
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ResourceNotFoundException AWS API Documentation
@@ -2458,15 +3013,16 @@ module Aws::DevOpsGuru
2458
3013
  # @return [Array<String>]
2459
3014
  #
2460
3015
  # @!attribute [rw] resource_collection
2461
- # A collection of AWS resources supported by DevOps Guru. The one type
2462
- # of AWS resource collection supported is AWS CloudFormation stacks.
2463
- # DevOps Guru can be configured to analyze only the AWS resources that
2464
- # are defined in the stacks. You can specify up to 500 AWS
2465
- # CloudFormation stacks.
3016
+ # A collection of Amazon Web Services resources supported by DevOps
3017
+ # Guru. The one type of Amazon Web Services resource collection
3018
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
3019
+ # can be configured to analyze only the Amazon Web Services resources
3020
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
3021
+ # Services CloudFormation stacks.
2466
3022
  # @return [Types::ResourceCollection]
2467
3023
  #
2468
3024
  # @!attribute [rw] service_collection
2469
- # A collection of the names of AWS services.
3025
+ # A collection of the names of Amazon Web Services services.
2470
3026
  # @return [Types::ServiceCollection]
2471
3027
  #
2472
3028
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchInsightsFilters AWS API Documentation
@@ -2566,7 +3122,152 @@ module Aws::DevOpsGuru
2566
3122
  include Aws::Structure
2567
3123
  end
2568
3124
 
2569
- # A collection of the names of AWS services.
3125
+ # Filters you can use to specify which events are returned when
3126
+ # `ListEvents` is called.
3127
+ #
3128
+ # @note When making an API call, you may pass SearchOrganizationInsightsFilters
3129
+ # data as a hash:
3130
+ #
3131
+ # {
3132
+ # severities: ["LOW"], # accepts LOW, MEDIUM, HIGH
3133
+ # statuses: ["ONGOING"], # accepts ONGOING, CLOSED
3134
+ # resource_collection: {
3135
+ # cloud_formation: {
3136
+ # stack_names: ["StackName"],
3137
+ # },
3138
+ # },
3139
+ # service_collection: {
3140
+ # service_names: ["API_GATEWAY"], # accepts API_GATEWAY, APPLICATION_ELB, AUTO_SCALING_GROUP, CLOUD_FRONT, DYNAMO_DB, EC2, ECS, EKS, ELASTIC_BEANSTALK, ELASTI_CACHE, ELB, ES, KINESIS, LAMBDA, NAT_GATEWAY, NETWORK_ELB, RDS, REDSHIFT, ROUTE_53, S3, SAGE_MAKER, SNS, SQS, STEP_FUNCTIONS, SWF
3141
+ # },
3142
+ # }
3143
+ #
3144
+ # @!attribute [rw] severities
3145
+ # An array of severity values used to search for insights.
3146
+ # @return [Array<String>]
3147
+ #
3148
+ # @!attribute [rw] statuses
3149
+ # An array of status values used to search for insights.
3150
+ # @return [Array<String>]
3151
+ #
3152
+ # @!attribute [rw] resource_collection
3153
+ # A collection of Amazon Web Services resources supported by DevOps
3154
+ # Guru. The one type of Amazon Web Services resource collection
3155
+ # supported is Amazon Web Services CloudFormation stacks. DevOps Guru
3156
+ # can be configured to analyze only the Amazon Web Services resources
3157
+ # that are defined in the stacks. You can specify up to 500 Amazon Web
3158
+ # Services CloudFormation stacks.
3159
+ # @return [Types::ResourceCollection]
3160
+ #
3161
+ # @!attribute [rw] service_collection
3162
+ # A collection of the names of Amazon Web Services services.
3163
+ # @return [Types::ServiceCollection]
3164
+ #
3165
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchOrganizationInsightsFilters AWS API Documentation
3166
+ #
3167
+ class SearchOrganizationInsightsFilters < Struct.new(
3168
+ :severities,
3169
+ :statuses,
3170
+ :resource_collection,
3171
+ :service_collection)
3172
+ SENSITIVE = []
3173
+ include Aws::Structure
3174
+ end
3175
+
3176
+ # @note When making an API call, you may pass SearchOrganizationInsightsRequest
3177
+ # data as a hash:
3178
+ #
3179
+ # {
3180
+ # account_ids: ["AwsAccountId"], # required
3181
+ # start_time_range: { # required
3182
+ # from_time: Time.now,
3183
+ # to_time: Time.now,
3184
+ # },
3185
+ # filters: {
3186
+ # severities: ["LOW"], # accepts LOW, MEDIUM, HIGH
3187
+ # statuses: ["ONGOING"], # accepts ONGOING, CLOSED
3188
+ # resource_collection: {
3189
+ # cloud_formation: {
3190
+ # stack_names: ["StackName"],
3191
+ # },
3192
+ # },
3193
+ # service_collection: {
3194
+ # service_names: ["API_GATEWAY"], # accepts API_GATEWAY, APPLICATION_ELB, AUTO_SCALING_GROUP, CLOUD_FRONT, DYNAMO_DB, EC2, ECS, EKS, ELASTIC_BEANSTALK, ELASTI_CACHE, ELB, ES, KINESIS, LAMBDA, NAT_GATEWAY, NETWORK_ELB, RDS, REDSHIFT, ROUTE_53, S3, SAGE_MAKER, SNS, SQS, STEP_FUNCTIONS, SWF
3195
+ # },
3196
+ # },
3197
+ # max_results: 1,
3198
+ # next_token: "UuidNextToken",
3199
+ # type: "REACTIVE", # required, accepts REACTIVE, PROACTIVE
3200
+ # }
3201
+ #
3202
+ # @!attribute [rw] account_ids
3203
+ # The ID of the Amazon Web Services account.
3204
+ # @return [Array<String>]
3205
+ #
3206
+ # @!attribute [rw] start_time_range
3207
+ # A time range used to specify when the behavior of an insight or
3208
+ # anomaly started.
3209
+ # @return [Types::StartTimeRange]
3210
+ #
3211
+ # @!attribute [rw] filters
3212
+ # A `SearchOrganizationInsightsFilters` object that is used to set the
3213
+ # severity and status filters on your insight search.
3214
+ # @return [Types::SearchOrganizationInsightsFilters]
3215
+ #
3216
+ # @!attribute [rw] max_results
3217
+ # The maximum number of results to return with a single call. To
3218
+ # retrieve the remaining results, make another call with the returned
3219
+ # `nextToken` value.
3220
+ # @return [Integer]
3221
+ #
3222
+ # @!attribute [rw] next_token
3223
+ # The pagination token to use to retrieve the next page of results for
3224
+ # this operation. If this value is null, it retrieves the first page.
3225
+ # @return [String]
3226
+ #
3227
+ # @!attribute [rw] type
3228
+ # The type of insights you are searching for (`REACTIVE` or
3229
+ # `PROACTIVE`).
3230
+ # @return [String]
3231
+ #
3232
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchOrganizationInsightsRequest AWS API Documentation
3233
+ #
3234
+ class SearchOrganizationInsightsRequest < Struct.new(
3235
+ :account_ids,
3236
+ :start_time_range,
3237
+ :filters,
3238
+ :max_results,
3239
+ :next_token,
3240
+ :type)
3241
+ SENSITIVE = []
3242
+ include Aws::Structure
3243
+ end
3244
+
3245
+ # @!attribute [rw] proactive_insights
3246
+ # An integer that specifies the number of open proactive insights in
3247
+ # your Amazon Web Services account.
3248
+ # @return [Array<Types::ProactiveInsightSummary>]
3249
+ #
3250
+ # @!attribute [rw] reactive_insights
3251
+ # An integer that specifies the number of open reactive insights in
3252
+ # your Amazon Web Services account.
3253
+ # @return [Array<Types::ReactiveInsightSummary>]
3254
+ #
3255
+ # @!attribute [rw] next_token
3256
+ # The pagination token to use to retrieve the next page of results for
3257
+ # this operation. If there are no more pages, this value is null.
3258
+ # @return [String]
3259
+ #
3260
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchOrganizationInsightsResponse AWS API Documentation
3261
+ #
3262
+ class SearchOrganizationInsightsResponse < Struct.new(
3263
+ :proactive_insights,
3264
+ :reactive_insights,
3265
+ :next_token)
3266
+ SENSITIVE = []
3267
+ include Aws::Structure
3268
+ end
3269
+
3270
+ # A collection of the names of Amazon Web Services services.
2570
3271
  #
2571
3272
  # @note When making an API call, you may pass ServiceCollection
2572
3273
  # data as a hash:
@@ -2576,7 +3277,8 @@ module Aws::DevOpsGuru
2576
3277
  # }
2577
3278
  #
2578
3279
  # @!attribute [rw] service_names
2579
- # An array of strings that each specifies the name of an AWS service.
3280
+ # An array of strings that each specifies the name of an Amazon Web
3281
+ # Services service.
2580
3282
  # @return [Array<String>]
2581
3283
  #
2582
3284
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ServiceCollection AWS API Documentation
@@ -2587,14 +3289,14 @@ module Aws::DevOpsGuru
2587
3289
  include Aws::Structure
2588
3290
  end
2589
3291
 
2590
- # Represents the health of an AWS service.
3292
+ # Represents the health of an Amazon Web Services service.
2591
3293
  #
2592
3294
  # @!attribute [rw] service_name
2593
- # The name of the AWS service.
3295
+ # The name of the Amazon Web Services service.
2594
3296
  # @return [String]
2595
3297
  #
2596
3298
  # @!attribute [rw] insight
2597
- # Represents the health of an AWS service. This is a
3299
+ # Represents the health of an Amazon Web Services service. This is a
2598
3300
  # `ServiceInsightHealth` that contains the number of open proactive
2599
3301
  # and reactive insights for this service.
2600
3302
  # @return [Types::ServiceInsightHealth]
@@ -2609,14 +3311,16 @@ module Aws::DevOpsGuru
2609
3311
  end
2610
3312
 
2611
3313
  # Contains the number of open proactive and reactive insights in an
2612
- # analyzed AWS service.
3314
+ # analyzed Amazon Web Services service.
2613
3315
  #
2614
3316
  # @!attribute [rw] open_proactive_insights
2615
- # The number of open proactive insights in the AWS service
3317
+ # The number of open proactive insights in the Amazon Web Services
3318
+ # service
2616
3319
  # @return [Integer]
2617
3320
  #
2618
3321
  # @!attribute [rw] open_reactive_insights
2619
- # The number of open reactive insights in the AWS service
3322
+ # The number of open reactive insights in the Amazon Web Services
3323
+ # service
2620
3324
  # @return [Integer]
2621
3325
  #
2622
3326
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ServiceInsightHealth AWS API Documentation
@@ -2628,12 +3332,13 @@ module Aws::DevOpsGuru
2628
3332
  include Aws::Structure
2629
3333
  end
2630
3334
 
2631
- # Information about the integration of DevOps Guru with another AWS
2632
- # service, such as AWS Systems Manager.
3335
+ # Information about the integration of DevOps Guru with another Amazon
3336
+ # Web Services service, such as Amazon Web Services Systems Manager.
2633
3337
  #
2634
3338
  # @!attribute [rw] ops_center
2635
3339
  # Information about whether DevOps Guru is configured to create an
2636
- # OpsItem in AWS Systems Manager OpsCenter for each created insight.
3340
+ # OpsItem in Amazon Web Services Systems Manager OpsCenter for each
3341
+ # created insight.
2637
3342
  # @return [Types::OpsCenterIntegration]
2638
3343
  #
2639
3344
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ServiceIntegrationConfig AWS API Documentation
@@ -2658,8 +3363,9 @@ module Aws::DevOpsGuru
2658
3363
  end
2659
3364
 
2660
3365
  # An object that contains information about the estimated monthly cost
2661
- # to analyze an AWS resource. For more information, see [Estimate your
2662
- # Amazon DevOps Guru costs][1] and [Amazon DevOps Guru pricing][2].
3366
+ # to analyze an Amazon Web Services resource. For more information, see
3367
+ # [Estimate your Amazon DevOps Guru costs][1] and [Amazon DevOps Guru
3368
+ # pricing][2].
2663
3369
  #
2664
3370
  #
2665
3371
  #
@@ -2667,14 +3373,14 @@ module Aws::DevOpsGuru
2667
3373
  # [2]: http://aws.amazon.com/devops-guru/pricing/
2668
3374
  #
2669
3375
  # @!attribute [rw] type
2670
- # The type of the AWS resource.
3376
+ # The type of the Amazon Web Services resource.
2671
3377
  # @return [String]
2672
3378
  #
2673
3379
  # @!attribute [rw] state
2674
3380
  # The state of the resource. The resource is `ACTIVE` if it produces
2675
3381
  # metrics, events, or logs within an hour, otherwise it is `INACTIVE`.
2676
- # You pay for the number of active AWS resource hours analyzed for
2677
- # each resource. Inactive resources are not charged.
3382
+ # You pay for the number of active Amazon Web Services resource hours
3383
+ # analyzed for each resource. Inactive resources are not charged.
2678
3384
  # @return [String]
2679
3385
  #
2680
3386
  # @!attribute [rw] count
@@ -2719,10 +3425,11 @@ module Aws::DevOpsGuru
2719
3425
  # notifications using Amazon SNS in your account. For more information,
2720
3426
  # see [Permissions for cross account Amazon SNS topics][1].
2721
3427
  #
2722
- # If you use an Amazon SNS topic that is encrypted by an AWS Key
2723
- # Management Service customer-managed key (CMK), then you must add
2724
- # permissions to the CMK. For more information, see [Permissions for AWS
2725
- # KMS–encrypted Amazon SNS topics][2].
3428
+ # If you use an Amazon SNS topic that is encrypted by an Amazon Web
3429
+ # Services Key Management Service customer-managed key (CMK), then you
3430
+ # must add permissions to the CMK. For more information, see
3431
+ # [Permissions for Amazon Web Services KMS–encrypted Amazon SNS
3432
+ # topics][2].
2726
3433
  #
2727
3434
  #
2728
3435
  #
@@ -2762,8 +3469,8 @@ module Aws::DevOpsGuru
2762
3469
  # }
2763
3470
  #
2764
3471
  # @!attribute [rw] resource_collection
2765
- # The collection of AWS resources used to create a monthly DevOps Guru
2766
- # cost estimate.
3472
+ # The collection of Amazon Web Services resources used to create a
3473
+ # monthly DevOps Guru cost estimate.
2767
3474
  # @return [Types::CostEstimationResourceCollectionFilter]
2768
3475
  #
2769
3476
  # @!attribute [rw] client_token
@@ -2844,9 +3551,28 @@ module Aws::DevOpsGuru
2844
3551
  include Aws::Structure
2845
3552
  end
2846
3553
 
2847
- # Contains the names of AWS CloudFormation stacks used to update a
2848
- # collection of stacks. You can specify up to 500 AWS CloudFormation
2849
- # stacks.
3554
+ # A pair that contains metric values at the respective timestamp.
3555
+ #
3556
+ # @!attribute [rw] timestamp
3557
+ # A `Timestamp` that specifies the time the event occurred.
3558
+ # @return [Time]
3559
+ #
3560
+ # @!attribute [rw] metric_value
3561
+ # Value of the anomalous metric data point at respective Timestamp.
3562
+ # @return [Float]
3563
+ #
3564
+ # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/TimestampMetricValuePair AWS API Documentation
3565
+ #
3566
+ class TimestampMetricValuePair < Struct.new(
3567
+ :timestamp,
3568
+ :metric_value)
3569
+ SENSITIVE = []
3570
+ include Aws::Structure
3571
+ end
3572
+
3573
+ # Contains the names of Amazon Web Services CloudFormation stacks used
3574
+ # to update a collection of stacks. You can specify up to 500 Amazon Web
3575
+ # Services CloudFormation stacks.
2850
3576
  #
2851
3577
  # @note When making an API call, you may pass UpdateCloudFormationCollectionFilter
2852
3578
  # data as a hash:
@@ -2856,8 +3582,9 @@ module Aws::DevOpsGuru
2856
3582
  # }
2857
3583
  #
2858
3584
  # @!attribute [rw] stack_names
2859
- # An array of the names of the AWS CloudFormation stacks to update.
2860
- # You can specify up to 500 AWS CloudFormation stacks.
3585
+ # An array of the names of the Amazon Web Services CloudFormation
3586
+ # stacks to update. You can specify up to 500 Amazon Web Services
3587
+ # CloudFormation stacks.
2861
3588
  # @return [Array<String>]
2862
3589
  #
2863
3590
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateCloudFormationCollectionFilter AWS API Documentation
@@ -2868,7 +3595,8 @@ module Aws::DevOpsGuru
2868
3595
  include Aws::Structure
2869
3596
  end
2870
3597
 
2871
- # Contains information used to update a collection of AWS resources.
3598
+ # Contains information used to update a collection of Amazon Web
3599
+ # Services resources.
2872
3600
  #
2873
3601
  # @note When making an API call, you may pass UpdateResourceCollectionFilter
2874
3602
  # data as a hash:
@@ -2880,8 +3608,8 @@ module Aws::DevOpsGuru
2880
3608
  # }
2881
3609
  #
2882
3610
  # @!attribute [rw] cloud_formation
2883
- # An collection of AWS CloudFormation stacks. You can specify up to
2884
- # 500 AWS CloudFormation stacks.
3611
+ # An collection of Amazon Web Services CloudFormation stacks. You can
3612
+ # specify up to 500 Amazon Web Services CloudFormation stacks.
2885
3613
  # @return [Types::UpdateCloudFormationCollectionFilter]
2886
3614
  #
2887
3615
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateResourceCollectionFilter AWS API Documentation
@@ -2910,7 +3638,8 @@ module Aws::DevOpsGuru
2910
3638
  # @return [String]
2911
3639
  #
2912
3640
  # @!attribute [rw] resource_collection
2913
- # Contains information used to update a collection of AWS resources.
3641
+ # Contains information used to update a collection of Amazon Web
3642
+ # Services resources.
2914
3643
  # @return [Types::UpdateResourceCollectionFilter]
2915
3644
  #
2916
3645
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateResourceCollectionRequest AWS API Documentation
@@ -2926,8 +3655,9 @@ module Aws::DevOpsGuru
2926
3655
  #
2927
3656
  class UpdateResourceCollectionResponse < Aws::EmptyStructure; end
2928
3657
 
2929
- # Information about updating the integration status of an AWS service,
2930
- # such as AWS Systems Manager, with DevOps Guru.
3658
+ # Information about updating the integration status of an Amazon Web
3659
+ # Services service, such as Amazon Web Services Systems Manager, with
3660
+ # DevOps Guru.
2931
3661
  #
2932
3662
  # @note When making an API call, you may pass UpdateServiceIntegrationConfig
2933
3663
  # data as a hash:
@@ -2940,7 +3670,8 @@ module Aws::DevOpsGuru
2940
3670
  #
2941
3671
  # @!attribute [rw] ops_center
2942
3672
  # Information about whether DevOps Guru is configured to create an
2943
- # OpsItem in AWS Systems Manager OpsCenter for each created insight.
3673
+ # OpsItem in Amazon Web Services Systems Manager OpsCenter for each
3674
+ # created insight.
2944
3675
  # @return [Types::OpsCenterIntegrationConfig]
2945
3676
  #
2946
3677
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateServiceIntegrationConfig AWS API Documentation