aws-sdk-devopsguru 1.13.0 → 1.17.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,15 +14,27 @@ 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')
23
+ AnomalyDescription = Shapes::StringShape.new(name: 'AnomalyDescription')
19
24
  AnomalyId = Shapes::StringShape.new(name: 'AnomalyId')
20
25
  AnomalyLimit = Shapes::FloatShape.new(name: 'AnomalyLimit')
26
+ AnomalyName = Shapes::StringShape.new(name: 'AnomalyName')
21
27
  AnomalyReportedTimeRange = Shapes::StructureShape.new(name: 'AnomalyReportedTimeRange')
28
+ AnomalyResource = Shapes::StructureShape.new(name: 'AnomalyResource')
29
+ AnomalyResources = Shapes::ListShape.new(name: 'AnomalyResources')
22
30
  AnomalySeverity = Shapes::StringShape.new(name: 'AnomalySeverity')
23
31
  AnomalySourceDetails = Shapes::StructureShape.new(name: 'AnomalySourceDetails')
24
32
  AnomalyStatus = Shapes::StringShape.new(name: 'AnomalyStatus')
25
33
  AnomalyTimeRange = Shapes::StructureShape.new(name: 'AnomalyTimeRange')
34
+ AnomalyType = Shapes::StringShape.new(name: 'AnomalyType')
35
+ AppBoundaryKey = Shapes::StringShape.new(name: 'AppBoundaryKey')
36
+ AssociatedResourceArns = Shapes::ListShape.new(name: 'AssociatedResourceArns')
37
+ AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
26
38
  Channels = Shapes::ListShape.new(name: 'Channels')
27
39
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
28
40
  CloudFormationCollection = Shapes::StructureShape.new(name: 'CloudFormationCollection')
@@ -30,6 +42,8 @@ module Aws::DevOpsGuru
30
42
  CloudFormationCostEstimationResourceCollectionFilter = Shapes::StructureShape.new(name: 'CloudFormationCostEstimationResourceCollectionFilter')
31
43
  CloudFormationHealth = Shapes::StructureShape.new(name: 'CloudFormationHealth')
32
44
  CloudFormationHealths = Shapes::ListShape.new(name: 'CloudFormationHealths')
45
+ CloudWatchMetricDataStatusCode = Shapes::StringShape.new(name: 'CloudWatchMetricDataStatusCode')
46
+ CloudWatchMetricsDataSummary = Shapes::StructureShape.new(name: 'CloudWatchMetricsDataSummary')
33
47
  CloudWatchMetricsDetail = Shapes::StructureShape.new(name: 'CloudWatchMetricsDetail')
34
48
  CloudWatchMetricsDetails = Shapes::ListShape.new(name: 'CloudWatchMetricsDetails')
35
49
  CloudWatchMetricsDimension = Shapes::StructureShape.new(name: 'CloudWatchMetricsDimension')
@@ -48,6 +62,7 @@ module Aws::DevOpsGuru
48
62
  CostEstimationServiceResourceState = Shapes::StringShape.new(name: 'CostEstimationServiceResourceState')
49
63
  CostEstimationStackNames = Shapes::ListShape.new(name: 'CostEstimationStackNames')
50
64
  CostEstimationStatus = Shapes::StringShape.new(name: 'CostEstimationStatus')
65
+ CostEstimationTagValues = Shapes::ListShape.new(name: 'CostEstimationTagValues')
51
66
  CostEstimationTimeRange = Shapes::StructureShape.new(name: 'CostEstimationTimeRange')
52
67
  DescribeAccountHealthRequest = Shapes::StructureShape.new(name: 'DescribeAccountHealthRequest')
53
68
  DescribeAccountHealthResponse = Shapes::StructureShape.new(name: 'DescribeAccountHealthResponse')
@@ -59,6 +74,12 @@ module Aws::DevOpsGuru
59
74
  DescribeFeedbackResponse = Shapes::StructureShape.new(name: 'DescribeFeedbackResponse')
60
75
  DescribeInsightRequest = Shapes::StructureShape.new(name: 'DescribeInsightRequest')
61
76
  DescribeInsightResponse = Shapes::StructureShape.new(name: 'DescribeInsightResponse')
77
+ DescribeOrganizationHealthRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationHealthRequest')
78
+ DescribeOrganizationHealthResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationHealthResponse')
79
+ DescribeOrganizationOverviewRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationOverviewRequest')
80
+ DescribeOrganizationOverviewResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationOverviewResponse')
81
+ DescribeOrganizationResourceCollectionHealthRequest = Shapes::StructureShape.new(name: 'DescribeOrganizationResourceCollectionHealthRequest')
82
+ DescribeOrganizationResourceCollectionHealthResponse = Shapes::StructureShape.new(name: 'DescribeOrganizationResourceCollectionHealthResponse')
62
83
  DescribeResourceCollectionHealthRequest = Shapes::StructureShape.new(name: 'DescribeResourceCollectionHealthRequest')
63
84
  DescribeResourceCollectionHealthResponse = Shapes::StructureShape.new(name: 'DescribeResourceCollectionHealthResponse')
64
85
  DescribeServiceIntegrationRequest = Shapes::StructureShape.new(name: 'DescribeServiceIntegrationRequest')
@@ -104,19 +125,24 @@ module Aws::DevOpsGuru
104
125
  ListEventsMaxResults = Shapes::IntegerShape.new(name: 'ListEventsMaxResults')
105
126
  ListEventsRequest = Shapes::StructureShape.new(name: 'ListEventsRequest')
106
127
  ListEventsResponse = Shapes::StructureShape.new(name: 'ListEventsResponse')
128
+ ListInsightsAccountIdList = Shapes::ListShape.new(name: 'ListInsightsAccountIdList')
107
129
  ListInsightsAnyStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsAnyStatusFilter')
108
130
  ListInsightsClosedStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsClosedStatusFilter')
109
131
  ListInsightsMaxResults = Shapes::IntegerShape.new(name: 'ListInsightsMaxResults')
110
132
  ListInsightsOngoingStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsOngoingStatusFilter')
133
+ ListInsightsOrganizationalUnitIdList = Shapes::ListShape.new(name: 'ListInsightsOrganizationalUnitIdList')
111
134
  ListInsightsRequest = Shapes::StructureShape.new(name: 'ListInsightsRequest')
112
135
  ListInsightsResponse = Shapes::StructureShape.new(name: 'ListInsightsResponse')
113
136
  ListInsightsStatusFilter = Shapes::StructureShape.new(name: 'ListInsightsStatusFilter')
114
137
  ListNotificationChannelsRequest = Shapes::StructureShape.new(name: 'ListNotificationChannelsRequest')
115
138
  ListNotificationChannelsResponse = Shapes::StructureShape.new(name: 'ListNotificationChannelsResponse')
139
+ ListOrganizationInsightsRequest = Shapes::StructureShape.new(name: 'ListOrganizationInsightsRequest')
140
+ ListOrganizationInsightsResponse = Shapes::StructureShape.new(name: 'ListOrganizationInsightsResponse')
116
141
  ListRecommendationsRequest = Shapes::StructureShape.new(name: 'ListRecommendationsRequest')
117
142
  ListRecommendationsResponse = Shapes::StructureShape.new(name: 'ListRecommendationsResponse')
118
143
  Locale = Shapes::StringShape.new(name: 'Locale')
119
144
  MeanTimeToRecoverInMilliseconds = Shapes::IntegerShape.new(name: 'MeanTimeToRecoverInMilliseconds')
145
+ MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
120
146
  NotificationChannel = Shapes::StructureShape.new(name: 'NotificationChannel')
121
147
  NotificationChannelConfig = Shapes::StructureShape.new(name: 'NotificationChannelConfig')
122
148
  NotificationChannelId = Shapes::StringShape.new(name: 'NotificationChannelId')
@@ -128,6 +154,34 @@ module Aws::DevOpsGuru
128
154
  OpsCenterIntegration = Shapes::StructureShape.new(name: 'OpsCenterIntegration')
129
155
  OpsCenterIntegrationConfig = Shapes::StructureShape.new(name: 'OpsCenterIntegrationConfig')
130
156
  OptInStatus = Shapes::StringShape.new(name: 'OptInStatus')
157
+ OrganizationResourceCollectionMaxResults = Shapes::IntegerShape.new(name: 'OrganizationResourceCollectionMaxResults')
158
+ OrganizationResourceCollectionType = Shapes::StringShape.new(name: 'OrganizationResourceCollectionType')
159
+ OrganizationalUnitId = Shapes::StringShape.new(name: 'OrganizationalUnitId')
160
+ OrganizationalUnitIdList = Shapes::ListShape.new(name: 'OrganizationalUnitIdList')
161
+ PerformanceInsightsMetricDimension = Shapes::StringShape.new(name: 'PerformanceInsightsMetricDimension')
162
+ PerformanceInsightsMetricDimensionGroup = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricDimensionGroup')
163
+ PerformanceInsightsMetricDimensions = Shapes::ListShape.new(name: 'PerformanceInsightsMetricDimensions')
164
+ PerformanceInsightsMetricDisplayName = Shapes::StringShape.new(name: 'PerformanceInsightsMetricDisplayName')
165
+ PerformanceInsightsMetricFilterKey = Shapes::StringShape.new(name: 'PerformanceInsightsMetricFilterKey')
166
+ PerformanceInsightsMetricFilterMap = Shapes::MapShape.new(name: 'PerformanceInsightsMetricFilterMap')
167
+ PerformanceInsightsMetricFilterValue = Shapes::StringShape.new(name: 'PerformanceInsightsMetricFilterValue')
168
+ PerformanceInsightsMetricGroup = Shapes::StringShape.new(name: 'PerformanceInsightsMetricGroup')
169
+ PerformanceInsightsMetricLimitInteger = Shapes::IntegerShape.new(name: 'PerformanceInsightsMetricLimitInteger')
170
+ PerformanceInsightsMetricName = Shapes::StringShape.new(name: 'PerformanceInsightsMetricName')
171
+ PerformanceInsightsMetricQuery = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricQuery')
172
+ PerformanceInsightsMetricUnit = Shapes::StringShape.new(name: 'PerformanceInsightsMetricUnit')
173
+ PerformanceInsightsMetricsDetail = Shapes::StructureShape.new(name: 'PerformanceInsightsMetricsDetail')
174
+ PerformanceInsightsMetricsDetails = Shapes::ListShape.new(name: 'PerformanceInsightsMetricsDetails')
175
+ PerformanceInsightsReferenceComparisonValues = Shapes::StructureShape.new(name: 'PerformanceInsightsReferenceComparisonValues')
176
+ PerformanceInsightsReferenceData = Shapes::StructureShape.new(name: 'PerformanceInsightsReferenceData')
177
+ PerformanceInsightsReferenceDataList = Shapes::ListShape.new(name: 'PerformanceInsightsReferenceDataList')
178
+ PerformanceInsightsReferenceMetric = Shapes::StructureShape.new(name: 'PerformanceInsightsReferenceMetric')
179
+ PerformanceInsightsReferenceName = Shapes::StringShape.new(name: 'PerformanceInsightsReferenceName')
180
+ PerformanceInsightsReferenceScalar = Shapes::StructureShape.new(name: 'PerformanceInsightsReferenceScalar')
181
+ PerformanceInsightsStat = Shapes::StructureShape.new(name: 'PerformanceInsightsStat')
182
+ PerformanceInsightsStatType = Shapes::StringShape.new(name: 'PerformanceInsightsStatType')
183
+ PerformanceInsightsStats = Shapes::ListShape.new(name: 'PerformanceInsightsStats')
184
+ PerformanceInsightsValueDouble = Shapes::FloatShape.new(name: 'PerformanceInsightsValueDouble')
131
185
  PredictionTimeRange = Shapes::StructureShape.new(name: 'PredictionTimeRange')
132
186
  ProactiveAnomalies = Shapes::ListShape.new(name: 'ProactiveAnomalies')
133
187
  ProactiveAnomaly = Shapes::StructureShape.new(name: 'ProactiveAnomaly')
@@ -135,6 +189,8 @@ module Aws::DevOpsGuru
135
189
  ProactiveInsight = Shapes::StructureShape.new(name: 'ProactiveInsight')
136
190
  ProactiveInsightSummary = Shapes::StructureShape.new(name: 'ProactiveInsightSummary')
137
191
  ProactiveInsights = Shapes::ListShape.new(name: 'ProactiveInsights')
192
+ ProactiveOrganizationInsightSummary = Shapes::StructureShape.new(name: 'ProactiveOrganizationInsightSummary')
193
+ ProactiveOrganizationInsights = Shapes::ListShape.new(name: 'ProactiveOrganizationInsights')
138
194
  PutFeedbackRequest = Shapes::StructureShape.new(name: 'PutFeedbackRequest')
139
195
  PutFeedbackResponse = Shapes::StructureShape.new(name: 'PutFeedbackResponse')
140
196
  ReactiveAnomalies = Shapes::ListShape.new(name: 'ReactiveAnomalies')
@@ -143,6 +199,8 @@ module Aws::DevOpsGuru
143
199
  ReactiveInsight = Shapes::StructureShape.new(name: 'ReactiveInsight')
144
200
  ReactiveInsightSummary = Shapes::StructureShape.new(name: 'ReactiveInsightSummary')
145
201
  ReactiveInsights = Shapes::ListShape.new(name: 'ReactiveInsights')
202
+ ReactiveOrganizationInsightSummary = Shapes::StructureShape.new(name: 'ReactiveOrganizationInsightSummary')
203
+ ReactiveOrganizationInsights = Shapes::ListShape.new(name: 'ReactiveOrganizationInsights')
146
204
  Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
147
205
  RecommendationDescription = Shapes::StringShape.new(name: 'RecommendationDescription')
148
206
  RecommendationLink = Shapes::StringShape.new(name: 'RecommendationLink')
@@ -170,19 +228,26 @@ module Aws::DevOpsGuru
170
228
  RelatedAnomalySourceDetails = Shapes::ListShape.new(name: 'RelatedAnomalySourceDetails')
171
229
  RemoveNotificationChannelRequest = Shapes::StructureShape.new(name: 'RemoveNotificationChannelRequest')
172
230
  RemoveNotificationChannelResponse = Shapes::StructureShape.new(name: 'RemoveNotificationChannelResponse')
231
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
173
232
  ResourceCollection = Shapes::StructureShape.new(name: 'ResourceCollection')
174
233
  ResourceCollectionFilter = Shapes::StructureShape.new(name: 'ResourceCollectionFilter')
175
234
  ResourceCollectionType = Shapes::StringShape.new(name: 'ResourceCollectionType')
176
235
  ResourceHours = Shapes::IntegerShape.new(name: 'ResourceHours')
177
236
  ResourceIdString = Shapes::StringShape.new(name: 'ResourceIdString')
178
237
  ResourceIdType = Shapes::StringShape.new(name: 'ResourceIdType')
238
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
179
239
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
180
240
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
181
241
  RetryAfterSeconds = Shapes::IntegerShape.new(name: 'RetryAfterSeconds')
242
+ SearchInsightsAccountIdList = Shapes::ListShape.new(name: 'SearchInsightsAccountIdList')
182
243
  SearchInsightsFilters = Shapes::StructureShape.new(name: 'SearchInsightsFilters')
183
244
  SearchInsightsMaxResults = Shapes::IntegerShape.new(name: 'SearchInsightsMaxResults')
184
245
  SearchInsightsRequest = Shapes::StructureShape.new(name: 'SearchInsightsRequest')
185
246
  SearchInsightsResponse = Shapes::StructureShape.new(name: 'SearchInsightsResponse')
247
+ SearchOrganizationInsightsFilters = Shapes::StructureShape.new(name: 'SearchOrganizationInsightsFilters')
248
+ SearchOrganizationInsightsMaxResults = Shapes::IntegerShape.new(name: 'SearchOrganizationInsightsMaxResults')
249
+ SearchOrganizationInsightsRequest = Shapes::StructureShape.new(name: 'SearchOrganizationInsightsRequest')
250
+ SearchOrganizationInsightsResponse = Shapes::StructureShape.new(name: 'SearchOrganizationInsightsResponse')
186
251
  ServiceCollection = Shapes::StructureShape.new(name: 'ServiceCollection')
187
252
  ServiceHealth = Shapes::StructureShape.new(name: 'ServiceHealth')
188
253
  ServiceHealths = Shapes::ListShape.new(name: 'ServiceHealths')
@@ -200,8 +265,20 @@ module Aws::DevOpsGuru
200
265
  StartCostEstimationRequest = Shapes::StructureShape.new(name: 'StartCostEstimationRequest')
201
266
  StartCostEstimationResponse = Shapes::StructureShape.new(name: 'StartCostEstimationResponse')
202
267
  StartTimeRange = Shapes::StructureShape.new(name: 'StartTimeRange')
268
+ TagCollection = Shapes::StructureShape.new(name: 'TagCollection')
269
+ TagCollectionFilter = Shapes::StructureShape.new(name: 'TagCollectionFilter')
270
+ TagCollectionFilters = Shapes::ListShape.new(name: 'TagCollectionFilters')
271
+ TagCollections = Shapes::ListShape.new(name: 'TagCollections')
272
+ TagCostEstimationResourceCollectionFilter = Shapes::StructureShape.new(name: 'TagCostEstimationResourceCollectionFilter')
273
+ TagCostEstimationResourceCollectionFilters = Shapes::ListShape.new(name: 'TagCostEstimationResourceCollectionFilters')
274
+ TagHealth = Shapes::StructureShape.new(name: 'TagHealth')
275
+ TagHealths = Shapes::ListShape.new(name: 'TagHealths')
276
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
277
+ TagValues = Shapes::ListShape.new(name: 'TagValues')
203
278
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
204
279
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
280
+ TimestampMetricValuePair = Shapes::StructureShape.new(name: 'TimestampMetricValuePair')
281
+ TimestampMetricValuePairList = Shapes::ListShape.new(name: 'TimestampMetricValuePairList')
205
282
  TopicArn = Shapes::StringShape.new(name: 'TopicArn')
206
283
  UpdateCloudFormationCollectionFilter = Shapes::StructureShape.new(name: 'UpdateCloudFormationCollectionFilter')
207
284
  UpdateResourceCollectionAction = Shapes::StringShape.new(name: 'UpdateResourceCollectionAction')
@@ -212,6 +289,9 @@ module Aws::DevOpsGuru
212
289
  UpdateServiceIntegrationRequest = Shapes::StructureShape.new(name: 'UpdateServiceIntegrationRequest')
213
290
  UpdateServiceIntegrationResponse = Shapes::StructureShape.new(name: 'UpdateServiceIntegrationResponse')
214
291
  UpdateStackNames = Shapes::ListShape.new(name: 'UpdateStackNames')
292
+ UpdateTagCollectionFilter = Shapes::StructureShape.new(name: 'UpdateTagCollectionFilter')
293
+ UpdateTagCollectionFilters = Shapes::ListShape.new(name: 'UpdateTagCollectionFilters')
294
+ UpdateTagValues = Shapes::ListShape.new(name: 'UpdateTagValues')
215
295
  UuidNextToken = Shapes::StringShape.new(name: 'UuidNextToken')
216
296
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
217
297
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
@@ -221,6 +301,18 @@ module Aws::DevOpsGuru
221
301
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageString, required: true, location_name: "Message"))
222
302
  AccessDeniedException.struct_class = Types::AccessDeniedException
223
303
 
304
+ AccountHealth.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
305
+ AccountHealth.add_member(:insight, Shapes::ShapeRef.new(shape: AccountInsightHealth, location_name: "Insight"))
306
+ AccountHealth.struct_class = Types::AccountHealth
307
+
308
+ AccountHealths.member = Shapes::ShapeRef.new(shape: AccountHealth)
309
+
310
+ AccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
311
+
312
+ AccountInsightHealth.add_member(:open_proactive_insights, Shapes::ShapeRef.new(shape: NumOpenProactiveInsights, location_name: "OpenProactiveInsights"))
313
+ AccountInsightHealth.add_member(:open_reactive_insights, Shapes::ShapeRef.new(shape: NumOpenReactiveInsights, location_name: "OpenReactiveInsights"))
314
+ AccountInsightHealth.struct_class = Types::AccountInsightHealth
315
+
224
316
  AddNotificationChannelRequest.add_member(:config, Shapes::ShapeRef.new(shape: NotificationChannelConfig, required: true, location_name: "Config"))
225
317
  AddNotificationChannelRequest.struct_class = Types::AddNotificationChannelRequest
226
318
 
@@ -231,13 +323,22 @@ module Aws::DevOpsGuru
231
323
  AnomalyReportedTimeRange.add_member(:close_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CloseTime"))
232
324
  AnomalyReportedTimeRange.struct_class = Types::AnomalyReportedTimeRange
233
325
 
326
+ AnomalyResource.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
327
+ AnomalyResource.add_member(:type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "Type"))
328
+ AnomalyResource.struct_class = Types::AnomalyResource
329
+
330
+ AnomalyResources.member = Shapes::ShapeRef.new(shape: AnomalyResource)
331
+
234
332
  AnomalySourceDetails.add_member(:cloud_watch_metrics, Shapes::ShapeRef.new(shape: CloudWatchMetricsDetails, location_name: "CloudWatchMetrics"))
333
+ AnomalySourceDetails.add_member(:performance_insights_metrics, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricsDetails, location_name: "PerformanceInsightsMetrics"))
235
334
  AnomalySourceDetails.struct_class = Types::AnomalySourceDetails
236
335
 
237
336
  AnomalyTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
238
337
  AnomalyTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
239
338
  AnomalyTimeRange.struct_class = Types::AnomalyTimeRange
240
339
 
340
+ AssociatedResourceArns.member = Shapes::ShapeRef.new(shape: ResourceArn)
341
+
241
342
  Channels.member = Shapes::ShapeRef.new(shape: NotificationChannel)
242
343
 
243
344
  CloudFormationCollection.add_member(:stack_names, Shapes::ShapeRef.new(shape: StackNames, location_name: "StackNames"))
@@ -255,12 +356,17 @@ module Aws::DevOpsGuru
255
356
 
256
357
  CloudFormationHealths.member = Shapes::ShapeRef.new(shape: CloudFormationHealth)
257
358
 
359
+ CloudWatchMetricsDataSummary.add_member(:timestamp_metric_value_pair_list, Shapes::ShapeRef.new(shape: TimestampMetricValuePairList, location_name: "TimestampMetricValuePairList"))
360
+ CloudWatchMetricsDataSummary.add_member(:status_code, Shapes::ShapeRef.new(shape: CloudWatchMetricDataStatusCode, location_name: "StatusCode"))
361
+ CloudWatchMetricsDataSummary.struct_class = Types::CloudWatchMetricsDataSummary
362
+
258
363
  CloudWatchMetricsDetail.add_member(:metric_name, Shapes::ShapeRef.new(shape: CloudWatchMetricsMetricName, location_name: "MetricName"))
259
364
  CloudWatchMetricsDetail.add_member(:namespace, Shapes::ShapeRef.new(shape: CloudWatchMetricsNamespace, location_name: "Namespace"))
260
365
  CloudWatchMetricsDetail.add_member(:dimensions, Shapes::ShapeRef.new(shape: CloudWatchMetricsDimensions, location_name: "Dimensions"))
261
366
  CloudWatchMetricsDetail.add_member(:stat, Shapes::ShapeRef.new(shape: CloudWatchMetricsStat, location_name: "Stat"))
262
367
  CloudWatchMetricsDetail.add_member(:unit, Shapes::ShapeRef.new(shape: CloudWatchMetricsUnit, location_name: "Unit"))
263
368
  CloudWatchMetricsDetail.add_member(:period, Shapes::ShapeRef.new(shape: CloudWatchMetricsPeriod, location_name: "Period"))
369
+ CloudWatchMetricsDetail.add_member(:metric_data_summary, Shapes::ShapeRef.new(shape: CloudWatchMetricsDataSummary, location_name: "MetricDataSummary"))
264
370
  CloudWatchMetricsDetail.struct_class = Types::CloudWatchMetricsDetail
265
371
 
266
372
  CloudWatchMetricsDetails.member = Shapes::ShapeRef.new(shape: CloudWatchMetricsDetail)
@@ -277,10 +383,13 @@ module Aws::DevOpsGuru
277
383
  ConflictException.struct_class = Types::ConflictException
278
384
 
279
385
  CostEstimationResourceCollectionFilter.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationCostEstimationResourceCollectionFilter, location_name: "CloudFormation"))
386
+ CostEstimationResourceCollectionFilter.add_member(:tags, Shapes::ShapeRef.new(shape: TagCostEstimationResourceCollectionFilters, location_name: "Tags"))
280
387
  CostEstimationResourceCollectionFilter.struct_class = Types::CostEstimationResourceCollectionFilter
281
388
 
282
389
  CostEstimationStackNames.member = Shapes::ShapeRef.new(shape: StackName)
283
390
 
391
+ CostEstimationTagValues.member = Shapes::ShapeRef.new(shape: TagValue)
392
+
284
393
  CostEstimationTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
285
394
  CostEstimationTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
286
395
  CostEstimationTimeRange.struct_class = Types::CostEstimationTimeRange
@@ -303,6 +412,7 @@ module Aws::DevOpsGuru
303
412
  DescribeAccountOverviewResponse.struct_class = Types::DescribeAccountOverviewResponse
304
413
 
305
414
  DescribeAnomalyRequest.add_member(:id, Shapes::ShapeRef.new(shape: AnomalyId, required: true, location: "uri", location_name: "Id"))
415
+ DescribeAnomalyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location: "querystring", location_name: "AccountId"))
306
416
  DescribeAnomalyRequest.struct_class = Types::DescribeAnomalyRequest
307
417
 
308
418
  DescribeAnomalyResponse.add_member(:proactive_anomaly, Shapes::ShapeRef.new(shape: ProactiveAnomaly, location_name: "ProactiveAnomaly"))
@@ -316,19 +426,54 @@ module Aws::DevOpsGuru
316
426
  DescribeFeedbackResponse.struct_class = Types::DescribeFeedbackResponse
317
427
 
318
428
  DescribeInsightRequest.add_member(:id, Shapes::ShapeRef.new(shape: InsightId, required: true, location: "uri", location_name: "Id"))
429
+ DescribeInsightRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location: "querystring", location_name: "AccountId"))
319
430
  DescribeInsightRequest.struct_class = Types::DescribeInsightRequest
320
431
 
321
432
  DescribeInsightResponse.add_member(:proactive_insight, Shapes::ShapeRef.new(shape: ProactiveInsight, location_name: "ProactiveInsight"))
322
433
  DescribeInsightResponse.add_member(:reactive_insight, Shapes::ShapeRef.new(shape: ReactiveInsight, location_name: "ReactiveInsight"))
323
434
  DescribeInsightResponse.struct_class = Types::DescribeInsightResponse
324
435
 
436
+ DescribeOrganizationHealthRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
437
+ DescribeOrganizationHealthRequest.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
438
+ DescribeOrganizationHealthRequest.struct_class = Types::DescribeOrganizationHealthRequest
439
+
440
+ DescribeOrganizationHealthResponse.add_member(:open_reactive_insights, Shapes::ShapeRef.new(shape: NumOpenReactiveInsights, required: true, location_name: "OpenReactiveInsights"))
441
+ DescribeOrganizationHealthResponse.add_member(:open_proactive_insights, Shapes::ShapeRef.new(shape: NumOpenProactiveInsights, required: true, location_name: "OpenProactiveInsights"))
442
+ DescribeOrganizationHealthResponse.add_member(:metrics_analyzed, Shapes::ShapeRef.new(shape: NumMetricsAnalyzed, required: true, location_name: "MetricsAnalyzed"))
443
+ DescribeOrganizationHealthResponse.add_member(:resource_hours, Shapes::ShapeRef.new(shape: ResourceHours, required: true, location_name: "ResourceHours"))
444
+ DescribeOrganizationHealthResponse.struct_class = Types::DescribeOrganizationHealthResponse
445
+
446
+ DescribeOrganizationOverviewRequest.add_member(:from_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "FromTime"))
447
+ DescribeOrganizationOverviewRequest.add_member(:to_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ToTime"))
448
+ DescribeOrganizationOverviewRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
449
+ DescribeOrganizationOverviewRequest.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
450
+ DescribeOrganizationOverviewRequest.struct_class = Types::DescribeOrganizationOverviewRequest
451
+
452
+ DescribeOrganizationOverviewResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: NumReactiveInsights, required: true, location_name: "ReactiveInsights"))
453
+ DescribeOrganizationOverviewResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: NumProactiveInsights, required: true, location_name: "ProactiveInsights"))
454
+ DescribeOrganizationOverviewResponse.struct_class = Types::DescribeOrganizationOverviewResponse
455
+
456
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:organization_resource_collection_type, Shapes::ShapeRef.new(shape: OrganizationResourceCollectionType, required: true, location_name: "OrganizationResourceCollectionType"))
457
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIdList, location_name: "AccountIds"))
458
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
459
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
460
+ DescribeOrganizationResourceCollectionHealthRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OrganizationResourceCollectionMaxResults, location_name: "MaxResults"))
461
+ DescribeOrganizationResourceCollectionHealthRequest.struct_class = Types::DescribeOrganizationResourceCollectionHealthRequest
462
+
463
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationHealths, location_name: "CloudFormation"))
464
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:service, Shapes::ShapeRef.new(shape: ServiceHealths, location_name: "Service"))
465
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:account, Shapes::ShapeRef.new(shape: AccountHealths, location_name: "Account"))
466
+ DescribeOrganizationResourceCollectionHealthResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
467
+ DescribeOrganizationResourceCollectionHealthResponse.struct_class = Types::DescribeOrganizationResourceCollectionHealthResponse
468
+
325
469
  DescribeResourceCollectionHealthRequest.add_member(:resource_collection_type, Shapes::ShapeRef.new(shape: ResourceCollectionType, required: true, location: "uri", location_name: "ResourceCollectionType"))
326
470
  DescribeResourceCollectionHealthRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location: "querystring", location_name: "NextToken"))
327
471
  DescribeResourceCollectionHealthRequest.struct_class = Types::DescribeResourceCollectionHealthRequest
328
472
 
329
- DescribeResourceCollectionHealthResponse.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationHealths, required: true, location_name: "CloudFormation"))
473
+ DescribeResourceCollectionHealthResponse.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationHealths, location_name: "CloudFormation"))
330
474
  DescribeResourceCollectionHealthResponse.add_member(:service, Shapes::ShapeRef.new(shape: ServiceHealths, location_name: "Service"))
331
475
  DescribeResourceCollectionHealthResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
476
+ DescribeResourceCollectionHealthResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagHealths, location_name: "Tags"))
332
477
  DescribeResourceCollectionHealthResponse.struct_class = Types::DescribeResourceCollectionHealthResponse
333
478
 
334
479
  DescribeServiceIntegrationRequest.struct_class = Types::DescribeServiceIntegrationRequest
@@ -407,6 +552,7 @@ module Aws::DevOpsGuru
407
552
  ListAnomaliesForInsightRequest.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, location_name: "StartTimeRange"))
408
553
  ListAnomaliesForInsightRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAnomaliesForInsightMaxResults, location_name: "MaxResults"))
409
554
  ListAnomaliesForInsightRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
555
+ ListAnomaliesForInsightRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
410
556
  ListAnomaliesForInsightRequest.struct_class = Types::ListAnomaliesForInsightRequest
411
557
 
412
558
  ListAnomaliesForInsightResponse.add_member(:proactive_anomalies, Shapes::ShapeRef.new(shape: ProactiveAnomalies, location_name: "ProactiveAnomalies"))
@@ -425,12 +571,15 @@ module Aws::DevOpsGuru
425
571
  ListEventsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListEventsFilters, required: true, location_name: "Filters"))
426
572
  ListEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEventsMaxResults, location_name: "MaxResults"))
427
573
  ListEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
574
+ ListEventsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
428
575
  ListEventsRequest.struct_class = Types::ListEventsRequest
429
576
 
430
577
  ListEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: Events, required: true, location_name: "Events"))
431
578
  ListEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
432
579
  ListEventsResponse.struct_class = Types::ListEventsResponse
433
580
 
581
+ ListInsightsAccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
582
+
434
583
  ListInsightsAnyStatusFilter.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
435
584
  ListInsightsAnyStatusFilter.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, required: true, location_name: "StartTimeRange"))
436
585
  ListInsightsAnyStatusFilter.struct_class = Types::ListInsightsAnyStatusFilter
@@ -442,6 +591,8 @@ module Aws::DevOpsGuru
442
591
  ListInsightsOngoingStatusFilter.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
443
592
  ListInsightsOngoingStatusFilter.struct_class = Types::ListInsightsOngoingStatusFilter
444
593
 
594
+ ListInsightsOrganizationalUnitIdList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitId)
595
+
445
596
  ListInsightsRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: ListInsightsStatusFilter, required: true, location_name: "StatusFilter"))
446
597
  ListInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListInsightsMaxResults, location_name: "MaxResults"))
447
598
  ListInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
@@ -464,9 +615,22 @@ module Aws::DevOpsGuru
464
615
  ListNotificationChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
465
616
  ListNotificationChannelsResponse.struct_class = Types::ListNotificationChannelsResponse
466
617
 
618
+ ListOrganizationInsightsRequest.add_member(:status_filter, Shapes::ShapeRef.new(shape: ListInsightsStatusFilter, required: true, location_name: "StatusFilter"))
619
+ ListOrganizationInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListInsightsMaxResults, location_name: "MaxResults"))
620
+ ListOrganizationInsightsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: ListInsightsAccountIdList, location_name: "AccountIds"))
621
+ ListOrganizationInsightsRequest.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: ListInsightsOrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
622
+ ListOrganizationInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
623
+ ListOrganizationInsightsRequest.struct_class = Types::ListOrganizationInsightsRequest
624
+
625
+ ListOrganizationInsightsResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: ProactiveOrganizationInsights, location_name: "ProactiveInsights"))
626
+ ListOrganizationInsightsResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: ReactiveOrganizationInsights, location_name: "ReactiveInsights"))
627
+ ListOrganizationInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
628
+ ListOrganizationInsightsResponse.struct_class = Types::ListOrganizationInsightsResponse
629
+
467
630
  ListRecommendationsRequest.add_member(:insight_id, Shapes::ShapeRef.new(shape: InsightId, required: true, location_name: "InsightId"))
468
631
  ListRecommendationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
469
632
  ListRecommendationsRequest.add_member(:locale, Shapes::ShapeRef.new(shape: Locale, location_name: "Locale"))
633
+ ListRecommendationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
470
634
  ListRecommendationsRequest.struct_class = Types::ListRecommendationsRequest
471
635
 
472
636
  ListRecommendationsResponse.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
@@ -486,6 +650,55 @@ module Aws::DevOpsGuru
486
650
  OpsCenterIntegrationConfig.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: OptInStatus, location_name: "OptInStatus"))
487
651
  OpsCenterIntegrationConfig.struct_class = Types::OpsCenterIntegrationConfig
488
652
 
653
+ OrganizationalUnitIdList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitId)
654
+
655
+ PerformanceInsightsMetricDimensionGroup.add_member(:group, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricGroup, location_name: "Group"))
656
+ PerformanceInsightsMetricDimensionGroup.add_member(:dimensions, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricDimensions, location_name: "Dimensions"))
657
+ PerformanceInsightsMetricDimensionGroup.add_member(:limit, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricLimitInteger, location_name: "Limit"))
658
+ PerformanceInsightsMetricDimensionGroup.struct_class = Types::PerformanceInsightsMetricDimensionGroup
659
+
660
+ PerformanceInsightsMetricDimensions.member = Shapes::ShapeRef.new(shape: PerformanceInsightsMetricDimension)
661
+
662
+ PerformanceInsightsMetricFilterMap.key = Shapes::ShapeRef.new(shape: PerformanceInsightsMetricFilterKey)
663
+ PerformanceInsightsMetricFilterMap.value = Shapes::ShapeRef.new(shape: PerformanceInsightsMetricFilterValue)
664
+
665
+ PerformanceInsightsMetricQuery.add_member(:metric, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricName, location_name: "Metric"))
666
+ PerformanceInsightsMetricQuery.add_member(:group_by, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricDimensionGroup, location_name: "GroupBy"))
667
+ PerformanceInsightsMetricQuery.add_member(:filter, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricFilterMap, location_name: "Filter"))
668
+ PerformanceInsightsMetricQuery.struct_class = Types::PerformanceInsightsMetricQuery
669
+
670
+ PerformanceInsightsMetricsDetail.add_member(:metric_display_name, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricDisplayName, location_name: "MetricDisplayName"))
671
+ PerformanceInsightsMetricsDetail.add_member(:unit, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricUnit, location_name: "Unit"))
672
+ PerformanceInsightsMetricsDetail.add_member(:metric_query, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricQuery, location_name: "MetricQuery"))
673
+ PerformanceInsightsMetricsDetail.add_member(:reference_data, Shapes::ShapeRef.new(shape: PerformanceInsightsReferenceDataList, location_name: "ReferenceData"))
674
+ PerformanceInsightsMetricsDetail.add_member(:stats_at_anomaly, Shapes::ShapeRef.new(shape: PerformanceInsightsStats, location_name: "StatsAtAnomaly"))
675
+ PerformanceInsightsMetricsDetail.add_member(:stats_at_baseline, Shapes::ShapeRef.new(shape: PerformanceInsightsStats, location_name: "StatsAtBaseline"))
676
+ PerformanceInsightsMetricsDetail.struct_class = Types::PerformanceInsightsMetricsDetail
677
+
678
+ PerformanceInsightsMetricsDetails.member = Shapes::ShapeRef.new(shape: PerformanceInsightsMetricsDetail)
679
+
680
+ PerformanceInsightsReferenceComparisonValues.add_member(:reference_scalar, Shapes::ShapeRef.new(shape: PerformanceInsightsReferenceScalar, location_name: "ReferenceScalar"))
681
+ PerformanceInsightsReferenceComparisonValues.add_member(:reference_metric, Shapes::ShapeRef.new(shape: PerformanceInsightsReferenceMetric, location_name: "ReferenceMetric"))
682
+ PerformanceInsightsReferenceComparisonValues.struct_class = Types::PerformanceInsightsReferenceComparisonValues
683
+
684
+ PerformanceInsightsReferenceData.add_member(:name, Shapes::ShapeRef.new(shape: PerformanceInsightsReferenceName, location_name: "Name"))
685
+ PerformanceInsightsReferenceData.add_member(:comparison_values, Shapes::ShapeRef.new(shape: PerformanceInsightsReferenceComparisonValues, location_name: "ComparisonValues"))
686
+ PerformanceInsightsReferenceData.struct_class = Types::PerformanceInsightsReferenceData
687
+
688
+ PerformanceInsightsReferenceDataList.member = Shapes::ShapeRef.new(shape: PerformanceInsightsReferenceData)
689
+
690
+ PerformanceInsightsReferenceMetric.add_member(:metric_query, Shapes::ShapeRef.new(shape: PerformanceInsightsMetricQuery, location_name: "MetricQuery"))
691
+ PerformanceInsightsReferenceMetric.struct_class = Types::PerformanceInsightsReferenceMetric
692
+
693
+ PerformanceInsightsReferenceScalar.add_member(:value, Shapes::ShapeRef.new(shape: PerformanceInsightsValueDouble, location_name: "Value"))
694
+ PerformanceInsightsReferenceScalar.struct_class = Types::PerformanceInsightsReferenceScalar
695
+
696
+ PerformanceInsightsStat.add_member(:type, Shapes::ShapeRef.new(shape: PerformanceInsightsStatType, location_name: "Type"))
697
+ PerformanceInsightsStat.add_member(:value, Shapes::ShapeRef.new(shape: PerformanceInsightsValueDouble, location_name: "Value"))
698
+ PerformanceInsightsStat.struct_class = Types::PerformanceInsightsStat
699
+
700
+ PerformanceInsightsStats.member = Shapes::ShapeRef.new(shape: PerformanceInsightsStat)
701
+
489
702
  PredictionTimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
490
703
  PredictionTimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
491
704
  PredictionTimeRange.struct_class = Types::PredictionTimeRange
@@ -536,10 +749,25 @@ module Aws::DevOpsGuru
536
749
  ProactiveInsightSummary.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
537
750
  ProactiveInsightSummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
538
751
  ProactiveInsightSummary.add_member(:service_collection, Shapes::ShapeRef.new(shape: ServiceCollection, location_name: "ServiceCollection"))
752
+ ProactiveInsightSummary.add_member(:associated_resource_arns, Shapes::ShapeRef.new(shape: AssociatedResourceArns, location_name: "AssociatedResourceArns"))
539
753
  ProactiveInsightSummary.struct_class = Types::ProactiveInsightSummary
540
754
 
541
755
  ProactiveInsights.member = Shapes::ShapeRef.new(shape: ProactiveInsightSummary)
542
756
 
757
+ ProactiveOrganizationInsightSummary.add_member(:id, Shapes::ShapeRef.new(shape: InsightId, location_name: "Id"))
758
+ ProactiveOrganizationInsightSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
759
+ ProactiveOrganizationInsightSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
760
+ ProactiveOrganizationInsightSummary.add_member(:name, Shapes::ShapeRef.new(shape: InsightName, location_name: "Name"))
761
+ ProactiveOrganizationInsightSummary.add_member(:severity, Shapes::ShapeRef.new(shape: InsightSeverity, location_name: "Severity"))
762
+ ProactiveOrganizationInsightSummary.add_member(:status, Shapes::ShapeRef.new(shape: InsightStatus, location_name: "Status"))
763
+ ProactiveOrganizationInsightSummary.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
764
+ ProactiveOrganizationInsightSummary.add_member(:prediction_time_range, Shapes::ShapeRef.new(shape: PredictionTimeRange, location_name: "PredictionTimeRange"))
765
+ ProactiveOrganizationInsightSummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
766
+ ProactiveOrganizationInsightSummary.add_member(:service_collection, Shapes::ShapeRef.new(shape: ServiceCollection, location_name: "ServiceCollection"))
767
+ ProactiveOrganizationInsightSummary.struct_class = Types::ProactiveOrganizationInsightSummary
768
+
769
+ ProactiveOrganizationInsights.member = Shapes::ShapeRef.new(shape: ProactiveOrganizationInsightSummary)
770
+
543
771
  PutFeedbackRequest.add_member(:insight_feedback, Shapes::ShapeRef.new(shape: InsightFeedback, location_name: "InsightFeedback"))
544
772
  PutFeedbackRequest.struct_class = Types::PutFeedbackRequest
545
773
 
@@ -555,6 +783,11 @@ module Aws::DevOpsGuru
555
783
  ReactiveAnomaly.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
556
784
  ReactiveAnomaly.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: InsightId, location_name: "AssociatedInsightId"))
557
785
  ReactiveAnomaly.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
786
+ ReactiveAnomaly.add_member(:type, Shapes::ShapeRef.new(shape: AnomalyType, location_name: "Type"))
787
+ ReactiveAnomaly.add_member(:name, Shapes::ShapeRef.new(shape: AnomalyName, location_name: "Name"))
788
+ ReactiveAnomaly.add_member(:description, Shapes::ShapeRef.new(shape: AnomalyDescription, location_name: "Description"))
789
+ ReactiveAnomaly.add_member(:causal_anomaly_id, Shapes::ShapeRef.new(shape: AnomalyId, location_name: "CausalAnomalyId"))
790
+ ReactiveAnomaly.add_member(:anomaly_resources, Shapes::ShapeRef.new(shape: AnomalyResources, location_name: "AnomalyResources"))
558
791
  ReactiveAnomaly.struct_class = Types::ReactiveAnomaly
559
792
 
560
793
  ReactiveAnomalySummary.add_member(:id, Shapes::ShapeRef.new(shape: AnomalyId, location_name: "Id"))
@@ -565,6 +798,11 @@ module Aws::DevOpsGuru
565
798
  ReactiveAnomalySummary.add_member(:source_details, Shapes::ShapeRef.new(shape: AnomalySourceDetails, location_name: "SourceDetails"))
566
799
  ReactiveAnomalySummary.add_member(:associated_insight_id, Shapes::ShapeRef.new(shape: InsightId, location_name: "AssociatedInsightId"))
567
800
  ReactiveAnomalySummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
801
+ ReactiveAnomalySummary.add_member(:type, Shapes::ShapeRef.new(shape: AnomalyType, location_name: "Type"))
802
+ ReactiveAnomalySummary.add_member(:name, Shapes::ShapeRef.new(shape: AnomalyName, location_name: "Name"))
803
+ ReactiveAnomalySummary.add_member(:description, Shapes::ShapeRef.new(shape: AnomalyDescription, location_name: "Description"))
804
+ ReactiveAnomalySummary.add_member(:causal_anomaly_id, Shapes::ShapeRef.new(shape: AnomalyId, location_name: "CausalAnomalyId"))
805
+ ReactiveAnomalySummary.add_member(:anomaly_resources, Shapes::ShapeRef.new(shape: AnomalyResources, location_name: "AnomalyResources"))
568
806
  ReactiveAnomalySummary.struct_class = Types::ReactiveAnomalySummary
569
807
 
570
808
  ReactiveInsight.add_member(:id, Shapes::ShapeRef.new(shape: InsightId, location_name: "Id"))
@@ -583,10 +821,24 @@ module Aws::DevOpsGuru
583
821
  ReactiveInsightSummary.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
584
822
  ReactiveInsightSummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
585
823
  ReactiveInsightSummary.add_member(:service_collection, Shapes::ShapeRef.new(shape: ServiceCollection, location_name: "ServiceCollection"))
824
+ ReactiveInsightSummary.add_member(:associated_resource_arns, Shapes::ShapeRef.new(shape: AssociatedResourceArns, location_name: "AssociatedResourceArns"))
586
825
  ReactiveInsightSummary.struct_class = Types::ReactiveInsightSummary
587
826
 
588
827
  ReactiveInsights.member = Shapes::ShapeRef.new(shape: ReactiveInsightSummary)
589
828
 
829
+ ReactiveOrganizationInsightSummary.add_member(:id, Shapes::ShapeRef.new(shape: InsightId, location_name: "Id"))
830
+ ReactiveOrganizationInsightSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "AccountId"))
831
+ ReactiveOrganizationInsightSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
832
+ ReactiveOrganizationInsightSummary.add_member(:name, Shapes::ShapeRef.new(shape: InsightName, location_name: "Name"))
833
+ ReactiveOrganizationInsightSummary.add_member(:severity, Shapes::ShapeRef.new(shape: InsightSeverity, location_name: "Severity"))
834
+ ReactiveOrganizationInsightSummary.add_member(:status, Shapes::ShapeRef.new(shape: InsightStatus, location_name: "Status"))
835
+ ReactiveOrganizationInsightSummary.add_member(:insight_time_range, Shapes::ShapeRef.new(shape: InsightTimeRange, location_name: "InsightTimeRange"))
836
+ ReactiveOrganizationInsightSummary.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
837
+ ReactiveOrganizationInsightSummary.add_member(:service_collection, Shapes::ShapeRef.new(shape: ServiceCollection, location_name: "ServiceCollection"))
838
+ ReactiveOrganizationInsightSummary.struct_class = Types::ReactiveOrganizationInsightSummary
839
+
840
+ ReactiveOrganizationInsights.member = Shapes::ShapeRef.new(shape: ReactiveOrganizationInsightSummary)
841
+
590
842
  Recommendation.add_member(:description, Shapes::ShapeRef.new(shape: RecommendationDescription, location_name: "Description"))
591
843
  Recommendation.add_member(:link, Shapes::ShapeRef.new(shape: RecommendationLink, location_name: "Link"))
592
844
  Recommendation.add_member(:name, Shapes::ShapeRef.new(shape: RecommendationName, location_name: "Name"))
@@ -599,6 +851,7 @@ module Aws::DevOpsGuru
599
851
 
600
852
  RecommendationRelatedAnomaly.add_member(:resources, Shapes::ShapeRef.new(shape: RecommendationRelatedAnomalyResources, location_name: "Resources"))
601
853
  RecommendationRelatedAnomaly.add_member(:source_details, Shapes::ShapeRef.new(shape: RelatedAnomalySourceDetails, location_name: "SourceDetails"))
854
+ RecommendationRelatedAnomaly.add_member(:anomaly_id, Shapes::ShapeRef.new(shape: AnomalyId, location_name: "AnomalyId"))
602
855
  RecommendationRelatedAnomaly.struct_class = Types::RecommendationRelatedAnomaly
603
856
 
604
857
  RecommendationRelatedAnomalyResource.add_member(:name, Shapes::ShapeRef.new(shape: RecommendationRelatedAnomalyResourceName, location_name: "Name"))
@@ -638,9 +891,11 @@ module Aws::DevOpsGuru
638
891
  RemoveNotificationChannelResponse.struct_class = Types::RemoveNotificationChannelResponse
639
892
 
640
893
  ResourceCollection.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationCollection, location_name: "CloudFormation"))
894
+ ResourceCollection.add_member(:tags, Shapes::ShapeRef.new(shape: TagCollections, location_name: "Tags"))
641
895
  ResourceCollection.struct_class = Types::ResourceCollection
642
896
 
643
897
  ResourceCollectionFilter.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: CloudFormationCollectionFilter, location_name: "CloudFormation"))
898
+ ResourceCollectionFilter.add_member(:tags, Shapes::ShapeRef.new(shape: TagCollectionFilters, location_name: "Tags"))
644
899
  ResourceCollectionFilter.struct_class = Types::ResourceCollectionFilter
645
900
 
646
901
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageString, required: true, location_name: "Message"))
@@ -648,6 +903,8 @@ module Aws::DevOpsGuru
648
903
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceIdType, required: true, location_name: "ResourceType"))
649
904
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
650
905
 
906
+ SearchInsightsAccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
907
+
651
908
  SearchInsightsFilters.add_member(:severities, Shapes::ShapeRef.new(shape: InsightSeverities, location_name: "Severities"))
652
909
  SearchInsightsFilters.add_member(:statuses, Shapes::ShapeRef.new(shape: InsightStatuses, location_name: "Statuses"))
653
910
  SearchInsightsFilters.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
@@ -666,6 +923,25 @@ module Aws::DevOpsGuru
666
923
  SearchInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
667
924
  SearchInsightsResponse.struct_class = Types::SearchInsightsResponse
668
925
 
926
+ SearchOrganizationInsightsFilters.add_member(:severities, Shapes::ShapeRef.new(shape: InsightSeverities, location_name: "Severities"))
927
+ SearchOrganizationInsightsFilters.add_member(:statuses, Shapes::ShapeRef.new(shape: InsightStatuses, location_name: "Statuses"))
928
+ SearchOrganizationInsightsFilters.add_member(:resource_collection, Shapes::ShapeRef.new(shape: ResourceCollection, location_name: "ResourceCollection"))
929
+ SearchOrganizationInsightsFilters.add_member(:service_collection, Shapes::ShapeRef.new(shape: ServiceCollection, location_name: "ServiceCollection"))
930
+ SearchOrganizationInsightsFilters.struct_class = Types::SearchOrganizationInsightsFilters
931
+
932
+ SearchOrganizationInsightsRequest.add_member(:account_ids, Shapes::ShapeRef.new(shape: SearchInsightsAccountIdList, required: true, location_name: "AccountIds"))
933
+ SearchOrganizationInsightsRequest.add_member(:start_time_range, Shapes::ShapeRef.new(shape: StartTimeRange, required: true, location_name: "StartTimeRange"))
934
+ SearchOrganizationInsightsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: SearchOrganizationInsightsFilters, location_name: "Filters"))
935
+ SearchOrganizationInsightsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchOrganizationInsightsMaxResults, location_name: "MaxResults"))
936
+ SearchOrganizationInsightsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
937
+ SearchOrganizationInsightsRequest.add_member(:type, Shapes::ShapeRef.new(shape: InsightType, required: true, location_name: "Type"))
938
+ SearchOrganizationInsightsRequest.struct_class = Types::SearchOrganizationInsightsRequest
939
+
940
+ SearchOrganizationInsightsResponse.add_member(:proactive_insights, Shapes::ShapeRef.new(shape: ProactiveInsights, location_name: "ProactiveInsights"))
941
+ SearchOrganizationInsightsResponse.add_member(:reactive_insights, Shapes::ShapeRef.new(shape: ReactiveInsights, location_name: "ReactiveInsights"))
942
+ SearchOrganizationInsightsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: UuidNextToken, location_name: "NextToken"))
943
+ SearchOrganizationInsightsResponse.struct_class = Types::SearchOrganizationInsightsResponse
944
+
669
945
  ServiceCollection.add_member(:service_names, Shapes::ShapeRef.new(shape: ServiceNames, location_name: "ServiceNames"))
670
946
  ServiceCollection.struct_class = Types::ServiceCollection
671
947
 
@@ -711,16 +987,50 @@ module Aws::DevOpsGuru
711
987
  StartTimeRange.add_member(:to_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ToTime"))
712
988
  StartTimeRange.struct_class = Types::StartTimeRange
713
989
 
990
+ TagCollection.add_member(:app_boundary_key, Shapes::ShapeRef.new(shape: AppBoundaryKey, required: true, location_name: "AppBoundaryKey"))
991
+ TagCollection.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValues, required: true, location_name: "TagValues"))
992
+ TagCollection.struct_class = Types::TagCollection
993
+
994
+ TagCollectionFilter.add_member(:app_boundary_key, Shapes::ShapeRef.new(shape: AppBoundaryKey, required: true, location_name: "AppBoundaryKey"))
995
+ TagCollectionFilter.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValues, required: true, location_name: "TagValues"))
996
+ TagCollectionFilter.struct_class = Types::TagCollectionFilter
997
+
998
+ TagCollectionFilters.member = Shapes::ShapeRef.new(shape: TagCollectionFilter)
999
+
1000
+ TagCollections.member = Shapes::ShapeRef.new(shape: TagCollection)
1001
+
1002
+ TagCostEstimationResourceCollectionFilter.add_member(:app_boundary_key, Shapes::ShapeRef.new(shape: AppBoundaryKey, required: true, location_name: "AppBoundaryKey"))
1003
+ TagCostEstimationResourceCollectionFilter.add_member(:tag_values, Shapes::ShapeRef.new(shape: CostEstimationTagValues, required: true, location_name: "TagValues"))
1004
+ TagCostEstimationResourceCollectionFilter.struct_class = Types::TagCostEstimationResourceCollectionFilter
1005
+
1006
+ TagCostEstimationResourceCollectionFilters.member = Shapes::ShapeRef.new(shape: TagCostEstimationResourceCollectionFilter)
1007
+
1008
+ TagHealth.add_member(:app_boundary_key, Shapes::ShapeRef.new(shape: AppBoundaryKey, location_name: "AppBoundaryKey"))
1009
+ TagHealth.add_member(:tag_value, Shapes::ShapeRef.new(shape: TagValue, location_name: "TagValue"))
1010
+ TagHealth.add_member(:insight, Shapes::ShapeRef.new(shape: InsightHealth, location_name: "Insight"))
1011
+ TagHealth.struct_class = Types::TagHealth
1012
+
1013
+ TagHealths.member = Shapes::ShapeRef.new(shape: TagHealth)
1014
+
1015
+ TagValues.member = Shapes::ShapeRef.new(shape: TagValue)
1016
+
714
1017
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageString, required: true, location_name: "Message"))
715
1018
  ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: ErrorQuotaCodeString, location_name: "QuotaCode"))
716
1019
  ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: ErrorServiceCodeString, location_name: "ServiceCode"))
717
1020
  ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
718
1021
  ThrottlingException.struct_class = Types::ThrottlingException
719
1022
 
1023
+ TimestampMetricValuePair.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
1024
+ TimestampMetricValuePair.add_member(:metric_value, Shapes::ShapeRef.new(shape: MetricValue, location_name: "MetricValue"))
1025
+ TimestampMetricValuePair.struct_class = Types::TimestampMetricValuePair
1026
+
1027
+ TimestampMetricValuePairList.member = Shapes::ShapeRef.new(shape: TimestampMetricValuePair)
1028
+
720
1029
  UpdateCloudFormationCollectionFilter.add_member(:stack_names, Shapes::ShapeRef.new(shape: UpdateStackNames, location_name: "StackNames"))
721
1030
  UpdateCloudFormationCollectionFilter.struct_class = Types::UpdateCloudFormationCollectionFilter
722
1031
 
723
1032
  UpdateResourceCollectionFilter.add_member(:cloud_formation, Shapes::ShapeRef.new(shape: UpdateCloudFormationCollectionFilter, location_name: "CloudFormation"))
1033
+ UpdateResourceCollectionFilter.add_member(:tags, Shapes::ShapeRef.new(shape: UpdateTagCollectionFilters, location_name: "Tags"))
724
1034
  UpdateResourceCollectionFilter.struct_class = Types::UpdateResourceCollectionFilter
725
1035
 
726
1036
  UpdateResourceCollectionRequest.add_member(:action, Shapes::ShapeRef.new(shape: UpdateResourceCollectionAction, required: true, location_name: "Action"))
@@ -739,6 +1049,14 @@ module Aws::DevOpsGuru
739
1049
 
740
1050
  UpdateStackNames.member = Shapes::ShapeRef.new(shape: StackName)
741
1051
 
1052
+ UpdateTagCollectionFilter.add_member(:app_boundary_key, Shapes::ShapeRef.new(shape: AppBoundaryKey, required: true, location_name: "AppBoundaryKey"))
1053
+ UpdateTagCollectionFilter.add_member(:tag_values, Shapes::ShapeRef.new(shape: UpdateTagValues, required: true, location_name: "TagValues"))
1054
+ UpdateTagCollectionFilter.struct_class = Types::UpdateTagCollectionFilter
1055
+
1056
+ UpdateTagCollectionFilters.member = Shapes::ShapeRef.new(shape: UpdateTagCollectionFilter)
1057
+
1058
+ UpdateTagValues.member = Shapes::ShapeRef.new(shape: TagValue)
1059
+
742
1060
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessageString, required: true, location_name: "Message"))
743
1061
  ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
744
1062
  ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: ValidationExceptionFields, location_name: "Fields"))
@@ -846,6 +1164,47 @@ module Aws::DevOpsGuru
846
1164
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
847
1165
  end)
848
1166
 
1167
+ api.add_operation(:describe_organization_health, Seahorse::Model::Operation.new.tap do |o|
1168
+ o.name = "DescribeOrganizationHealth"
1169
+ o.http_method = "POST"
1170
+ o.http_request_uri = "/organization/health"
1171
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationHealthRequest)
1172
+ o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationHealthResponse)
1173
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1174
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1175
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1176
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1177
+ end)
1178
+
1179
+ api.add_operation(:describe_organization_overview, Seahorse::Model::Operation.new.tap do |o|
1180
+ o.name = "DescribeOrganizationOverview"
1181
+ o.http_method = "POST"
1182
+ o.http_request_uri = "/organization/overview"
1183
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationOverviewRequest)
1184
+ o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationOverviewResponse)
1185
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1188
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1189
+ end)
1190
+
1191
+ api.add_operation(:describe_organization_resource_collection_health, Seahorse::Model::Operation.new.tap do |o|
1192
+ o.name = "DescribeOrganizationResourceCollectionHealth"
1193
+ o.http_method = "POST"
1194
+ o.http_request_uri = "/organization/health/resource-collection"
1195
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationResourceCollectionHealthRequest)
1196
+ o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationResourceCollectionHealthResponse)
1197
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1199
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1200
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1201
+ o[:pager] = Aws::Pager.new(
1202
+ tokens: {
1203
+ "next_token" => "next_token"
1204
+ }
1205
+ )
1206
+ end)
1207
+
849
1208
  api.add_operation(:describe_resource_collection_health, Seahorse::Model::Operation.new.tap do |o|
850
1209
  o.name = "DescribeResourceCollectionHealth"
851
1210
  o.http_method = "GET"
@@ -984,6 +1343,24 @@ module Aws::DevOpsGuru
984
1343
  )
985
1344
  end)
986
1345
 
1346
+ api.add_operation(:list_organization_insights, Seahorse::Model::Operation.new.tap do |o|
1347
+ o.name = "ListOrganizationInsights"
1348
+ o.http_method = "POST"
1349
+ o.http_request_uri = "/organization/insights"
1350
+ o.input = Shapes::ShapeRef.new(shape: ListOrganizationInsightsRequest)
1351
+ o.output = Shapes::ShapeRef.new(shape: ListOrganizationInsightsResponse)
1352
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1353
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1356
+ o[:pager] = Aws::Pager.new(
1357
+ limit_key: "max_results",
1358
+ tokens: {
1359
+ "next_token" => "next_token"
1360
+ }
1361
+ )
1362
+ end)
1363
+
987
1364
  api.add_operation(:list_recommendations, Seahorse::Model::Operation.new.tap do |o|
988
1365
  o.name = "ListRecommendations"
989
1366
  o.http_method = "POST"
@@ -1048,6 +1425,24 @@ module Aws::DevOpsGuru
1048
1425
  )
1049
1426
  end)
1050
1427
 
1428
+ api.add_operation(:search_organization_insights, Seahorse::Model::Operation.new.tap do |o|
1429
+ o.name = "SearchOrganizationInsights"
1430
+ o.http_method = "POST"
1431
+ o.http_request_uri = "/organization/insights/search"
1432
+ o.input = Shapes::ShapeRef.new(shape: SearchOrganizationInsightsRequest)
1433
+ o.output = Shapes::ShapeRef.new(shape: SearchOrganizationInsightsResponse)
1434
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1435
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1436
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1437
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1438
+ o[:pager] = Aws::Pager.new(
1439
+ limit_key: "max_results",
1440
+ tokens: {
1441
+ "next_token" => "next_token"
1442
+ }
1443
+ )
1444
+ end)
1445
+
1051
1446
  api.add_operation(:start_cost_estimation, Seahorse::Model::Operation.new.tap do |o|
1052
1447
  o.name = "StartCostEstimation"
1053
1448
  o.http_method = "PUT"