@aws-sdk/client-devops-guru 3.41.0 → 3.45.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.
Files changed (80) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +14 -16
  3. package/dist-cjs/DevOpsGuru.js +75 -0
  4. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +36 -0
  7. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +36 -0
  8. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +5 -0
  10. package/dist-cjs/endpoints.js +1 -0
  11. package/dist-cjs/models/models_0.js +220 -12
  12. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +34 -0
  13. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +35 -0
  14. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +35 -0
  15. package/dist-cjs/pagination/index.js +3 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +1339 -208
  17. package/dist-es/DevOpsGuru.js +75 -0
  18. package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
  19. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
  20. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
  21. package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
  22. package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
  23. package/dist-es/commands/index.js +5 -0
  24. package/dist-es/endpoints.js +1 -0
  25. package/dist-es/models/models_0.js +154 -9
  26. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
  27. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
  28. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +1284 -111
  31. package/dist-types/DevOpsGuru.d.ts +117 -92
  32. package/dist-types/DevOpsGuruClient.d.ts +19 -16
  33. package/dist-types/commands/AddNotificationChannelCommand.d.ts +4 -6
  34. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -4
  35. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -4
  36. package/dist-types/commands/DescribeAnomalyCommand.d.ts +1 -3
  37. package/dist-types/commands/DescribeFeedbackCommand.d.ts +1 -2
  38. package/dist-types/commands/DescribeInsightCommand.d.ts +1 -3
  39. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
  40. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
  41. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
  42. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +5 -5
  43. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -4
  44. package/dist-types/commands/GetCostEstimationCommand.d.ts +1 -1
  45. package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -4
  46. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -3
  47. package/dist-types/commands/ListEventsCommand.d.ts +2 -3
  48. package/dist-types/commands/ListInsightsCommand.d.ts +3 -4
  49. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +4 -5
  50. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  51. package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -3
  52. package/dist-types/commands/PutFeedbackCommand.d.ts +1 -3
  53. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -4
  54. package/dist-types/commands/SearchInsightsCommand.d.ts +8 -9
  55. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  56. package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -3
  58. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -4
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +2078 -886
  61. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  62. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  63. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  64. package/dist-types/pagination/index.d.ts +3 -0
  65. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  66. package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
  67. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +7 -2
  68. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +490 -7
  75. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  80. package/package.json +5 -5
@@ -10,6 +10,28 @@ export declare namespace AccessDeniedException {
10
10
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
11
11
  }
12
12
 
13
+ export interface AccountInsightHealth {
14
+
15
+ OpenProactiveInsights?: number;
16
+
17
+ OpenReactiveInsights?: number;
18
+ }
19
+ export declare namespace AccountInsightHealth {
20
+
21
+ const filterSensitiveLog: (obj: AccountInsightHealth) => any;
22
+ }
23
+
24
+ export interface AccountHealth {
25
+
26
+ AccountId?: string;
27
+
28
+ Insight?: AccountInsightHealth;
29
+ }
30
+ export declare namespace AccountHealth {
31
+
32
+ const filterSensitiveLog: (obj: AccountHealth) => any;
33
+ }
34
+
13
35
  export interface SnsChannelConfig {
14
36
 
15
37
  TopicArn?: string;
@@ -123,7 +145,9 @@ export declare namespace ValidationExceptionField {
123
145
  export declare enum ValidationExceptionReason {
124
146
  CANNOT_PARSE = "CANNOT_PARSE",
125
147
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
148
+ INVALID_PARAMETER_COMBINATION = "INVALID_PARAMETER_COMBINATION",
126
149
  OTHER = "OTHER",
150
+ PARAMETER_INCONSISTENT_WITH_SERVICE_STATE = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE",
127
151
  UNKNOWN_OPERATION = "UNKNOWN_OPERATION"
128
152
  }
129
153
 
@@ -152,6 +176,17 @@ export declare namespace AnomalyReportedTimeRange {
152
176
 
153
177
  const filterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
154
178
  }
179
+
180
+ export interface AnomalyResource {
181
+
182
+ Name?: string;
183
+
184
+ Type?: string;
185
+ }
186
+ export declare namespace AnomalyResource {
187
+
188
+ const filterSensitiveLog: (obj: AnomalyResource) => any;
189
+ }
155
190
  export declare enum AnomalySeverity {
156
191
  HIGH = "HIGH",
157
192
  LOW = "LOW",
@@ -168,6 +203,33 @@ export declare namespace CloudWatchMetricsDimension {
168
203
 
169
204
  const filterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
170
205
  }
206
+ export declare enum CloudWatchMetricDataStatusCode {
207
+ COMPLETE = "Complete",
208
+ INTERNAL_ERROR = "InternalError",
209
+ PARTIAL_DATA = "PartialData"
210
+ }
211
+
212
+ export interface TimestampMetricValuePair {
213
+
214
+ Timestamp?: Date;
215
+
216
+ MetricValue?: number;
217
+ }
218
+ export declare namespace TimestampMetricValuePair {
219
+
220
+ const filterSensitiveLog: (obj: TimestampMetricValuePair) => any;
221
+ }
222
+
223
+ export interface CloudWatchMetricsDataSummary {
224
+
225
+ TimestampMetricValuePairList?: TimestampMetricValuePair[];
226
+
227
+ StatusCode?: CloudWatchMetricDataStatusCode | string;
228
+ }
229
+ export declare namespace CloudWatchMetricsDataSummary {
230
+
231
+ const filterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
232
+ }
171
233
  export declare enum CloudWatchMetricsStat {
172
234
  AVERAGE = "Average",
173
235
  MAXIMUM = "Maximum",
@@ -192,15 +254,117 @@ export interface CloudWatchMetricsDetail {
192
254
  Unit?: string;
193
255
 
194
256
  Period?: number;
257
+
258
+ MetricDataSummary?: CloudWatchMetricsDataSummary;
195
259
  }
196
260
  export declare namespace CloudWatchMetricsDetail {
197
261
 
198
262
  const filterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
199
263
  }
200
264
 
265
+ export interface PerformanceInsightsMetricDimensionGroup {
266
+
267
+ Group?: string;
268
+
269
+ Dimensions?: string[];
270
+
271
+ Limit?: number;
272
+ }
273
+ export declare namespace PerformanceInsightsMetricDimensionGroup {
274
+
275
+ const filterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
276
+ }
277
+
278
+ export interface PerformanceInsightsMetricQuery {
279
+
280
+ Metric?: string;
281
+
282
+ GroupBy?: PerformanceInsightsMetricDimensionGroup;
283
+
284
+ Filter?: {
285
+ [key: string]: string;
286
+ };
287
+ }
288
+ export declare namespace PerformanceInsightsMetricQuery {
289
+
290
+ const filterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
291
+ }
292
+
293
+ export interface PerformanceInsightsReferenceMetric {
294
+
295
+ MetricQuery?: PerformanceInsightsMetricQuery;
296
+ }
297
+ export declare namespace PerformanceInsightsReferenceMetric {
298
+
299
+ const filterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
300
+ }
301
+
302
+ export interface PerformanceInsightsReferenceScalar {
303
+
304
+ Value?: number;
305
+ }
306
+ export declare namespace PerformanceInsightsReferenceScalar {
307
+
308
+ const filterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
309
+ }
310
+
311
+ export interface PerformanceInsightsReferenceComparisonValues {
312
+
313
+ ReferenceScalar?: PerformanceInsightsReferenceScalar;
314
+
315
+ ReferenceMetric?: PerformanceInsightsReferenceMetric;
316
+ }
317
+ export declare namespace PerformanceInsightsReferenceComparisonValues {
318
+
319
+ const filterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
320
+ }
321
+
322
+ export interface PerformanceInsightsReferenceData {
323
+
324
+ Name?: string;
325
+
326
+ ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
327
+ }
328
+ export declare namespace PerformanceInsightsReferenceData {
329
+
330
+ const filterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
331
+ }
332
+
333
+ export interface PerformanceInsightsStat {
334
+
335
+ Type?: string;
336
+
337
+ Value?: number;
338
+ }
339
+ export declare namespace PerformanceInsightsStat {
340
+
341
+ const filterSensitiveLog: (obj: PerformanceInsightsStat) => any;
342
+ }
343
+
344
+ export interface PerformanceInsightsMetricsDetail {
345
+
346
+ MetricDisplayName?: string;
347
+
348
+ Unit?: string;
349
+
350
+ MetricQuery?: PerformanceInsightsMetricQuery;
351
+
352
+ ReferenceData?: PerformanceInsightsReferenceData[];
353
+
354
+ StatsAtAnomaly?: PerformanceInsightsStat[];
355
+
356
+ StatsAtBaseline?: PerformanceInsightsStat[];
357
+ }
358
+ export declare namespace PerformanceInsightsMetricsDetail {
359
+
360
+ const filterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
361
+ }
362
+
201
363
  export interface AnomalySourceDetails {
202
364
 
203
365
  CloudWatchMetrics?: CloudWatchMetricsDetail[];
366
+
367
+ PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
204
368
  }
205
369
  export declare namespace AnomalySourceDetails {
206
370
 
@@ -221,6 +385,10 @@ export declare namespace AnomalyTimeRange {
221
385
 
222
386
  const filterSensitiveLog: (obj: AnomalyTimeRange) => any;
223
387
  }
388
+ export declare enum AnomalyType {
389
+ CAUSAL = "CAUSAL",
390
+ CONTEXTUAL = "CONTEXTUAL"
391
+ }
224
392
  export interface DescribeAccountHealthRequest {
225
393
  }
226
394
  export declare namespace DescribeAccountHealthRequest {
@@ -266,6 +434,8 @@ export declare namespace DescribeAccountOverviewResponse {
266
434
  export interface DescribeAnomalyRequest {
267
435
 
268
436
  Id: string | undefined;
437
+
438
+ AccountId?: string;
269
439
  }
270
440
  export declare namespace DescribeAnomalyRequest {
271
441
 
@@ -292,9 +462,22 @@ export declare namespace CloudFormationCollection {
292
462
  const filterSensitiveLog: (obj: CloudFormationCollection) => any;
293
463
  }
294
464
 
465
+ export interface TagCollection {
466
+
467
+ AppBoundaryKey: string | undefined;
468
+
469
+ TagValues: string[] | undefined;
470
+ }
471
+ export declare namespace TagCollection {
472
+
473
+ const filterSensitiveLog: (obj: TagCollection) => any;
474
+ }
475
+
295
476
  export interface ResourceCollection {
296
477
 
297
478
  CloudFormation?: CloudFormationCollection;
479
+
480
+ Tags?: TagCollection[];
298
481
  }
299
482
  export declare namespace ResourceCollection {
300
483
 
@@ -347,6 +530,16 @@ export interface ReactiveAnomaly {
347
530
  AssociatedInsightId?: string;
348
531
 
349
532
  ResourceCollection?: ResourceCollection;
533
+
534
+ Type?: AnomalyType | string;
535
+
536
+ Name?: string;
537
+
538
+ Description?: string;
539
+
540
+ CausalAnomalyId?: string;
541
+
542
+ AnomalyResources?: AnomalyResource[];
350
543
  }
351
544
  export declare namespace ReactiveAnomaly {
352
545
 
@@ -399,6 +592,8 @@ export declare namespace DescribeFeedbackResponse {
399
592
  export interface DescribeInsightRequest {
400
593
 
401
594
  Id: string | undefined;
595
+
596
+ AccountId?: string;
402
597
  }
403
598
  export declare namespace DescribeInsightRequest {
404
599
 
@@ -478,19 +673,75 @@ export declare namespace DescribeInsightResponse {
478
673
 
479
674
  const filterSensitiveLog: (obj: DescribeInsightResponse) => any;
480
675
  }
481
- export declare enum ResourceCollectionType {
676
+ export interface DescribeOrganizationHealthRequest {
677
+
678
+ AccountIds?: string[];
679
+
680
+ OrganizationalUnitIds?: string[];
681
+ }
682
+ export declare namespace DescribeOrganizationHealthRequest {
683
+
684
+ const filterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
685
+ }
686
+ export interface DescribeOrganizationHealthResponse {
687
+
688
+ OpenReactiveInsights: number | undefined;
689
+
690
+ OpenProactiveInsights: number | undefined;
691
+
692
+ MetricsAnalyzed: number | undefined;
693
+
694
+ ResourceHours: number | undefined;
695
+ }
696
+ export declare namespace DescribeOrganizationHealthResponse {
697
+
698
+ const filterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
699
+ }
700
+ export interface DescribeOrganizationOverviewRequest {
701
+
702
+ FromTime: Date | undefined;
703
+
704
+ ToTime?: Date;
705
+
706
+ AccountIds?: string[];
707
+
708
+ OrganizationalUnitIds?: string[];
709
+ }
710
+ export declare namespace DescribeOrganizationOverviewRequest {
711
+
712
+ const filterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
713
+ }
714
+ export interface DescribeOrganizationOverviewResponse {
715
+
716
+ ReactiveInsights: number | undefined;
717
+
718
+ ProactiveInsights: number | undefined;
719
+ }
720
+ export declare namespace DescribeOrganizationOverviewResponse {
721
+
722
+ const filterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
723
+ }
724
+ export declare enum OrganizationResourceCollectionType {
725
+ AWS_ACCOUNT = "AWS_ACCOUNT",
482
726
  AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
483
- AWS_SERVICE = "AWS_SERVICE"
727
+ AWS_SERVICE = "AWS_SERVICE",
728
+ AWS_TAGS = "AWS_TAGS"
484
729
  }
485
- export interface DescribeResourceCollectionHealthRequest {
730
+ export interface DescribeOrganizationResourceCollectionHealthRequest {
486
731
 
487
- ResourceCollectionType: ResourceCollectionType | string | undefined;
732
+ OrganizationResourceCollectionType: OrganizationResourceCollectionType | string | undefined;
733
+
734
+ AccountIds?: string[];
735
+
736
+ OrganizationalUnitIds?: string[];
488
737
 
489
738
  NextToken?: string;
739
+
740
+ MaxResults?: number;
490
741
  }
491
- export declare namespace DescribeResourceCollectionHealthRequest {
742
+ export declare namespace DescribeOrganizationResourceCollectionHealthRequest {
492
743
 
493
- const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
744
+ const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
494
745
  }
495
746
 
496
747
  export interface InsightHealth {
@@ -565,13 +816,59 @@ export declare namespace ServiceHealth {
565
816
 
566
817
  const filterSensitiveLog: (obj: ServiceHealth) => any;
567
818
  }
819
+
820
+ export interface TagHealth {
821
+
822
+ AppBoundaryKey?: string;
823
+
824
+ TagValue?: string;
825
+
826
+ Insight?: InsightHealth;
827
+ }
828
+ export declare namespace TagHealth {
829
+
830
+ const filterSensitiveLog: (obj: TagHealth) => any;
831
+ }
832
+ export interface DescribeOrganizationResourceCollectionHealthResponse {
833
+
834
+ CloudFormation?: CloudFormationHealth[];
835
+
836
+ Service?: ServiceHealth[];
837
+
838
+ Account?: AccountHealth[];
839
+
840
+ NextToken?: string;
841
+
842
+ Tags?: TagHealth[];
843
+ }
844
+ export declare namespace DescribeOrganizationResourceCollectionHealthResponse {
845
+
846
+ const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
847
+ }
848
+ export declare enum ResourceCollectionType {
849
+ AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
850
+ AWS_SERVICE = "AWS_SERVICE",
851
+ AWS_TAGS = "AWS_TAGS"
852
+ }
853
+ export interface DescribeResourceCollectionHealthRequest {
854
+
855
+ ResourceCollectionType: ResourceCollectionType | string | undefined;
856
+
857
+ NextToken?: string;
858
+ }
859
+ export declare namespace DescribeResourceCollectionHealthRequest {
860
+
861
+ const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
862
+ }
568
863
  export interface DescribeResourceCollectionHealthResponse {
569
864
 
570
- CloudFormation: CloudFormationHealth[] | undefined;
865
+ CloudFormation?: CloudFormationHealth[];
571
866
 
572
867
  Service?: ServiceHealth[];
573
868
 
574
869
  NextToken?: string;
870
+
871
+ Tags?: TagHealth[];
575
872
  }
576
873
  export declare namespace DescribeResourceCollectionHealthResponse {
577
874
 
@@ -652,9 +949,22 @@ export declare namespace CloudFormationCostEstimationResourceCollectionFilter {
652
949
  const filterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
653
950
  }
654
951
 
952
+ export interface TagCostEstimationResourceCollectionFilter {
953
+
954
+ AppBoundaryKey: string | undefined;
955
+
956
+ TagValues: string[] | undefined;
957
+ }
958
+ export declare namespace TagCostEstimationResourceCollectionFilter {
959
+
960
+ const filterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
961
+ }
962
+
655
963
  export interface CostEstimationResourceCollectionFilter {
656
964
 
657
965
  CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
966
+
967
+ Tags?: TagCostEstimationResourceCollectionFilter[];
658
968
  }
659
969
  export declare namespace CostEstimationResourceCollectionFilter {
660
970
 
@@ -713,9 +1023,22 @@ export declare namespace CloudFormationCollectionFilter {
713
1023
  const filterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
714
1024
  }
715
1025
 
1026
+ export interface TagCollectionFilter {
1027
+
1028
+ AppBoundaryKey: string | undefined;
1029
+
1030
+ TagValues: string[] | undefined;
1031
+ }
1032
+ export declare namespace TagCollectionFilter {
1033
+
1034
+ const filterSensitiveLog: (obj: TagCollectionFilter) => any;
1035
+ }
1036
+
716
1037
  export interface ResourceCollectionFilter {
717
1038
 
718
1039
  CloudFormation?: CloudFormationCollectionFilter;
1040
+
1041
+ Tags?: TagCollectionFilter[];
719
1042
  }
720
1043
  export declare namespace ResourceCollectionFilter {
721
1044
 
@@ -751,6 +1074,8 @@ export interface ListAnomaliesForInsightRequest {
751
1074
  MaxResults?: number;
752
1075
 
753
1076
  NextToken?: string;
1077
+
1078
+ AccountId?: string;
754
1079
  }
755
1080
  export declare namespace ListAnomaliesForInsightRequest {
756
1081
 
@@ -803,6 +1128,16 @@ export interface ReactiveAnomalySummary {
803
1128
  AssociatedInsightId?: string;
804
1129
 
805
1130
  ResourceCollection?: ResourceCollection;
1131
+
1132
+ Type?: AnomalyType | string;
1133
+
1134
+ Name?: string;
1135
+
1136
+ Description?: string;
1137
+
1138
+ CausalAnomalyId?: string;
1139
+
1140
+ AnomalyResources?: AnomalyResource[];
806
1141
  }
807
1142
  export declare namespace ReactiveAnomalySummary {
808
1143
 
@@ -868,6 +1203,8 @@ export interface ListEventsRequest {
868
1203
  MaxResults?: number;
869
1204
 
870
1205
  NextToken?: string;
1206
+
1207
+ AccountId?: string;
871
1208
  }
872
1209
  export declare namespace ListEventsRequest {
873
1210
 
@@ -1017,6 +1354,8 @@ export interface ProactiveInsightSummary {
1017
1354
  ResourceCollection?: ResourceCollection;
1018
1355
 
1019
1356
  ServiceCollection?: ServiceCollection;
1357
+
1358
+ AssociatedResourceArns?: string[];
1020
1359
  }
1021
1360
  export declare namespace ProactiveInsightSummary {
1022
1361
 
@@ -1038,6 +1377,8 @@ export interface ReactiveInsightSummary {
1038
1377
  ResourceCollection?: ResourceCollection;
1039
1378
 
1040
1379
  ServiceCollection?: ServiceCollection;
1380
+
1381
+ AssociatedResourceArns?: string[];
1041
1382
  }
1042
1383
  export declare namespace ReactiveInsightSummary {
1043
1384
 
@@ -1084,6 +1425,86 @@ export declare namespace ListNotificationChannelsResponse {
1084
1425
 
1085
1426
  const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
1086
1427
  }
1428
+ export interface ListOrganizationInsightsRequest {
1429
+
1430
+ StatusFilter: ListInsightsStatusFilter | undefined;
1431
+
1432
+ MaxResults?: number;
1433
+
1434
+ AccountIds?: string[];
1435
+
1436
+ OrganizationalUnitIds?: string[];
1437
+
1438
+ NextToken?: string;
1439
+ }
1440
+ export declare namespace ListOrganizationInsightsRequest {
1441
+
1442
+ const filterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
1443
+ }
1444
+
1445
+ export interface ProactiveOrganizationInsightSummary {
1446
+
1447
+ Id?: string;
1448
+
1449
+ AccountId?: string;
1450
+
1451
+ OrganizationalUnitId?: string;
1452
+
1453
+ Name?: string;
1454
+
1455
+ Severity?: InsightSeverity | string;
1456
+
1457
+ Status?: InsightStatus | string;
1458
+
1459
+ InsightTimeRange?: InsightTimeRange;
1460
+
1461
+ PredictionTimeRange?: PredictionTimeRange;
1462
+
1463
+ ResourceCollection?: ResourceCollection;
1464
+
1465
+ ServiceCollection?: ServiceCollection;
1466
+ }
1467
+ export declare namespace ProactiveOrganizationInsightSummary {
1468
+
1469
+ const filterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
1470
+ }
1471
+
1472
+ export interface ReactiveOrganizationInsightSummary {
1473
+
1474
+ Id?: string;
1475
+
1476
+ AccountId?: string;
1477
+
1478
+ OrganizationalUnitId?: string;
1479
+
1480
+ Name?: string;
1481
+
1482
+ Severity?: InsightSeverity | string;
1483
+
1484
+ Status?: InsightStatus | string;
1485
+
1486
+ InsightTimeRange?: InsightTimeRange;
1487
+
1488
+ ResourceCollection?: ResourceCollection;
1489
+
1490
+ ServiceCollection?: ServiceCollection;
1491
+ }
1492
+ export declare namespace ReactiveOrganizationInsightSummary {
1493
+
1494
+ const filterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
1495
+ }
1496
+ export interface ListOrganizationInsightsResponse {
1497
+
1498
+ ProactiveInsights?: ProactiveOrganizationInsightSummary[];
1499
+
1500
+ ReactiveInsights?: ReactiveOrganizationInsightSummary[];
1501
+
1502
+ NextToken?: string;
1503
+ }
1504
+ export declare namespace ListOrganizationInsightsResponse {
1505
+
1506
+ const filterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
1507
+ }
1087
1508
  export declare enum Locale {
1088
1509
  DE_DE = "DE_DE",
1089
1510
  EN_GB = "EN_GB",
@@ -1104,6 +1525,8 @@ export interface ListRecommendationsRequest {
1104
1525
  NextToken?: string;
1105
1526
 
1106
1527
  Locale?: Locale | string;
1528
+
1529
+ AccountId?: string;
1107
1530
  }
1108
1531
  export declare namespace ListRecommendationsRequest {
1109
1532
 
@@ -1146,6 +1569,8 @@ export interface RecommendationRelatedAnomaly {
1146
1569
  Resources?: RecommendationRelatedAnomalyResource[];
1147
1570
 
1148
1571
  SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
1572
+
1573
+ AnomalyId?: string;
1149
1574
  }
1150
1575
  export declare namespace RecommendationRelatedAnomaly {
1151
1576
 
@@ -1273,6 +1698,51 @@ export declare namespace SearchInsightsResponse {
1273
1698
 
1274
1699
  const filterSensitiveLog: (obj: SearchInsightsResponse) => any;
1275
1700
  }
1701
+
1702
+ export interface SearchOrganizationInsightsFilters {
1703
+
1704
+ Severities?: (InsightSeverity | string)[];
1705
+
1706
+ Statuses?: (InsightStatus | string)[];
1707
+
1708
+ ResourceCollection?: ResourceCollection;
1709
+
1710
+ ServiceCollection?: ServiceCollection;
1711
+ }
1712
+ export declare namespace SearchOrganizationInsightsFilters {
1713
+
1714
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
1715
+ }
1716
+ export interface SearchOrganizationInsightsRequest {
1717
+
1718
+ AccountIds: string[] | undefined;
1719
+
1720
+ StartTimeRange: StartTimeRange | undefined;
1721
+
1722
+ Filters?: SearchOrganizationInsightsFilters;
1723
+
1724
+ MaxResults?: number;
1725
+
1726
+ NextToken?: string;
1727
+
1728
+ Type: InsightType | string | undefined;
1729
+ }
1730
+ export declare namespace SearchOrganizationInsightsRequest {
1731
+
1732
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
1733
+ }
1734
+ export interface SearchOrganizationInsightsResponse {
1735
+
1736
+ ProactiveInsights?: ProactiveInsightSummary[];
1737
+
1738
+ ReactiveInsights?: ReactiveInsightSummary[];
1739
+
1740
+ NextToken?: string;
1741
+ }
1742
+ export declare namespace SearchOrganizationInsightsResponse {
1743
+
1744
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
1745
+ }
1276
1746
  export interface StartCostEstimationRequest {
1277
1747
 
1278
1748
  ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
@@ -1303,9 +1773,22 @@ export declare namespace UpdateCloudFormationCollectionFilter {
1303
1773
  const filterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
1304
1774
  }
1305
1775
 
1776
+ export interface UpdateTagCollectionFilter {
1777
+
1778
+ AppBoundaryKey: string | undefined;
1779
+
1780
+ TagValues: string[] | undefined;
1781
+ }
1782
+ export declare namespace UpdateTagCollectionFilter {
1783
+
1784
+ const filterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
1785
+ }
1786
+
1306
1787
  export interface UpdateResourceCollectionFilter {
1307
1788
 
1308
1789
  CloudFormation?: UpdateCloudFormationCollectionFilter;
1790
+
1791
+ Tags?: UpdateTagCollectionFilter[];
1309
1792
  }
1310
1793
  export declare namespace UpdateResourceCollectionFilter {
1311
1794
 
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "../commands/DescribeOrganizationResourceCollectionHealthCommand";
3
+ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeOrganizationResourceCollectionHealth(config: DevOpsGuruPaginationConfiguration, input: DescribeOrganizationResourceCollectionHealthCommandInput, ...additionalArguments: any): Paginator<DescribeOrganizationResourceCollectionHealthCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "../commands/ListOrganizationInsightsCommand";
3
+ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListOrganizationInsights(config: DevOpsGuruPaginationConfiguration, input: ListOrganizationInsightsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationInsightsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "../commands/SearchOrganizationInsightsCommand";
3
+ import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateSearchOrganizationInsights(config: DevOpsGuruPaginationConfiguration, input: SearchOrganizationInsightsCommandInput, ...additionalArguments: any): Paginator<SearchOrganizationInsightsCommandOutput>;