aws-sdk-devopsguru 1.25.0 → 1.26.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd17410997959ca5b6c7822e84dcd9ad84683ac4cddf0cf70482276e187c25a5
4
- data.tar.gz: 8acfea50f2ec114d86b6ae5df03b0562b89bc147ef1344aa9375edd408e5c501
3
+ metadata.gz: e535d91956ea94ccb1cdfd5f881bf5fa50dc9ba153eab82cf815f58dce1f66c9
4
+ data.tar.gz: 59c26590cf44de175ea2cc0051aeaa8658333cc60919f36ceea7befc9be0f1b3
5
5
  SHA512:
6
- metadata.gz: 70383bde2e54bbd1f10410ee7341503231a20ba735bb86d117ae7d4b9f6cf5620fdfd090fa21d5e54112b19a05a4dc5b6fca14b352dbb9e7c155b7746b7acf6b
7
- data.tar.gz: 1d00d69b811295eebfd2c75b4e93bbd99ca142908cb6904bd479b38188ae54362587990a82dfd998a998ba2f3f91b5c2ada93c91e978385609a2808b183f2541
6
+ metadata.gz: aeeb7bc6f46d56941f03f3be3d2aacbd3e83dc55fe1f8d7ff90c2b6852dcaa8bcac111f2f13b1c334c85eafaca4ad4889801a859d7ff233134cde58e73a77cf4
7
+ data.tar.gz: 7ce8106e8637dc8bcb007e408d4b8fea3c968b458bbe656d128d9d2ae17b5e864cbf112c25df4a4b7f62c259819350f2938a7b187ac5a371e54ea31ac67a1e42
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2022-10-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds information about the resources DevOps Guru is analyzing.
8
+
4
9
  1.25.0 (2022-09-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -449,6 +449,7 @@ module Aws::DevOpsGuru
449
449
  # * {Types::DescribeAccountHealthResponse#open_proactive_insights #open_proactive_insights} => Integer
450
450
  # * {Types::DescribeAccountHealthResponse#metrics_analyzed #metrics_analyzed} => Integer
451
451
  # * {Types::DescribeAccountHealthResponse#resource_hours #resource_hours} => Integer
452
+ # * {Types::DescribeAccountHealthResponse#analyzed_resource_count #analyzed_resource_count} => Integer
452
453
  #
453
454
  # @example Response structure
454
455
  #
@@ -456,6 +457,7 @@ module Aws::DevOpsGuru
456
457
  # resp.open_proactive_insights #=> Integer
457
458
  # resp.metrics_analyzed #=> Integer
458
459
  # resp.resource_hours #=> Integer
460
+ # resp.analyzed_resource_count #=> Integer
459
461
  #
460
462
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAccountHealth AWS API Documentation
461
463
  #
@@ -924,10 +926,12 @@ module Aws::DevOpsGuru
924
926
  # resp.cloud_formation[0].insight.open_proactive_insights #=> Integer
925
927
  # resp.cloud_formation[0].insight.open_reactive_insights #=> Integer
926
928
  # resp.cloud_formation[0].insight.mean_time_to_recover_in_milliseconds #=> Integer
929
+ # resp.cloud_formation[0].analyzed_resource_count #=> Integer
927
930
  # resp.service #=> Array
928
931
  # resp.service[0].service_name #=> 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"
929
932
  # resp.service[0].insight.open_proactive_insights #=> Integer
930
933
  # resp.service[0].insight.open_reactive_insights #=> Integer
934
+ # resp.service[0].analyzed_resource_count #=> Integer
931
935
  # resp.account #=> Array
932
936
  # resp.account[0].account_id #=> String
933
937
  # resp.account[0].insight.open_proactive_insights #=> Integer
@@ -939,6 +943,7 @@ module Aws::DevOpsGuru
939
943
  # resp.tags[0].insight.open_proactive_insights #=> Integer
940
944
  # resp.tags[0].insight.open_reactive_insights #=> Integer
941
945
  # resp.tags[0].insight.mean_time_to_recover_in_milliseconds #=> Integer
946
+ # resp.tags[0].analyzed_resource_count #=> Integer
942
947
  #
943
948
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeOrganizationResourceCollectionHealth AWS API Documentation
944
949
  #
@@ -997,10 +1002,12 @@ module Aws::DevOpsGuru
997
1002
  # resp.cloud_formation[0].insight.open_proactive_insights #=> Integer
998
1003
  # resp.cloud_formation[0].insight.open_reactive_insights #=> Integer
999
1004
  # resp.cloud_formation[0].insight.mean_time_to_recover_in_milliseconds #=> Integer
1005
+ # resp.cloud_formation[0].analyzed_resource_count #=> Integer
1000
1006
  # resp.service #=> Array
1001
1007
  # resp.service[0].service_name #=> 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"
1002
1008
  # resp.service[0].insight.open_proactive_insights #=> Integer
1003
1009
  # resp.service[0].insight.open_reactive_insights #=> Integer
1010
+ # resp.service[0].analyzed_resource_count #=> Integer
1004
1011
  # resp.next_token #=> String
1005
1012
  # resp.tags #=> Array
1006
1013
  # resp.tags[0].app_boundary_key #=> String
@@ -1008,6 +1015,7 @@ module Aws::DevOpsGuru
1008
1015
  # resp.tags[0].insight.open_proactive_insights #=> Integer
1009
1016
  # resp.tags[0].insight.open_reactive_insights #=> Integer
1010
1017
  # resp.tags[0].insight.mean_time_to_recover_in_milliseconds #=> Integer
1018
+ # resp.tags[0].analyzed_resource_count #=> Integer
1011
1019
  #
1012
1020
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeResourceCollectionHealth AWS API Documentation
1013
1021
  #
@@ -1579,7 +1587,7 @@ module Aws::DevOpsGuru
1579
1587
  # Returns the list of all log groups that are being monitored and tagged
1580
1588
  # by DevOps Guru.
1581
1589
  #
1582
- # @option params [required, Types::ListMonitoredResourcesFilters] :filters
1590
+ # @option params [Types::ListMonitoredResourcesFilters] :filters
1583
1591
  # Filters to determine which monitored resources you want to retrieve.
1584
1592
  # You can filter by resource type or resource permission status.
1585
1593
  #
@@ -1602,9 +1610,9 @@ module Aws::DevOpsGuru
1602
1610
  # @example Request syntax with placeholder values
1603
1611
  #
1604
1612
  # resp = client.list_monitored_resources({
1605
- # filters: { # required
1613
+ # filters: {
1606
1614
  # resource_permission: "FULL_PERMISSION", # required, accepts FULL_PERMISSION, MISSING_PERMISSION
1607
- # resource_type_filters: ["LOG_GROUPS"], # required, accepts LOG_GROUPS
1615
+ # resource_type_filters: ["LOG_GROUPS"], # required, accepts LOG_GROUPS, CLOUDFRONT_DISTRIBUTION, DYNAMODB_TABLE, EC2_NAT_GATEWAY, ECS_CLUSTER, ECS_SERVICE, EKS_CLUSTER, ELASTIC_BEANSTALK_ENVIRONMENT, ELASTIC_LOAD_BALANCER_LOAD_BALANCER, ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER, ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP, ELASTICACHE_CACHE_CLUSTER, ELASTICSEARCH_DOMAIN, KINESIS_STREAM, LAMBDA_FUNCTION, OPEN_SEARCH_SERVICE_DOMAIN, RDS_DB_INSTANCE, RDS_DB_CLUSTER, REDSHIFT_CLUSTER, ROUTE53_HOSTED_ZONE, ROUTE53_HEALTH_CHECK, S3_BUCKET, SAGEMAKER_ENDPOINT, SNS_TOPIC, SQS_QUEUE, STEP_FUNCTIONS_ACTIVITY, STEP_FUNCTIONS_STATE_MACHINE
1608
1616
  # },
1609
1617
  # max_results: 1,
1610
1618
  # next_token: "UuidNextToken",
@@ -1616,6 +1624,13 @@ module Aws::DevOpsGuru
1616
1624
  # resp.monitored_resource_identifiers[0].monitored_resource_name #=> String
1617
1625
  # resp.monitored_resource_identifiers[0].type #=> String
1618
1626
  # resp.monitored_resource_identifiers[0].resource_permission #=> String, one of "FULL_PERMISSION", "MISSING_PERMISSION"
1627
+ # resp.monitored_resource_identifiers[0].last_updated #=> Time
1628
+ # resp.monitored_resource_identifiers[0].resource_collection.cloud_formation.stack_names #=> Array
1629
+ # resp.monitored_resource_identifiers[0].resource_collection.cloud_formation.stack_names[0] #=> String
1630
+ # resp.monitored_resource_identifiers[0].resource_collection.tags #=> Array
1631
+ # resp.monitored_resource_identifiers[0].resource_collection.tags[0].app_boundary_key #=> String
1632
+ # resp.monitored_resource_identifiers[0].resource_collection.tags[0].tag_values #=> Array
1633
+ # resp.monitored_resource_identifiers[0].resource_collection.tags[0].tag_values[0] #=> String
1619
1634
  # resp.next_token #=> String
1620
1635
  #
1621
1636
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ListMonitoredResources AWS API Documentation
@@ -1893,9 +1908,8 @@ module Aws::DevOpsGuru
1893
1908
 
1894
1909
  # Returns a list of insights in your Amazon Web Services account. You
1895
1910
  # can specify which insights are returned by their start time, one or
1896
- # more statuses (`ONGOING`, `CLOSED`, and `CLOSED`), one or more
1897
- # severities (`LOW`, `MEDIUM`, and `HIGH`), and type (`REACTIVE` or
1898
- # `PROACTIVE`).
1911
+ # more statuses (`ONGOING` or `CLOSED`), one or more severities (`LOW`,
1912
+ # `MEDIUM`, and `HIGH`), and type (`REACTIVE` or `PROACTIVE`).
1899
1913
  #
1900
1914
  # Use the `Filters` parameter to specify status and severity search
1901
1915
  # parameters. Use the `Type` parameter to specify `REACTIVE` or
@@ -2293,7 +2307,7 @@ module Aws::DevOpsGuru
2293
2307
  params: params,
2294
2308
  config: config)
2295
2309
  context[:gem_name] = 'aws-sdk-devopsguru'
2296
- context[:gem_version] = '1.25.0'
2310
+ context[:gem_version] = '1.26.0'
2297
2311
  Seahorse::Client::Request.new(handlers, context)
2298
2312
  end
2299
2313
 
@@ -21,6 +21,7 @@ module Aws::DevOpsGuru
21
21
  AddNotificationChannelRequest = Shapes::StructureShape.new(name: 'AddNotificationChannelRequest')
22
22
  AddNotificationChannelResponse = Shapes::StructureShape.new(name: 'AddNotificationChannelResponse')
23
23
  AmazonCodeGuruProfilerIntegration = Shapes::StructureShape.new(name: 'AmazonCodeGuruProfilerIntegration')
24
+ AnalyzedResourceCount = Shapes::IntegerShape.new(name: 'AnalyzedResourceCount')
24
25
  AnomalousLogGroup = Shapes::StructureShape.new(name: 'AnomalousLogGroup')
25
26
  AnomalousLogGroups = Shapes::ListShape.new(name: 'AnomalousLogGroups')
26
27
  AnomalyDescription = Shapes::StringShape.new(name: 'AnomalyDescription')
@@ -414,6 +415,7 @@ module Aws::DevOpsGuru
414
415
 
415
416
  CloudFormationHealth.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
416
417
  CloudFormationHealth.add_member(:insight, Shapes::ShapeRef.new(shape: InsightHealth, location_name: "Insight"))
418
+ CloudFormationHealth.add_member(:analyzed_resource_count, Shapes::ShapeRef.new(shape: AnalyzedResourceCount, location_name: "AnalyzedResourceCount"))
417
419
  CloudFormationHealth.struct_class = Types::CloudFormationHealth
418
420
 
419
421
  CloudFormationHealths.member = Shapes::ShapeRef.new(shape: CloudFormationHealth)
@@ -467,6 +469,7 @@ module Aws::DevOpsGuru
467
469
  DescribeAccountHealthResponse.add_member(:open_proactive_insights, Shapes::ShapeRef.new(shape: NumOpenProactiveInsights, required: true, location_name: "OpenProactiveInsights"))
468
470
  DescribeAccountHealthResponse.add_member(:metrics_analyzed, Shapes::ShapeRef.new(shape: NumMetricsAnalyzed, required: true, location_name: "MetricsAnalyzed"))
469
471
  DescribeAccountHealthResponse.add_member(:resource_hours, Shapes::ShapeRef.new(shape: ResourceHours, required: true, location_name: "ResourceHours"))
472
+ DescribeAccountHealthResponse.add_member(:analyzed_resource_count, Shapes::ShapeRef.new(shape: AnalyzedResourceCount, location_name: "AnalyzedResourceCount"))
470
473
  DescribeAccountHealthResponse.struct_class = Types::DescribeAccountHealthResponse
471
474
 
472
475
  DescribeAccountOverviewRequest.add_member(:from_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "FromTime"))
@@ -698,7 +701,7 @@ module Aws::DevOpsGuru
698
701
  ListMonitoredResourcesFilters.add_member(:resource_type_filters, Shapes::ShapeRef.new(shape: ResourceTypeFilters, required: true, location_name: "ResourceTypeFilters"))
699
702
  ListMonitoredResourcesFilters.struct_class = Types::ListMonitoredResourcesFilters
700
703
 
701
- ListMonitoredResourcesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListMonitoredResourcesFilters, required: true, location_name: "Filters"))
704
+ ListMonitoredResourcesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListMonitoredResourcesFilters, location_name: "Filters"))
702
705
  ListMonitoredResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMonitoredResourcesMaxResults, location_name: "MaxResults"))
703
706
  ListMonitoredResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
704
707
  ListMonitoredResourcesRequest.struct_class = Types::ListMonitoredResourcesRequest
@@ -761,6 +764,8 @@ module Aws::DevOpsGuru
761
764
  MonitoredResourceIdentifier.add_member(:monitored_resource_name, Shapes::ShapeRef.new(shape: MonitoredResourceName, location_name: "MonitoredResourceName"))
762
765
  MonitoredResourceIdentifier.add_member(:type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "Type"))
763
766
  MonitoredResourceIdentifier.add_member(:resource_permission, Shapes::ShapeRef.new(shape: ResourcePermission, location_name: "ResourcePermission"))
767
+ MonitoredResourceIdentifier.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
768
+ MonitoredResourceIdentifier.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
764
769
  MonitoredResourceIdentifier.struct_class = Types::MonitoredResourceIdentifier
765
770
 
766
771
  MonitoredResourceIdentifiers.member = Shapes::ShapeRef.new(shape: MonitoredResourceIdentifier)
@@ -1091,6 +1096,7 @@ module Aws::DevOpsGuru
1091
1096
 
1092
1097
  ServiceHealth.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "ServiceName"))
1093
1098
  ServiceHealth.add_member(:insight, Shapes::ShapeRef.new(shape: ServiceInsightHealth, location_name: "Insight"))
1099
+ ServiceHealth.add_member(:analyzed_resource_count, Shapes::ShapeRef.new(shape: AnalyzedResourceCount, location_name: "AnalyzedResourceCount"))
1094
1100
  ServiceHealth.struct_class = Types::ServiceHealth
1095
1101
 
1096
1102
  ServiceHealths.member = Shapes::ShapeRef.new(shape: ServiceHealth)
@@ -1153,6 +1159,7 @@ module Aws::DevOpsGuru
1153
1159
  TagHealth.add_member(:app_boundary_key, Shapes::ShapeRef.new(shape: AppBoundaryKey, location_name: "AppBoundaryKey"))
1154
1160
  TagHealth.add_member(:tag_value, Shapes::ShapeRef.new(shape: TagValue, location_name: "TagValue"))
1155
1161
  TagHealth.add_member(:insight, Shapes::ShapeRef.new(shape: InsightHealth, location_name: "Insight"))
1162
+ TagHealth.add_member(:analyzed_resource_count, Shapes::ShapeRef.new(shape: AnalyzedResourceCount, location_name: "AnalyzedResourceCount"))
1156
1163
  TagHealth.struct_class = Types::TagHealth
1157
1164
 
1158
1165
  TagHealths.member = Shapes::ShapeRef.new(shape: TagHealth)
@@ -392,11 +392,17 @@ module Aws::DevOpsGuru
392
392
  # insights.
393
393
  # @return [Types::InsightHealth]
394
394
  #
395
+ # @!attribute [rw] analyzed_resource_count
396
+ # Number of resources that DevOps Guru is monitoring in your account
397
+ # that are specified by an Amazon Web Services CloudFormation stack.
398
+ # @return [Integer]
399
+ #
395
400
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/CloudFormationHealth AWS API Documentation
396
401
  #
397
402
  class CloudFormationHealth < Struct.new(
398
403
  :stack_name,
399
- :insight)
404
+ :insight,
405
+ :analyzed_resource_count)
400
406
  SENSITIVE = []
401
407
  include Aws::Structure
402
408
  end
@@ -678,13 +684,19 @@ module Aws::DevOpsGuru
678
684
  # the current Amazon Web Services account in the last hour.
679
685
  # @return [Integer]
680
686
  #
687
+ # @!attribute [rw] analyzed_resource_count
688
+ # Number of resources that DevOps Guru is monitoring in your Amazon
689
+ # Web Services account.
690
+ # @return [Integer]
691
+ #
681
692
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/DescribeAccountHealthResponse AWS API Documentation
682
693
  #
683
694
  class DescribeAccountHealthResponse < Struct.new(
684
695
  :open_reactive_insights,
685
696
  :open_proactive_insights,
686
697
  :metrics_analyzed,
687
- :resource_hours)
698
+ :resource_hours,
699
+ :analyzed_resource_count)
688
700
  SENSITIVE = []
689
701
  include Aws::Structure
690
702
  end
@@ -2132,7 +2144,7 @@ module Aws::DevOpsGuru
2132
2144
  #
2133
2145
  # {
2134
2146
  # resource_permission: "FULL_PERMISSION", # required, accepts FULL_PERMISSION, MISSING_PERMISSION
2135
- # resource_type_filters: ["LOG_GROUPS"], # required, accepts LOG_GROUPS
2147
+ # resource_type_filters: ["LOG_GROUPS"], # required, accepts LOG_GROUPS, CLOUDFRONT_DISTRIBUTION, DYNAMODB_TABLE, EC2_NAT_GATEWAY, ECS_CLUSTER, ECS_SERVICE, EKS_CLUSTER, ELASTIC_BEANSTALK_ENVIRONMENT, ELASTIC_LOAD_BALANCER_LOAD_BALANCER, ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER, ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP, ELASTICACHE_CACHE_CLUSTER, ELASTICSEARCH_DOMAIN, KINESIS_STREAM, LAMBDA_FUNCTION, OPEN_SEARCH_SERVICE_DOMAIN, RDS_DB_INSTANCE, RDS_DB_CLUSTER, REDSHIFT_CLUSTER, ROUTE53_HOSTED_ZONE, ROUTE53_HEALTH_CHECK, S3_BUCKET, SAGEMAKER_ENDPOINT, SNS_TOPIC, SQS_QUEUE, STEP_FUNCTIONS_ACTIVITY, STEP_FUNCTIONS_STATE_MACHINE
2136
2148
  # }
2137
2149
  #
2138
2150
  # @!attribute [rw] resource_permission
@@ -2156,9 +2168,9 @@ module Aws::DevOpsGuru
2156
2168
  # data as a hash:
2157
2169
  #
2158
2170
  # {
2159
- # filters: { # required
2171
+ # filters: {
2160
2172
  # resource_permission: "FULL_PERMISSION", # required, accepts FULL_PERMISSION, MISSING_PERMISSION
2161
- # resource_type_filters: ["LOG_GROUPS"], # required, accepts LOG_GROUPS
2173
+ # resource_type_filters: ["LOG_GROUPS"], # required, accepts LOG_GROUPS, CLOUDFRONT_DISTRIBUTION, DYNAMODB_TABLE, EC2_NAT_GATEWAY, ECS_CLUSTER, ECS_SERVICE, EKS_CLUSTER, ELASTIC_BEANSTALK_ENVIRONMENT, ELASTIC_LOAD_BALANCER_LOAD_BALANCER, ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER, ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP, ELASTICACHE_CACHE_CLUSTER, ELASTICSEARCH_DOMAIN, KINESIS_STREAM, LAMBDA_FUNCTION, OPEN_SEARCH_SERVICE_DOMAIN, RDS_DB_INSTANCE, RDS_DB_CLUSTER, REDSHIFT_CLUSTER, ROUTE53_HOSTED_ZONE, ROUTE53_HEALTH_CHECK, S3_BUCKET, SAGEMAKER_ENDPOINT, SNS_TOPIC, SQS_QUEUE, STEP_FUNCTIONS_ACTIVITY, STEP_FUNCTIONS_STATE_MACHINE
2162
2174
  # },
2163
2175
  # max_results: 1,
2164
2176
  # next_token: "UuidNextToken",
@@ -2511,12 +2523,29 @@ module Aws::DevOpsGuru
2511
2523
  # The permission status of a resource.
2512
2524
  # @return [String]
2513
2525
  #
2526
+ # @!attribute [rw] last_updated
2527
+ # The time at which DevOps Guru last updated this resource.
2528
+ # @return [Time]
2529
+ #
2530
+ # @!attribute [rw] resource_collection
2531
+ # A collection of Amazon Web Services resources supported by DevOps
2532
+ # Guru. The two types of Amazon Web Services resource collections
2533
+ # supported are Amazon Web Services CloudFormation stacks and Amazon
2534
+ # Web Services resources that contain the same Amazon Web Services
2535
+ # tag. DevOps Guru can be configured to analyze the Amazon Web
2536
+ # Services resources that are defined in the stacks or that are tagged
2537
+ # using the same tag *key*. You can specify up to 500 Amazon Web
2538
+ # Services CloudFormation stacks.
2539
+ # @return [Types::ResourceCollection]
2540
+ #
2514
2541
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/MonitoredResourceIdentifier AWS API Documentation
2515
2542
  #
2516
2543
  class MonitoredResourceIdentifier < Struct.new(
2517
2544
  :monitored_resource_name,
2518
2545
  :type,
2519
- :resource_permission)
2546
+ :resource_permission,
2547
+ :last_updated,
2548
+ :resource_collection)
2520
2549
  SENSITIVE = []
2521
2550
  include Aws::Structure
2522
2551
  end
@@ -4682,11 +4711,17 @@ module Aws::DevOpsGuru
4682
4711
  # and reactive insights for this service.
4683
4712
  # @return [Types::ServiceInsightHealth]
4684
4713
  #
4714
+ # @!attribute [rw] analyzed_resource_count
4715
+ # Number of resources that DevOps Guru is monitoring in an analyzed
4716
+ # Amazon Web Services service.
4717
+ # @return [Integer]
4718
+ #
4685
4719
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/ServiceHealth AWS API Documentation
4686
4720
  #
4687
4721
  class ServiceHealth < Struct.new(
4688
4722
  :service_name,
4689
- :insight)
4723
+ :insight,
4724
+ :analyzed_resource_count)
4690
4725
  SENSITIVE = []
4691
4726
  include Aws::Structure
4692
4727
  end
@@ -5148,12 +5183,18 @@ module Aws::DevOpsGuru
5148
5183
  # the Mean Time to Recover (MTTR) of closed insights.
5149
5184
  # @return [Types::InsightHealth]
5150
5185
  #
5186
+ # @!attribute [rw] analyzed_resource_count
5187
+ # Number of resources that DevOps Guru is monitoring in your account
5188
+ # that are specified by an Amazon Web Services tag.
5189
+ # @return [Integer]
5190
+ #
5151
5191
  # @see http://docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/TagHealth AWS API Documentation
5152
5192
  #
5153
5193
  class TagHealth < Struct.new(
5154
5194
  :app_boundary_key,
5155
5195
  :tag_value,
5156
- :insight)
5196
+ :insight,
5197
+ :analyzed_resource_count)
5157
5198
  SENSITIVE = []
5158
5199
  include Aws::Structure
5159
5200
  end
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-devopsguru/customizations'
48
48
  # @!group service
49
49
  module Aws::DevOpsGuru
50
50
 
51
- GEM_VERSION = '1.25.0'
51
+ GEM_VERSION = '1.26.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsguru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-30 00:00:00.000000000 Z
11
+ date: 2022-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core