aws-sdk-devopsguru 1.14.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-devopsguru/client.rb +285 -33
- data/lib/aws-sdk-devopsguru/client_api.rb +161 -2
- data/lib/aws-sdk-devopsguru/types.rb +1293 -119
- data/lib/aws-sdk-devopsguru.rb +1 -1
- metadata +2 -2
@@ -119,7 +119,9 @@ module Aws::DevOpsGuru
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
-
# enable retries and extended timeouts.
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
124
|
+
# to true.
|
123
125
|
#
|
124
126
|
# @option options [required, String] :region
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
@@ -506,9 +508,39 @@ module Aws::DevOpsGuru
|
|
506
508
|
# resp.proactive_anomaly.source_details.cloud_watch_metrics[0].metric_data_summary.timestamp_metric_value_pair_list[0].timestamp #=> Time
|
507
509
|
# resp.proactive_anomaly.source_details.cloud_watch_metrics[0].metric_data_summary.timestamp_metric_value_pair_list[0].metric_value #=> Float
|
508
510
|
# resp.proactive_anomaly.source_details.cloud_watch_metrics[0].metric_data_summary.status_code #=> String, one of "Complete", "InternalError", "PartialData"
|
511
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics #=> Array
|
512
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].metric_display_name #=> String
|
513
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].unit #=> String
|
514
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].metric_query.metric #=> String
|
515
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].metric_query.group_by.group #=> String
|
516
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].metric_query.group_by.dimensions #=> Array
|
517
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].metric_query.group_by.dimensions[0] #=> String
|
518
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].metric_query.group_by.limit #=> Integer
|
519
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].metric_query.filter #=> Hash
|
520
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].metric_query.filter["PerformanceInsightsMetricFilterKey"] #=> String
|
521
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data #=> Array
|
522
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].name #=> String
|
523
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_scalar.value #=> Float
|
524
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.metric #=> String
|
525
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.group #=> String
|
526
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.dimensions #=> Array
|
527
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.dimensions[0] #=> String
|
528
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.limit #=> Integer
|
529
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.filter #=> Hash
|
530
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.filter["PerformanceInsightsMetricFilterKey"] #=> String
|
531
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].stats_at_anomaly #=> Array
|
532
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].stats_at_anomaly[0].type #=> String
|
533
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].stats_at_anomaly[0].value #=> Float
|
534
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].stats_at_baseline #=> Array
|
535
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].stats_at_baseline[0].type #=> String
|
536
|
+
# resp.proactive_anomaly.source_details.performance_insights_metrics[0].stats_at_baseline[0].value #=> Float
|
509
537
|
# resp.proactive_anomaly.associated_insight_id #=> String
|
510
538
|
# resp.proactive_anomaly.resource_collection.cloud_formation.stack_names #=> Array
|
511
539
|
# resp.proactive_anomaly.resource_collection.cloud_formation.stack_names[0] #=> String
|
540
|
+
# resp.proactive_anomaly.resource_collection.tags #=> Array
|
541
|
+
# resp.proactive_anomaly.resource_collection.tags[0].app_boundary_key #=> String
|
542
|
+
# resp.proactive_anomaly.resource_collection.tags[0].tag_values #=> Array
|
543
|
+
# resp.proactive_anomaly.resource_collection.tags[0].tag_values[0] #=> String
|
512
544
|
# resp.proactive_anomaly.limit #=> Float
|
513
545
|
# resp.reactive_anomaly.id #=> String
|
514
546
|
# resp.reactive_anomaly.severity #=> String, one of "LOW", "MEDIUM", "HIGH"
|
@@ -530,9 +562,46 @@ module Aws::DevOpsGuru
|
|
530
562
|
# resp.reactive_anomaly.source_details.cloud_watch_metrics[0].metric_data_summary.timestamp_metric_value_pair_list[0].timestamp #=> Time
|
531
563
|
# resp.reactive_anomaly.source_details.cloud_watch_metrics[0].metric_data_summary.timestamp_metric_value_pair_list[0].metric_value #=> Float
|
532
564
|
# resp.reactive_anomaly.source_details.cloud_watch_metrics[0].metric_data_summary.status_code #=> String, one of "Complete", "InternalError", "PartialData"
|
565
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics #=> Array
|
566
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].metric_display_name #=> String
|
567
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].unit #=> String
|
568
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].metric_query.metric #=> String
|
569
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].metric_query.group_by.group #=> String
|
570
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].metric_query.group_by.dimensions #=> Array
|
571
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].metric_query.group_by.dimensions[0] #=> String
|
572
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].metric_query.group_by.limit #=> Integer
|
573
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].metric_query.filter #=> Hash
|
574
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].metric_query.filter["PerformanceInsightsMetricFilterKey"] #=> String
|
575
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data #=> Array
|
576
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].name #=> String
|
577
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_scalar.value #=> Float
|
578
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.metric #=> String
|
579
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.group #=> String
|
580
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.dimensions #=> Array
|
581
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.dimensions[0] #=> String
|
582
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.limit #=> Integer
|
583
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.filter #=> Hash
|
584
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.filter["PerformanceInsightsMetricFilterKey"] #=> String
|
585
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].stats_at_anomaly #=> Array
|
586
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].stats_at_anomaly[0].type #=> String
|
587
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].stats_at_anomaly[0].value #=> Float
|
588
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].stats_at_baseline #=> Array
|
589
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].stats_at_baseline[0].type #=> String
|
590
|
+
# resp.reactive_anomaly.source_details.performance_insights_metrics[0].stats_at_baseline[0].value #=> Float
|
533
591
|
# resp.reactive_anomaly.associated_insight_id #=> String
|
534
592
|
# resp.reactive_anomaly.resource_collection.cloud_formation.stack_names #=> Array
|
535
593
|
# resp.reactive_anomaly.resource_collection.cloud_formation.stack_names[0] #=> String
|
594
|
+
# resp.reactive_anomaly.resource_collection.tags #=> Array
|
595
|
+
# resp.reactive_anomaly.resource_collection.tags[0].app_boundary_key #=> String
|
596
|
+
# resp.reactive_anomaly.resource_collection.tags[0].tag_values #=> Array
|
597
|
+
# resp.reactive_anomaly.resource_collection.tags[0].tag_values[0] #=> String
|
598
|
+
# resp.reactive_anomaly.type #=> String, one of "CAUSAL", "CONTEXTUAL"
|
599
|
+
# resp.reactive_anomaly.name #=> String
|
600
|
+
# resp.reactive_anomaly.description #=> String
|
601
|
+
# resp.reactive_anomaly.causal_anomaly_id #=> String
|
602
|
+
# resp.reactive_anomaly.anomaly_resources #=> Array
|
603
|
+
# resp.reactive_anomaly.anomaly_resources[0].name #=> String
|
604
|
+
# resp.reactive_anomaly.anomaly_resources[0].type #=> String
|
536
605
|
#
|
537
606
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAnomaly AWS API Documentation
|
538
607
|
#
|
@@ -605,6 +674,10 @@ module Aws::DevOpsGuru
|
|
605
674
|
# resp.proactive_insight.prediction_time_range.end_time #=> Time
|
606
675
|
# resp.proactive_insight.resource_collection.cloud_formation.stack_names #=> Array
|
607
676
|
# resp.proactive_insight.resource_collection.cloud_formation.stack_names[0] #=> String
|
677
|
+
# resp.proactive_insight.resource_collection.tags #=> Array
|
678
|
+
# resp.proactive_insight.resource_collection.tags[0].app_boundary_key #=> String
|
679
|
+
# resp.proactive_insight.resource_collection.tags[0].tag_values #=> Array
|
680
|
+
# resp.proactive_insight.resource_collection.tags[0].tag_values[0] #=> String
|
608
681
|
# resp.proactive_insight.ssm_ops_item_id #=> String
|
609
682
|
# resp.reactive_insight.id #=> String
|
610
683
|
# resp.reactive_insight.name #=> String
|
@@ -614,6 +687,10 @@ module Aws::DevOpsGuru
|
|
614
687
|
# resp.reactive_insight.insight_time_range.end_time #=> Time
|
615
688
|
# resp.reactive_insight.resource_collection.cloud_formation.stack_names #=> Array
|
616
689
|
# resp.reactive_insight.resource_collection.cloud_formation.stack_names[0] #=> String
|
690
|
+
# resp.reactive_insight.resource_collection.tags #=> Array
|
691
|
+
# resp.reactive_insight.resource_collection.tags[0].app_boundary_key #=> String
|
692
|
+
# resp.reactive_insight.resource_collection.tags[0].tag_values #=> Array
|
693
|
+
# resp.reactive_insight.resource_collection.tags[0].tag_values[0] #=> String
|
617
694
|
# resp.reactive_insight.ssm_ops_item_id #=> String
|
618
695
|
#
|
619
696
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeInsight AWS API Documentation
|
@@ -719,12 +796,13 @@ module Aws::DevOpsGuru
|
|
719
796
|
#
|
720
797
|
# @option params [required, String] :organization_resource_collection_type
|
721
798
|
# An Amazon Web Services resource collection type. This type specifies
|
722
|
-
# how analyzed Amazon Web Services resources are defined. The
|
723
|
-
# of Amazon Web Services resource
|
724
|
-
# Services CloudFormation stacks
|
725
|
-
#
|
726
|
-
#
|
727
|
-
# stacks
|
799
|
+
# how analyzed Amazon Web Services resources are defined. The two types
|
800
|
+
# of Amazon Web Services resource collections supported are Amazon Web
|
801
|
+
# Services CloudFormation stacks and Amazon Web Services resources that
|
802
|
+
# contain the same Amazon Web Services tag. DevOps Guru can be
|
803
|
+
# configured to analyze the Amazon Web Services resources that are
|
804
|
+
# defined in the stacks or that are tagged using the same tag *key*. You
|
805
|
+
# can specify up to 500 Amazon Web Services CloudFormation stacks.
|
728
806
|
#
|
729
807
|
# @option params [Array<String>] :account_ids
|
730
808
|
# The ID of the Amazon Web Services account.
|
@@ -747,13 +825,14 @@ module Aws::DevOpsGuru
|
|
747
825
|
# * {Types::DescribeOrganizationResourceCollectionHealthResponse#service #service} => Array<Types::ServiceHealth>
|
748
826
|
# * {Types::DescribeOrganizationResourceCollectionHealthResponse#account #account} => Array<Types::AccountHealth>
|
749
827
|
# * {Types::DescribeOrganizationResourceCollectionHealthResponse#next_token #next_token} => String
|
828
|
+
# * {Types::DescribeOrganizationResourceCollectionHealthResponse#tags #tags} => Array<Types::TagHealth>
|
750
829
|
#
|
751
830
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
752
831
|
#
|
753
832
|
# @example Request syntax with placeholder values
|
754
833
|
#
|
755
834
|
# resp = client.describe_organization_resource_collection_health({
|
756
|
-
# organization_resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_ACCOUNT
|
835
|
+
# organization_resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_ACCOUNT, AWS_TAGS
|
757
836
|
# account_ids: ["AwsAccountId"],
|
758
837
|
# organizational_unit_ids: ["OrganizationalUnitId"],
|
759
838
|
# next_token: "UuidNextToken",
|
@@ -776,6 +855,12 @@ module Aws::DevOpsGuru
|
|
776
855
|
# resp.account[0].insight.open_proactive_insights #=> Integer
|
777
856
|
# resp.account[0].insight.open_reactive_insights #=> Integer
|
778
857
|
# resp.next_token #=> String
|
858
|
+
# resp.tags #=> Array
|
859
|
+
# resp.tags[0].app_boundary_key #=> String
|
860
|
+
# resp.tags[0].tag_value #=> String
|
861
|
+
# resp.tags[0].insight.open_proactive_insights #=> Integer
|
862
|
+
# resp.tags[0].insight.open_reactive_insights #=> Integer
|
863
|
+
# resp.tags[0].insight.mean_time_to_recover_in_milliseconds #=> Integer
|
779
864
|
#
|
780
865
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealth AWS API Documentation
|
781
866
|
#
|
@@ -789,20 +874,23 @@ module Aws::DevOpsGuru
|
|
789
874
|
# Returns the number of open proactive insights, open reactive insights,
|
790
875
|
# and the Mean Time to Recover (MTTR) for all closed insights in
|
791
876
|
# resource collections in your account. You specify the type of Amazon
|
792
|
-
# Web Services resources collection. The
|
793
|
-
# resource
|
794
|
-
# stacks
|
795
|
-
#
|
877
|
+
# Web Services resources collection. The two types of Amazon Web
|
878
|
+
# Services resource collections supported are Amazon Web Services
|
879
|
+
# CloudFormation stacks and Amazon Web Services resources that contain
|
880
|
+
# the same Amazon Web Services tag. DevOps Guru can be configured to
|
881
|
+
# analyze the Amazon Web Services resources that are defined in the
|
882
|
+
# stacks or that are tagged using the same tag *key*. You can specify up
|
796
883
|
# to 500 Amazon Web Services CloudFormation stacks.
|
797
884
|
#
|
798
885
|
# @option params [required, String] :resource_collection_type
|
799
886
|
# An Amazon Web Services resource collection type. This type specifies
|
800
|
-
# how analyzed Amazon Web Services resources are defined. The
|
801
|
-
# of Amazon Web Services resource
|
802
|
-
# Services CloudFormation stacks
|
803
|
-
#
|
804
|
-
#
|
805
|
-
# stacks
|
887
|
+
# how analyzed Amazon Web Services resources are defined. The two types
|
888
|
+
# of Amazon Web Services resource collections supported are Amazon Web
|
889
|
+
# Services CloudFormation stacks and Amazon Web Services resources that
|
890
|
+
# contain the same Amazon Web Services tag. DevOps Guru can be
|
891
|
+
# configured to analyze the Amazon Web Services resources that are
|
892
|
+
# defined in the stacks or that are tagged using the same tag *key*. You
|
893
|
+
# can specify up to 500 Amazon Web Services CloudFormation stacks.
|
806
894
|
#
|
807
895
|
# @option params [String] :next_token
|
808
896
|
# The pagination token to use to retrieve the next page of results for
|
@@ -813,13 +901,14 @@ module Aws::DevOpsGuru
|
|
813
901
|
# * {Types::DescribeResourceCollectionHealthResponse#cloud_formation #cloud_formation} => Array<Types::CloudFormationHealth>
|
814
902
|
# * {Types::DescribeResourceCollectionHealthResponse#service #service} => Array<Types::ServiceHealth>
|
815
903
|
# * {Types::DescribeResourceCollectionHealthResponse#next_token #next_token} => String
|
904
|
+
# * {Types::DescribeResourceCollectionHealthResponse#tags #tags} => Array<Types::TagHealth>
|
816
905
|
#
|
817
906
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
818
907
|
#
|
819
908
|
# @example Request syntax with placeholder values
|
820
909
|
#
|
821
910
|
# resp = client.describe_resource_collection_health({
|
822
|
-
# resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE
|
911
|
+
# resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_TAGS
|
823
912
|
# next_token: "UuidNextToken",
|
824
913
|
# })
|
825
914
|
#
|
@@ -835,6 +924,12 @@ module Aws::DevOpsGuru
|
|
835
924
|
# resp.service[0].insight.open_proactive_insights #=> Integer
|
836
925
|
# resp.service[0].insight.open_reactive_insights #=> Integer
|
837
926
|
# resp.next_token #=> String
|
927
|
+
# resp.tags #=> Array
|
928
|
+
# resp.tags[0].app_boundary_key #=> String
|
929
|
+
# resp.tags[0].tag_value #=> String
|
930
|
+
# resp.tags[0].insight.open_proactive_insights #=> Integer
|
931
|
+
# resp.tags[0].insight.open_reactive_insights #=> Integer
|
932
|
+
# resp.tags[0].insight.mean_time_to_recover_in_milliseconds #=> Integer
|
838
933
|
#
|
839
934
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeResourceCollectionHealth AWS API Documentation
|
840
935
|
#
|
@@ -902,6 +997,10 @@ module Aws::DevOpsGuru
|
|
902
997
|
#
|
903
998
|
# resp.resource_collection.cloud_formation.stack_names #=> Array
|
904
999
|
# resp.resource_collection.cloud_formation.stack_names[0] #=> String
|
1000
|
+
# resp.resource_collection.tags #=> Array
|
1001
|
+
# resp.resource_collection.tags[0].app_boundary_key #=> String
|
1002
|
+
# resp.resource_collection.tags[0].tag_values #=> Array
|
1003
|
+
# resp.resource_collection.tags[0].tag_values[0] #=> String
|
905
1004
|
# resp.status #=> String, one of "ONGOING", "COMPLETED"
|
906
1005
|
# resp.costs #=> Array
|
907
1006
|
# resp.costs[0].type #=> String
|
@@ -924,11 +1023,13 @@ module Aws::DevOpsGuru
|
|
924
1023
|
end
|
925
1024
|
|
926
1025
|
# Returns lists Amazon Web Services resources that are of the specified
|
927
|
-
# resource collection type. The
|
928
|
-
#
|
929
|
-
#
|
930
|
-
#
|
931
|
-
#
|
1026
|
+
# resource collection type. The two types of Amazon Web Services
|
1027
|
+
# resource collections supported are Amazon Web Services CloudFormation
|
1028
|
+
# stacks and Amazon Web Services resources that contain the same Amazon
|
1029
|
+
# Web Services tag. DevOps Guru can be configured to analyze the Amazon
|
1030
|
+
# Web Services resources that are defined in the stacks or that are
|
1031
|
+
# tagged using the same tag *key*. You can specify up to 500 Amazon Web
|
1032
|
+
# Services CloudFormation stacks.
|
932
1033
|
#
|
933
1034
|
# @option params [required, String] :resource_collection_type
|
934
1035
|
# The type of Amazon Web Services resource collections to return. The
|
@@ -949,7 +1050,7 @@ module Aws::DevOpsGuru
|
|
949
1050
|
# @example Request syntax with placeholder values
|
950
1051
|
#
|
951
1052
|
# resp = client.get_resource_collection({
|
952
|
-
# resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE
|
1053
|
+
# resource_collection_type: "AWS_CLOUD_FORMATION", # required, accepts AWS_CLOUD_FORMATION, AWS_SERVICE, AWS_TAGS
|
953
1054
|
# next_token: "UuidNextToken",
|
954
1055
|
# })
|
955
1056
|
#
|
@@ -957,6 +1058,10 @@ module Aws::DevOpsGuru
|
|
957
1058
|
#
|
958
1059
|
# resp.resource_collection.cloud_formation.stack_names #=> Array
|
959
1060
|
# resp.resource_collection.cloud_formation.stack_names[0] #=> String
|
1061
|
+
# resp.resource_collection.tags #=> Array
|
1062
|
+
# resp.resource_collection.tags[0].app_boundary_key #=> String
|
1063
|
+
# resp.resource_collection.tags[0].tag_values #=> Array
|
1064
|
+
# resp.resource_collection.tags[0].tag_values[0] #=> String
|
960
1065
|
# resp.next_token #=> String
|
961
1066
|
#
|
962
1067
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/GetResourceCollection AWS API Documentation
|
@@ -1037,9 +1142,39 @@ module Aws::DevOpsGuru
|
|
1037
1142
|
# resp.proactive_anomalies[0].source_details.cloud_watch_metrics[0].metric_data_summary.timestamp_metric_value_pair_list[0].timestamp #=> Time
|
1038
1143
|
# resp.proactive_anomalies[0].source_details.cloud_watch_metrics[0].metric_data_summary.timestamp_metric_value_pair_list[0].metric_value #=> Float
|
1039
1144
|
# resp.proactive_anomalies[0].source_details.cloud_watch_metrics[0].metric_data_summary.status_code #=> String, one of "Complete", "InternalError", "PartialData"
|
1145
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics #=> Array
|
1146
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].metric_display_name #=> String
|
1147
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].unit #=> String
|
1148
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.metric #=> String
|
1149
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.group_by.group #=> String
|
1150
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.group_by.dimensions #=> Array
|
1151
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.group_by.dimensions[0] #=> String
|
1152
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.group_by.limit #=> Integer
|
1153
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.filter #=> Hash
|
1154
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.filter["PerformanceInsightsMetricFilterKey"] #=> String
|
1155
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data #=> Array
|
1156
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].name #=> String
|
1157
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_scalar.value #=> Float
|
1158
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.metric #=> String
|
1159
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.group #=> String
|
1160
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.dimensions #=> Array
|
1161
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.dimensions[0] #=> String
|
1162
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.limit #=> Integer
|
1163
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.filter #=> Hash
|
1164
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.filter["PerformanceInsightsMetricFilterKey"] #=> String
|
1165
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_anomaly #=> Array
|
1166
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_anomaly[0].type #=> String
|
1167
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_anomaly[0].value #=> Float
|
1168
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_baseline #=> Array
|
1169
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_baseline[0].type #=> String
|
1170
|
+
# resp.proactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_baseline[0].value #=> Float
|
1040
1171
|
# resp.proactive_anomalies[0].associated_insight_id #=> String
|
1041
1172
|
# resp.proactive_anomalies[0].resource_collection.cloud_formation.stack_names #=> Array
|
1042
1173
|
# resp.proactive_anomalies[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1174
|
+
# resp.proactive_anomalies[0].resource_collection.tags #=> Array
|
1175
|
+
# resp.proactive_anomalies[0].resource_collection.tags[0].app_boundary_key #=> String
|
1176
|
+
# resp.proactive_anomalies[0].resource_collection.tags[0].tag_values #=> Array
|
1177
|
+
# resp.proactive_anomalies[0].resource_collection.tags[0].tag_values[0] #=> String
|
1043
1178
|
# resp.proactive_anomalies[0].limit #=> Float
|
1044
1179
|
# resp.reactive_anomalies #=> Array
|
1045
1180
|
# resp.reactive_anomalies[0].id #=> String
|
@@ -1062,9 +1197,46 @@ module Aws::DevOpsGuru
|
|
1062
1197
|
# resp.reactive_anomalies[0].source_details.cloud_watch_metrics[0].metric_data_summary.timestamp_metric_value_pair_list[0].timestamp #=> Time
|
1063
1198
|
# resp.reactive_anomalies[0].source_details.cloud_watch_metrics[0].metric_data_summary.timestamp_metric_value_pair_list[0].metric_value #=> Float
|
1064
1199
|
# resp.reactive_anomalies[0].source_details.cloud_watch_metrics[0].metric_data_summary.status_code #=> String, one of "Complete", "InternalError", "PartialData"
|
1200
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics #=> Array
|
1201
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].metric_display_name #=> String
|
1202
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].unit #=> String
|
1203
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.metric #=> String
|
1204
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.group_by.group #=> String
|
1205
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.group_by.dimensions #=> Array
|
1206
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.group_by.dimensions[0] #=> String
|
1207
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.group_by.limit #=> Integer
|
1208
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.filter #=> Hash
|
1209
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].metric_query.filter["PerformanceInsightsMetricFilterKey"] #=> String
|
1210
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data #=> Array
|
1211
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].name #=> String
|
1212
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_scalar.value #=> Float
|
1213
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.metric #=> String
|
1214
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.group #=> String
|
1215
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.dimensions #=> Array
|
1216
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.dimensions[0] #=> String
|
1217
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.group_by.limit #=> Integer
|
1218
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.filter #=> Hash
|
1219
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].reference_data[0].comparison_values.reference_metric.metric_query.filter["PerformanceInsightsMetricFilterKey"] #=> String
|
1220
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_anomaly #=> Array
|
1221
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_anomaly[0].type #=> String
|
1222
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_anomaly[0].value #=> Float
|
1223
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_baseline #=> Array
|
1224
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_baseline[0].type #=> String
|
1225
|
+
# resp.reactive_anomalies[0].source_details.performance_insights_metrics[0].stats_at_baseline[0].value #=> Float
|
1065
1226
|
# resp.reactive_anomalies[0].associated_insight_id #=> String
|
1066
1227
|
# resp.reactive_anomalies[0].resource_collection.cloud_formation.stack_names #=> Array
|
1067
1228
|
# resp.reactive_anomalies[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1229
|
+
# resp.reactive_anomalies[0].resource_collection.tags #=> Array
|
1230
|
+
# resp.reactive_anomalies[0].resource_collection.tags[0].app_boundary_key #=> String
|
1231
|
+
# resp.reactive_anomalies[0].resource_collection.tags[0].tag_values #=> Array
|
1232
|
+
# resp.reactive_anomalies[0].resource_collection.tags[0].tag_values[0] #=> String
|
1233
|
+
# resp.reactive_anomalies[0].type #=> String, one of "CAUSAL", "CONTEXTUAL"
|
1234
|
+
# resp.reactive_anomalies[0].name #=> String
|
1235
|
+
# resp.reactive_anomalies[0].description #=> String
|
1236
|
+
# resp.reactive_anomalies[0].causal_anomaly_id #=> String
|
1237
|
+
# resp.reactive_anomalies[0].anomaly_resources #=> Array
|
1238
|
+
# resp.reactive_anomalies[0].anomaly_resources[0].name #=> String
|
1239
|
+
# resp.reactive_anomalies[0].anomaly_resources[0].type #=> String
|
1068
1240
|
# resp.next_token #=> String
|
1069
1241
|
#
|
1070
1242
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListAnomaliesForInsight AWS API Documentation
|
@@ -1118,6 +1290,12 @@ module Aws::DevOpsGuru
|
|
1118
1290
|
# cloud_formation: {
|
1119
1291
|
# stack_names: ["StackName"],
|
1120
1292
|
# },
|
1293
|
+
# tags: [
|
1294
|
+
# {
|
1295
|
+
# app_boundary_key: "AppBoundaryKey", # required
|
1296
|
+
# tag_values: ["TagValue"], # required
|
1297
|
+
# },
|
1298
|
+
# ],
|
1121
1299
|
# },
|
1122
1300
|
# },
|
1123
1301
|
# max_results: 1,
|
@@ -1130,6 +1308,10 @@ module Aws::DevOpsGuru
|
|
1130
1308
|
# resp.events #=> Array
|
1131
1309
|
# resp.events[0].resource_collection.cloud_formation.stack_names #=> Array
|
1132
1310
|
# resp.events[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1311
|
+
# resp.events[0].resource_collection.tags #=> Array
|
1312
|
+
# resp.events[0].resource_collection.tags[0].app_boundary_key #=> String
|
1313
|
+
# resp.events[0].resource_collection.tags[0].tag_values #=> Array
|
1314
|
+
# resp.events[0].resource_collection.tags[0].tag_values[0] #=> String
|
1133
1315
|
# resp.events[0].id #=> String
|
1134
1316
|
# resp.events[0].time #=> Time
|
1135
1317
|
# resp.events[0].event_source #=> String
|
@@ -1215,8 +1397,14 @@ module Aws::DevOpsGuru
|
|
1215
1397
|
# resp.proactive_insights[0].prediction_time_range.end_time #=> Time
|
1216
1398
|
# resp.proactive_insights[0].resource_collection.cloud_formation.stack_names #=> Array
|
1217
1399
|
# resp.proactive_insights[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1400
|
+
# resp.proactive_insights[0].resource_collection.tags #=> Array
|
1401
|
+
# resp.proactive_insights[0].resource_collection.tags[0].app_boundary_key #=> String
|
1402
|
+
# resp.proactive_insights[0].resource_collection.tags[0].tag_values #=> Array
|
1403
|
+
# resp.proactive_insights[0].resource_collection.tags[0].tag_values[0] #=> String
|
1218
1404
|
# resp.proactive_insights[0].service_collection.service_names #=> Array
|
1219
1405
|
# resp.proactive_insights[0].service_collection.service_names[0] #=> String, one of "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"
|
1406
|
+
# resp.proactive_insights[0].associated_resource_arns #=> Array
|
1407
|
+
# resp.proactive_insights[0].associated_resource_arns[0] #=> String
|
1220
1408
|
# resp.reactive_insights #=> Array
|
1221
1409
|
# resp.reactive_insights[0].id #=> String
|
1222
1410
|
# resp.reactive_insights[0].name #=> String
|
@@ -1226,8 +1414,14 @@ module Aws::DevOpsGuru
|
|
1226
1414
|
# resp.reactive_insights[0].insight_time_range.end_time #=> Time
|
1227
1415
|
# resp.reactive_insights[0].resource_collection.cloud_formation.stack_names #=> Array
|
1228
1416
|
# resp.reactive_insights[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1417
|
+
# resp.reactive_insights[0].resource_collection.tags #=> Array
|
1418
|
+
# resp.reactive_insights[0].resource_collection.tags[0].app_boundary_key #=> String
|
1419
|
+
# resp.reactive_insights[0].resource_collection.tags[0].tag_values #=> Array
|
1420
|
+
# resp.reactive_insights[0].resource_collection.tags[0].tag_values[0] #=> String
|
1229
1421
|
# resp.reactive_insights[0].service_collection.service_names #=> Array
|
1230
1422
|
# resp.reactive_insights[0].service_collection.service_names[0] #=> String, one of "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"
|
1423
|
+
# resp.reactive_insights[0].associated_resource_arns #=> Array
|
1424
|
+
# resp.reactive_insights[0].associated_resource_arns[0] #=> String
|
1231
1425
|
# resp.next_token #=> String
|
1232
1426
|
#
|
1233
1427
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListInsights AWS API Documentation
|
@@ -1349,6 +1543,10 @@ module Aws::DevOpsGuru
|
|
1349
1543
|
# resp.proactive_insights[0].prediction_time_range.end_time #=> Time
|
1350
1544
|
# resp.proactive_insights[0].resource_collection.cloud_formation.stack_names #=> Array
|
1351
1545
|
# resp.proactive_insights[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1546
|
+
# resp.proactive_insights[0].resource_collection.tags #=> Array
|
1547
|
+
# resp.proactive_insights[0].resource_collection.tags[0].app_boundary_key #=> String
|
1548
|
+
# resp.proactive_insights[0].resource_collection.tags[0].tag_values #=> Array
|
1549
|
+
# resp.proactive_insights[0].resource_collection.tags[0].tag_values[0] #=> String
|
1352
1550
|
# resp.proactive_insights[0].service_collection.service_names #=> Array
|
1353
1551
|
# resp.proactive_insights[0].service_collection.service_names[0] #=> String, one of "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"
|
1354
1552
|
# resp.reactive_insights #=> Array
|
@@ -1362,6 +1560,10 @@ module Aws::DevOpsGuru
|
|
1362
1560
|
# resp.reactive_insights[0].insight_time_range.end_time #=> Time
|
1363
1561
|
# resp.reactive_insights[0].resource_collection.cloud_formation.stack_names #=> Array
|
1364
1562
|
# resp.reactive_insights[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1563
|
+
# resp.reactive_insights[0].resource_collection.tags #=> Array
|
1564
|
+
# resp.reactive_insights[0].resource_collection.tags[0].app_boundary_key #=> String
|
1565
|
+
# resp.reactive_insights[0].resource_collection.tags[0].tag_values #=> Array
|
1566
|
+
# resp.reactive_insights[0].resource_collection.tags[0].tag_values[0] #=> String
|
1365
1567
|
# resp.reactive_insights[0].service_collection.service_names #=> Array
|
1366
1568
|
# resp.reactive_insights[0].service_collection.service_names[0] #=> String, one of "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"
|
1367
1569
|
# resp.next_token #=> String
|
@@ -1428,6 +1630,7 @@ module Aws::DevOpsGuru
|
|
1428
1630
|
# resp.recommendations[0].related_anomalies[0].source_details[0].cloud_watch_metrics #=> Array
|
1429
1631
|
# resp.recommendations[0].related_anomalies[0].source_details[0].cloud_watch_metrics[0].metric_name #=> String
|
1430
1632
|
# resp.recommendations[0].related_anomalies[0].source_details[0].cloud_watch_metrics[0].namespace #=> String
|
1633
|
+
# resp.recommendations[0].related_anomalies[0].anomaly_id #=> String
|
1431
1634
|
# resp.next_token #=> String
|
1432
1635
|
#
|
1433
1636
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListRecommendations AWS API Documentation
|
@@ -1542,6 +1745,12 @@ module Aws::DevOpsGuru
|
|
1542
1745
|
# cloud_formation: {
|
1543
1746
|
# stack_names: ["StackName"],
|
1544
1747
|
# },
|
1748
|
+
# tags: [
|
1749
|
+
# {
|
1750
|
+
# app_boundary_key: "AppBoundaryKey", # required
|
1751
|
+
# tag_values: ["TagValue"], # required
|
1752
|
+
# },
|
1753
|
+
# ],
|
1545
1754
|
# },
|
1546
1755
|
# service_collection: {
|
1547
1756
|
# 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
|
@@ -1565,8 +1774,14 @@ module Aws::DevOpsGuru
|
|
1565
1774
|
# resp.proactive_insights[0].prediction_time_range.end_time #=> Time
|
1566
1775
|
# resp.proactive_insights[0].resource_collection.cloud_formation.stack_names #=> Array
|
1567
1776
|
# resp.proactive_insights[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1777
|
+
# resp.proactive_insights[0].resource_collection.tags #=> Array
|
1778
|
+
# resp.proactive_insights[0].resource_collection.tags[0].app_boundary_key #=> String
|
1779
|
+
# resp.proactive_insights[0].resource_collection.tags[0].tag_values #=> Array
|
1780
|
+
# resp.proactive_insights[0].resource_collection.tags[0].tag_values[0] #=> String
|
1568
1781
|
# resp.proactive_insights[0].service_collection.service_names #=> Array
|
1569
1782
|
# resp.proactive_insights[0].service_collection.service_names[0] #=> String, one of "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"
|
1783
|
+
# resp.proactive_insights[0].associated_resource_arns #=> Array
|
1784
|
+
# resp.proactive_insights[0].associated_resource_arns[0] #=> String
|
1570
1785
|
# resp.reactive_insights #=> Array
|
1571
1786
|
# resp.reactive_insights[0].id #=> String
|
1572
1787
|
# resp.reactive_insights[0].name #=> String
|
@@ -1576,8 +1791,14 @@ module Aws::DevOpsGuru
|
|
1576
1791
|
# resp.reactive_insights[0].insight_time_range.end_time #=> Time
|
1577
1792
|
# resp.reactive_insights[0].resource_collection.cloud_formation.stack_names #=> Array
|
1578
1793
|
# resp.reactive_insights[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1794
|
+
# resp.reactive_insights[0].resource_collection.tags #=> Array
|
1795
|
+
# resp.reactive_insights[0].resource_collection.tags[0].app_boundary_key #=> String
|
1796
|
+
# resp.reactive_insights[0].resource_collection.tags[0].tag_values #=> Array
|
1797
|
+
# resp.reactive_insights[0].resource_collection.tags[0].tag_values[0] #=> String
|
1579
1798
|
# resp.reactive_insights[0].service_collection.service_names #=> Array
|
1580
1799
|
# resp.reactive_insights[0].service_collection.service_names[0] #=> String, one of "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"
|
1800
|
+
# resp.reactive_insights[0].associated_resource_arns #=> Array
|
1801
|
+
# resp.reactive_insights[0].associated_resource_arns[0] #=> String
|
1581
1802
|
# resp.next_token #=> String
|
1582
1803
|
#
|
1583
1804
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchInsights AWS API Documentation
|
@@ -1645,6 +1866,12 @@ module Aws::DevOpsGuru
|
|
1645
1866
|
# cloud_formation: {
|
1646
1867
|
# stack_names: ["StackName"],
|
1647
1868
|
# },
|
1869
|
+
# tags: [
|
1870
|
+
# {
|
1871
|
+
# app_boundary_key: "AppBoundaryKey", # required
|
1872
|
+
# tag_values: ["TagValue"], # required
|
1873
|
+
# },
|
1874
|
+
# ],
|
1648
1875
|
# },
|
1649
1876
|
# service_collection: {
|
1650
1877
|
# 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
|
@@ -1668,8 +1895,14 @@ module Aws::DevOpsGuru
|
|
1668
1895
|
# resp.proactive_insights[0].prediction_time_range.end_time #=> Time
|
1669
1896
|
# resp.proactive_insights[0].resource_collection.cloud_formation.stack_names #=> Array
|
1670
1897
|
# resp.proactive_insights[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1898
|
+
# resp.proactive_insights[0].resource_collection.tags #=> Array
|
1899
|
+
# resp.proactive_insights[0].resource_collection.tags[0].app_boundary_key #=> String
|
1900
|
+
# resp.proactive_insights[0].resource_collection.tags[0].tag_values #=> Array
|
1901
|
+
# resp.proactive_insights[0].resource_collection.tags[0].tag_values[0] #=> String
|
1671
1902
|
# resp.proactive_insights[0].service_collection.service_names #=> Array
|
1672
1903
|
# resp.proactive_insights[0].service_collection.service_names[0] #=> String, one of "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"
|
1904
|
+
# resp.proactive_insights[0].associated_resource_arns #=> Array
|
1905
|
+
# resp.proactive_insights[0].associated_resource_arns[0] #=> String
|
1673
1906
|
# resp.reactive_insights #=> Array
|
1674
1907
|
# resp.reactive_insights[0].id #=> String
|
1675
1908
|
# resp.reactive_insights[0].name #=> String
|
@@ -1679,8 +1912,14 @@ module Aws::DevOpsGuru
|
|
1679
1912
|
# resp.reactive_insights[0].insight_time_range.end_time #=> Time
|
1680
1913
|
# resp.reactive_insights[0].resource_collection.cloud_formation.stack_names #=> Array
|
1681
1914
|
# resp.reactive_insights[0].resource_collection.cloud_formation.stack_names[0] #=> String
|
1915
|
+
# resp.reactive_insights[0].resource_collection.tags #=> Array
|
1916
|
+
# resp.reactive_insights[0].resource_collection.tags[0].app_boundary_key #=> String
|
1917
|
+
# resp.reactive_insights[0].resource_collection.tags[0].tag_values #=> Array
|
1918
|
+
# resp.reactive_insights[0].resource_collection.tags[0].tag_values[0] #=> String
|
1682
1919
|
# resp.reactive_insights[0].service_collection.service_names #=> Array
|
1683
1920
|
# resp.reactive_insights[0].service_collection.service_names[0] #=> String, one of "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"
|
1921
|
+
# resp.reactive_insights[0].associated_resource_arns #=> Array
|
1922
|
+
# resp.reactive_insights[0].associated_resource_arns[0] #=> String
|
1684
1923
|
# resp.next_token #=> String
|
1685
1924
|
#
|
1686
1925
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/SearchOrganizationInsights AWS API Documentation
|
@@ -1714,6 +1953,12 @@ module Aws::DevOpsGuru
|
|
1714
1953
|
# cloud_formation: {
|
1715
1954
|
# stack_names: ["StackName"],
|
1716
1955
|
# },
|
1956
|
+
# tags: [
|
1957
|
+
# {
|
1958
|
+
# app_boundary_key: "AppBoundaryKey", # required
|
1959
|
+
# tag_values: ["TagValue"], # required
|
1960
|
+
# },
|
1961
|
+
# ],
|
1717
1962
|
# },
|
1718
1963
|
# client_token: "ClientToken",
|
1719
1964
|
# })
|
@@ -1727,13 +1972,14 @@ module Aws::DevOpsGuru
|
|
1727
1972
|
req.send_request(options)
|
1728
1973
|
end
|
1729
1974
|
|
1730
|
-
# Updates the collection of resources that DevOps Guru analyzes. The
|
1731
|
-
#
|
1732
|
-
# Web Services CloudFormation stacks
|
1733
|
-
#
|
1734
|
-
#
|
1735
|
-
#
|
1736
|
-
#
|
1975
|
+
# Updates the collection of resources that DevOps Guru analyzes. The two
|
1976
|
+
# types of Amazon Web Services resource collections supported are Amazon
|
1977
|
+
# Web Services CloudFormation stacks and Amazon Web Services resources
|
1978
|
+
# that contain the same Amazon Web Services tag. DevOps Guru can be
|
1979
|
+
# configured to analyze the Amazon Web Services resources that are
|
1980
|
+
# defined in the stacks or that are tagged using the same tag *key*. You
|
1981
|
+
# can specify up to 500 Amazon Web Services CloudFormation stacks. This
|
1982
|
+
# method also creates the IAM role required for you to use DevOps Guru.
|
1737
1983
|
#
|
1738
1984
|
# @option params [required, String] :action
|
1739
1985
|
# Specifies if the resource collection in the request is added or
|
@@ -1753,6 +1999,12 @@ module Aws::DevOpsGuru
|
|
1753
1999
|
# cloud_formation: {
|
1754
2000
|
# stack_names: ["StackName"],
|
1755
2001
|
# },
|
2002
|
+
# tags: [
|
2003
|
+
# {
|
2004
|
+
# app_boundary_key: "AppBoundaryKey", # required
|
2005
|
+
# tag_values: ["TagValue"], # required
|
2006
|
+
# },
|
2007
|
+
# ],
|
1756
2008
|
# },
|
1757
2009
|
# })
|
1758
2010
|
#
|
@@ -1809,7 +2061,7 @@ module Aws::DevOpsGuru
|
|
1809
2061
|
params: params,
|
1810
2062
|
config: config)
|
1811
2063
|
context[:gem_name] = 'aws-sdk-devopsguru'
|
1812
|
-
context[:gem_version] = '1.
|
2064
|
+
context[:gem_version] = '1.18.0'
|
1813
2065
|
Seahorse::Client::Request.new(handlers, context)
|
1814
2066
|
end
|
1815
2067
|
|