@aws-sdk/client-devops-guru 3.40.0 → 3.44.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 +8 -0
  11. package/dist-cjs/models/models_0.js +219 -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 +1335 -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 +8 -0
  25. package/dist-es/models/models_0.js +153 -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 +1280 -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 +5 -7
  34. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -5
  35. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -5
  36. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -4
  37. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -3
  38. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -4
  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 +6 -6
  43. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
  44. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -2
  45. package/dist-types/commands/GetResourceCollectionCommand.d.ts +5 -5
  46. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -4
  47. package/dist-types/commands/ListEventsCommand.d.ts +3 -4
  48. package/dist-types/commands/ListInsightsCommand.d.ts +4 -5
  49. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +5 -6
  50. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  51. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -4
  52. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -4
  53. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -5
  54. package/dist-types/commands/SearchInsightsCommand.d.ts +9 -10
  55. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  56. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -2
  57. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +5 -4
  58. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -5
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +2040 -885
  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 +486 -6
  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 +4 -4
@@ -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,74 @@ 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
727
  AWS_SERVICE = "AWS_SERVICE"
484
728
  }
485
- export interface DescribeResourceCollectionHealthRequest {
729
+ export interface DescribeOrganizationResourceCollectionHealthRequest {
486
730
 
487
- ResourceCollectionType: ResourceCollectionType | string | undefined;
731
+ OrganizationResourceCollectionType: OrganizationResourceCollectionType | string | undefined;
732
+
733
+ AccountIds?: string[];
734
+
735
+ OrganizationalUnitIds?: string[];
488
736
 
489
737
  NextToken?: string;
738
+
739
+ MaxResults?: number;
490
740
  }
491
- export declare namespace DescribeResourceCollectionHealthRequest {
741
+ export declare namespace DescribeOrganizationResourceCollectionHealthRequest {
492
742
 
493
- const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
743
+ const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
494
744
  }
495
745
 
496
746
  export interface InsightHealth {
@@ -565,13 +815,57 @@ export declare namespace ServiceHealth {
565
815
 
566
816
  const filterSensitiveLog: (obj: ServiceHealth) => any;
567
817
  }
818
+ export interface DescribeOrganizationResourceCollectionHealthResponse {
819
+
820
+ CloudFormation?: CloudFormationHealth[];
821
+
822
+ Service?: ServiceHealth[];
823
+
824
+ Account?: AccountHealth[];
825
+
826
+ NextToken?: string;
827
+ }
828
+ export declare namespace DescribeOrganizationResourceCollectionHealthResponse {
829
+
830
+ const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
831
+ }
832
+ export declare enum ResourceCollectionType {
833
+ AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
834
+ AWS_SERVICE = "AWS_SERVICE",
835
+ AWS_TAGS = "AWS_TAGS"
836
+ }
837
+ export interface DescribeResourceCollectionHealthRequest {
838
+
839
+ ResourceCollectionType: ResourceCollectionType | string | undefined;
840
+
841
+ NextToken?: string;
842
+ }
843
+ export declare namespace DescribeResourceCollectionHealthRequest {
844
+
845
+ const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
846
+ }
847
+
848
+ export interface TagHealth {
849
+
850
+ AppBoundaryKey?: string;
851
+
852
+ TagValue?: string;
853
+
854
+ Insight?: InsightHealth;
855
+ }
856
+ export declare namespace TagHealth {
857
+
858
+ const filterSensitiveLog: (obj: TagHealth) => any;
859
+ }
568
860
  export interface DescribeResourceCollectionHealthResponse {
569
861
 
570
- CloudFormation: CloudFormationHealth[] | undefined;
862
+ CloudFormation?: CloudFormationHealth[];
571
863
 
572
864
  Service?: ServiceHealth[];
573
865
 
574
866
  NextToken?: string;
867
+
868
+ Tags?: TagHealth[];
575
869
  }
576
870
  export declare namespace DescribeResourceCollectionHealthResponse {
577
871
 
@@ -652,9 +946,22 @@ export declare namespace CloudFormationCostEstimationResourceCollectionFilter {
652
946
  const filterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
653
947
  }
654
948
 
949
+ export interface TagCostEstimationResourceCollectionFilter {
950
+
951
+ AppBoundaryKey: string | undefined;
952
+
953
+ TagValues: string[] | undefined;
954
+ }
955
+ export declare namespace TagCostEstimationResourceCollectionFilter {
956
+
957
+ const filterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
958
+ }
959
+
655
960
  export interface CostEstimationResourceCollectionFilter {
656
961
 
657
962
  CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
963
+
964
+ Tags?: TagCostEstimationResourceCollectionFilter[];
658
965
  }
659
966
  export declare namespace CostEstimationResourceCollectionFilter {
660
967
 
@@ -713,9 +1020,22 @@ export declare namespace CloudFormationCollectionFilter {
713
1020
  const filterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
714
1021
  }
715
1022
 
1023
+ export interface TagCollectionFilter {
1024
+
1025
+ AppBoundaryKey: string | undefined;
1026
+
1027
+ TagValues: string[] | undefined;
1028
+ }
1029
+ export declare namespace TagCollectionFilter {
1030
+
1031
+ const filterSensitiveLog: (obj: TagCollectionFilter) => any;
1032
+ }
1033
+
716
1034
  export interface ResourceCollectionFilter {
717
1035
 
718
1036
  CloudFormation?: CloudFormationCollectionFilter;
1037
+
1038
+ Tags?: TagCollectionFilter[];
719
1039
  }
720
1040
  export declare namespace ResourceCollectionFilter {
721
1041
 
@@ -751,6 +1071,8 @@ export interface ListAnomaliesForInsightRequest {
751
1071
  MaxResults?: number;
752
1072
 
753
1073
  NextToken?: string;
1074
+
1075
+ AccountId?: string;
754
1076
  }
755
1077
  export declare namespace ListAnomaliesForInsightRequest {
756
1078
 
@@ -803,6 +1125,16 @@ export interface ReactiveAnomalySummary {
803
1125
  AssociatedInsightId?: string;
804
1126
 
805
1127
  ResourceCollection?: ResourceCollection;
1128
+
1129
+ Type?: AnomalyType | string;
1130
+
1131
+ Name?: string;
1132
+
1133
+ Description?: string;
1134
+
1135
+ CausalAnomalyId?: string;
1136
+
1137
+ AnomalyResources?: AnomalyResource[];
806
1138
  }
807
1139
  export declare namespace ReactiveAnomalySummary {
808
1140
 
@@ -868,6 +1200,8 @@ export interface ListEventsRequest {
868
1200
  MaxResults?: number;
869
1201
 
870
1202
  NextToken?: string;
1203
+
1204
+ AccountId?: string;
871
1205
  }
872
1206
  export declare namespace ListEventsRequest {
873
1207
 
@@ -1017,6 +1351,8 @@ export interface ProactiveInsightSummary {
1017
1351
  ResourceCollection?: ResourceCollection;
1018
1352
 
1019
1353
  ServiceCollection?: ServiceCollection;
1354
+
1355
+ AssociatedResourceArns?: string[];
1020
1356
  }
1021
1357
  export declare namespace ProactiveInsightSummary {
1022
1358
 
@@ -1038,6 +1374,8 @@ export interface ReactiveInsightSummary {
1038
1374
  ResourceCollection?: ResourceCollection;
1039
1375
 
1040
1376
  ServiceCollection?: ServiceCollection;
1377
+
1378
+ AssociatedResourceArns?: string[];
1041
1379
  }
1042
1380
  export declare namespace ReactiveInsightSummary {
1043
1381
 
@@ -1084,6 +1422,86 @@ export declare namespace ListNotificationChannelsResponse {
1084
1422
 
1085
1423
  const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
1086
1424
  }
1425
+ export interface ListOrganizationInsightsRequest {
1426
+
1427
+ StatusFilter: ListInsightsStatusFilter | undefined;
1428
+
1429
+ MaxResults?: number;
1430
+
1431
+ AccountIds?: string[];
1432
+
1433
+ OrganizationalUnitIds?: string[];
1434
+
1435
+ NextToken?: string;
1436
+ }
1437
+ export declare namespace ListOrganizationInsightsRequest {
1438
+
1439
+ const filterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
1440
+ }
1441
+
1442
+ export interface ProactiveOrganizationInsightSummary {
1443
+
1444
+ Id?: string;
1445
+
1446
+ AccountId?: string;
1447
+
1448
+ OrganizationalUnitId?: string;
1449
+
1450
+ Name?: string;
1451
+
1452
+ Severity?: InsightSeverity | string;
1453
+
1454
+ Status?: InsightStatus | string;
1455
+
1456
+ InsightTimeRange?: InsightTimeRange;
1457
+
1458
+ PredictionTimeRange?: PredictionTimeRange;
1459
+
1460
+ ResourceCollection?: ResourceCollection;
1461
+
1462
+ ServiceCollection?: ServiceCollection;
1463
+ }
1464
+ export declare namespace ProactiveOrganizationInsightSummary {
1465
+
1466
+ const filterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
1467
+ }
1468
+
1469
+ export interface ReactiveOrganizationInsightSummary {
1470
+
1471
+ Id?: string;
1472
+
1473
+ AccountId?: string;
1474
+
1475
+ OrganizationalUnitId?: string;
1476
+
1477
+ Name?: string;
1478
+
1479
+ Severity?: InsightSeverity | string;
1480
+
1481
+ Status?: InsightStatus | string;
1482
+
1483
+ InsightTimeRange?: InsightTimeRange;
1484
+
1485
+ ResourceCollection?: ResourceCollection;
1486
+
1487
+ ServiceCollection?: ServiceCollection;
1488
+ }
1489
+ export declare namespace ReactiveOrganizationInsightSummary {
1490
+
1491
+ const filterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
1492
+ }
1493
+ export interface ListOrganizationInsightsResponse {
1494
+
1495
+ ProactiveInsights?: ProactiveOrganizationInsightSummary[];
1496
+
1497
+ ReactiveInsights?: ReactiveOrganizationInsightSummary[];
1498
+
1499
+ NextToken?: string;
1500
+ }
1501
+ export declare namespace ListOrganizationInsightsResponse {
1502
+
1503
+ const filterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
1504
+ }
1087
1505
  export declare enum Locale {
1088
1506
  DE_DE = "DE_DE",
1089
1507
  EN_GB = "EN_GB",
@@ -1104,6 +1522,8 @@ export interface ListRecommendationsRequest {
1104
1522
  NextToken?: string;
1105
1523
 
1106
1524
  Locale?: Locale | string;
1525
+
1526
+ AccountId?: string;
1107
1527
  }
1108
1528
  export declare namespace ListRecommendationsRequest {
1109
1529
 
@@ -1146,6 +1566,8 @@ export interface RecommendationRelatedAnomaly {
1146
1566
  Resources?: RecommendationRelatedAnomalyResource[];
1147
1567
 
1148
1568
  SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
1569
+
1570
+ AnomalyId?: string;
1149
1571
  }
1150
1572
  export declare namespace RecommendationRelatedAnomaly {
1151
1573
 
@@ -1273,6 +1695,51 @@ export declare namespace SearchInsightsResponse {
1273
1695
 
1274
1696
  const filterSensitiveLog: (obj: SearchInsightsResponse) => any;
1275
1697
  }
1698
+
1699
+ export interface SearchOrganizationInsightsFilters {
1700
+
1701
+ Severities?: (InsightSeverity | string)[];
1702
+
1703
+ Statuses?: (InsightStatus | string)[];
1704
+
1705
+ ResourceCollection?: ResourceCollection;
1706
+
1707
+ ServiceCollection?: ServiceCollection;
1708
+ }
1709
+ export declare namespace SearchOrganizationInsightsFilters {
1710
+
1711
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
1712
+ }
1713
+ export interface SearchOrganizationInsightsRequest {
1714
+
1715
+ AccountIds: string[] | undefined;
1716
+
1717
+ StartTimeRange: StartTimeRange | undefined;
1718
+
1719
+ Filters?: SearchOrganizationInsightsFilters;
1720
+
1721
+ MaxResults?: number;
1722
+
1723
+ NextToken?: string;
1724
+
1725
+ Type: InsightType | string | undefined;
1726
+ }
1727
+ export declare namespace SearchOrganizationInsightsRequest {
1728
+
1729
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
1730
+ }
1731
+ export interface SearchOrganizationInsightsResponse {
1732
+
1733
+ ProactiveInsights?: ProactiveInsightSummary[];
1734
+
1735
+ ReactiveInsights?: ReactiveInsightSummary[];
1736
+
1737
+ NextToken?: string;
1738
+ }
1739
+ export declare namespace SearchOrganizationInsightsResponse {
1740
+
1741
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
1742
+ }
1276
1743
  export interface StartCostEstimationRequest {
1277
1744
 
1278
1745
  ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
@@ -1303,9 +1770,22 @@ export declare namespace UpdateCloudFormationCollectionFilter {
1303
1770
  const filterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
1304
1771
  }
1305
1772
 
1773
+ export interface UpdateTagCollectionFilter {
1774
+
1775
+ AppBoundaryKey: string | undefined;
1776
+
1777
+ TagValues: string[] | undefined;
1778
+ }
1779
+ export declare namespace UpdateTagCollectionFilter {
1780
+
1781
+ const filterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
1782
+ }
1783
+
1306
1784
  export interface UpdateResourceCollectionFilter {
1307
1785
 
1308
1786
  CloudFormation?: UpdateCloudFormationCollectionFilter;
1787
+
1788
+ Tags?: UpdateTagCollectionFilter[];
1309
1789
  }
1310
1790
  export declare namespace UpdateResourceCollectionFilter {
1311
1791
 
@@ -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>;
@@ -1,3 +1,4 @@
1
+ export * from "./DescribeOrganizationResourceCollectionHealthPaginator";
1
2
  export * from "./DescribeResourceCollectionHealthPaginator";
2
3
  export * from "./GetCostEstimationPaginator";
3
4
  export * from "./GetResourceCollectionPaginator";
@@ -6,5 +7,7 @@ export * from "./ListAnomaliesForInsightPaginator";
6
7
  export * from "./ListEventsPaginator";
7
8
  export * from "./ListInsightsPaginator";
8
9
  export * from "./ListNotificationChannelsPaginator";
10
+ export * from "./ListOrganizationInsightsPaginator";
9
11
  export * from "./ListRecommendationsPaginator";
10
12
  export * from "./SearchInsightsPaginator";
13
+ export * from "./SearchOrganizationInsightsPaginator";