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.
@@ -14,6 +14,10 @@ module Aws::DevOpsGuru
14
14
  include Seahorse::Model
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AccountHealth = Shapes::StructureShape.new(name: 'AccountHealth')
18
+ AccountHealths = Shapes::ListShape.new(name: 'AccountHealths')
19
+ AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
20
+ AccountInsightHealth = Shapes::StructureShape.new(name: 'AccountInsightHealth')
17
21
  AddNotificationChannelRequest = Shapes::StructureShape.new(name: 'AddNotificationChannelRequest')
18
22
  AddNotificationChannelResponse = Shapes::StructureShape.new(name: 'AddNotificationChannelResponse')
19
23
  AnomalyId = Shapes::StringShape.new(name: 'AnomalyId')
@@ -23,6 +27,7 @@ module Aws::DevOpsGuru
23
27
  AnomalySourceDetails = Shapes::StructureShape.new(name: 'AnomalySourceDetails')
24
28
  AnomalyStatus = Shapes::StringShape.new(name: 'AnomalyStatus')
25
29
  AnomalyTimeRange = Shapes::StructureShape.new(name: 'AnomalyTimeRange')
30
+ AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
26
31
  Channels = Shapes::ListShape.new(name: 'Channels')
27
32
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
28
33
  CloudFormationCollection = Shapes::StructureShape.new(name: 'CloudFormationCollection')
@@ -30,6 +35,8 @@ module Aws::DevOpsGuru
30
35
  CloudFormationCostEstimationResourceCollectionFilter = Shapes::StructureShape.new(name: 'CloudFormationCostEstimationResourceCollectionFilter')
31
36
  CloudFormationHealth = Shapes::StructureShape.new(name: 'CloudFormationHealth')
32
37
  CloudFormationHealths = Shapes::ListShape.new(name: 'CloudFormationHealths')
38
+ CloudWatchMetricDataStatusCode = Shapes::StringShape.new(name: 'CloudWatchMetricDataStatusCode')
39
+ CloudWatchMetricsDataSummary = Shapes::StructureShape.new(name: 'CloudWatchMetricsDataSummary')
33
40
  CloudWatchMetricsDetail = Shapes::StructureShape.new(name: 'CloudWatchMetricsDetail')
34
41
  CloudWatchMetricsDetails = Shapes::ListShape.new(name: 'CloudWatchMetricsDetails')
35
42
  CloudWatchMetricsDimension = Shapes::StructureShape.new(name: 'CloudWatchMetricsDimension')
@@ -59,6 +66,12 @@ module Aws::DevOpsGuru
59
66
  DescribeFeedbackResponse = Shapes::StructureShape.new(name: 'DescribeFeedbackResponse')
60
67
  DescribeInsightRequest = Shapes::StructureShape.new(name: 'DescribeInsightRequest')
61
68
  DescribeInsightResponse = Shapes::StructureShape.new(name: 'DescribeInsightResponse')
69
+ DescribeOrganizationHealthRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationHealthRequest')
70
+ DescribeOrganizationHealthResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationHealthResponse')
71
+ DescribeOrganizationOverviewRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationOverviewRequest')
72
+ DescribeOrganizationOverviewResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationOverviewResponse')
73
+ DescribeOrganizationResourceCollectionHealthRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationResourceCollectionHealthRequest')
74
+ DescribeOrganizationResourceCollectionHealthResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationResourceCollectionHealthResponse')
62
75
  DescribeResourceCollectionHealthRequest = Shapes::StructureShape.new(name: 'DescribeResourceCollectionHealthRequest')
63
76
  DescribeResourceCollectionHealthResponse = Shapes::StructureShape.new(name: 'DescribeResourceCollectionHealthResponse')
64
77
  DescribeServiceIntegrationRequest = Shapes::StructureShape.new(name: 'DescribeServiceIntegrationRequest')
@@ -104,19 +117,24 @@ module Aws::DevOpsGuru
104
117
  ListEventsMaxResults = Shapes::IntegerShape.new(name: 'ListEventsMaxResults')
105
118
  ListEventsRequest = Shapes::StructureShape.new(name: 'ListEventsRequest')
106
119
  ListEventsResponse = Shapes::StructureShape.new(name: 'ListEventsResponse')
120
+ ListInsightsAccountIdList = Shapes::ListShape.new(name: 'ListInsightsAccountIdList')
107
121
  ListInsightsAnyStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsAnyStatusFilter')
108
122
  ListInsightsClosedStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsClosedStatusFilter')
109
123
  ListInsightsMaxResults = Shapes::IntegerShape.new(name: 'ListInsightsMaxResults')
110
124
  ListInsightsOngoingStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsOngoingStatusFilter')
125
+ ListInsightsOrganizationalUnitIdList = Shapes::ListShape.new(name: 'ListInsightsOrganizationalUnitIdList')
111
126
  ListInsightsRequest = Shapes::StructureShape.new(name: 'ListInsightsRequest')
112
127
  ListInsightsResponse = Shapes::StructureShape.new(name: 'ListInsightsResponse')
113
128
  ListInsightsStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsStatusFilter')
114
129
  ListNotificationChannelsRequest = Shapes::StructureShape.new(name: 'ListNotificationChannelsRequest')
115
130
  ListNotificationChannelsResponse = Shapes::StructureShape.new(name: 'ListNotificationChannelsResponse')
131
+ ListOrganizationInsightsRequest = Shapes::StructureShape.new(name: 'ListOrganizationInsightsRequest')
132
+ ListOrganizationInsightsResponse = Shapes::StructureShape.new(name: 'ListOrganizationInsightsResponse')
116
133
  ListRecommendationsRequest = Shapes::StructureShape.new(name: 'ListRecommendationsRequest')
117
134
  ListRecommendationsResponse = Shapes::StructureShape.new(name: 'ListRecommendationsResponse')
118
135
  Locale = Shapes::StringShape.new(name: 'Locale')
119
136
  MeanTimeToRecoverInMilliseconds = Shapes::IntegerShape.new(name: 'MeanTimeToRecoverInMilliseconds')
137
+ MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
120
138
  NotificationChannel = Shapes::StructureShape.new(name: 'NotificationChannel')
121
139
  NotificationChannelConfig = Shapes::StructureShape.new(name: 'NotificationChannelConfig')
122
140
  NotificationChannelId = Shapes::StringShape.new(name: 'NotificationChannelId')
@@ -128,6 +146,10 @@ module Aws::DevOpsGuru
128
146
  OpsCenterIntegration = Shapes::StructureShape.new(name: 'OpsCenterIntegration')
129
147
  OpsCenterIntegrationConfig = Shapes::StructureShape.new(name: 'OpsCenterIntegrationConfig')
130
148
  OptInStatus = Shapes::StringShape.new(name: 'OptInStatus')
149
+ OrganizationResourceCollectionMaxResults = Shapes::IntegerShape.new(name: 'OrganizationResourceCollectionMaxResults')
150
+ OrganizationResourceCollectionType = Shapes::StringShape.new(name: 'OrganizationResourceCollectionType')
151
+ OrganizationalUnitId = Shapes::StringShape.new(name: 'OrganizationalUnitId')
152
+ OrganizationalUnitIdList = Shapes::ListShape.new(name: 'OrganizationalUnitIdList')
131
153
  PredictionTimeRange = Shapes::StructureShape.new(name: 'PredictionTimeRange')
132
154
  ProactiveAnomalies = Shapes::ListShape.new(name: 'ProactiveAnomalies')
133
155
  ProactiveAnomaly = Shapes::StructureShape.new(name: 'ProactiveAnomaly')
@@ -135,6 +157,8 @@ module Aws::DevOpsGuru
135
157
  ProactiveInsight = Shapes::StructureShape.new(name: 'ProactiveInsight')
136
158
  ProactiveInsightSummary = Shapes::StructureShape.new(name: 'ProactiveInsightSummary')
137
159
  ProactiveInsights = Shapes::ListShape.new(name: 'ProactiveInsights')
160
+ ProactiveOrganizationInsightSummary = Shapes::StructureShape.new(name: 'ProactiveOrganizationInsightSummary')
161
+ ProactiveOrganizationInsights = Shapes::ListShape.new(name: 'ProactiveOrganizationInsights')
138
162
  PutFeedbackRequest = Shapes::StructureShape.new(name: 'PutFeedbackRequest')
139
163
  PutFeedbackResponse = Shapes::StructureShape.new(name: 'PutFeedbackResponse')
140
164
  ReactiveAnomalies = Shapes::ListShape.new(name: 'ReactiveAnomalies')
@@ -143,6 +167,8 @@ module Aws::DevOpsGuru
143
167
  ReactiveInsight = Shapes::StructureShape.new(name: 'ReactiveInsight')
144
168
  ReactiveInsightSummary = Shapes::StructureShape.new(name: 'ReactiveInsightSummary')
145
169
  ReactiveInsights = Shapes::ListShape.new(name: 'ReactiveInsights')
170
+ ReactiveOrganizationInsightSummary = Shapes::StructureShape.new(name: 'ReactiveOrganizationInsightSummary')
171
+ ReactiveOrganizationInsights = Shapes::ListShape.new(name: 'ReactiveOrganizationInsights')
146
172
  Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
147
173
  RecommendationDescription = Shapes::StringShape.new(name: 'RecommendationDescription')
148
174
  RecommendationLink = Shapes::StringShape.new(name: 'RecommendationLink')
@@ -179,10 +205,15 @@ module Aws::DevOpsGuru
179
205
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
180
206
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
181
207
  RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
208
+ SearchInsightsAccountIdList = Shapes::ListShape.new(name: 'SearchInsightsAccountIdList')
182
209
  SearchInsightsFilters = Shapes::StructureShape.new(name: 'SearchInsightsFilters')
183
210
  SearchInsightsMaxResults = Shapes::IntegerShape.new(name: 'SearchInsightsMaxResults')
184
211
  SearchInsightsRequest = Shapes::StructureShape.new(name: 'SearchInsightsRequest')
185
212
  SearchInsightsResponse = Shapes::StructureShape.new(name: 'SearchInsightsResponse')
213
+ SearchOrganizationInsightsFilters = Shapes::StructureShape.new(name: 'SearchOrganizationInsightsFilters')
214
+ SearchOrganizationInsightsMaxResults = Shapes::IntegerShape.new(name: 'SearchOrganizationInsightsMaxResults')
215
+ SearchOrganizationInsightsRequest = Shapes::StructureShape.new(name: 'SearchOrganizationInsightsRequest')
216
+ SearchOrganizationInsightsResponse = Shapes::StructureShape.new(name: 'SearchOrganizationInsightsResponse')
186
217
  ServiceCollection = Shapes::StructureShape.new(name: 'ServiceCollection')
187
218
  ServiceHealth = Shapes::StructureShape.new(name: 'ServiceHealth')
188
219
  ServiceHealths = Shapes::ListShape.new(name: 'ServiceHealths')
@@ -202,6 +233,8 @@ module Aws::DevOpsGuru
202
233
  StartTimeRange = Shapes::StructureShape.new(name: 'StartTimeRange')
203
234
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
204
235
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
236
+ TimestampMetricValuePair = Shapes::StructureShape.new(name: 'TimestampMetricValuePair')
237
+ TimestampMetricValuePairList = Shapes::ListShape.new(name: 'TimestampMetricValuePairList')
205
238
  TopicArn = Shapes::StringShape.new(name: 'TopicArn')
206
239
  UpdateCloudFormationCollectionFilter = Shapes::StructureShape.new(name: 'UpdateCloudFormationCollectionFilter')
207
240
  UpdateResourceCollectionAction = Shapes::StringShape.new(name: 'UpdateResourceCollectionAction')
@@ -221,6 +254,18 @@ module Aws::DevOpsGuru
221
254
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageString, required: true, location_name: "Message"))
222
255
  AccessDeniedException.struct_class = Types::AccessDeniedException
223
256
 
257
+ AccountHealth.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
258
+ AccountHealth.add_member(:insight, Shapes::ShapeRef.new(shape: AccountInsightHealth, location_name: "Insight"))
259
+ AccountHealth.struct_class = Types::AccountHealth
260
+
261
+ AccountHealths.member = Shapes::ShapeRef.new(shape: AccountHealth)
262
+
263
+ AccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
264
+
265
+ AccountInsightHealth.add_member(:open_proactive_insights, Shapes::ShapeRef.new(shape: NumOpenProactiveInsights, location_name: "OpenProactiveInsights"))
266
+ AccountInsightHealth.add_member(:open_reactive_insights, Shapes::ShapeRef.new(shape: NumOpenReactiveInsights, location_name: "OpenReactiveInsights"))
267
+ AccountInsightHealth.struct_class = Types::AccountInsightHealth
268
+
224
269
  AddNotificationChannelRequest.add_member(:config, Shapes::ShapeRef.new(shape: NotificationChannelConfig, required: true, location_name: "Config"))
225
270
  AddNotificationChannelRequest.struct_class = Types::AddNotificationChannelRequest
226
271
 
@@ -255,12 +300,17 @@ module Aws::DevOpsGuru
255
300
 
256
301
  CloudFormationHealths.member = Shapes::ShapeRef.new(shape: CloudFormationHealth)
257
302
 
303
+ CloudWatchMetricsDataSummary.add_member(:timestamp_metric_value_pair_list, Shapes::ShapeRef.new(shape: TimestampMetricValuePairList, location_name: "TimestampMetricValuePairList"))
304
+ CloudWatchMetricsDataSummary.add_member(:status_code, Shapes::ShapeRef.new(shape: CloudWatchMetricDataStatusCode, location_name: "StatusCode"))
305
+ CloudWatchMetricsDataSummary.struct_class = Types::CloudWatchMetricsDataSummary
306
+
258
307
  CloudWatchMetricsDetail.add_member(:metric_name, Shapes::ShapeRef.new(shape: CloudWatchMetricsMetricName, location_name: "MetricName"))
259
308
  CloudWatchMetricsDetail.add_member(:namespace, Shapes::ShapeRef.new(shape: CloudWatchMetricsNamespace, location_name: "Namespace"))
260
309
  CloudWatchMetricsDetail.add_member(:dimensions, Shapes::ShapeRef.new(shape: CloudWatchMetricsDimensions, location_name: "Dimensions"))
261
310
  CloudWatchMetricsDetail.add_member(:stat, Shapes::ShapeRef.new(shape: CloudWatchMetricsStat, location_name: "Stat"))
262
311
  CloudWatchMetricsDetail.add_member(:unit, Shapes::ShapeRef.new(shape: CloudWatchMetricsUnit, location_name: "Unit"))
263
312
  CloudWatchMetricsDetail.add_member(:period, Shapes::ShapeRef.new(shape: CloudWatchMetricsPeriod, location_name: "Period"))
313
+ CloudWatchMetricsDetail.add_member(:metric_data_summary, Shapes::ShapeRef.new(shape: CloudWatchMetricsDataSummary, location_name: "MetricDataSummary"))
264
314
  CloudWatchMetricsDetail.struct_class = Types::CloudWatchMetricsDetail
265
315
 
266
316
  CloudWatchMetricsDetails.member = Shapes::ShapeRef.new(shape: CloudWatchMetricsDetail)
@@ -303,6 +353,7 @@ module Aws::DevOpsGuru
303
353
  DescribeAccountOverviewResponse.struct_class = Types::DescribeAccountOverviewResponse
304
354
 
305
355
  DescribeAnomalyRequest.add_member(:id, Shapes::ShapeRef.new(shape: AnomalyId, required: true, location: "uri", location_name: "Id"))
356
+ DescribeAnomalyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location: "querystring", location_name: "AccountId"))
306
357
  DescribeAnomalyRequest.struct_class = Types::DescribeAnomalyRequest
307
358
 
308
359
  DescribeAnomalyResponse.add_member(:proactive_anomaly, Shapes::ShapeRef.new(shape: ProactiveAnomaly, location_name: "ProactiveAnomaly"))
@@ -316,12 +367,46 @@ module Aws::DevOpsGuru
316
367
  DescribeFeedbackResponse.struct_class = Types::DescribeFeedbackResponse
317
368
 
318
369
  DescribeInsightRequest.add_member(:id, Shapes::ShapeRef.new(shape: InsightId, required: true, location: "uri", location_name: "Id"))
370
+ DescribeInsightRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location: "querystring", location_name: "AccountId"))
319
371
  DescribeInsightRequest.struct_class = Types::DescribeInsightRequest
320
372
 
321
373
  DescribeInsightResponse.add_member(:proactive_insight, Shapes::ShapeRef.new(shape: ProactiveInsight, location_name: "ProactiveInsight"))
322
374
  DescribeInsightResponse.add_member(:reactive_insight, Shapes::ShapeRef.new(shape: ReactiveInsight, location_name: "ReactiveInsight"))
323
375
  DescribeInsightResponse.struct_class = Types::DescribeInsightResponse
324
376
 
377
+ DescribeOrganizationHealthRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
378
+ DescribeOrganizationHealthRequest.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
379
+ DescribeOrganizationHealthRequest.struct_class = Types::DescribeOrganizationHealthRequest
380
+
381
+ DescribeOrganizationHealthResponse.add_member(:open_reactive_insights, Shapes::ShapeRef.new(shape: NumOpenReactiveInsights, required: true, location_name: "OpenReactiveInsights"))
382
+ DescribeOrganizationHealthResponse.add_member(:open_proactive_insights, Shapes::ShapeRef.new(shape: NumOpenProactiveInsights, required: true, location_name: "OpenProactiveInsights"))
383
+ DescribeOrganizationHealthResponse.add_member(:metrics_analyzed, Shapes::ShapeRef.new(shape: NumMetricsAnalyzed, required: true, location_name: "MetricsAnalyzed"))
384
+ DescribeOrganizationHealthResponse.add_member(:resource_hours, Shapes::ShapeRef.new(shape: ResourceHours, required: true, location_name: "ResourceHours"))
385
+ DescribeOrganizationHealthResponse.struct_class = Types::DescribeOrganizationHealthResponse
386
+
387
+ DescribeOrganizationOverviewRequest.add_member(:from_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "FromTime"))
388
+ DescribeOrganizationOverviewRequest.add_member(:to_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ToTime"))
389
+ DescribeOrganizationOverviewRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
390
+ DescribeOrganizationOverviewRequest.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
391
+ DescribeOrganizationOverviewRequest.struct_class = Types::DescribeOrganizationOverviewRequest
392
+
393
+ DescribeOrganizationOverviewResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: NumReactiveInsights, required: true, location_name: "ReactiveInsights"))
394
+ DescribeOrganizationOverviewResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: NumProactiveInsights, required: true, location_name: "ProactiveInsights"))
395
+ DescribeOrganizationOverviewResponse.struct_class = Types::DescribeOrganizationOverviewResponse
396
+
397
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:organization_resource_collection_type, Shapes::ShapeRef.new(shape: OrganizationResourceCollectionType, required: true, location_name: "OrganizationResourceCollectionType"))
398
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
399
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
400
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
401
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OrganizationResourceCollectionMaxResults, location_name: "MaxResults"))
402
+ DescribeOrganizationResourceCollectionHealthRequest.struct_class = Types::DescribeOrganizationResourceCollectionHealthRequest
403
+
404
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationHealths, location_name: "CloudFormation"))
405
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:service, Shapes::ShapeRef.new(shape: ServiceHealths, location_name: "Service"))
406
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:account, Shapes::ShapeRef.new(shape: AccountHealths, location_name: "Account"))
407
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
408
+ DescribeOrganizationResourceCollectionHealthResponse.struct_class = Types::DescribeOrganizationResourceCollectionHealthResponse
409
+
325
410
  DescribeResourceCollectionHealthRequest.add_member(:resource_collection_type, Shapes::ShapeRef.new(shape: ResourceCollectionType, required: true, location: "uri", location_name: "ResourceCollectionType"))
326
411
  DescribeResourceCollectionHealthRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location: "querystring", location_name: "NextToken"))
327
412
  DescribeResourceCollectionHealthRequest.struct_class = Types::DescribeResourceCollectionHealthRequest
@@ -407,6 +492,7 @@ module Aws::DevOpsGuru
407
492
  ListAnomaliesForInsightRequest.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, location_name: "StartTimeRange"))
408
493
  ListAnomaliesForInsightRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnomaliesForInsightMaxResults, location_name: "MaxResults"))
409
494
  ListAnomaliesForInsightRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
495
+ ListAnomaliesForInsightRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
410
496
  ListAnomaliesForInsightRequest.struct_class = Types::ListAnomaliesForInsightRequest
411
497
 
412
498
  ListAnomaliesForInsightResponse.add_member(:proactive_anomalies, Shapes::ShapeRef.new(shape: ProactiveAnomalies, location_name: "ProactiveAnomalies"))
@@ -425,12 +511,15 @@ module Aws::DevOpsGuru
425
511
  ListEventsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListEventsFilters, required: true, location_name: "Filters"))
426
512
  ListEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEventsMaxResults, location_name: "MaxResults"))
427
513
  ListEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
514
+ ListEventsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
428
515
  ListEventsRequest.struct_class = Types::ListEventsRequest
429
516
 
430
517
  ListEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: Events, required: true, location_name: "Events"))
431
518
  ListEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
432
519
  ListEventsResponse.struct_class = Types::ListEventsResponse
433
520
 
521
+ ListInsightsAccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
522
+
434
523
  ListInsightsAnyStatusFilter.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
435
524
  ListInsightsAnyStatusFilter.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, required: true, location_name: "StartTimeRange"))
436
525
  ListInsightsAnyStatusFilter.struct_class = Types::ListInsightsAnyStatusFilter
@@ -442,6 +531,8 @@ module Aws::DevOpsGuru
442
531
  ListInsightsOngoingStatusFilter.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
443
532
  ListInsightsOngoingStatusFilter.struct_class = Types::ListInsightsOngoingStatusFilter
444
533
 
534
+ ListInsightsOrganizationalUnitIdList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitId)
535
+
445
536
  ListInsightsRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: ListInsightsStatusFilter, required: true, location_name: "StatusFilter"))
446
537
  ListInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListInsightsMaxResults, location_name: "MaxResults"))
447
538
  ListInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
@@ -464,9 +555,22 @@ module Aws::DevOpsGuru
464
555
  ListNotificationChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
465
556
  ListNotificationChannelsResponse.struct_class = Types::ListNotificationChannelsResponse
466
557
 
558
+ ListOrganizationInsightsRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: ListInsightsStatusFilter, required: true, location_name: "StatusFilter"))
559
+ ListOrganizationInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListInsightsMaxResults, location_name: "MaxResults"))
560
+ ListOrganizationInsightsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: ListInsightsAccountIdList, location_name: "AccountIds"))
561
+ ListOrganizationInsightsRequest.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: ListInsightsOrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
562
+ ListOrganizationInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
563
+ ListOrganizationInsightsRequest.struct_class = Types::ListOrganizationInsightsRequest
564
+
565
+ ListOrganizationInsightsResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: ProactiveOrganizationInsights, location_name: "ProactiveInsights"))
566
+ ListOrganizationInsightsResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: ReactiveOrganizationInsights, location_name: "ReactiveInsights"))
567
+ ListOrganizationInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
568
+ ListOrganizationInsightsResponse.struct_class = Types::ListOrganizationInsightsResponse
569
+
467
570
  ListRecommendationsRequest.add_member(:insight_id, Shapes::ShapeRef.new(shape: InsightId, required: true, location_name: "InsightId"))
468
571
  ListRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
469
572
  ListRecommendationsRequest.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "Locale"))
573
+ ListRecommendationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
470
574
  ListRecommendationsRequest.struct_class = Types::ListRecommendationsRequest
471
575
 
472
576
  ListRecommendationsResponse.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
@@ -486,6 +590,8 @@ module Aws::DevOpsGuru
486
590
  OpsCenterIntegrationConfig.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: OptInStatus, location_name: "OptInStatus"))
487
591
  OpsCenterIntegrationConfig.struct_class = Types::OpsCenterIntegrationConfig
488
592
 
593
+ OrganizationalUnitIdList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitId)
594
+
489
595
  PredictionTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
490
596
  PredictionTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
491
597
  PredictionTimeRange.struct_class = Types::PredictionTimeRange
@@ -540,6 +646,20 @@ module Aws::DevOpsGuru
540
646
 
541
647
  ProactiveInsights.member = Shapes::ShapeRef.new(shape: ProactiveInsightSummary)
542
648
 
649
+ ProactiveOrganizationInsightSummary.add_member(:id, Shapes::ShapeRef.new(shape: InsightId, location_name: "Id"))
650
+ ProactiveOrganizationInsightSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
651
+ ProactiveOrganizationInsightSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
652
+ ProactiveOrganizationInsightSummary.add_member(:name, Shapes::ShapeRef.new(shape: InsightName, location_name: "Name"))
653
+ ProactiveOrganizationInsightSummary.add_member(:severity, Shapes::ShapeRef.new(shape: InsightSeverity, location_name: "Severity"))
654
+ ProactiveOrganizationInsightSummary.add_member(:status, Shapes::ShapeRef.new(shape: InsightStatus, location_name: "Status"))
655
+ ProactiveOrganizationInsightSummary.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
656
+ ProactiveOrganizationInsightSummary.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
657
+ ProactiveOrganizationInsightSummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
658
+ ProactiveOrganizationInsightSummary.add_member(:service_collection, Shapes::ShapeRef.new(shape: ServiceCollection, location_name: "ServiceCollection"))
659
+ ProactiveOrganizationInsightSummary.struct_class = Types::ProactiveOrganizationInsightSummary
660
+
661
+ ProactiveOrganizationInsights.member = Shapes::ShapeRef.new(shape: ProactiveOrganizationInsightSummary)
662
+
543
663
  PutFeedbackRequest.add_member(:insight_feedback, Shapes::ShapeRef.new(shape: InsightFeedback, location_name: "InsightFeedback"))
544
664
  PutFeedbackRequest.struct_class = Types::PutFeedbackRequest
545
665
 
@@ -587,6 +707,19 @@ module Aws::DevOpsGuru
587
707
 
588
708
  ReactiveInsights.member = Shapes::ShapeRef.new(shape: ReactiveInsightSummary)
589
709
 
710
+ ReactiveOrganizationInsightSummary.add_member(:id, Shapes::ShapeRef.new(shape: InsightId, location_name: "Id"))
711
+ ReactiveOrganizationInsightSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
712
+ ReactiveOrganizationInsightSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
713
+ ReactiveOrganizationInsightSummary.add_member(:name, Shapes::ShapeRef.new(shape: InsightName, location_name: "Name"))
714
+ ReactiveOrganizationInsightSummary.add_member(:severity, Shapes::ShapeRef.new(shape: InsightSeverity, location_name: "Severity"))
715
+ ReactiveOrganizationInsightSummary.add_member(:status, Shapes::ShapeRef.new(shape: InsightStatus, location_name: "Status"))
716
+ ReactiveOrganizationInsightSummary.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
717
+ ReactiveOrganizationInsightSummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
718
+ ReactiveOrganizationInsightSummary.add_member(:service_collection, Shapes::ShapeRef.new(shape: ServiceCollection, location_name: "ServiceCollection"))
719
+ ReactiveOrganizationInsightSummary.struct_class = Types::ReactiveOrganizationInsightSummary
720
+
721
+ ReactiveOrganizationInsights.member = Shapes::ShapeRef.new(shape: ReactiveOrganizationInsightSummary)
722
+
590
723
  Recommendation.add_member(:description, Shapes::ShapeRef.new(shape: RecommendationDescription, location_name: "Description"))
591
724
  Recommendation.add_member(:link, Shapes::ShapeRef.new(shape: RecommendationLink, location_name: "Link"))
592
725
  Recommendation.add_member(:name, Shapes::ShapeRef.new(shape: RecommendationName, location_name: "Name"))
@@ -648,6 +781,8 @@ module Aws::DevOpsGuru
648
781
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceIdType, required: true, location_name: "ResourceType"))
649
782
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
650
783
 
784
+ SearchInsightsAccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
785
+
651
786
  SearchInsightsFilters.add_member(:severities, Shapes::ShapeRef.new(shape: InsightSeverities, location_name: "Severities"))
652
787
  SearchInsightsFilters.add_member(:statuses, Shapes::ShapeRef.new(shape: InsightStatuses, location_name: "Statuses"))
653
788
  SearchInsightsFilters.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
@@ -666,6 +801,25 @@ module Aws::DevOpsGuru
666
801
  SearchInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
667
802
  SearchInsightsResponse.struct_class = Types::SearchInsightsResponse
668
803
 
804
+ SearchOrganizationInsightsFilters.add_member(:severities, Shapes::ShapeRef.new(shape: InsightSeverities, location_name: "Severities"))
805
+ SearchOrganizationInsightsFilters.add_member(:statuses, Shapes::ShapeRef.new(shape: InsightStatuses, location_name: "Statuses"))
806
+ SearchOrganizationInsightsFilters.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
807
+ SearchOrganizationInsightsFilters.add_member(:service_collection, Shapes::ShapeRef.new(shape: ServiceCollection, location_name: "ServiceCollection"))
808
+ SearchOrganizationInsightsFilters.struct_class = Types::SearchOrganizationInsightsFilters
809
+
810
+ SearchOrganizationInsightsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: SearchInsightsAccountIdList, required: true, location_name: "AccountIds"))
811
+ SearchOrganizationInsightsRequest.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, required: true, location_name: "StartTimeRange"))
812
+ SearchOrganizationInsightsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SearchOrganizationInsightsFilters, location_name: "Filters"))
813
+ SearchOrganizationInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchOrganizationInsightsMaxResults, location_name: "MaxResults"))
814
+ SearchOrganizationInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
815
+ SearchOrganizationInsightsRequest.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
816
+ SearchOrganizationInsightsRequest.struct_class = Types::SearchOrganizationInsightsRequest
817
+
818
+ SearchOrganizationInsightsResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: ProactiveInsights, location_name: "ProactiveInsights"))
819
+ SearchOrganizationInsightsResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: ReactiveInsights, location_name: "ReactiveInsights"))
820
+ SearchOrganizationInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
821
+ SearchOrganizationInsightsResponse.struct_class = Types::SearchOrganizationInsightsResponse
822
+
669
823
  ServiceCollection.add_member(:service_names, Shapes::ShapeRef.new(shape: ServiceNames, location_name: "ServiceNames"))
670
824
  ServiceCollection.struct_class = Types::ServiceCollection
671
825
 
@@ -717,6 +871,12 @@ module Aws::DevOpsGuru
717
871
  ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
718
872
  ThrottlingException.struct_class = Types::ThrottlingException
719
873
 
874
+ TimestampMetricValuePair.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
875
+ TimestampMetricValuePair.add_member(:metric_value, Shapes::ShapeRef.new(shape: MetricValue, location_name: "MetricValue"))
876
+ TimestampMetricValuePair.struct_class = Types::TimestampMetricValuePair
877
+
878
+ TimestampMetricValuePairList.member = Shapes::ShapeRef.new(shape: TimestampMetricValuePair)
879
+
720
880
  UpdateCloudFormationCollectionFilter.add_member(:stack_names, Shapes::ShapeRef.new(shape: UpdateStackNames, location_name: "StackNames"))
721
881
  UpdateCloudFormationCollectionFilter.struct_class = Types::UpdateCloudFormationCollectionFilter
722
882
 
@@ -846,6 +1006,47 @@ module Aws::DevOpsGuru
846
1006
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
847
1007
  end)
848
1008
 
1009
+ api.add_operation(:describe_organization_health, Seahorse::Model::Operation.new.tap do |o|
1010
+ o.name = "DescribeOrganizationHealth"
1011
+ o.http_method = "POST"
1012
+ o.http_request_uri = "/organization/health"
1013
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationHealthRequest)
1014
+ o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationHealthResponse)
1015
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1016
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1017
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1018
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1019
+ end)
1020
+
1021
+ api.add_operation(:describe_organization_overview, Seahorse::Model::Operation.new.tap do |o|
1022
+ o.name = "DescribeOrganizationOverview"
1023
+ o.http_method = "POST"
1024
+ o.http_request_uri = "/organization/overview"
1025
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationOverviewRequest)
1026
+ o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationOverviewResponse)
1027
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1030
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1031
+ end)
1032
+
1033
+ api.add_operation(:describe_organization_resource_collection_health, Seahorse::Model::Operation.new.tap do |o|
1034
+ o.name = "DescribeOrganizationResourceCollectionHealth"
1035
+ o.http_method = "POST"
1036
+ o.http_request_uri = "/organization/health/resource-collection/"
1037
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationResourceCollectionHealthRequest)
1038
+ o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationResourceCollectionHealthResponse)
1039
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1041
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1043
+ o[:pager] = Aws::Pager.new(
1044
+ tokens: {
1045
+ "next_token" => "next_token"
1046
+ }
1047
+ )
1048
+ end)
1049
+
849
1050
  api.add_operation(:describe_resource_collection_health, Seahorse::Model::Operation.new.tap do |o|
850
1051
  o.name = "DescribeResourceCollectionHealth"
851
1052
  o.http_method = "GET"
@@ -984,6 +1185,24 @@ module Aws::DevOpsGuru
984
1185
  )
985
1186
  end)
986
1187
 
1188
+ api.add_operation(:list_organization_insights, Seahorse::Model::Operation.new.tap do |o|
1189
+ o.name = "ListOrganizationInsights"
1190
+ o.http_method = "POST"
1191
+ o.http_request_uri = "/organization/insights"
1192
+ o.input = Shapes::ShapeRef.new(shape: ListOrganizationInsightsRequest)
1193
+ o.output = Shapes::ShapeRef.new(shape: ListOrganizationInsightsResponse)
1194
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1195
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1196
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1198
+ o[:pager] = Aws::Pager.new(
1199
+ limit_key: "max_results",
1200
+ tokens: {
1201
+ "next_token" => "next_token"
1202
+ }
1203
+ )
1204
+ end)
1205
+
987
1206
  api.add_operation(:list_recommendations, Seahorse::Model::Operation.new.tap do |o|
988
1207
  o.name = "ListRecommendations"
989
1208
  o.http_method = "POST"
@@ -1048,6 +1267,24 @@ module Aws::DevOpsGuru
1048
1267
  )
1049
1268
  end)
1050
1269
 
1270
+ api.add_operation(:search_organization_insights, Seahorse::Model::Operation.new.tap do |o|
1271
+ o.name = "SearchOrganizationInsights"
1272
+ o.http_method = "POST"
1273
+ o.http_request_uri = "/organization/insights/search"
1274
+ o.input = Shapes::ShapeRef.new(shape: SearchOrganizationInsightsRequest)
1275
+ o.output = Shapes::ShapeRef.new(shape: SearchOrganizationInsightsResponse)
1276
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1277
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1278
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1279
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1280
+ o[:pager] = Aws::Pager.new(
1281
+ limit_key: "max_results",
1282
+ tokens: {
1283
+ "next_token" => "next_token"
1284
+ }
1285
+ )
1286
+ end)
1287
+
1051
1288
  api.add_operation(:start_cost_estimation, Seahorse::Model::Operation.new.tap do |o|
1052
1289
  o.name = "StartCostEstimation"
1053
1290
  o.http_method = "PUT"