@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
@@ -1,8 +1,9 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
2
  /**
3
- * <p> You don't have permissions to perform the requested operation. The user or role that is making the request must have at
4
- * least one IAM permissions policy attached that grants the required permissions. For more information, see
5
- * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the <i>IAM User Guide</i>. </p>
3
+ * <p> You don't have permissions to perform the requested operation. The user or role that
4
+ * is making the request must have at least one IAM permissions policy attached that grants
5
+ * the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
6
+ * <i>IAM User Guide</i>. </p>
6
7
  */
7
8
  export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
8
9
  name: "AccessDeniedException";
@@ -15,16 +16,60 @@ export declare namespace AccessDeniedException {
15
16
  */
16
17
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
17
18
  }
19
+ /**
20
+ * <p> Information about the number of open reactive and proactive insights that can be used
21
+ * to gauge the health of your system. </p>
22
+ */
23
+ export interface AccountInsightHealth {
24
+ /**
25
+ * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
26
+ * account.</p>
27
+ */
28
+ OpenProactiveInsights?: number;
29
+ /**
30
+ * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
31
+ * account.</p>
32
+ */
33
+ OpenReactiveInsights?: number;
34
+ }
35
+ export declare namespace AccountInsightHealth {
36
+ /**
37
+ * @internal
38
+ */
39
+ const filterSensitiveLog: (obj: AccountInsightHealth) => any;
40
+ }
41
+ /**
42
+ * <p> Returns the number of open reactive insights, the number of open proactive insights,
43
+ * and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
44
+ * health of operations in your Amazon Web Services account. </p>
45
+ */
46
+ export interface AccountHealth {
47
+ /**
48
+ * <p>The ID of the Amazon Web Services account. </p>
49
+ */
50
+ AccountId?: string;
51
+ /**
52
+ * <p> Information about the health of the Amazon Web Services resources in your account, including the
53
+ * number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
54
+ * </p>
55
+ */
56
+ Insight?: AccountInsightHealth;
57
+ }
58
+ export declare namespace AccountHealth {
59
+ /**
60
+ * @internal
61
+ */
62
+ const filterSensitiveLog: (obj: AccountHealth) => any;
63
+ }
18
64
  /**
19
65
  * <p> Contains the Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. </p>
20
- *
21
- * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
66
+ * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
22
67
  * to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
23
68
  * For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
24
69
  * for cross account Amazon SNS topics</a>.</p>
25
- * <p>If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions
70
+ * <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
26
71
  * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
27
- * AWS KMS–encrypted Amazon SNS topics</a>.</p>
72
+ * Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
28
73
  */
29
74
  export interface SnsChannelConfig {
30
75
  /**
@@ -45,17 +90,15 @@ export declare namespace SnsChannelConfig {
45
90
  */
46
91
  export interface NotificationChannelConfig {
47
92
  /**
48
- * <p>
49
- * Information about a notification channel configured in DevOps Guru to send notifications when insights are created.
50
- * </p>
51
- *
52
- * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
93
+ * <p> Information about a notification channel configured in DevOps Guru to send notifications
94
+ * when insights are created. </p>
95
+ * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
53
96
  * to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
54
97
  * For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
55
98
  * for cross account Amazon SNS topics</a>.</p>
56
- * <p>If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions
99
+ * <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
57
100
  * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
58
- * AWS KMS–encrypted Amazon SNS topics</a>.</p>
101
+ * Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
59
102
  */
60
103
  Sns: SnsChannelConfig | undefined;
61
104
  }
@@ -68,7 +111,7 @@ export declare namespace NotificationChannelConfig {
68
111
  export interface AddNotificationChannelRequest {
69
112
  /**
70
113
  * <p> A <code>NotificationChannelConfig</code> object that specifies what type of
71
- * notification channel to add. The one
114
+ * notification channel to add. The one
72
115
  * supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
73
116
  */
74
117
  Config: NotificationChannelConfig | undefined;
@@ -81,9 +124,7 @@ export declare namespace AddNotificationChannelRequest {
81
124
  }
82
125
  export interface AddNotificationChannelResponse {
83
126
  /**
84
- * <p>
85
- * The ID of the added notification channel.
86
- * </p>
127
+ * <p> The ID of the added notification channel. </p>
87
128
  */
88
129
  Id: string | undefined;
89
130
  }
@@ -94,24 +135,18 @@ export declare namespace AddNotificationChannelResponse {
94
135
  const filterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
95
136
  }
96
137
  /**
97
- * <p>
98
- * An exception that is thrown when a conflict occurs.
99
- * </p>
138
+ * <p> An exception that is thrown when a conflict occurs. </p>
100
139
  */
101
140
  export interface ConflictException extends __SmithyException, $MetadataBearer {
102
141
  name: "ConflictException";
103
142
  $fault: "client";
104
143
  Message: string | undefined;
105
144
  /**
106
- * <p>
107
- * The ID of the AWS resource in which a conflict occurred.
108
- * </p>
145
+ * <p> The ID of the Amazon Web Services resource in which a conflict occurred. </p>
109
146
  */
110
147
  ResourceId: string | undefined;
111
148
  /**
112
- * <p>
113
- * The type of the AWS resource in which a conflict occurred.
114
- * </p>
149
+ * <p> The type of the Amazon Web Services resource in which a conflict occurred. </p>
115
150
  */
116
151
  ResourceType: string | undefined;
117
152
  }
@@ -129,10 +164,8 @@ export interface InternalServerException extends __SmithyException, $MetadataBea
129
164
  $fault: "server";
130
165
  Message: string | undefined;
131
166
  /**
132
- * <p>
133
- * The number of seconds after which the action that caused the internal server
134
- * exception can be retried.
135
- * </p>
167
+ * <p> The number of seconds after which the action that caused the internal server
168
+ * exception can be retried. </p>
136
169
  */
137
170
  RetryAfterSeconds?: number;
138
171
  }
@@ -150,15 +183,11 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
150
183
  $fault: "client";
151
184
  Message: string | undefined;
152
185
  /**
153
- * <p>
154
- * The ID of the AWS resource that could not be found.
155
- * </p>
186
+ * <p> The ID of the Amazon Web Services resource that could not be found. </p>
156
187
  */
157
188
  ResourceId: string | undefined;
158
189
  /**
159
- * <p>
160
- * The type of the AWS resource that could not be found.
161
- * </p>
190
+ * <p> The type of the Amazon Web Services resource that could not be found. </p>
162
191
  */
163
192
  ResourceType: string | undefined;
164
193
  }
@@ -190,22 +219,16 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
190
219
  $fault: "client";
191
220
  Message: string | undefined;
192
221
  /**
193
- * <p>
194
- * The code of the quota that was exceeded, causing the throttling exception.
195
- * </p>
222
+ * <p> The code of the quota that was exceeded, causing the throttling exception. </p>
196
223
  */
197
224
  QuotaCode?: string;
198
225
  /**
199
- * <p>
200
- * The code of the service that caused the throttling exception.
201
- * </p>
226
+ * <p> The code of the service that caused the throttling exception. </p>
202
227
  */
203
228
  ServiceCode?: string;
204
229
  /**
205
- * <p>
206
- * The number of seconds after which the action that caused the throttling
207
- * exception can be retried.
208
- * </p>
230
+ * <p> The number of seconds after which the action that caused the throttling exception can
231
+ * be retried. </p>
209
232
  */
210
233
  RetryAfterSeconds?: number;
211
234
  }
@@ -216,22 +239,16 @@ export declare namespace ThrottlingException {
216
239
  const filterSensitiveLog: (obj: ThrottlingException) => any;
217
240
  }
218
241
  /**
219
- * <p>
220
- * The field associated with the validation exception.
221
- * </p>
242
+ * <p> The field associated with the validation exception. </p>
222
243
  */
223
244
  export interface ValidationExceptionField {
224
245
  /**
225
- * <p>
226
- * The name of the field.
227
- * </p>
246
+ * <p> The name of the field. </p>
228
247
  */
229
248
  Name: string | undefined;
230
249
  /**
231
- * <p>
232
- * The message associated with the validation exception with information to help
233
- * determine its cause.
234
- * </p>
250
+ * <p> The message associated with the validation exception with information to help
251
+ * determine its cause. </p>
235
252
  */
236
253
  Message: string | undefined;
237
254
  }
@@ -244,33 +261,28 @@ export declare namespace ValidationExceptionField {
244
261
  export declare enum ValidationExceptionReason {
245
262
  CANNOT_PARSE = "CANNOT_PARSE",
246
263
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
264
+ INVALID_PARAMETER_COMBINATION = "INVALID_PARAMETER_COMBINATION",
247
265
  OTHER = "OTHER",
266
+ PARAMETER_INCONSISTENT_WITH_SERVICE_STATE = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE",
248
267
  UNKNOWN_OPERATION = "UNKNOWN_OPERATION"
249
268
  }
250
269
  /**
251
- * <p>
252
- * Contains information about data passed in to a field during a request that is not valid.
253
- * </p>
270
+ * <p> Contains information about data passed in to a field during a request that is not
271
+ * valid. </p>
254
272
  */
255
273
  export interface ValidationException extends __SmithyException, $MetadataBearer {
256
274
  name: "ValidationException";
257
275
  $fault: "client";
258
276
  /**
259
- * <p>
260
- * A message that describes the validation exception.
261
- * </p>
277
+ * <p> A message that describes the validation exception. </p>
262
278
  */
263
279
  Message: string | undefined;
264
280
  /**
265
- * <p>
266
- * The reason the validation exception was thrown.
267
- * </p>
281
+ * <p> The reason the validation exception was thrown. </p>
268
282
  */
269
283
  Reason?: ValidationExceptionReason | string;
270
284
  /**
271
- * <p>
272
- * An array of fields that are associated with the validation exception.
273
- * </p>
285
+ * <p> An array of fields that are associated with the validation exception. </p>
274
286
  */
275
287
  Fields?: ValidationExceptionField[];
276
288
  }
@@ -281,23 +293,17 @@ export declare namespace ValidationException {
281
293
  const filterSensitiveLog: (obj: ValidationException) => any;
282
294
  }
283
295
  /**
284
- * <p>
285
- * A time range that specifies when DevOps Guru opens and then closes an anomaly. This is different from
286
- * <code>AnomalyTimeRange</code>, which specifies the time range when DevOps Guru actually observes
287
- * the anomalous behavior.
288
- * </p>
296
+ * <p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This
297
+ * is different from <code>AnomalyTimeRange</code>, which specifies the time range when
298
+ * DevOps Guru actually observes the anomalous behavior. </p>
289
299
  */
290
300
  export interface AnomalyReportedTimeRange {
291
301
  /**
292
- * <p>
293
- * The time when an anomaly is opened.
294
- * </p>
302
+ * <p> The time when an anomaly is opened. </p>
295
303
  */
296
304
  OpenTime: Date | undefined;
297
305
  /**
298
- * <p>
299
- * The time when an anomaly is closed.
300
- * </p>
306
+ * <p> The time when an anomaly is closed. </p>
301
307
  */
302
308
  CloseTime?: Date;
303
309
  }
@@ -307,28 +313,46 @@ export declare namespace AnomalyReportedTimeRange {
307
313
  */
308
314
  const filterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
309
315
  }
316
+ /**
317
+ * <p>The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in
318
+ * the generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates
319
+ * and insight with details about the anomalous behavior and suggestions about how to correct the
320
+ * problem.</p>
321
+ */
322
+ export interface AnomalyResource {
323
+ /**
324
+ * <p>The name of the Amazon Web Services resource.</p>
325
+ */
326
+ Name?: string;
327
+ /**
328
+ * <p>The type of the Amazon Web Services resource.</p>
329
+ */
330
+ Type?: string;
331
+ }
332
+ export declare namespace AnomalyResource {
333
+ /**
334
+ * @internal
335
+ */
336
+ const filterSensitiveLog: (obj: AnomalyResource) => any;
337
+ }
310
338
  export declare enum AnomalySeverity {
311
339
  HIGH = "HIGH",
312
340
  LOW = "LOW",
313
341
  MEDIUM = "MEDIUM"
314
342
  }
315
343
  /**
316
- * <p> The dimension of a Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your
317
- * account for operational problems and anomalous behavior. A dimension is a name/value pair
318
- * that is part of the identity of a metric. A metric can have up to 10 dimensions. For more
319
- * information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension">Dimensions</a> in the <i>Amazon CloudWatch User Guide</i>. </p>
344
+ * <p> The dimension of am Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in
345
+ * your account for operational problems and anomalous behavior. A dimension is a
346
+ * name/value pair that is part of the identity of a metric. A metric can have up to 10
347
+ * dimensions. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension">Dimensions</a> in the <i>Amazon CloudWatch User Guide</i>. </p>
320
348
  */
321
349
  export interface CloudWatchMetricsDimension {
322
350
  /**
323
- * <p>
324
- * The name of the CloudWatch dimension.
325
- * </p>
351
+ * <p> The name of the CloudWatch dimension. </p>
326
352
  */
327
353
  Name?: string;
328
354
  /**
329
- * <p>
330
- * The value of the CloudWatch dimension.
331
- * </p>
355
+ * <p> The value of the CloudWatch dimension. </p>
332
356
  */
333
357
  Value?: string;
334
358
  }
@@ -338,6 +362,51 @@ export declare namespace CloudWatchMetricsDimension {
338
362
  */
339
363
  const filterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
340
364
  }
365
+ export declare enum CloudWatchMetricDataStatusCode {
366
+ COMPLETE = "Complete",
367
+ INTERNAL_ERROR = "InternalError",
368
+ PARTIAL_DATA = "PartialData"
369
+ }
370
+ /**
371
+ * <p>A pair that contains metric values at the respective timestamp.</p>
372
+ */
373
+ export interface TimestampMetricValuePair {
374
+ /**
375
+ * <p>A <code>Timestamp</code> that specifies the time the event occurred. </p>
376
+ */
377
+ Timestamp?: Date;
378
+ /**
379
+ * <p>Value of the anomalous metric data point at respective Timestamp.</p>
380
+ */
381
+ MetricValue?: number;
382
+ }
383
+ export declare namespace TimestampMetricValuePair {
384
+ /**
385
+ * @internal
386
+ */
387
+ const filterSensitiveLog: (obj: TimestampMetricValuePair) => any;
388
+ }
389
+ /**
390
+ * <p>Contains information about the analyzed metrics that displayed anomalous behavior.
391
+ * </p>
392
+ */
393
+ export interface CloudWatchMetricsDataSummary {
394
+ /**
395
+ * <p>This is a list of Amazon CloudWatch metric values at given timestamp.</p>
396
+ */
397
+ TimestampMetricValuePairList?: TimestampMetricValuePair[];
398
+ /**
399
+ * <p>This is an enum of the status showing whether the metric value pair list has partial or
400
+ * complete data, or if there was an error.</p>
401
+ */
402
+ StatusCode?: CloudWatchMetricDataStatusCode | string;
403
+ }
404
+ export declare namespace CloudWatchMetricsDataSummary {
405
+ /**
406
+ * @internal
407
+ */
408
+ const filterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
409
+ }
341
410
  export declare enum CloudWatchMetricsStat {
342
411
  AVERAGE = "Average",
343
412
  MAXIMUM = "Maximum",
@@ -349,50 +418,40 @@ export declare enum CloudWatchMetricsStat {
349
418
  SUM = "Sum"
350
419
  }
351
420
  /**
352
- * <p>
353
- * Information about an Amazon CloudWatch metric.
354
- * </p>
421
+ * <p> Information about an Amazon CloudWatch metric. </p>
355
422
  */
356
423
  export interface CloudWatchMetricsDetail {
357
424
  /**
358
- * <p>
359
- * The name of the CloudWatch metric.
360
- * </p>
425
+ * <p> The name of the CloudWatch metric. </p>
361
426
  */
362
427
  MetricName?: string;
363
428
  /**
364
- * <p>
365
- * The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
429
+ * <p> The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
366
430
  * </p>
367
431
  */
368
432
  Namespace?: string;
369
433
  /**
370
- * <p>
371
- * An array of CloudWatch dimensions associated with
372
- * </p>
434
+ * <p> An array of CloudWatch dimensions associated with </p>
373
435
  */
374
436
  Dimensions?: CloudWatchMetricsDimension[];
375
437
  /**
376
- * <p>
377
- * The type of statistic associated with the CloudWatch metric. For more information, see
378
- * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic">Statistics</a> in the
379
- * <i>Amazon CloudWatch User Guide</i>.
380
- * </p>
438
+ * <p> The type of statistic associated with the CloudWatch metric. For more information, see
439
+ * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic">Statistics</a> in the <i>Amazon CloudWatch User Guide</i>. </p>
381
440
  */
382
441
  Stat?: CloudWatchMetricsStat | string;
383
442
  /**
384
- * <p>
385
- * The unit of measure used for the CloudWatch metric. For example, <code>Bytes</code>, <code>Seconds</code>,
386
- * <code>Count</code>, and <code>Percent</code>.
387
- * </p>
443
+ * <p> The unit of measure used for the CloudWatch metric. For example, <code>Bytes</code>,
444
+ * <code>Seconds</code>, <code>Count</code>, and <code>Percent</code>. </p>
388
445
  */
389
446
  Unit?: string;
390
447
  /**
391
- * <p>
392
- * The length of time associated with the CloudWatch metric in number of seconds.
393
- * </p>
448
+ * <p> The length of time associated with the CloudWatch metric in number of seconds. </p>
394
449
  */
395
450
  Period?: number;
451
+ /**
452
+ * <p>This object returns anomaly metric data.</p>
453
+ */
454
+ MetricDataSummary?: CloudWatchMetricsDataSummary;
396
455
  }
397
456
  export declare namespace CloudWatchMetricsDetail {
398
457
  /**
@@ -401,15 +460,428 @@ export declare namespace CloudWatchMetricsDetail {
401
460
  const filterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
402
461
  }
403
462
  /**
404
- * <p> Details about the source of the anomalous operational data that triggered the anomaly. The
405
- * one supported source is Amazon CloudWatch metrics. </p>
463
+ * <p>A logical grouping of Performance Insights metrics for a related subject area. For example, the
464
+ * <code>db.sql</code> dimension group consists of the following dimensions:
465
+ * <code>db.sql.id</code>, <code>db.sql.db_id</code>, <code>db.sql.statement</code>, and
466
+ * <code>db.sql.tokenized_id</code>.</p>
467
+ * <note>
468
+ * <p>Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements,
469
+ * only the first 500 bytes are returned.</p>
470
+ * </note>
471
+ *
472
+ * <p>Amazon RDS Performance Insights enables you to monitor and explore different
473
+ * dimensions of database load based on data captured from a running DB instance.
474
+ * DB load is measured as average active sessions. Performance Insights provides the
475
+ * data to API consumers as a two-dimensional time-series dataset. The time dimension
476
+ * provides DB load data for each time point in the queried time range. Each time point
477
+ * decomposes overall load in relation to the requested dimensions, measured at that
478
+ * time point. Examples include SQL, Wait event, User, and Host. </p>
479
+ *
480
+ * <ul>
481
+ * <li>
482
+ * <p>To learn more about Performance Insights and Amazon Aurora DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html"> Amazon Aurora User Guide</a>.
483
+ * </p>
484
+ * </li>
485
+ * <li>
486
+ * <p>To learn more about Performance Insights and Amazon RDS DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html"> Amazon RDS User Guide</a>.
487
+ * </p>
488
+ * </li>
489
+ * </ul>
490
+ */
491
+ export interface PerformanceInsightsMetricDimensionGroup {
492
+ /**
493
+ * <p>The name of the dimension group. Its valid values are:</p>
494
+ *
495
+ * <ul>
496
+ * <li>
497
+ * <p>
498
+ * <code>db</code> - The name of the database to which the client is connected (only Aurora PostgreSQL, Amazon RDS PostgreSQL,
499
+ * Aurora MySQL, Amazon RDS MySQL, and MariaDB)</p>
500
+ * </li>
501
+ * <li>
502
+ * <p>
503
+ * <code>db.application</code> - The name of the application that is connected to the database (only Aurora
504
+ * PostgreSQL and RDS PostgreSQL)</p>
505
+ * </li>
506
+ * <li>
507
+ * <p>
508
+ * <code>db.host</code> - The host name of the connected client (all engines)</p>
509
+ * </li>
510
+ * <li>
511
+ * <p>
512
+ * <code>db.session_type</code> - The type of the current session (only Aurora PostgreSQL and RDS PostgreSQL)</p>
513
+ * </li>
514
+ * <li>
515
+ * <p>
516
+ * <code>db.sql</code> - The SQL that is currently executing (all engines)</p>
517
+ * </li>
518
+ * <li>
519
+ * <p>
520
+ * <code>db.sql_tokenized</code> - The SQL digest (all engines)</p>
521
+ * </li>
522
+ * <li>
523
+ * <p>
524
+ * <code>db.wait_event</code> - The event for which the database backend is waiting (all engines)</p>
525
+ * </li>
526
+ * <li>
527
+ * <p>
528
+ * <code>db.wait_event_type</code> - The type of event for which the database backend is waiting (all engines)</p>
529
+ * </li>
530
+ * <li>
531
+ * <p>
532
+ * <code>db.user</code> - The user logged in to the database (all engines)</p>
533
+ * </li>
534
+ * </ul>
535
+ */
536
+ Group?: string;
537
+ /**
538
+ * <p>A list of specific dimensions from a dimension group. If this parameter is not present,
539
+ * then it signifies that all of the dimensions in the group were requested or are present in
540
+ * the response.</p>
541
+ * <p>Valid values for elements in the <code>Dimensions</code> array are:</p>
542
+ *
543
+ * <ul>
544
+ * <li>
545
+ * <p>
546
+ * <code>db.application.name</code> - The name of the application that is connected to the database (only
547
+ * Aurora PostgreSQL and RDS PostgreSQL)</p>
548
+ * </li>
549
+ * <li>
550
+ * <p>
551
+ * <code>db.host.id</code> - The host ID of the connected client (all engines)</p>
552
+ * </li>
553
+ * <li>
554
+ * <p>
555
+ * <code>db.host.name</code> - The host name of the connected client (all engines)</p>
556
+ * </li>
557
+ * <li>
558
+ * <p>
559
+ * <code>db.name</code> - The name of the database to which the client is connected (only Aurora PostgreSQL, Amazon RDS
560
+ * PostgreSQL, Aurora MySQL, Amazon RDS MySQL, and MariaDB)</p>
561
+ * </li>
562
+ * <li>
563
+ * <p>
564
+ * <code>db.session_type.name</code> - The type of the current session (only Aurora PostgreSQL and RDS PostgreSQL)</p>
565
+ * </li>
566
+ * <li>
567
+ * <p>
568
+ * <code>db.sql.id</code> - The SQL ID generated by Performance Insights (all engines)</p>
569
+ * </li>
570
+ * <li>
571
+ * <p>
572
+ * <code>db.sql.db_id</code> - The SQL ID generated by the database (all engines)</p>
573
+ * </li>
574
+ * <li>
575
+ * <p>
576
+ * <code>db.sql.statement</code> - The SQL text that is being executed (all engines)</p>
577
+ * </li>
578
+ * <li>
579
+ * <p>
580
+ * <code>db.sql.tokenized_id</code>
581
+ * </p>
582
+ * </li>
583
+ * <li>
584
+ * <p>
585
+ * <code>db.sql_tokenized.id</code> - The SQL digest ID generated by Performance Insights (all engines)</p>
586
+ * </li>
587
+ * <li>
588
+ * <p>
589
+ * <code>db.sql_tokenized.db_id</code> - SQL digest ID generated by the database (all engines)</p>
590
+ * </li>
591
+ * <li>
592
+ * <p>
593
+ * <code>db.sql_tokenized.statement</code> - The SQL digest text (all engines)</p>
594
+ * </li>
595
+ * <li>
596
+ * <p>
597
+ * <code>db.user.id</code> - The ID of the user logged in to the database (all engines)</p>
598
+ * </li>
599
+ * <li>
600
+ * <p>
601
+ * <code>db.user.name</code> - The name of the user logged in to the database (all engines)</p>
602
+ * </li>
603
+ * <li>
604
+ * <p>
605
+ * <code>db.wait_event.name</code> - The event for which the backend is waiting (all engines)</p>
606
+ * </li>
607
+ * <li>
608
+ * <p>
609
+ * <code>db.wait_event.type</code> - The type of event for which the backend is waiting (all engines)</p>
610
+ * </li>
611
+ * <li>
612
+ * <p>
613
+ * <code>db.wait_event_type.name</code> - The name of the event type for which the backend is waiting (all
614
+ * engines)</p>
615
+ * </li>
616
+ * </ul>
617
+ */
618
+ Dimensions?: string[];
619
+ /**
620
+ * <p>The maximum number of items to fetch for this dimension group.</p>
621
+ */
622
+ Limit?: number;
623
+ }
624
+ export declare namespace PerformanceInsightsMetricDimensionGroup {
625
+ /**
626
+ * @internal
627
+ */
628
+ const filterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
629
+ }
630
+ /**
631
+ * <p>A single query to be processed. Use these parameters to
632
+ * query the Performance Insights <code>GetResourceMetrics</code> API to retrieve the metrics
633
+ * for an anomaly. For more information, see <code>
634
+ * <a href="https://docs.aws.amazon.com/performance-insights/latest/APIReference/API_GetResourceMetrics.html">GetResourceMetrics</a>
635
+ * </code>
636
+ * in the <i>Amazon RDS Performance Insights API Reference</i>.</p>
637
+ *
638
+ * <p>Amazon RDS Performance Insights enables you to monitor and explore different
639
+ * dimensions of database load based on data captured from a running DB instance.
640
+ * DB load is measured as average active sessions. Performance Insights provides the
641
+ * data to API consumers as a two-dimensional time-series dataset. The time dimension
642
+ * provides DB load data for each time point in the queried time range. Each time point
643
+ * decomposes overall load in relation to the requested dimensions, measured at that
644
+ * time point. Examples include SQL, Wait event, User, and Host. </p>
645
+ *
646
+ * <ul>
647
+ * <li>
648
+ * <p>To learn more about Performance Insights and Amazon Aurora DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html"> Amazon Aurora User Guide</a>.
649
+ * </p>
650
+ * </li>
651
+ * <li>
652
+ * <p>To learn more about Performance Insights and Amazon RDS DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html"> Amazon RDS User Guide</a>.
653
+ * </p>
654
+ * </li>
655
+ * </ul>
656
+ */
657
+ export interface PerformanceInsightsMetricQuery {
658
+ /**
659
+ * <p>The name of the meteric used used when querying an Performance Insights <code>GetResourceMetrics</code> API for
660
+ * anomaly metrics.</p>
661
+ *
662
+ * <p>Valid values for <code>Metric</code> are:</p>
663
+ *
664
+ * <ul>
665
+ * <li>
666
+ * <p>
667
+ * <code>db.load.avg</code> - a scaled representation of the number of active sessions
668
+ * for the database engine.</p>
669
+ * </li>
670
+ * <li>
671
+ * <p>
672
+ * <code>db.sampledload.avg</code> - the raw number of active sessions for the
673
+ * database engine.</p>
674
+ * </li>
675
+ * </ul>
676
+ * <p>If the number of active sessions is less than an internal Performance Insights threshold, <code>db.load.avg</code> and <code>db.sampledload.avg</code>
677
+ * are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with <code>db.load.avg</code>
678
+ * showing the scaled values, <code>db.sampledload.avg</code> showing the raw values, and <code>db.sampledload.avg</code> less than <code>db.load.avg</code>.
679
+ * For most use cases, you can query <code>db.load.avg</code> only. </p>
680
+ */
681
+ Metric?: string;
682
+ /**
683
+ * <p>The specification for how to aggregate the data points from a Performance Insights <code>GetResourceMetrics</code> API query. The
684
+ * Performance Insights query returns all of the dimensions within that group,
685
+ * unless you provide the names of specific dimensions within that group. You can also request
686
+ * that Performance Insights return a limited number of values for a dimension.</p>
687
+ */
688
+ GroupBy?: PerformanceInsightsMetricDimensionGroup;
689
+ /**
690
+ * <p>One or more filters to apply to a Performance Insights <code>GetResourceMetrics</code> API query. Restrictions:</p>
691
+ * <ul>
692
+ * <li>
693
+ * <p>Any number of filters by the same dimension, as specified in the <code>GroupBy</code> parameter.</p>
694
+ * </li>
695
+ * <li>
696
+ * <p>A single filter for any other dimension in this dimension group.</p>
697
+ * </li>
698
+ * </ul>
699
+ */
700
+ Filter?: {
701
+ [key: string]: string;
702
+ };
703
+ }
704
+ export declare namespace PerformanceInsightsMetricQuery {
705
+ /**
706
+ * @internal
707
+ */
708
+ const filterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
709
+ }
710
+ /**
711
+ * <p>Information about a reference metric used to evaluate Performance Insights.</p>
712
+ */
713
+ export interface PerformanceInsightsReferenceMetric {
714
+ /**
715
+ * <p>A query to be processed on the metric.</p>
716
+ */
717
+ MetricQuery?: PerformanceInsightsMetricQuery;
718
+ }
719
+ export declare namespace PerformanceInsightsReferenceMetric {
720
+ /**
721
+ * @internal
722
+ */
723
+ const filterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
724
+ }
725
+ /**
726
+ * <p>A reference value to compare Performance Insights metrics against to determine if the metrics
727
+ * demonstrate anomalous behavior.</p>
728
+ */
729
+ export interface PerformanceInsightsReferenceScalar {
730
+ /**
731
+ * <p>The reference value.</p>
732
+ */
733
+ Value?: number;
734
+ }
735
+ export declare namespace PerformanceInsightsReferenceScalar {
736
+ /**
737
+ * @internal
738
+ */
739
+ const filterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
740
+ }
741
+ /**
742
+ * <p>Reference scalar values and other metrics that DevOps Guru displays on a graph in its console along with the actual metrics it
743
+ * analyzed. Compare these reference values to your actual metrics to help you understand anomalous behavior that DevOps Guru detected.</p>
744
+ */
745
+ export interface PerformanceInsightsReferenceComparisonValues {
746
+ /**
747
+ * <p>A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used
748
+ * to determine if an actual metric value should be considered anomalous.</p>
749
+ */
750
+ ReferenceScalar?: PerformanceInsightsReferenceScalar;
751
+ /**
752
+ * <p>A metric that DevOps Guru compares to actual metric values. This reference metric is used
753
+ * to determine if an actual metric should be considered anomalous.</p>
754
+ */
755
+ ReferenceMetric?: PerformanceInsightsReferenceMetric;
756
+ }
757
+ export declare namespace PerformanceInsightsReferenceComparisonValues {
758
+ /**
759
+ * @internal
760
+ */
761
+ const filterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
762
+ }
763
+ /**
764
+ * <p>Reference data used to evaluate Performance Insights to determine if its performance
765
+ * is anomalous or not.</p>
766
+ */
767
+ export interface PerformanceInsightsReferenceData {
768
+ /**
769
+ * <p>The name of the reference data.</p>
770
+ */
771
+ Name?: string;
772
+ /**
773
+ * <p>The specific reference values used to evaluate the Performance Insights. For more information, see
774
+ * <code>
775
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsReferenceComparisonValues.html">PerformanceInsightsReferenceComparisonValues</a>
776
+ * </code>.
777
+ * </p>
778
+ */
779
+ ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
780
+ }
781
+ export declare namespace PerformanceInsightsReferenceData {
782
+ /**
783
+ * @internal
784
+ */
785
+ const filterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
786
+ }
787
+ /**
788
+ * <p>A statistic in a Performance Insights collection.</p>
789
+ */
790
+ export interface PerformanceInsightsStat {
791
+ /**
792
+ * <p>The statistic type.</p>
793
+ */
794
+ Type?: string;
795
+ /**
796
+ * <p>The value of the statistic.</p>
797
+ */
798
+ Value?: number;
799
+ }
800
+ export declare namespace PerformanceInsightsStat {
801
+ /**
802
+ * @internal
803
+ */
804
+ const filterSensitiveLog: (obj: PerformanceInsightsStat) => any;
805
+ }
806
+ /**
807
+ * <p>Details about Performance Insights metrics.</p>
808
+ *
809
+ * <p>Amazon RDS Performance Insights enables you to monitor and explore different
810
+ * dimensions of database load based on data captured from a running DB instance.
811
+ * DB load is measured as average active sessions. Performance Insights provides the
812
+ * data to API consumers as a two-dimensional time-series dataset. The time dimension
813
+ * provides DB load data for each time point in the queried time range. Each time point
814
+ * decomposes overall load in relation to the requested dimensions, measured at that
815
+ * time point. Examples include SQL, Wait event, User, and Host. </p>
816
+ *
817
+ * <ul>
818
+ * <li>
819
+ * <p>To learn more about Performance Insights and Amazon Aurora DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html"> Amazon Aurora User Guide</a>.
820
+ * </p>
821
+ * </li>
822
+ * <li>
823
+ * <p>To learn more about Performance Insights and Amazon RDS DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html"> Amazon RDS User Guide</a>.
824
+ * </p>
825
+ * </li>
826
+ * </ul>
827
+ */
828
+ export interface PerformanceInsightsMetricsDetail {
829
+ /**
830
+ * <p>The name used for a specific Performance Insights metric.</p>
831
+ */
832
+ MetricDisplayName?: string;
833
+ /**
834
+ * <p>The unit of measure for a metric. For example, a session or a process.</p>
835
+ */
836
+ Unit?: string;
837
+ /**
838
+ * <p>A single query to be processed for the metric. For more information, see
839
+ * <code>
840
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsMetricQuery.html">PerformanceInsightsMetricQuery</a>
841
+ * </code>.</p>
842
+ */
843
+ MetricQuery?: PerformanceInsightsMetricQuery;
844
+ /**
845
+ * <p>
846
+ * For more information, see
847
+ * <code>
848
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsReferenceData.html">PerformanceInsightsReferenceData</a>
849
+ * </code>.
850
+ * </p>
851
+ */
852
+ ReferenceData?: PerformanceInsightsReferenceData[];
853
+ /**
854
+ * <p>The metric statistics during the anomalous period detected by DevOps Guru;</p>
855
+ */
856
+ StatsAtAnomaly?: PerformanceInsightsStat[];
857
+ /**
858
+ * <p>Typical metric statistics that are not considered anomalous. When DevOps Guru analyzes
859
+ * metrics, it compares them to <code>StatsAtBaseline</code> to help determine if they are
860
+ * anomalous.</p>
861
+ */
862
+ StatsAtBaseline?: PerformanceInsightsStat[];
863
+ }
864
+ export declare namespace PerformanceInsightsMetricsDetail {
865
+ /**
866
+ * @internal
867
+ */
868
+ const filterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
869
+ }
870
+ /**
871
+ * <p> Details about the source of the anomalous operational data that triggered the
872
+ * anomaly.</p>
406
873
  */
407
874
  export interface AnomalySourceDetails {
408
875
  /**
409
- * <p> An array of <code>CloudWatchMetricsDetail</code> object that contains information
410
- * about the analyzed metrics that displayed anomalous behavior. </p>
876
+ * <p>An array of <code>CloudWatchMetricsDetail</code> objects that contain information
877
+ * about analyzed CloudWatch metrics that show anomalous behavior. </p>
411
878
  */
412
879
  CloudWatchMetrics?: CloudWatchMetricsDetail[];
880
+ /**
881
+ * <p>An array of <code>PerformanceInsightsMetricsDetail</code> objects that contain information
882
+ * about analyzed Performance Insights metrics that show anomalous behavior.</p>
883
+ */
884
+ PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
413
885
  }
414
886
  export declare namespace AnomalySourceDetails {
415
887
  /**
@@ -422,17 +894,13 @@ export declare enum AnomalyStatus {
422
894
  ONGOING = "ONGOING"
423
895
  }
424
896
  /**
425
- * <p>
426
- * A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from
427
- * <code>AnomalyReportedTimeRange</code>, which specifies the time range when DevOps Guru opens and then closes
428
- * an anomaly.
429
- * </p>
897
+ * <p> A time range that specifies when the observed unusual behavior in an anomaly started
898
+ * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
899
+ * the time range when DevOps Guru opens and then closes an anomaly. </p>
430
900
  */
431
901
  export interface AnomalyTimeRange {
432
902
  /**
433
- * <p>
434
- * The time when the anomalous behavior started.
435
- * </p>
903
+ * <p> The time when the anomalous behavior started. </p>
436
904
  */
437
905
  StartTime: Date | undefined;
438
906
  /**
@@ -446,6 +914,10 @@ export declare namespace AnomalyTimeRange {
446
914
  */
447
915
  const filterSensitiveLog: (obj: AnomalyTimeRange) => any;
448
916
  }
917
+ export declare enum AnomalyType {
918
+ CAUSAL = "CAUSAL",
919
+ CONTEXTUAL = "CONTEXTUAL"
920
+ }
449
921
  export interface DescribeAccountHealthRequest {
450
922
  }
451
923
  export declare namespace DescribeAccountHealthRequest {
@@ -456,26 +928,23 @@ export declare namespace DescribeAccountHealthRequest {
456
928
  }
457
929
  export interface DescribeAccountHealthResponse {
458
930
  /**
459
- * <p>
460
- * An integer that specifies the number of open reactive insights in your AWS account.
461
- * </p>
931
+ * <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account.
932
+ * </p>
462
933
  */
463
934
  OpenReactiveInsights: number | undefined;
464
935
  /**
465
- * <p>
466
- * An integer that specifies the number of open proactive insights in your AWS account.
467
- * </p>
936
+ * <p> An integer that specifies the number of open proactive insights in your Amazon Web Services
937
+ * account. </p>
468
938
  */
469
939
  OpenProactiveInsights: number | undefined;
470
940
  /**
471
- * <p>
472
- * An integer that specifies the number of metrics that have been analyzed in your AWS account.
473
- * </p>
941
+ * <p> An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services
942
+ * account. </p>
474
943
  */
475
944
  MetricsAnalyzed: number | undefined;
476
945
  /**
477
- * <p>The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
478
- * </p>
946
+ * <p>The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in
947
+ * the last hour. </p>
479
948
  */
480
949
  ResourceHours: number | undefined;
481
950
  }
@@ -487,17 +956,15 @@ export declare namespace DescribeAccountHealthResponse {
487
956
  }
488
957
  export interface DescribeAccountOverviewRequest {
489
958
  /**
490
- * <p>
491
- * The start of the time range passed in. The start time granularity is at the
492
- * day level. The floor of the start time is used. Returned information occurred after this day.
493
- * </p>
959
+ * <p> The start of the time range passed in. The start time granularity is at the day
960
+ * level. The floor of the start time is used. Returned information occurred after this
961
+ * day. </p>
494
962
  */
495
963
  FromTime: Date | undefined;
496
964
  /**
497
- * <p>
498
- * The end of the time range passed in. The start time granularity is at the
499
- * day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
500
- * </p>
965
+ * <p> The end of the time range passed in. The start time granularity is at the day level.
966
+ * The floor of the start time is used. Returned information occurred before this day. If
967
+ * this is not specified, then the current day is used. </p>
501
968
  */
502
969
  ToTime?: Date;
503
970
  }
@@ -509,24 +976,18 @@ export declare namespace DescribeAccountOverviewRequest {
509
976
  }
510
977
  export interface DescribeAccountOverviewResponse {
511
978
  /**
512
- * <p>
513
- * An integer that specifies the number of open reactive insights in your AWS account that were created during the
514
- * time range passed in.
515
- * </p>
979
+ * <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account
980
+ * that were created during the time range passed in. </p>
516
981
  */
517
982
  ReactiveInsights: number | undefined;
518
983
  /**
519
- * <p>
520
- * An integer that specifies the number of open proactive insights in your AWS account that were created during the
521
- * time range passed in.
522
- * </p>
984
+ * <p> An integer that specifies the number of open proactive insights in your Amazon Web Services account
985
+ * that were created during the time range passed in. </p>
523
986
  */
524
987
  ProactiveInsights: number | undefined;
525
988
  /**
526
- * <p>
527
- * The Mean Time to Recover (MTTR) for all closed insights that were created during the
528
- * time range passed in.
529
- * </p>
989
+ * <p> The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
990
+ * </p>
530
991
  */
531
992
  MeanTimeToRecoverInMilliseconds: number | undefined;
532
993
  }
@@ -538,11 +999,13 @@ export declare namespace DescribeAccountOverviewResponse {
538
999
  }
539
1000
  export interface DescribeAnomalyRequest {
540
1001
  /**
541
- * <p>
542
- * The ID of the anomaly.
543
- * </p>
1002
+ * <p> The ID of the anomaly. </p>
544
1003
  */
545
1004
  Id: string | undefined;
1005
+ /**
1006
+ * <p>The ID of the member account.</p>
1007
+ */
1008
+ AccountId?: string;
546
1009
  }
547
1010
  export declare namespace DescribeAnomalyRequest {
548
1011
  /**
@@ -551,21 +1014,17 @@ export declare namespace DescribeAnomalyRequest {
551
1014
  const filterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
552
1015
  }
553
1016
  /**
554
- * <p>
555
- * The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
556
- * </p>
1017
+ * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
1018
+ * is expected to occur. </p>
557
1019
  */
558
1020
  export interface PredictionTimeRange {
559
1021
  /**
560
- * <p>
561
- * The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
562
- * </p>
1022
+ * <p> The time range during which a metric limit is expected to be exceeded. This applies
1023
+ * to proactive insights only. </p>
563
1024
  */
564
1025
  StartTime: Date | undefined;
565
1026
  /**
566
- * <p>
567
- * The time when the behavior in a proactive insight is expected to end.
568
- * </p>
1027
+ * <p> The time when the behavior in a proactive insight is expected to end. </p>
569
1028
  */
570
1029
  EndTime?: Date;
571
1030
  }
@@ -576,17 +1035,14 @@ export declare namespace PredictionTimeRange {
576
1035
  const filterSensitiveLog: (obj: PredictionTimeRange) => any;
577
1036
  }
578
1037
  /**
579
- * <p>
580
- * Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources in your account to analyze.
581
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a>
582
- * in the <i>AWS CloudFormation User Guide</i>.
583
- * </p>
1038
+ * <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
1039
+ * stacks to specify which Amazon Web Services resources in your account to analyze. For more
1040
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
1041
+ * <i>Amazon Web Services CloudFormation User Guide</i>. </p>
584
1042
  */
585
1043
  export interface CloudFormationCollection {
586
1044
  /**
587
- * <p>
588
- * An array of CloudFormation stack names.
589
- * </p>
1045
+ * <p> An array of CloudFormation stack names. </p>
590
1046
  */
591
1047
  StackNames?: string[];
592
1048
  }
@@ -597,18 +1053,125 @@ export declare namespace CloudFormationCollection {
597
1053
  const filterSensitiveLog: (obj: CloudFormationCollection) => any;
598
1054
  }
599
1055
  /**
600
- * <p>
601
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
602
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
603
- * </p>
1056
+ * <p>A collection of Amazon Web Services stags.</p>
1057
+ * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
1058
+ * tagging, so you can assign the same tag to resources from different services to indicate
1059
+ * that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
1060
+ * table resource that you assign to an Lambda function. For more information about
1061
+ * using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
1062
+ * best practices</a> whitepaper. </p>
1063
+ * <p>Each Amazon Web Services tag has two parts. </p>
1064
+ * <ul>
1065
+ * <li>
1066
+ * <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
1067
+ * <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
1068
+ * <i>keys</i> are case-sensitive.</p>
1069
+ * </li>
1070
+ * <li>
1071
+ * <p>An optional field known as a tag <i>value</i> (for example,
1072
+ * <code>111122223333</code>, <code>Production</code>, or a team
1073
+ * name). Omitting the tag <i>value</i> is the same as using an empty
1074
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
1075
+ * case-sensitive.</p>
1076
+ * </li>
1077
+ * </ul>
1078
+ * <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
1079
+ * <important>
1080
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1081
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1082
+ * <code>Devops-guru-deployment-application</code> or
1083
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1084
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
1085
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1086
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
1087
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
1088
+ * <code>Devops-Guru-production-application/containers</code>.</p>
1089
+ * </important>
1090
+ */
1091
+ export interface TagCollection {
1092
+ /**
1093
+ * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
1094
+ * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
1095
+ * up your DevOps Guru application and analysis boundary.</p>
1096
+ * <important>
1097
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1098
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1099
+ * <code>Devops-guru-deployment-application</code> or
1100
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1101
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
1102
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1103
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
1104
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
1105
+ * <code>Devops-Guru-production-application/containers</code>.</p>
1106
+ * </important>
1107
+ */
1108
+ AppBoundaryKey: string | undefined;
1109
+ /**
1110
+ * <p>The values in an Amazon Web Services tag collection.</p>
1111
+ * <p>The tag's <i>value</i> is an optional field used to associate a string with
1112
+ * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
1113
+ * name). The <i>key</i> and <i>value</i> are the tag's <i>key</i> pair.
1114
+ * Omitting the tag <i>value</i> is the same as using an empty
1115
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
1116
+ * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
1117
+ */
1118
+ TagValues: string[] | undefined;
1119
+ }
1120
+ export declare namespace TagCollection {
1121
+ /**
1122
+ * @internal
1123
+ */
1124
+ const filterSensitiveLog: (obj: TagCollection) => any;
1125
+ }
1126
+ /**
1127
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1128
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1129
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1130
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
604
1131
  */
605
1132
  export interface ResourceCollection {
606
1133
  /**
607
- * <p> An array of the names of AWS CloudFormation stacks. The stacks define AWS resources
608
- * that DevOps Guru analyzes. You can specify up to 500 AWS CloudFormation stacks.
609
- * </p>
1134
+ * <p> An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that
1135
+ * DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
610
1136
  */
611
1137
  CloudFormation?: CloudFormationCollection;
1138
+ /**
1139
+ * <p>The Amazon Web Services tags that are used by resources in the resource collection.</p>
1140
+ * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
1141
+ * tagging, so you can assign the same tag to resources from different services to indicate
1142
+ * that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
1143
+ * table resource that you assign to an Lambda function. For more information about
1144
+ * using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
1145
+ * best practices</a> whitepaper. </p>
1146
+ * <p>Each Amazon Web Services tag has two parts. </p>
1147
+ * <ul>
1148
+ * <li>
1149
+ * <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
1150
+ * <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
1151
+ * <i>keys</i> are case-sensitive.</p>
1152
+ * </li>
1153
+ * <li>
1154
+ * <p>An optional field known as a tag <i>value</i> (for example,
1155
+ * <code>111122223333</code>, <code>Production</code>, or a team
1156
+ * name). Omitting the tag <i>value</i> is the same as using an empty
1157
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
1158
+ * case-sensitive.</p>
1159
+ * </li>
1160
+ * </ul>
1161
+ * <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
1162
+ * <important>
1163
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1164
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1165
+ * <code>Devops-guru-deployment-application</code> or
1166
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1167
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
1168
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1169
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
1170
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
1171
+ * <code>Devops-Guru-production-application/containers</code>.</p>
1172
+ * </important>
1173
+ */
1174
+ Tags?: TagCollection[];
612
1175
  }
613
1176
  export declare namespace ResourceCollection {
614
1177
  /**
@@ -617,77 +1180,66 @@ export declare namespace ResourceCollection {
617
1180
  const filterSensitiveLog: (obj: ResourceCollection) => any;
618
1181
  }
619
1182
  /**
620
- * <p>Information about an anomaly. This object is returned by <code>ListAnomalies</code>.</p>
1183
+ * <p>Information about an anomaly. This object is returned by
1184
+ * <code>ListAnomalies</code>.</p>
621
1185
  */
622
1186
  export interface ProactiveAnomaly {
623
1187
  /**
624
- * <p>
625
- * The ID of a proactive anomaly.
626
- * </p>
1188
+ * <p> The ID of a proactive anomaly. </p>
627
1189
  */
628
1190
  Id?: string;
629
1191
  /**
630
- * <p>
631
- * The severity of a proactive anomaly.
632
- * </p>
1192
+ * <p>The severity of the anomaly. The severity of anomalies that generate
1193
+ * an insight determine that insight's severity. For more information, see
1194
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1195
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
633
1196
  */
634
1197
  Severity?: AnomalySeverity | string;
635
1198
  /**
636
- * <p>
637
- * The status of a proactive anomaly.
638
- * </p>
1199
+ * <p> The status of a proactive anomaly. </p>
639
1200
  */
640
1201
  Status?: AnomalyStatus | string;
641
1202
  /**
642
- * <p>
643
- * The time of the anomaly's most recent update.
644
- * </p>
1203
+ * <p> The time of the anomaly's most recent update. </p>
645
1204
  */
646
1205
  UpdateTime?: Date;
647
1206
  /**
648
- * <p>
649
- * A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from
650
- * <code>AnomalyReportedTimeRange</code>, which specifies the time range when DevOps Guru opens and then closes
651
- * an anomaly.
652
- * </p>
1207
+ * <p> A time range that specifies when the observed unusual behavior in an anomaly started
1208
+ * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
1209
+ * the time range when DevOps Guru opens and then closes an anomaly. </p>
653
1210
  */
654
1211
  AnomalyTimeRange?: AnomalyTimeRange;
655
1212
  /**
656
1213
  * <p>
657
- * A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
1214
+ * An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
658
1215
  * </p>
659
1216
  */
660
1217
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
661
1218
  /**
662
- * <p>
663
- * The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
664
- * </p>
1219
+ * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
1220
+ * is expected to occur. </p>
665
1221
  */
666
1222
  PredictionTimeRange?: PredictionTimeRange;
667
1223
  /**
668
- * <p>
669
- * Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
670
- * </p>
1224
+ * <p> Details about the source of the analyzed operational data that triggered the anomaly.
1225
+ * The one supported source is Amazon CloudWatch metrics. </p>
671
1226
  */
672
1227
  SourceDetails?: AnomalySourceDetails;
673
1228
  /**
674
- * <p>
675
- * The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
676
- * </p>
1229
+ * <p> The ID of the insight that contains this anomaly. An insight is composed of related
1230
+ * anomalies. </p>
677
1231
  */
678
1232
  AssociatedInsightId?: string;
679
1233
  /**
680
- * <p>
681
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
682
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
683
- * </p>
1234
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1235
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1236
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1237
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
684
1238
  */
685
1239
  ResourceCollection?: ResourceCollection;
686
1240
  /**
687
- * <p>
688
- * A threshold that was exceeded by behavior in analyzed resources. Exceeding this
689
- * threshold is related to the anomalous behavior that generated this anomaly.
690
- * </p>
1241
+ * <p> A threshold that was exceeded by behavior in analyzed resources. Exceeding this
1242
+ * threshold is related to the anomalous behavior that generated this anomaly. </p>
691
1243
  */
692
1244
  Limit?: number;
693
1245
  }
@@ -698,7 +1250,8 @@ export declare namespace ProactiveAnomaly {
698
1250
  const filterSensitiveLog: (obj: ProactiveAnomaly) => any;
699
1251
  }
700
1252
  /**
701
- * <p>Details about a reactive anomaly. This object is returned by <code>ListAnomalies</code>.</p>
1253
+ * <p>Details about a reactive anomaly. This object is returned by
1254
+ * <code>ListAnomalies</code>.</p>
702
1255
  */
703
1256
  export interface ReactiveAnomaly {
704
1257
  /**
@@ -706,48 +1259,76 @@ export interface ReactiveAnomaly {
706
1259
  */
707
1260
  Id?: string;
708
1261
  /**
709
- * <p>The severity of the anomaly. </p>
1262
+ * <p>The severity of the anomaly. The severity of anomalies that generate
1263
+ * an insight determine that insight's severity. For more information, see
1264
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1265
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
710
1266
  */
711
1267
  Severity?: AnomalySeverity | string;
712
1268
  /**
713
- * <p>
714
- * The status of the anomaly.
715
- * </p>
1269
+ * <p> The status of the anomaly. </p>
716
1270
  */
717
1271
  Status?: AnomalyStatus | string;
718
1272
  /**
719
- * <p>
720
- * A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from
721
- * <code>AnomalyReportedTimeRange</code>, which specifies the time range when DevOps Guru opens and then closes
722
- * an anomaly.
723
- * </p>
1273
+ * <p> A time range that specifies when the observed unusual behavior in an anomaly started
1274
+ * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
1275
+ * the time range when DevOps Guru opens and then closes an anomaly. </p>
724
1276
  */
725
1277
  AnomalyTimeRange?: AnomalyTimeRange;
726
1278
  /**
727
1279
  * <p>
728
- * A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
1280
+ * An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
729
1281
  * </p>
730
1282
  */
731
1283
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
732
1284
  /**
733
- * <p>
734
- * Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
735
- * </p>
1285
+ * <p> Details about the source of the analyzed operational data that triggered the anomaly.
1286
+ * The one supported source is Amazon CloudWatch metrics. </p>
736
1287
  */
737
1288
  SourceDetails?: AnomalySourceDetails;
738
1289
  /**
739
- * <p>
740
- * The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
741
- * </p>
1290
+ * <p> The ID of the insight that contains this anomaly. An insight is composed of related
1291
+ * anomalies. </p>
742
1292
  */
743
1293
  AssociatedInsightId?: string;
744
1294
  /**
745
- * <p>
746
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
747
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
748
- * </p>
1295
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1296
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1297
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1298
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
749
1299
  */
750
1300
  ResourceCollection?: ResourceCollection;
1301
+ /**
1302
+ * <p>The type of the reactive anomaly. It can be one of the following types.</p>
1303
+ * <ul>
1304
+ * <li>
1305
+ * <p>
1306
+ * <code>CAUSAL</code> - the anomaly can cause a new insight.</p>
1307
+ * </li>
1308
+ * <li>
1309
+ * <p>
1310
+ * <code>CONTEXTUAL</code> - the anomaly contains additional information about an insight or its causal anomaly.</p>
1311
+ * </li>
1312
+ * </ul>
1313
+ */
1314
+ Type?: AnomalyType | string;
1315
+ /**
1316
+ * <p>The name of the reactive anomaly.</p>
1317
+ */
1318
+ Name?: string;
1319
+ /**
1320
+ * <p>A description of the reactive anomaly.</p>
1321
+ */
1322
+ Description?: string;
1323
+ /**
1324
+ * <p>The ID of the causal anomaly that is associated with this
1325
+ * reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.</p>
1326
+ */
1327
+ CausalAnomalyId?: string;
1328
+ /**
1329
+ * <p>The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.</p>
1330
+ */
1331
+ AnomalyResources?: AnomalyResource[];
751
1332
  }
752
1333
  export declare namespace ReactiveAnomaly {
753
1334
  /**
@@ -757,15 +1338,11 @@ export declare namespace ReactiveAnomaly {
757
1338
  }
758
1339
  export interface DescribeAnomalyResponse {
759
1340
  /**
760
- * <p>
761
- * A <code>ReactiveAnomaly</code> object that represents the requested anomaly.
762
- * </p>
1341
+ * <p> A <code>ProactiveAnomaly</code> object that represents the requested anomaly. </p>
763
1342
  */
764
1343
  ProactiveAnomaly?: ProactiveAnomaly;
765
1344
  /**
766
- * <p>
767
- * A <code>ProactiveAnomaly</code> object that represents the requested anomaly.
768
- * </p>
1345
+ * <p> A <code>ReactiveAnomaly</code> object that represents the requested anomaly. </p>
769
1346
  */
770
1347
  ReactiveAnomaly?: ReactiveAnomaly;
771
1348
  }
@@ -777,9 +1354,7 @@ export declare namespace DescribeAnomalyResponse {
777
1354
  }
778
1355
  export interface DescribeFeedbackRequest {
779
1356
  /**
780
- * <p>
781
- * The ID of the insight for which the feedback was provided.
782
- * </p>
1357
+ * <p> The ID of the insight for which the feedback was provided. </p>
783
1358
  */
784
1359
  InsightId?: string;
785
1360
  }
@@ -797,21 +1372,15 @@ export declare enum InsightFeedbackOption {
797
1372
  VALID_COLLECTION = "VALID_COLLECTION"
798
1373
  }
799
1374
  /**
800
- * <p>
801
- * Information about insight feedback received from a customer.
802
- * </p>
1375
+ * <p> Information about insight feedback received from a customer. </p>
803
1376
  */
804
1377
  export interface InsightFeedback {
805
1378
  /**
806
- * <p>
807
- * The insight feedback ID.
808
- * </p>
1379
+ * <p> The insight feedback ID. </p>
809
1380
  */
810
1381
  Id?: string;
811
1382
  /**
812
- * <p>
813
- * The feedback provided by the customer.
814
- * </p>
1383
+ * <p> The feedback provided by the customer. </p>
815
1384
  */
816
1385
  Feedback?: InsightFeedbackOption | string;
817
1386
  }
@@ -823,9 +1392,7 @@ export declare namespace InsightFeedback {
823
1392
  }
824
1393
  export interface DescribeFeedbackResponse {
825
1394
  /**
826
- * <p>
827
- * Information about insight feedback received from a customer.
828
- * </p>
1395
+ * <p> Information about insight feedback received from a customer. </p>
829
1396
  */
830
1397
  InsightFeedback?: InsightFeedback;
831
1398
  }
@@ -837,11 +1404,13 @@ export declare namespace DescribeFeedbackResponse {
837
1404
  }
838
1405
  export interface DescribeInsightRequest {
839
1406
  /**
840
- * <p>
841
- * The ID of the insight.
842
- * </p>
1407
+ * <p> The ID of the insight. </p>
843
1408
  */
844
1409
  Id: string | undefined;
1410
+ /**
1411
+ * <p>The ID of the member account in the organization.</p>
1412
+ */
1413
+ AccountId?: string;
845
1414
  }
846
1415
  export declare namespace DescribeInsightRequest {
847
1416
  /**
@@ -855,15 +1424,11 @@ export declare namespace DescribeInsightRequest {
855
1424
  */
856
1425
  export interface InsightTimeRange {
857
1426
  /**
858
- * <p>
859
- * The time when the behavior described in an insight started.
860
- * </p>
1427
+ * <p> The time when the behavior described in an insight started. </p>
861
1428
  */
862
1429
  StartTime: Date | undefined;
863
1430
  /**
864
- * <p>
865
- * The time when the behavior described in an insight ended.
866
- * </p>
1431
+ * <p> The time when the behavior described in an insight ended. </p>
867
1432
  */
868
1433
  EndTime?: Date;
869
1434
  }
@@ -883,7 +1448,8 @@ export declare enum InsightStatus {
883
1448
  ONGOING = "ONGOING"
884
1449
  }
885
1450
  /**
886
- * <p>Details about a proactive insight. This object is returned by <code>ListInsights</code>.</p>
1451
+ * <p>Details about a proactive insight. This object is returned by
1452
+ * <code>ListInsights</code>.</p>
887
1453
  */
888
1454
  export interface ProactiveInsight {
889
1455
  /**
@@ -895,7 +1461,9 @@ export interface ProactiveInsight {
895
1461
  */
896
1462
  Name?: string;
897
1463
  /**
898
- * <p>The severity of the proactive insight. </p>
1464
+ * <p>The severity of the insight. For more information, see
1465
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1466
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
899
1467
  */
900
1468
  Severity?: InsightSeverity | string;
901
1469
  /**
@@ -908,23 +1476,20 @@ export interface ProactiveInsight {
908
1476
  */
909
1477
  InsightTimeRange?: InsightTimeRange;
910
1478
  /**
911
- * <p>
912
- * The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
913
- * </p>
1479
+ * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
1480
+ * is expected to occur. </p>
914
1481
  */
915
1482
  PredictionTimeRange?: PredictionTimeRange;
916
1483
  /**
917
- * <p>
918
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
919
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
920
- * </p>
1484
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1485
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1486
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1487
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
921
1488
  */
922
1489
  ResourceCollection?: ResourceCollection;
923
1490
  /**
924
- * <p>
925
- * The ID of the AWS System Manager OpsItem created for this insight. You must enable
926
- * the creation of OpstItems insights before they are created for each insight.
927
- * </p>
1491
+ * <p> The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable
1492
+ * the creation of OpstItems insights before they are created for each insight. </p>
928
1493
  */
929
1494
  SsmOpsItemId?: string;
930
1495
  }
@@ -935,33 +1500,26 @@ export declare namespace ProactiveInsight {
935
1500
  const filterSensitiveLog: (obj: ProactiveInsight) => any;
936
1501
  }
937
1502
  /**
938
- * <p>
939
- * Information about a reactive insight. This object is returned by <code>ListInsights</code>.
940
- * </p>
1503
+ * <p> Information about a reactive insight. This object is returned by
1504
+ * <code>ListInsights</code>. </p>
941
1505
  */
942
1506
  export interface ReactiveInsight {
943
1507
  /**
944
- * <p>
945
- * The ID of a reactive insight.
946
- * </p>
1508
+ * <p> The ID of a reactive insight. </p>
947
1509
  */
948
1510
  Id?: string;
949
1511
  /**
950
- * <p>
951
- * The name of a reactive insight.
952
- * </p>
1512
+ * <p> The name of a reactive insight. </p>
953
1513
  */
954
1514
  Name?: string;
955
1515
  /**
956
- * <p>
957
- * The severity of a reactive insight.
958
- * </p>
1516
+ * <p>The severity of the insight. For more information, see
1517
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1518
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
959
1519
  */
960
1520
  Severity?: InsightSeverity | string;
961
1521
  /**
962
- * <p>
963
- * The status of a reactive insight.
964
- * </p>
1522
+ * <p> The status of a reactive insight. </p>
965
1523
  */
966
1524
  Status?: InsightStatus | string;
967
1525
  /**
@@ -970,17 +1528,15 @@ export interface ReactiveInsight {
970
1528
  */
971
1529
  InsightTimeRange?: InsightTimeRange;
972
1530
  /**
973
- * <p>
974
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
975
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
976
- * </p>
1531
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1532
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1533
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1534
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
977
1535
  */
978
1536
  ResourceCollection?: ResourceCollection;
979
1537
  /**
980
- * <p>
981
- * The ID of the AWS System Manager OpsItem created for this insight. You must enable
982
- * the creation of OpstItems insights before they are created for each insight.
983
- * </p>
1538
+ * <p> The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable
1539
+ * the creation of OpstItems insights before they are created for each insight. </p>
984
1540
  */
985
1541
  SsmOpsItemId?: string;
986
1542
  }
@@ -992,15 +1548,11 @@ export declare namespace ReactiveInsight {
992
1548
  }
993
1549
  export interface DescribeInsightResponse {
994
1550
  /**
995
- * <p>
996
- * A <code>ProactiveInsight</code> object that represents the requested insight.
997
- * </p>
1551
+ * <p> A <code>ProactiveInsight</code> object that represents the requested insight. </p>
998
1552
  */
999
1553
  ProactiveInsight?: ProactiveInsight;
1000
1554
  /**
1001
- * <p>
1002
- * A <code>ReactiveInsight</code> object that represents the requested insight.
1003
- * </p>
1555
+ * <p> A <code>ReactiveInsight</code> object that represents the requested insight. </p>
1004
1556
  */
1005
1557
  ReactiveInsight?: ReactiveInsight;
1006
1558
  }
@@ -1010,53 +1562,149 @@ export declare namespace DescribeInsightResponse {
1010
1562
  */
1011
1563
  const filterSensitiveLog: (obj: DescribeInsightResponse) => any;
1012
1564
  }
1013
- export declare enum ResourceCollectionType {
1565
+ export interface DescribeOrganizationHealthRequest {
1566
+ /**
1567
+ * <p>The ID of the Amazon Web Services account.</p>
1568
+ */
1569
+ AccountIds?: string[];
1570
+ /**
1571
+ * <p>The ID of the organizational unit.</p>
1572
+ */
1573
+ OrganizationalUnitIds?: string[];
1574
+ }
1575
+ export declare namespace DescribeOrganizationHealthRequest {
1576
+ /**
1577
+ * @internal
1578
+ */
1579
+ const filterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
1580
+ }
1581
+ export interface DescribeOrganizationHealthResponse {
1582
+ /**
1583
+ * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
1584
+ * account.</p>
1585
+ */
1586
+ OpenReactiveInsights: number | undefined;
1587
+ /**
1588
+ * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
1589
+ * account.</p>
1590
+ */
1591
+ OpenProactiveInsights: number | undefined;
1592
+ /**
1593
+ * <p>An integer that specifies the number of metrics that have been analyzed in your
1594
+ * organization.</p>
1595
+ */
1596
+ MetricsAnalyzed: number | undefined;
1597
+ /**
1598
+ * <p>The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in
1599
+ * the last hour. </p>
1600
+ */
1601
+ ResourceHours: number | undefined;
1602
+ }
1603
+ export declare namespace DescribeOrganizationHealthResponse {
1604
+ /**
1605
+ * @internal
1606
+ */
1607
+ const filterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
1608
+ }
1609
+ export interface DescribeOrganizationOverviewRequest {
1610
+ /**
1611
+ * <p> The start of the time range passed in. The start time granularity is at the day
1612
+ * level. The floor of the start time is used. Returned information occurred after this
1613
+ * day. </p>
1614
+ */
1615
+ FromTime: Date | undefined;
1616
+ /**
1617
+ * <p> The end of the time range passed in. The start time granularity is at the day level.
1618
+ * The floor of the start time is used. Returned information occurred before this day. If
1619
+ * this is not specified, then the current day is used. </p>
1620
+ */
1621
+ ToTime?: Date;
1622
+ /**
1623
+ * <p>The ID of the Amazon Web Services account.</p>
1624
+ */
1625
+ AccountIds?: string[];
1626
+ /**
1627
+ * <p>The ID of the organizational unit.</p>
1628
+ */
1629
+ OrganizationalUnitIds?: string[];
1630
+ }
1631
+ export declare namespace DescribeOrganizationOverviewRequest {
1632
+ /**
1633
+ * @internal
1634
+ */
1635
+ const filterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
1636
+ }
1637
+ export interface DescribeOrganizationOverviewResponse {
1638
+ /**
1639
+ * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
1640
+ * account.</p>
1641
+ */
1642
+ ReactiveInsights: number | undefined;
1643
+ /**
1644
+ * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
1645
+ * account.</p>
1646
+ */
1647
+ ProactiveInsights: number | undefined;
1648
+ }
1649
+ export declare namespace DescribeOrganizationOverviewResponse {
1650
+ /**
1651
+ * @internal
1652
+ */
1653
+ const filterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
1654
+ }
1655
+ export declare enum OrganizationResourceCollectionType {
1656
+ AWS_ACCOUNT = "AWS_ACCOUNT",
1014
1657
  AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
1015
1658
  AWS_SERVICE = "AWS_SERVICE"
1016
1659
  }
1017
- export interface DescribeResourceCollectionHealthRequest {
1660
+ export interface DescribeOrganizationResourceCollectionHealthRequest {
1018
1661
  /**
1019
- * <p>
1020
- * An AWS resource collection type. This type specifies how analyzed AWS resources are defined. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
1021
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
1022
- * </p>
1662
+ * <p> An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources
1663
+ * are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1664
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1665
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1023
1666
  */
1024
- ResourceCollectionType: ResourceCollectionType | string | undefined;
1667
+ OrganizationResourceCollectionType: OrganizationResourceCollectionType | string | undefined;
1668
+ /**
1669
+ * <p>The ID of the Amazon Web Services account.</p>
1670
+ */
1671
+ AccountIds?: string[];
1672
+ /**
1673
+ * <p>The ID of the organizational unit.</p>
1674
+ */
1675
+ OrganizationalUnitIds?: string[];
1025
1676
  /**
1026
1677
  * <p>The pagination token to use to retrieve
1027
1678
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
1028
1679
  */
1029
1680
  NextToken?: string;
1681
+ /**
1682
+ * <p>The maximum number of results to return with a single call.
1683
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
1684
+ */
1685
+ MaxResults?: number;
1030
1686
  }
1031
- export declare namespace DescribeResourceCollectionHealthRequest {
1687
+ export declare namespace DescribeOrganizationResourceCollectionHealthRequest {
1032
1688
  /**
1033
1689
  * @internal
1034
1690
  */
1035
- const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
1691
+ const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
1036
1692
  }
1037
1693
  /**
1038
- * <p>
1039
- * Information about the number of open reactive and proactive insights that can be
1040
- * used to gauge the health of your system.
1041
- * </p>
1694
+ * <p> Information about the number of open reactive and proactive insights that can be used
1695
+ * to gauge the health of your system. </p>
1042
1696
  */
1043
1697
  export interface InsightHealth {
1044
1698
  /**
1045
- * <p>
1046
- * The number of open proactive insights.
1047
- * </p>
1699
+ * <p> The number of open proactive insights. </p>
1048
1700
  */
1049
1701
  OpenProactiveInsights?: number;
1050
1702
  /**
1051
- * <p>
1052
- * The number of open reactive insights.
1053
- * </p>
1703
+ * <p> The number of open reactive insights. </p>
1054
1704
  */
1055
1705
  OpenReactiveInsights?: number;
1056
1706
  /**
1057
- * <p>
1058
- * The Meant Time to Recover (MTTR) for the insight.
1059
- * </p>
1707
+ * <p> The Meant Time to Recover (MTTR) for the insight. </p>
1060
1708
  */
1061
1709
  MeanTimeToRecoverInMilliseconds?: number;
1062
1710
  }
@@ -1067,22 +1715,18 @@ export declare namespace InsightHealth {
1067
1715
  const filterSensitiveLog: (obj: InsightHealth) => any;
1068
1716
  }
1069
1717
  /**
1070
- * <p>
1071
- * Information about the health of AWS resources in your account that are specified by an AWS CloudFormation stack.
1072
- * </p>
1718
+ * <p> Information about the health of Amazon Web Services resources in your account that are specified by
1719
+ * an Amazon Web Services CloudFormation stack. </p>
1073
1720
  */
1074
1721
  export interface CloudFormationHealth {
1075
1722
  /**
1076
- * <p>
1077
- * The name of the CloudFormation stack.
1078
- * </p>
1723
+ * <p> The name of the CloudFormation stack. </p>
1079
1724
  */
1080
1725
  StackName?: string;
1081
1726
  /**
1082
- * <p>
1083
- * Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation stack, including
1084
- * the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
1085
- * </p>
1727
+ * <p> Information about the health of the Amazon Web Services resources in your account that are
1728
+ * specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive
1729
+ * insights, and the Mean Time to Recover (MTTR) of closed insights. </p>
1086
1730
  */
1087
1731
  Insight?: InsightHealth;
1088
1732
  }
@@ -1093,15 +1737,16 @@ export declare namespace CloudFormationHealth {
1093
1737
  const filterSensitiveLog: (obj: CloudFormationHealth) => any;
1094
1738
  }
1095
1739
  /**
1096
- * <p>Contains the number of open proactive and reactive insights in an analyzed AWS service.</p>
1740
+ * <p>Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services
1741
+ * service.</p>
1097
1742
  */
1098
1743
  export interface ServiceInsightHealth {
1099
1744
  /**
1100
- * <p>The number of open proactive insights in the AWS service</p>
1745
+ * <p>The number of open proactive insights in the Amazon Web Services service</p>
1101
1746
  */
1102
1747
  OpenProactiveInsights?: number;
1103
1748
  /**
1104
- * <p>The number of open reactive insights in the AWS service</p>
1749
+ * <p>The number of open reactive insights in the Amazon Web Services service</p>
1105
1750
  */
1106
1751
  OpenReactiveInsights?: number;
1107
1752
  }
@@ -1139,16 +1784,17 @@ export declare enum ServiceName {
1139
1784
  SWF = "SWF"
1140
1785
  }
1141
1786
  /**
1142
- * <p>Represents the health of an AWS service.</p>
1787
+ * <p>Represents the health of an Amazon Web Services service.</p>
1143
1788
  */
1144
1789
  export interface ServiceHealth {
1145
1790
  /**
1146
- * <p>The name of the AWS service.</p>
1791
+ * <p>The name of the Amazon Web Services service.</p>
1147
1792
  */
1148
1793
  ServiceName?: ServiceName | string;
1149
1794
  /**
1150
- * <p>Represents the health of an AWS service. This is a <code>ServiceInsightHealth</code> that
1151
- * contains the number of open proactive and reactive insights for this service.</p>
1795
+ * <p>Represents the health of an Amazon Web Services service. This is a <code>ServiceInsightHealth</code>
1796
+ * that contains the number of open proactive and reactive insights for this
1797
+ * service.</p>
1152
1798
  */
1153
1799
  Insight?: ServiceInsightHealth;
1154
1800
  }
@@ -1158,17 +1804,114 @@ export declare namespace ServiceHealth {
1158
1804
  */
1159
1805
  const filterSensitiveLog: (obj: ServiceHealth) => any;
1160
1806
  }
1807
+ export interface DescribeOrganizationResourceCollectionHealthResponse {
1808
+ /**
1809
+ * <p>The returned <code>CloudFormationHealthOverview</code> object that contains an
1810
+ * <code>InsightHealthOverview</code> object with the requested system health
1811
+ * information.</p>
1812
+ */
1813
+ CloudFormation?: CloudFormationHealth[];
1814
+ /**
1815
+ * <p>An array of <code>ServiceHealth</code> objects that describes the health of the Amazon Web Services
1816
+ * services associated with the resources in the collection.</p>
1817
+ */
1818
+ Service?: ServiceHealth[];
1819
+ /**
1820
+ * <p>The name of the organization's account.</p>
1821
+ */
1822
+ Account?: AccountHealth[];
1823
+ /**
1824
+ * <p>The pagination token to use to retrieve
1825
+ * the next page of results for this operation. If there are no more pages, this value is null.</p>
1826
+ */
1827
+ NextToken?: string;
1828
+ }
1829
+ export declare namespace DescribeOrganizationResourceCollectionHealthResponse {
1830
+ /**
1831
+ * @internal
1832
+ */
1833
+ const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
1834
+ }
1835
+ export declare enum ResourceCollectionType {
1836
+ AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
1837
+ AWS_SERVICE = "AWS_SERVICE",
1838
+ AWS_TAGS = "AWS_TAGS"
1839
+ }
1840
+ export interface DescribeResourceCollectionHealthRequest {
1841
+ /**
1842
+ * <p> An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources
1843
+ * are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1844
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1845
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1846
+ */
1847
+ ResourceCollectionType: ResourceCollectionType | string | undefined;
1848
+ /**
1849
+ * <p>The pagination token to use to retrieve
1850
+ * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
1851
+ */
1852
+ NextToken?: string;
1853
+ }
1854
+ export declare namespace DescribeResourceCollectionHealthRequest {
1855
+ /**
1856
+ * @internal
1857
+ */
1858
+ const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
1859
+ }
1860
+ /**
1861
+ * <p> Information about the health of Amazon Web Services resources in your account that are specified by
1862
+ * an Amazon Web Services tag <i>key</i>. </p>
1863
+ */
1864
+ export interface TagHealth {
1865
+ /**
1866
+ * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
1867
+ * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
1868
+ * up your DevOps Guru application and analysis boundary.</p>
1869
+ * <important>
1870
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1871
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1872
+ * <code>Devops-guru-deployment-application</code> or
1873
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1874
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
1875
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1876
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
1877
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
1878
+ * <code>Devops-Guru-production-application/containers</code>.</p>
1879
+ * </important>
1880
+ */
1881
+ AppBoundaryKey?: string;
1882
+ /**
1883
+ * <p>The value in an Amazon Web Services tag.</p>
1884
+ * <p>The tag's <i>value</i> is an optional field used to associate a string with
1885
+ * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
1886
+ * name). The <i>key</i> and <i>value</i> are the tag's <i>key</i> pair.
1887
+ * Omitting the tag <i>value</i> is the same as using an empty
1888
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
1889
+ * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
1890
+ */
1891
+ TagValue?: string;
1892
+ /**
1893
+ * <p>Information about the health of the Amazon Web Services resources in your account that are
1894
+ * specified by an Amazon Web Services tag, including the number of open proactive, open reactive
1895
+ * insights, and the Mean Time to Recover (MTTR) of closed insights. </p>
1896
+ */
1897
+ Insight?: InsightHealth;
1898
+ }
1899
+ export declare namespace TagHealth {
1900
+ /**
1901
+ * @internal
1902
+ */
1903
+ const filterSensitiveLog: (obj: TagHealth) => any;
1904
+ }
1161
1905
  export interface DescribeResourceCollectionHealthResponse {
1162
1906
  /**
1163
- * <p>
1164
- * The returned <code>CloudFormationHealthOverview</code> object that contains an <code>InsightHealthOverview</code> object with
1165
- * the requested system health information.
1166
- * </p>
1907
+ * <p> The returned <code>CloudFormationHealthOverview</code> object that contains an
1908
+ * <code>InsightHealthOverview</code> object with the requested system health
1909
+ * information. </p>
1167
1910
  */
1168
- CloudFormation: CloudFormationHealth[] | undefined;
1911
+ CloudFormation?: CloudFormationHealth[];
1169
1912
  /**
1170
- * <p>An array of <code>ServiceHealth</code> objects that describes the health of the AWS services
1171
- * associated with the resources in the collection.</p>
1913
+ * <p>An array of <code>ServiceHealth</code> objects that describes the health of the Amazon Web Services
1914
+ * services associated with the resources in the collection.</p>
1172
1915
  */
1173
1916
  Service?: ServiceHealth[];
1174
1917
  /**
@@ -1176,6 +1919,43 @@ export interface DescribeResourceCollectionHealthResponse {
1176
1919
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
1177
1920
  */
1178
1921
  NextToken?: string;
1922
+ /**
1923
+ * <p>The Amazon Web Services tags that are used by resources in the resource collection.</p>
1924
+ * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
1925
+ * tagging, so you can assign the same tag to resources from different services to indicate
1926
+ * that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
1927
+ * table resource that you assign to an Lambda function. For more information about
1928
+ * using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
1929
+ * best practices</a> whitepaper. </p>
1930
+ * <p>Each Amazon Web Services tag has two parts. </p>
1931
+ * <ul>
1932
+ * <li>
1933
+ * <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
1934
+ * <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
1935
+ * <i>keys</i> are case-sensitive.</p>
1936
+ * </li>
1937
+ * <li>
1938
+ * <p>An optional field known as a tag <i>value</i> (for example,
1939
+ * <code>111122223333</code>, <code>Production</code>, or a team
1940
+ * name). Omitting the tag <i>value</i> is the same as using an empty
1941
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
1942
+ * case-sensitive.</p>
1943
+ * </li>
1944
+ * </ul>
1945
+ * <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
1946
+ * <important>
1947
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
1948
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
1949
+ * <code>Devops-guru-deployment-application</code> or
1950
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
1951
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
1952
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
1953
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
1954
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
1955
+ * <code>Devops-Guru-production-application/containers</code>.</p>
1956
+ * </important>
1957
+ */
1958
+ Tags?: TagHealth[];
1179
1959
  }
1180
1960
  export declare namespace DescribeResourceCollectionHealthResponse {
1181
1961
  /**
@@ -1196,15 +1976,13 @@ export declare enum OptInStatus {
1196
1976
  ENABLED = "ENABLED"
1197
1977
  }
1198
1978
  /**
1199
- * <p>
1200
- * Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
1201
- * </p>
1979
+ * <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
1980
+ * OpsCenter for each created insight. </p>
1202
1981
  */
1203
1982
  export interface OpsCenterIntegration {
1204
1983
  /**
1205
- * <p>
1206
- * Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight.
1207
- * </p>
1984
+ * <p> Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
1985
+ * insight. </p>
1208
1986
  */
1209
1987
  OptInStatus?: OptInStatus | string;
1210
1988
  }
@@ -1215,15 +1993,13 @@ export declare namespace OpsCenterIntegration {
1215
1993
  const filterSensitiveLog: (obj: OpsCenterIntegration) => any;
1216
1994
  }
1217
1995
  /**
1218
- * <p>
1219
- * Information about the integration of DevOps Guru with another AWS service, such as AWS Systems Manager.
1220
- * </p>
1996
+ * <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
1997
+ * Amazon Web Services Systems Manager. </p>
1221
1998
  */
1222
1999
  export interface ServiceIntegrationConfig {
1223
2000
  /**
1224
- * <p>
1225
- * Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
1226
- * </p>
2001
+ * <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
2002
+ * OpsCenter for each created insight. </p>
1227
2003
  */
1228
2004
  OpsCenter?: OpsCenterIntegration;
1229
2005
  }
@@ -1235,9 +2011,8 @@ export declare namespace ServiceIntegrationConfig {
1235
2011
  }
1236
2012
  export interface DescribeServiceIntegrationResponse {
1237
2013
  /**
1238
- * <p>
1239
- * Information about the integration of DevOps Guru with another AWS service, such as AWS Systems Manager.
1240
- * </p>
2014
+ * <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
2015
+ * Amazon Web Services Systems Manager. </p>
1241
2016
  */
1242
2017
  ServiceIntegration?: ServiceIntegrationConfig;
1243
2018
  }
@@ -1265,23 +2040,22 @@ export declare enum CostEstimationServiceResourceState {
1265
2040
  INACTIVE = "INACTIVE"
1266
2041
  }
1267
2042
  /**
1268
- * <p>An object that contains information about the estimated monthly cost to
1269
- * analyze an AWS resource. For more information,
2043
+ * <p>An object that contains information about the estimated monthly cost to analyze an
2044
+ * Amazon Web Services resource. For more information,
1270
2045
  * see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
1271
2046
  * Amazon DevOps Guru costs</a> and
1272
2047
  * <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>.</p>
1273
2048
  */
1274
2049
  export interface ServiceResourceCost {
1275
2050
  /**
1276
- * <p>The type of the AWS resource.</p>
2051
+ * <p>The type of the Amazon Web Services resource.</p>
1277
2052
  */
1278
2053
  Type?: string;
1279
2054
  /**
1280
2055
  * <p>The state of the resource. The resource is <code>ACTIVE</code> if it produces metrics,
1281
- * events, or logs within an hour, otherwise it is <code>INACTIVE</code>. You pay for
1282
- * the number of active AWS resource hours analyzed for each resource. Inactive resources are
1283
- * not charged.
1284
- * </p>
2056
+ * events, or logs within an hour, otherwise it is <code>INACTIVE</code>. You pay for the
2057
+ * number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are
2058
+ * not charged. </p>
1285
2059
  */
1286
2060
  State?: CostEstimationServiceResourceState | string;
1287
2061
  /**
@@ -1298,7 +2072,8 @@ export interface ServiceResourceCost {
1298
2072
  */
1299
2073
  UnitCost?: number;
1300
2074
  /**
1301
- * <p>The total estimated monthly cost to analyze the active resources for this resource.</p>
2075
+ * <p>The total estimated monthly cost to analyze the active resources for this
2076
+ * resource.</p>
1302
2077
  */
1303
2078
  Cost?: number;
1304
2079
  }
@@ -1309,10 +2084,11 @@ export declare namespace ServiceResourceCost {
1309
2084
  const filterSensitiveLog: (obj: ServiceResourceCost) => any;
1310
2085
  }
1311
2086
  /**
1312
- * <p>Information about an AWS CloudFormation stack used to create a monthly cost estimate for DevOps Guru to analyze
1313
- * AWS resources. The maximum number of stacks you can specify for a cost estimate is one. The estimate created is for the cost
1314
- * to analyze the AWS resources defined by the stack. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a>
1315
- * in the <i>AWS CloudFormation User Guide</i>.</p>
2087
+ * <p>Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate
2088
+ * for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a
2089
+ * cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services
2090
+ * resources defined by the stack. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
2091
+ * <i>Amazon Web Services CloudFormation User Guide</i>.</p>
1316
2092
  */
1317
2093
  export interface CloudFormationCostEstimationResourceCollectionFilter {
1318
2094
  /**
@@ -1327,19 +2103,99 @@ export declare namespace CloudFormationCostEstimationResourceCollectionFilter {
1327
2103
  const filterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
1328
2104
  }
1329
2105
  /**
1330
- * <p>Information about a filter used to specify which AWS resources are analyzed to create
1331
- * a monthly DevOps Guru cost estimate. For more information,
2106
+ * <p>Information about a collection of Amazon Web Services resources that are identified by an
2107
+ * Amazon Web Services tag. This collection of resources is used to create a monthly cost estimate
2108
+ * for DevOps Guru to analyze Amazon Web Services resources. The maximum number of tags you can specify for a
2109
+ * cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services
2110
+ * resources defined by the tag. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
2111
+ * <i>Amazon Web Services CloudFormation User Guide</i>.</p>
2112
+ */
2113
+ export interface TagCostEstimationResourceCollectionFilter {
2114
+ /**
2115
+ * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
2116
+ * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
2117
+ * up your DevOps Guru application and analysis boundary.</p>
2118
+ * <important>
2119
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2120
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2121
+ * <code>Devops-guru-deployment-application</code> or
2122
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2123
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2124
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2125
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2126
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
2127
+ * <code>Devops-Guru-production-application/containers</code>.</p>
2128
+ * </important>
2129
+ */
2130
+ AppBoundaryKey: string | undefined;
2131
+ /**
2132
+ * <p>The values in an Amazon Web Services tag collection.</p>
2133
+ * <p>The tag's <i>value</i> is an optional field used to associate a string with
2134
+ * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
2135
+ * name). The <i>key</i> and <i>value</i> are the tag's <i>key</i> pair.
2136
+ * Omitting the tag <i>value</i> is the same as using an empty
2137
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
2138
+ * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
2139
+ */
2140
+ TagValues: string[] | undefined;
2141
+ }
2142
+ export declare namespace TagCostEstimationResourceCollectionFilter {
2143
+ /**
2144
+ * @internal
2145
+ */
2146
+ const filterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
2147
+ }
2148
+ /**
2149
+ * <p>Information about a filter used to specify which Amazon Web Services resources are analyzed to
2150
+ * create a monthly DevOps Guru cost estimate. For more information,
1332
2151
  * see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
1333
2152
  * Amazon DevOps Guru costs</a> and
1334
- * <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>.
1335
- * </p>
2153
+ * <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>. </p>
1336
2154
  */
1337
2155
  export interface CostEstimationResourceCollectionFilter {
1338
2156
  /**
1339
- * <p>An object that specifies the CloudFormation stack that defines the AWS resources
2157
+ * <p>An object that specifies the CloudFormation stack that defines the Amazon Web Services resources
1340
2158
  * used to create a monthly estimate for DevOps Guru.</p>
1341
2159
  */
1342
2160
  CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
2161
+ /**
2162
+ * <p>The Amazon Web Services tags used to filter the resource collection that is used for
2163
+ * a cost estimate.</p>
2164
+ * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
2165
+ * tagging, so you can assign the same tag to resources from different services to indicate
2166
+ * that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
2167
+ * table resource that you assign to an Lambda function. For more information about
2168
+ * using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
2169
+ * best practices</a> whitepaper. </p>
2170
+ * <p>Each Amazon Web Services tag has two parts. </p>
2171
+ * <ul>
2172
+ * <li>
2173
+ * <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
2174
+ * <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
2175
+ * <i>keys</i> are case-sensitive.</p>
2176
+ * </li>
2177
+ * <li>
2178
+ * <p>An optional field known as a tag <i>value</i> (for example,
2179
+ * <code>111122223333</code>, <code>Production</code>, or a team
2180
+ * name). Omitting the tag <i>value</i> is the same as using an empty
2181
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
2182
+ * case-sensitive.</p>
2183
+ * </li>
2184
+ * </ul>
2185
+ * <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
2186
+ * <important>
2187
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2188
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2189
+ * <code>Devops-guru-deployment-application</code> or
2190
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2191
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2192
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2193
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2194
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
2195
+ * <code>Devops-Guru-production-application/containers</code>.</p>
2196
+ * </important>
2197
+ */
2198
+ Tags?: TagCostEstimationResourceCollectionFilter[];
1343
2199
  }
1344
2200
  export declare namespace CostEstimationResourceCollectionFilter {
1345
2201
  /**
@@ -1372,17 +2228,19 @@ export declare namespace CostEstimationTimeRange {
1372
2228
  }
1373
2229
  export interface GetCostEstimationResponse {
1374
2230
  /**
1375
- * <p>The collection of the AWS resources used to create your monthly DevOps Guru cost estimate.</p>
2231
+ * <p>The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost
2232
+ * estimate.</p>
1376
2233
  */
1377
2234
  ResourceCollection?: CostEstimationResourceCollectionFilter;
1378
2235
  /**
1379
2236
  * <p>The status of creating this cost estimate. If it's still in progress, the status
1380
- * <code>ONGOING</code> is returned. If it is finished, the status <code>COMPLETED</code> is returned.</p>
2237
+ * <code>ONGOING</code> is returned. If it is finished, the status
2238
+ * <code>COMPLETED</code> is returned.</p>
1381
2239
  */
1382
2240
  Status?: CostEstimationStatus | string;
1383
2241
  /**
1384
- * <p>An array of <code>ResourceCost</code> objects that each contains details
1385
- * about the monthly cost estimate to analyze one of your AWS resources.</p>
2242
+ * <p>An array of <code>ResourceCost</code> objects that each contains details about the
2243
+ * monthly cost estimate to analyze one of your Amazon Web Services resources.</p>
1386
2244
  */
1387
2245
  Costs?: ServiceResourceCost[];
1388
2246
  /**
@@ -1390,9 +2248,9 @@ export interface GetCostEstimationResponse {
1390
2248
  */
1391
2249
  TimeRange?: CostEstimationTimeRange;
1392
2250
  /**
1393
- * <p>The estimated monthly cost to analyze the AWS resources.
1394
- * This value is the sum of the estimated costs to analyze each resource in the <code>Costs</code>
1395
- * object in this response.</p>
2251
+ * <p>The estimated monthly cost to analyze the Amazon Web Services resources. This value is the sum of
2252
+ * the estimated costs to analyze each resource in the <code>Costs</code> object in this
2253
+ * response.</p>
1396
2254
  */
1397
2255
  TotalCost?: number;
1398
2256
  /**
@@ -1409,10 +2267,8 @@ export declare namespace GetCostEstimationResponse {
1409
2267
  }
1410
2268
  export interface GetResourceCollectionRequest {
1411
2269
  /**
1412
- * <p>
1413
- * The type of AWS resource collections to return. The one valid value is <code>CLOUD_FORMATION</code> for
1414
- * AWS CloudFormation stacks.
1415
- * </p>
2270
+ * <p> The type of Amazon Web Services resource collections to return. The one valid value is
2271
+ * <code>CLOUD_FORMATION</code> for Amazon Web Services CloudFormation stacks. </p>
1416
2272
  */
1417
2273
  ResourceCollectionType: ResourceCollectionType | string | undefined;
1418
2274
  /**
@@ -1428,17 +2284,14 @@ export declare namespace GetResourceCollectionRequest {
1428
2284
  const filterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
1429
2285
  }
1430
2286
  /**
1431
- * <p>
1432
- * Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources in your account to analyze.
1433
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a>
1434
- * in the <i>AWS CloudFormation User Guide</i>.
1435
- * </p>
2287
+ * <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
2288
+ * stacks to specify which Amazon Web Services resources in your account to analyze. For more
2289
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
2290
+ * <i>Amazon Web Services CloudFormation User Guide</i>. </p>
1436
2291
  */
1437
2292
  export interface CloudFormationCollectionFilter {
1438
2293
  /**
1439
- * <p>
1440
- * An array of CloudFormation stack names.
1441
- * </p>
2294
+ * <p> An array of CloudFormation stack names. </p>
1442
2295
  */
1443
2296
  StackNames?: string[];
1444
2297
  }
@@ -1449,19 +2302,93 @@ export declare namespace CloudFormationCollectionFilter {
1449
2302
  const filterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
1450
2303
  }
1451
2304
  /**
1452
- * <p>
1453
- * Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
1454
- * </p>
2305
+ * <p>A collection of Amazon Web Services tags used to filter insights. This is used to return insights generated from
2306
+ * only resources that contain the tags in the tag collection.</p>
2307
+ */
2308
+ export interface TagCollectionFilter {
2309
+ /**
2310
+ * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
2311
+ * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
2312
+ * up your DevOps Guru application and analysis boundary.</p>
2313
+ * <important>
2314
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2315
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2316
+ * <code>Devops-guru-deployment-application</code> or
2317
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2318
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2319
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2320
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2321
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
2322
+ * <code>Devops-Guru-production-application/containers</code>.</p>
2323
+ * </important>
2324
+ */
2325
+ AppBoundaryKey: string | undefined;
2326
+ /**
2327
+ * <p>The values in an Amazon Web Services tag collection.</p>
2328
+ * <p>The tag's <i>value</i> is an optional field used to associate a string with
2329
+ * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
2330
+ * name). The <i>key</i> and <i>value</i> are the tag's <i>key</i> pair.
2331
+ * Omitting the tag <i>value</i> is the same as using an empty
2332
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
2333
+ * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
2334
+ */
2335
+ TagValues: string[] | undefined;
2336
+ }
2337
+ export declare namespace TagCollectionFilter {
2338
+ /**
2339
+ * @internal
2340
+ */
2341
+ const filterSensitiveLog: (obj: TagCollectionFilter) => any;
2342
+ }
2343
+ /**
2344
+ * <p> Information about a filter used to specify which Amazon Web Services resources are analyzed for
2345
+ * anomalous behavior by DevOps Guru. </p>
1455
2346
  */
1456
2347
  export interface ResourceCollectionFilter {
1457
2348
  /**
1458
- * <p>
1459
- * Information about AWS CloudFormation stacks. You can use up to 500 stacks to specify which AWS resources in your account to analyze.
1460
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a>
1461
- * in the <i>AWS CloudFormation User Guide</i>.
1462
- * </p>
2349
+ * <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
2350
+ * stacks to specify which Amazon Web Services resources in your account to analyze. For more
2351
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
2352
+ * <i>Amazon Web Services CloudFormation User Guide</i>. </p>
1463
2353
  */
1464
2354
  CloudFormation?: CloudFormationCollectionFilter;
2355
+ /**
2356
+ * <p>The Amazon Web Services tags used to filter the resources in the resource collection.</p>
2357
+ * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
2358
+ * tagging, so you can assign the same tag to resources from different services to indicate
2359
+ * that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
2360
+ * table resource that you assign to an Lambda function. For more information about
2361
+ * using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
2362
+ * best practices</a> whitepaper. </p>
2363
+ * <p>Each Amazon Web Services tag has two parts. </p>
2364
+ * <ul>
2365
+ * <li>
2366
+ * <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
2367
+ * <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
2368
+ * <i>keys</i> are case-sensitive.</p>
2369
+ * </li>
2370
+ * <li>
2371
+ * <p>An optional field known as a tag <i>value</i> (for example,
2372
+ * <code>111122223333</code>, <code>Production</code>, or a team
2373
+ * name). Omitting the tag <i>value</i> is the same as using an empty
2374
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
2375
+ * case-sensitive.</p>
2376
+ * </li>
2377
+ * </ul>
2378
+ * <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
2379
+ * <important>
2380
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
2381
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
2382
+ * <code>Devops-guru-deployment-application</code> or
2383
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
2384
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
2385
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
2386
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
2387
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
2388
+ * <code>Devops-Guru-production-application/containers</code>.</p>
2389
+ * </important>
2390
+ */
2391
+ Tags?: TagCollectionFilter[];
1465
2392
  }
1466
2393
  export declare namespace ResourceCollectionFilter {
1467
2394
  /**
@@ -1471,10 +2398,10 @@ export declare namespace ResourceCollectionFilter {
1471
2398
  }
1472
2399
  export interface GetResourceCollectionResponse {
1473
2400
  /**
1474
- * <p>
1475
- * The requested list of AWS resource collections. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
1476
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
1477
- * </p>
2401
+ * <p> The requested list of Amazon Web Services resource collections.
2402
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
2403
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
2404
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1478
2405
  */
1479
2406
  ResourceCollection?: ResourceCollectionFilter;
1480
2407
  /**
@@ -1490,21 +2417,16 @@ export declare namespace GetResourceCollectionResponse {
1490
2417
  const filterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
1491
2418
  }
1492
2419
  /**
1493
- * <p>
1494
- * A time range used to specify when the behavior of an insight or anomaly started.
2420
+ * <p> A time range used to specify when the behavior of an insight or anomaly started.
1495
2421
  * </p>
1496
2422
  */
1497
2423
  export interface StartTimeRange {
1498
2424
  /**
1499
- * <p>
1500
- * The start time of the time range.
1501
- * </p>
2425
+ * <p> The start time of the time range. </p>
1502
2426
  */
1503
2427
  FromTime?: Date;
1504
2428
  /**
1505
- * <p>
1506
- * The end time of the time range.
1507
- * </p>
2429
+ * <p> The end time of the time range. </p>
1508
2430
  */
1509
2431
  ToTime?: Date;
1510
2432
  }
@@ -1516,16 +2438,12 @@ export declare namespace StartTimeRange {
1516
2438
  }
1517
2439
  export interface ListAnomaliesForInsightRequest {
1518
2440
  /**
1519
- * <p>
1520
- * The ID of the insight. The returned anomalies belong to this insight.
1521
- * </p>
2441
+ * <p> The ID of the insight. The returned anomalies belong to this insight. </p>
1522
2442
  */
1523
2443
  InsightId: string | undefined;
1524
2444
  /**
1525
- * <p>
1526
- * A time range used to specify when the requested anomalies started. All returned anomalies started
1527
- * during this time range.
1528
- * </p>
2445
+ * <p> A time range used to specify when the requested anomalies started. All returned
2446
+ * anomalies started during this time range. </p>
1529
2447
  */
1530
2448
  StartTimeRange?: StartTimeRange;
1531
2449
  /**
@@ -1538,6 +2456,10 @@ export interface ListAnomaliesForInsightRequest {
1538
2456
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
1539
2457
  */
1540
2458
  NextToken?: string;
2459
+ /**
2460
+ * <p>The ID of the Amazon Web Services account. </p>
2461
+ */
2462
+ AccountId?: string;
1541
2463
  }
1542
2464
  export declare namespace ListAnomaliesForInsightRequest {
1543
2465
  /**
@@ -1547,7 +2469,7 @@ export declare namespace ListAnomaliesForInsightRequest {
1547
2469
  }
1548
2470
  /**
1549
2471
  * <p>Details about a proactive anomaly. This object is returned by
1550
- * <code>DescribeAnomaly.</code>
2472
+ * <code>DescribeAnomaly.</code>
1551
2473
  * </p>
1552
2474
  */
1553
2475
  export interface ProactiveAnomalySummary {
@@ -1556,7 +2478,10 @@ export interface ProactiveAnomalySummary {
1556
2478
  */
1557
2479
  Id?: string;
1558
2480
  /**
1559
- * <p>The severity of the anomaly.</p>
2481
+ * <p>The severity of the anomaly. The severity of anomalies that generate
2482
+ * an insight determine that insight's severity. For more information, see
2483
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
2484
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1560
2485
  */
1561
2486
  Severity?: AnomalySeverity | string;
1562
2487
  /**
@@ -1564,55 +2489,46 @@ export interface ProactiveAnomalySummary {
1564
2489
  */
1565
2490
  Status?: AnomalyStatus | string;
1566
2491
  /**
1567
- * <p>
1568
- * The time of the anomaly's most recent update.
1569
- * </p>
2492
+ * <p> The time of the anomaly's most recent update. </p>
1570
2493
  */
1571
2494
  UpdateTime?: Date;
1572
2495
  /**
1573
- * <p>
1574
- * A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from
1575
- * <code>AnomalyReportedTimeRange</code>, which specifies the time range when DevOps Guru opens and then closes
1576
- * an anomaly.
1577
- * </p>
2496
+ * <p> A time range that specifies when the observed unusual behavior in an anomaly started
2497
+ * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
2498
+ * the time range when DevOps Guru opens and then closes an anomaly. </p>
1578
2499
  */
1579
2500
  AnomalyTimeRange?: AnomalyTimeRange;
1580
2501
  /**
1581
2502
  * <p>
1582
- * A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
2503
+ * An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
1583
2504
  * </p>
1584
2505
  */
1585
2506
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
1586
2507
  /**
1587
- * <p>
1588
- * The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
1589
- * </p>
2508
+ * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
2509
+ * is expected to occur. </p>
1590
2510
  */
1591
2511
  PredictionTimeRange?: PredictionTimeRange;
1592
2512
  /**
1593
- * <p>
1594
- * Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
1595
- * </p>
2513
+ * <p> Details about the source of the analyzed operational data that triggered the anomaly.
2514
+ * The one supported source is Amazon CloudWatch metrics. </p>
1596
2515
  */
1597
2516
  SourceDetails?: AnomalySourceDetails;
1598
2517
  /**
1599
- * <p>
1600
- * The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
1601
- * </p>
2518
+ * <p> The ID of the insight that contains this anomaly. An insight is composed of related
2519
+ * anomalies. </p>
1602
2520
  */
1603
2521
  AssociatedInsightId?: string;
1604
2522
  /**
1605
- * <p>
1606
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
1607
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
1608
- * </p>
2523
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
2524
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
2525
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
2526
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1609
2527
  */
1610
2528
  ResourceCollection?: ResourceCollection;
1611
2529
  /**
1612
- * <p>
1613
- * A threshold that was exceeded by behavior in analyzed resources. Exceeding this
1614
- * threshold is related to the anomalous behavior that generated this anomaly.
1615
- * </p>
2530
+ * <p> A threshold that was exceeded by behavior in analyzed resources. Exceeding this
2531
+ * threshold is related to the anomalous behavior that generated this anomaly. </p>
1616
2532
  */
1617
2533
  Limit?: number;
1618
2534
  }
@@ -1624,61 +2540,85 @@ export declare namespace ProactiveAnomalySummary {
1624
2540
  }
1625
2541
  /**
1626
2542
  * <p>Details about a reactive anomaly. This object is returned by
1627
- * <code>DescribeAnomaly.</code>
2543
+ * <code>DescribeAnomaly.</code>
1628
2544
  * </p>
1629
2545
  */
1630
2546
  export interface ReactiveAnomalySummary {
1631
2547
  /**
1632
- * <p>
1633
- * The ID of the reactive anomaly.
1634
- * </p>
2548
+ * <p> The ID of the reactive anomaly. </p>
1635
2549
  */
1636
2550
  Id?: string;
1637
2551
  /**
1638
- * <p>
1639
- * The severity of the reactive anomaly.
1640
- * </p>
2552
+ * <p>The severity of the anomaly. The severity of anomalies that generate
2553
+ * an insight determine that insight's severity. For more information, see
2554
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
2555
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1641
2556
  */
1642
2557
  Severity?: AnomalySeverity | string;
1643
2558
  /**
1644
- * <p>
1645
- * The status of the reactive anomaly.
1646
- * </p>
2559
+ * <p> The status of the reactive anomaly. </p>
1647
2560
  */
1648
2561
  Status?: AnomalyStatus | string;
1649
2562
  /**
1650
- * <p>
1651
- * A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from
1652
- * <code>AnomalyReportedTimeRange</code>, which specifies the time range when DevOps Guru opens and then closes
1653
- * an anomaly.
1654
- * </p>
2563
+ * <p> A time range that specifies when the observed unusual behavior in an anomaly started
2564
+ * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
2565
+ * the time range when DevOps Guru opens and then closes an anomaly. </p>
1655
2566
  */
1656
2567
  AnomalyTimeRange?: AnomalyTimeRange;
1657
2568
  /**
1658
2569
  * <p>
1659
- * A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
2570
+ * An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
1660
2571
  * </p>
1661
2572
  */
1662
2573
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
1663
2574
  /**
1664
- * <p>
1665
- * Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
1666
- * </p>
2575
+ * <p> Details about the source of the analyzed operational data that triggered the anomaly.
2576
+ * The one supported source is Amazon CloudWatch metrics. </p>
1667
2577
  */
1668
2578
  SourceDetails?: AnomalySourceDetails;
1669
2579
  /**
1670
- * <p>
1671
- * The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
1672
- * </p>
2580
+ * <p> The ID of the insight that contains this anomaly. An insight is composed of related
2581
+ * anomalies. </p>
1673
2582
  */
1674
2583
  AssociatedInsightId?: string;
1675
2584
  /**
1676
- * <p>
1677
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
1678
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
1679
- * </p>
2585
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
2586
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
2587
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
2588
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1680
2589
  */
1681
2590
  ResourceCollection?: ResourceCollection;
2591
+ /**
2592
+ * <p>The type of the reactive anomaly. It can be one of the following types.</p>
2593
+ * <ul>
2594
+ * <li>
2595
+ * <p>
2596
+ * <code>CAUSAL</code> - the anomaly can cause a new insight.</p>
2597
+ * </li>
2598
+ * <li>
2599
+ * <p>
2600
+ * <code>CONTEXTUAL</code> - the anomaly contains additional information about an insight or its causal anomaly.</p>
2601
+ * </li>
2602
+ * </ul>
2603
+ */
2604
+ Type?: AnomalyType | string;
2605
+ /**
2606
+ * <p>The name of the reactive anomaly.</p>
2607
+ */
2608
+ Name?: string;
2609
+ /**
2610
+ * <p>A description of the reactive anomaly.</p>
2611
+ */
2612
+ Description?: string;
2613
+ /**
2614
+ * <p>The ID of the causal anomaly that is associated with this
2615
+ * reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.</p>
2616
+ */
2617
+ CausalAnomalyId?: string;
2618
+ /**
2619
+ * <p>The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.</p>
2620
+ */
2621
+ AnomalyResources?: AnomalyResource[];
1682
2622
  }
1683
2623
  export declare namespace ReactiveAnomalySummary {
1684
2624
  /**
@@ -1688,15 +2628,13 @@ export declare namespace ReactiveAnomalySummary {
1688
2628
  }
1689
2629
  export interface ListAnomaliesForInsightResponse {
1690
2630
  /**
1691
- * <p>
1692
- * An array of <code>ProactiveAnomalySummary</code> objects that represent the requested anomalies
1693
- * </p>
2631
+ * <p> An array of <code>ProactiveAnomalySummary</code> objects that represent the requested
2632
+ * anomalies </p>
1694
2633
  */
1695
2634
  ProactiveAnomalies?: ProactiveAnomalySummary[];
1696
2635
  /**
1697
- * <p>
1698
- * An array of <code>ReactiveAnomalySummary</code> objects that represent the requested anomalies
1699
- * </p>
2636
+ * <p> An array of <code>ReactiveAnomalySummary</code> objects that represent the requested
2637
+ * anomalies </p>
1700
2638
  */
1701
2639
  ReactiveAnomalies?: ReactiveAnomalySummary[];
1702
2640
  /**
@@ -1723,22 +2661,17 @@ export declare enum EventClass {
1723
2661
  SECURITY_CHANGE = "SECURITY_CHANGE"
1724
2662
  }
1725
2663
  /**
1726
- * <p>
1727
- * The time range during which an AWS event occurred. AWS resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and
1728
- * provide recommendations to improve your operational solutions.
1729
- * </p>
2664
+ * <p> The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and
2665
+ * metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to
2666
+ * improve your operational solutions. </p>
1730
2667
  */
1731
2668
  export interface EventTimeRange {
1732
2669
  /**
1733
- * <p>
1734
- * The time when the event started.
1735
- * </p>
2670
+ * <p> The time when the event started. </p>
1736
2671
  */
1737
2672
  FromTime: Date | undefined;
1738
2673
  /**
1739
- * <p>
1740
- * The time when the event ended.
1741
- * </p>
2674
+ * <p> The time when the event ended. </p>
1742
2675
  */
1743
2676
  ToTime: Date | undefined;
1744
2677
  }
@@ -1749,15 +2682,12 @@ export declare namespace EventTimeRange {
1749
2682
  const filterSensitiveLog: (obj: EventTimeRange) => any;
1750
2683
  }
1751
2684
  /**
1752
- * <p>
1753
- * Filters you can use to specify which events are returned when <code>ListEvents</code> is called.
1754
- * </p>
2685
+ * <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
2686
+ * is called. </p>
1755
2687
  */
1756
2688
  export interface ListEventsFilters {
1757
2689
  /**
1758
- * <p>
1759
- * An ID of an insight that is related to the events you want to filter for.
1760
- * </p>
2690
+ * <p> An ID of an insight that is related to the events you want to filter for. </p>
1761
2691
  */
1762
2692
  InsightId?: string;
1763
2693
  /**
@@ -1765,28 +2695,24 @@ export interface ListEventsFilters {
1765
2695
  */
1766
2696
  EventTimeRange?: EventTimeRange;
1767
2697
  /**
1768
- * <p>
1769
- * The class of the events you want to filter for, such as an infrastructure change, a deployment, or a schema change.
1770
- * </p>
2698
+ * <p> The class of the events you want to filter for, such as an infrastructure change, a
2699
+ * deployment, or a schema change. </p>
1771
2700
  */
1772
2701
  EventClass?: EventClass | string;
1773
2702
  /**
1774
- * <p>
1775
- * The AWS source that emitted the events you want to filter for.
1776
- * </p>
2703
+ * <p> The Amazon Web Services source that emitted the events you want to filter for. </p>
1777
2704
  */
1778
2705
  EventSource?: string;
1779
2706
  /**
1780
- * <p>
1781
- * The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, of the events you want returned.
1782
- * </p>
2707
+ * <p> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, of the
2708
+ * events you want returned. </p>
1783
2709
  */
1784
2710
  DataSource?: EventDataSource | string;
1785
2711
  /**
1786
- * <p>
1787
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
1788
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
1789
- * </p>
2712
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
2713
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
2714
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
2715
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1790
2716
  */
1791
2717
  ResourceCollection?: ResourceCollection;
1792
2718
  }
@@ -1798,9 +2724,8 @@ export declare namespace ListEventsFilters {
1798
2724
  }
1799
2725
  export interface ListEventsRequest {
1800
2726
  /**
1801
- * <p>
1802
- * A <code>ListEventsFilters</code> object used to specify which events to return.
1803
- * </p>
2727
+ * <p> A <code>ListEventsFilters</code> object used to specify which events to return.
2728
+ * </p>
1804
2729
  */
1805
2730
  Filters: ListEventsFilters | undefined;
1806
2731
  /**
@@ -1813,6 +2738,10 @@ export interface ListEventsRequest {
1813
2738
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
1814
2739
  */
1815
2740
  NextToken?: string;
2741
+ /**
2742
+ * <p>The ID of the Amazon Web Services account. </p>
2743
+ */
2744
+ AccountId?: string;
1816
2745
  }
1817
2746
  export declare namespace ListEventsRequest {
1818
2747
  /**
@@ -1821,28 +2750,21 @@ export declare namespace ListEventsRequest {
1821
2750
  const filterSensitiveLog: (obj: ListEventsRequest) => any;
1822
2751
  }
1823
2752
  /**
1824
- * <p>
1825
- * The AWS resource that emitted an event. AWS resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and
1826
- * provide recommendations to improve your operational solutions.
1827
- * </p>
2753
+ * <p> The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are
2754
+ * analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your
2755
+ * operational solutions. </p>
1828
2756
  */
1829
2757
  export interface EventResource {
1830
2758
  /**
1831
- * <p>
1832
- * The type of resource that emitted an event.
1833
- * </p>
2759
+ * <p> The type of resource that emitted an event. </p>
1834
2760
  */
1835
2761
  Type?: string;
1836
2762
  /**
1837
- * <p>
1838
- * The name of the resource that emitted an event.
1839
- * </p>
2763
+ * <p> The name of the resource that emitted an event. </p>
1840
2764
  */
1841
2765
  Name?: string;
1842
2766
  /**
1843
- * <p>
1844
- * The Amazon Resource Name (ARN) of the resource that emitted an event.
1845
- * </p>
2767
+ * <p> The Amazon Resource Name (ARN) of the resource that emitted an event. </p>
1846
2768
  */
1847
2769
  Arn?: string;
1848
2770
  }
@@ -1853,23 +2775,20 @@ export declare namespace EventResource {
1853
2775
  const filterSensitiveLog: (obj: EventResource) => any;
1854
2776
  }
1855
2777
  /**
1856
- * <p>
1857
- * An AWS resource event. AWS resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and
1858
- * provide recommendations to improve your operational solutions.
1859
- * </p>
2778
+ * <p> An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to
2779
+ * find anomalous behavior and provide recommendations to improve your operational
2780
+ * solutions. </p>
1860
2781
  */
1861
2782
  export interface Event {
1862
2783
  /**
1863
- * <p>
1864
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
1865
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
1866
- * </p>
2784
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
2785
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
2786
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
2787
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1867
2788
  */
1868
2789
  ResourceCollection?: ResourceCollection;
1869
2790
  /**
1870
- * <p>
1871
- * The ID of the event.
1872
- * </p>
2791
+ * <p> The ID of the event. </p>
1873
2792
  */
1874
2793
  Id?: string;
1875
2794
  /**
@@ -1877,33 +2796,26 @@ export interface Event {
1877
2796
  */
1878
2797
  Time?: Date;
1879
2798
  /**
1880
- * <p>
1881
- * The AWS source that emitted the event.
1882
- * </p>
2799
+ * <p> The Amazon Web Services source that emitted the event. </p>
1883
2800
  */
1884
2801
  EventSource?: string;
1885
2802
  /**
1886
- * <p>
1887
- * The name of the event.
1888
- * </p>
2803
+ * <p> The name of the event. </p>
1889
2804
  */
1890
2805
  Name?: string;
1891
2806
  /**
1892
- * <p>
1893
- * The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, where DevOps Guru analysis found the event.
1894
- * </p>
2807
+ * <p> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, where DevOps Guru
2808
+ * analysis found the event. </p>
1895
2809
  */
1896
2810
  DataSource?: EventDataSource | string;
1897
2811
  /**
1898
- * <p>
1899
- * The class of the event. The class specifies what the event is related to, such as an infrastructure change, a deployment, or a schema change.
1900
- * </p>
2812
+ * <p> The class of the event. The class specifies what the event is related to, such as an
2813
+ * infrastructure change, a deployment, or a schema change. </p>
1901
2814
  */
1902
2815
  EventClass?: EventClass | string;
1903
2816
  /**
1904
- * <p>
1905
- * An <code>EventResource</code> object that contains information about the resource that emitted the event.
1906
- * </p>
2817
+ * <p> An <code>EventResource</code> object that contains information about the resource
2818
+ * that emitted the event. </p>
1907
2819
  */
1908
2820
  Resources?: EventResource[];
1909
2821
  }
@@ -1915,9 +2827,7 @@ export declare namespace Event {
1915
2827
  }
1916
2828
  export interface ListEventsResponse {
1917
2829
  /**
1918
- * <p>
1919
- * A list of the requested events.
1920
- * </p>
2830
+ * <p> A list of the requested events. </p>
1921
2831
  */
1922
2832
  Events: Event[] | undefined;
1923
2833
  /**
@@ -1937,21 +2847,17 @@ export declare enum InsightType {
1937
2847
  REACTIVE = "REACTIVE"
1938
2848
  }
1939
2849
  /**
1940
- * <p>
1941
- * Used to filter for insights that have any status.
1942
- * </p>
2850
+ * <p> Used to filter for insights that have any status. </p>
1943
2851
  */
1944
2852
  export interface ListInsightsAnyStatusFilter {
1945
2853
  /**
1946
- * <p>
1947
- * Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
1948
- * </p>
2854
+ * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
2855
+ * </p>
1949
2856
  */
1950
2857
  Type: InsightType | string | undefined;
1951
2858
  /**
1952
- * <p>
1953
- * A time range used to specify when the behavior of the filtered insights started.
1954
- * </p>
2859
+ * <p> A time range used to specify when the behavior of the filtered insights started.
2860
+ * </p>
1955
2861
  */
1956
2862
  StartTimeRange: StartTimeRange | undefined;
1957
2863
  }
@@ -1962,21 +2868,16 @@ export declare namespace ListInsightsAnyStatusFilter {
1962
2868
  const filterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
1963
2869
  }
1964
2870
  /**
1965
- * <p>
1966
- * A range of time that specifies when anomalous behavior in an anomaly or insight ended.
1967
- * </p>
2871
+ * <p> A range of time that specifies when anomalous behavior in an anomaly or insight
2872
+ * ended. </p>
1968
2873
  */
1969
2874
  export interface EndTimeRange {
1970
2875
  /**
1971
- * <p>
1972
- * The earliest end time in the time range.
1973
- * </p>
2876
+ * <p> The earliest end time in the time range. </p>
1974
2877
  */
1975
2878
  FromTime?: Date;
1976
2879
  /**
1977
- * <p>
1978
- * The latest end time in the time range.
1979
- * </p>
2880
+ * <p> The latest end time in the time range. </p>
1980
2881
  */
1981
2882
  ToTime?: Date;
1982
2883
  }
@@ -1987,21 +2888,17 @@ export declare namespace EndTimeRange {
1987
2888
  const filterSensitiveLog: (obj: EndTimeRange) => any;
1988
2889
  }
1989
2890
  /**
1990
- * <p>
1991
- * Used to filter for insights that have the status <code>CLOSED</code>.
1992
- * </p>
2891
+ * <p> Used to filter for insights that have the status <code>CLOSED</code>. </p>
1993
2892
  */
1994
2893
  export interface ListInsightsClosedStatusFilter {
1995
2894
  /**
1996
- * <p>
1997
- * Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
1998
- * </p>
2895
+ * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
2896
+ * </p>
1999
2897
  */
2000
2898
  Type: InsightType | string | undefined;
2001
2899
  /**
2002
- * <p>
2003
- * A time range used to specify when the behavior of the filtered insights ended.
2004
- * </p>
2900
+ * <p> A time range used to specify when the behavior of the filtered insights ended.
2901
+ * </p>
2005
2902
  */
2006
2903
  EndTimeRange: EndTimeRange | undefined;
2007
2904
  }
@@ -2012,15 +2909,12 @@ export declare namespace ListInsightsClosedStatusFilter {
2012
2909
  const filterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
2013
2910
  }
2014
2911
  /**
2015
- * <p>
2016
- * Used to filter for insights that have the status <code>ONGOING</code>.
2017
- * </p>
2912
+ * <p> Used to filter for insights that have the status <code>ONGOING</code>. </p>
2018
2913
  */
2019
2914
  export interface ListInsightsOngoingStatusFilter {
2020
2915
  /**
2021
- * <p>
2022
- * Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
2023
- * </p>
2916
+ * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
2917
+ * </p>
2024
2918
  */
2025
2919
  Type: InsightType | string | undefined;
2026
2920
  }
@@ -2031,30 +2925,23 @@ export declare namespace ListInsightsOngoingStatusFilter {
2031
2925
  const filterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
2032
2926
  }
2033
2927
  /**
2034
- * <p>
2035
- * A filter used by <code>ListInsights</code> to specify which insights to return.
2036
- * </p>
2928
+ * <p> A filter used by <code>ListInsights</code> to specify which insights to return.
2929
+ * </p>
2037
2930
  */
2038
2931
  export interface ListInsightsStatusFilter {
2039
2932
  /**
2040
- * <p>
2041
- * A <code>ListInsightsAnyStatusFilter</code> that specifies ongoing insights
2042
- * that are either <code>REACTIVE</code> or <code>PROACTIVE</code>.
2043
- * </p>
2933
+ * <p> A <code>ListInsightsAnyStatusFilter</code> that specifies ongoing insights that are
2934
+ * either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
2044
2935
  */
2045
2936
  Ongoing?: ListInsightsOngoingStatusFilter;
2046
2937
  /**
2047
- * <p>
2048
- * A <code>ListInsightsClosedStatusFilter</code> that specifies closed insights that are
2049
- * either <code>REACTIVE</code> or <code>PROACTIVE</code>.
2050
- * </p>
2938
+ * <p> A <code>ListInsightsClosedStatusFilter</code> that specifies closed insights that are
2939
+ * either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
2051
2940
  */
2052
2941
  Closed?: ListInsightsClosedStatusFilter;
2053
2942
  /**
2054
- * <p>
2055
- * A <code>ListInsightsAnyStatusFilter</code> that specifies insights of any status
2056
- * that are either <code>REACTIVE</code> or <code>PROACTIVE</code>.
2057
- * </p>
2943
+ * <p> A <code>ListInsightsAnyStatusFilter</code> that specifies insights of any status that
2944
+ * are either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
2058
2945
  */
2059
2946
  Any?: ListInsightsAnyStatusFilter;
2060
2947
  }
@@ -2066,9 +2953,8 @@ export declare namespace ListInsightsStatusFilter {
2066
2953
  }
2067
2954
  export interface ListInsightsRequest {
2068
2955
  /**
2069
- * <p>
2070
- * A filter used to filter the returned insights by their status. You can specify one status filter.
2071
- * </p>
2956
+ * <p> A filter used to filter the returned insights by their status. You can specify one
2957
+ * status filter. </p>
2072
2958
  */
2073
2959
  StatusFilter: ListInsightsStatusFilter | undefined;
2074
2960
  /**
@@ -2089,40 +2975,269 @@ export declare namespace ListInsightsRequest {
2089
2975
  const filterSensitiveLog: (obj: ListInsightsRequest) => any;
2090
2976
  }
2091
2977
  /**
2092
- * <p>A collection of the names of AWS services.</p>
2978
+ * <p>A collection of the names of Amazon Web Services services.</p>
2093
2979
  */
2094
2980
  export interface ServiceCollection {
2095
2981
  /**
2096
- * <p>An array of strings that each specifies the name of an AWS service.</p>
2982
+ * <p>An array of strings that each specifies the name of an Amazon Web Services service.</p>
2983
+ */
2984
+ ServiceNames?: (ServiceName | string)[];
2985
+ }
2986
+ export declare namespace ServiceCollection {
2987
+ /**
2988
+ * @internal
2989
+ */
2990
+ const filterSensitiveLog: (obj: ServiceCollection) => any;
2991
+ }
2992
+ /**
2993
+ * <p>Details about a proactive insight. This object is returned by
2994
+ * <code>DescribeInsight.</code>
2995
+ * </p>
2996
+ */
2997
+ export interface ProactiveInsightSummary {
2998
+ /**
2999
+ * <p>The ID of the proactive insight. </p>
3000
+ */
3001
+ Id?: string;
3002
+ /**
3003
+ * <p>The name of the proactive insight. </p>
3004
+ */
3005
+ Name?: string;
3006
+ /**
3007
+ * <p>The severity of the insight. For more information, see
3008
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3009
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3010
+ */
3011
+ Severity?: InsightSeverity | string;
3012
+ /**
3013
+ * <p>The status of the proactive insight. </p>
3014
+ */
3015
+ Status?: InsightStatus | string;
3016
+ /**
3017
+ * <p> A time ranged that specifies when the observed behavior in an insight started and
3018
+ * ended. </p>
3019
+ */
3020
+ InsightTimeRange?: InsightTimeRange;
3021
+ /**
3022
+ * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
3023
+ * is expected to occur. </p>
3024
+ */
3025
+ PredictionTimeRange?: PredictionTimeRange;
3026
+ /**
3027
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3028
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3029
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3030
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
3031
+ */
3032
+ ResourceCollection?: ResourceCollection;
3033
+ /**
3034
+ * <p>A collection of the names of Amazon Web Services services.</p>
3035
+ */
3036
+ ServiceCollection?: ServiceCollection;
3037
+ /**
3038
+ * <p>The Amazon Resource Names (ARNs)
3039
+ * of the Amazon Web Services resources that generated this insight.</p>
3040
+ */
3041
+ AssociatedResourceArns?: string[];
3042
+ }
3043
+ export declare namespace ProactiveInsightSummary {
3044
+ /**
3045
+ * @internal
3046
+ */
3047
+ const filterSensitiveLog: (obj: ProactiveInsightSummary) => any;
3048
+ }
3049
+ /**
3050
+ * <p> Information about a reactive insight. This object is returned by
3051
+ * <code>DescribeInsight.</code>
3052
+ * </p>
3053
+ */
3054
+ export interface ReactiveInsightSummary {
3055
+ /**
3056
+ * <p> The ID of a reactive summary. </p>
3057
+ */
3058
+ Id?: string;
3059
+ /**
3060
+ * <p> The name of a reactive insight. </p>
3061
+ */
3062
+ Name?: string;
3063
+ /**
3064
+ * <p>The severity of the insight. For more information, see
3065
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3066
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3067
+ */
3068
+ Severity?: InsightSeverity | string;
3069
+ /**
3070
+ * <p> The status of a reactive insight. </p>
3071
+ */
3072
+ Status?: InsightStatus | string;
3073
+ /**
3074
+ * <p> A time ranged that specifies when the observed behavior in an insight started and
3075
+ * ended. </p>
3076
+ */
3077
+ InsightTimeRange?: InsightTimeRange;
3078
+ /**
3079
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3080
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3081
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3082
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
3083
+ */
3084
+ ResourceCollection?: ResourceCollection;
3085
+ /**
3086
+ * <p>A collection of the names of Amazon Web Services services.</p>
3087
+ */
3088
+ ServiceCollection?: ServiceCollection;
3089
+ /**
3090
+ * <p>The Amazon Resource Names (ARNs)
3091
+ * of the Amazon Web Services resources that generated this insight.</p>
3092
+ */
3093
+ AssociatedResourceArns?: string[];
3094
+ }
3095
+ export declare namespace ReactiveInsightSummary {
3096
+ /**
3097
+ * @internal
3098
+ */
3099
+ const filterSensitiveLog: (obj: ReactiveInsightSummary) => any;
3100
+ }
3101
+ export interface ListInsightsResponse {
3102
+ /**
3103
+ * <p> The returned list of proactive insights. </p>
3104
+ */
3105
+ ProactiveInsights?: ProactiveInsightSummary[];
3106
+ /**
3107
+ * <p> The returned list of reactive insights. </p>
3108
+ */
3109
+ ReactiveInsights?: ReactiveInsightSummary[];
3110
+ /**
3111
+ * <p>The pagination token to use to retrieve
3112
+ * the next page of results for this operation. If there are no more pages, this value is null.</p>
3113
+ */
3114
+ NextToken?: string;
3115
+ }
3116
+ export declare namespace ListInsightsResponse {
3117
+ /**
3118
+ * @internal
3119
+ */
3120
+ const filterSensitiveLog: (obj: ListInsightsResponse) => any;
3121
+ }
3122
+ export interface ListNotificationChannelsRequest {
3123
+ /**
3124
+ * <p>The pagination token to use to retrieve
3125
+ * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3126
+ */
3127
+ NextToken?: string;
3128
+ }
3129
+ export declare namespace ListNotificationChannelsRequest {
3130
+ /**
3131
+ * @internal
3132
+ */
3133
+ const filterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
3134
+ }
3135
+ /**
3136
+ * <p> Information about a notification channel. A notification channel is used to notify
3137
+ * you when DevOps Guru creates an insight. The one
3138
+ * supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
3139
+ * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
3140
+ * to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
3141
+ * For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
3142
+ * for cross account Amazon SNS topics</a>.</p>
3143
+ * <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
3144
+ * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
3145
+ * Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
3146
+ */
3147
+ export interface NotificationChannel {
3148
+ /**
3149
+ * <p> The ID of a notification channel. </p>
3150
+ */
3151
+ Id?: string;
3152
+ /**
3153
+ * <p> A <code>NotificationChannelConfig</code> object that contains information about
3154
+ * configured notification channels. </p>
3155
+ */
3156
+ Config?: NotificationChannelConfig;
3157
+ }
3158
+ export declare namespace NotificationChannel {
3159
+ /**
3160
+ * @internal
3161
+ */
3162
+ const filterSensitiveLog: (obj: NotificationChannel) => any;
3163
+ }
3164
+ export interface ListNotificationChannelsResponse {
3165
+ /**
3166
+ * <p> An array that contains the requested notification channels. </p>
3167
+ */
3168
+ Channels?: NotificationChannel[];
3169
+ /**
3170
+ * <p>The pagination token to use to retrieve
3171
+ * the next page of results for this operation. If there are no more pages, this value is null.</p>
3172
+ */
3173
+ NextToken?: string;
3174
+ }
3175
+ export declare namespace ListNotificationChannelsResponse {
3176
+ /**
3177
+ * @internal
3178
+ */
3179
+ const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
3180
+ }
3181
+ export interface ListOrganizationInsightsRequest {
3182
+ /**
3183
+ * <p> A filter used by <code>ListInsights</code> to specify which insights to return.
3184
+ * </p>
3185
+ */
3186
+ StatusFilter: ListInsightsStatusFilter | undefined;
3187
+ /**
3188
+ * <p>The maximum number of results to return with a single call.
3189
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3190
+ */
3191
+ MaxResults?: number;
3192
+ /**
3193
+ * <p>The ID of the Amazon Web Services account. </p>
2097
3194
  */
2098
- ServiceNames?: (ServiceName | string)[];
3195
+ AccountIds?: string[];
3196
+ /**
3197
+ * <p>The ID of the organizational unit.</p>
3198
+ */
3199
+ OrganizationalUnitIds?: string[];
3200
+ /**
3201
+ * <p>The pagination token to use to retrieve
3202
+ * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3203
+ */
3204
+ NextToken?: string;
2099
3205
  }
2100
- export declare namespace ServiceCollection {
3206
+ export declare namespace ListOrganizationInsightsRequest {
2101
3207
  /**
2102
3208
  * @internal
2103
3209
  */
2104
- const filterSensitiveLog: (obj: ServiceCollection) => any;
3210
+ const filterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
2105
3211
  }
2106
3212
  /**
2107
3213
  * <p>Details about a proactive insight. This object is returned by
2108
- * <code>DescribeInsight.</code>
2109
- * </p>
3214
+ * <code>DescribeInsight</code>.</p>
2110
3215
  */
2111
- export interface ProactiveInsightSummary {
3216
+ export interface ProactiveOrganizationInsightSummary {
2112
3217
  /**
2113
- * <p>The ID of the proactive insight. </p>
3218
+ * <p>The ID of the insight summary.</p>
2114
3219
  */
2115
3220
  Id?: string;
2116
3221
  /**
2117
- * <p>The name of the proactive insight. </p>
3222
+ * <p>The ID of the Amazon Web Services account.</p>
3223
+ */
3224
+ AccountId?: string;
3225
+ /**
3226
+ * <p>The ID of the organizational unit.</p>
3227
+ */
3228
+ OrganizationalUnitId?: string;
3229
+ /**
3230
+ * <p>The name of the insight summary.</p>
2118
3231
  */
2119
3232
  Name?: string;
2120
3233
  /**
2121
- * <p>The severity of the proactive insight. </p>
3234
+ * <p> An array of severity values used to search for insights. For more information, see
3235
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3236
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
2122
3237
  */
2123
3238
  Severity?: InsightSeverity | string;
2124
3239
  /**
2125
- * <p>The status of the proactive insight. </p>
3240
+ * <p> An array of status values used to search for insights. </p>
2126
3241
  */
2127
3242
  Status?: InsightStatus | string;
2128
3243
  /**
@@ -2131,57 +3246,57 @@ export interface ProactiveInsightSummary {
2131
3246
  */
2132
3247
  InsightTimeRange?: InsightTimeRange;
2133
3248
  /**
2134
- * <p>
2135
- * The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
2136
- * </p>
3249
+ * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
3250
+ * is expected to occur. </p>
2137
3251
  */
2138
3252
  PredictionTimeRange?: PredictionTimeRange;
2139
3253
  /**
2140
- * <p>
2141
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
2142
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
2143
- * </p>
3254
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3255
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3256
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3257
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
2144
3258
  */
2145
3259
  ResourceCollection?: ResourceCollection;
2146
3260
  /**
2147
- * <p>A collection of the names of AWS services.</p>
3261
+ * <p>A collection of the names of Amazon Web Services services.</p>
2148
3262
  */
2149
3263
  ServiceCollection?: ServiceCollection;
2150
3264
  }
2151
- export declare namespace ProactiveInsightSummary {
3265
+ export declare namespace ProactiveOrganizationInsightSummary {
2152
3266
  /**
2153
3267
  * @internal
2154
3268
  */
2155
- const filterSensitiveLog: (obj: ProactiveInsightSummary) => any;
3269
+ const filterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
2156
3270
  }
2157
3271
  /**
2158
- * <p> Information about a reactive insight. This object is returned by
2159
- * <code>DescribeInsight.</code>
2160
- * </p>
3272
+ * <p>Information about a reactive insight. This object is returned by
3273
+ * <code>DescribeInsight</code>.</p>
2161
3274
  */
2162
- export interface ReactiveInsightSummary {
3275
+ export interface ReactiveOrganizationInsightSummary {
2163
3276
  /**
2164
- * <p>
2165
- * The ID of a reactive summary.
2166
- * </p>
3277
+ * <p>The ID of the insight summary.</p>
2167
3278
  */
2168
3279
  Id?: string;
2169
3280
  /**
2170
- * <p>
2171
- * The name of a reactive insight.
2172
- * </p>
3281
+ * <p>The ID of the Amazon Web Services account. </p>
3282
+ */
3283
+ AccountId?: string;
3284
+ /**
3285
+ * <p>The ID of the organizational unit.</p>
3286
+ */
3287
+ OrganizationalUnitId?: string;
3288
+ /**
3289
+ * <p>The name of the insight summary.</p>
2173
3290
  */
2174
3291
  Name?: string;
2175
3292
  /**
2176
- * <p>
2177
- * The severity of a reactive insight.
2178
- * </p>
3293
+ * <p> An array of severity values used to search for insights. For more information, see
3294
+ * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3295
+ * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
2179
3296
  */
2180
3297
  Severity?: InsightSeverity | string;
2181
3298
  /**
2182
- * <p>
2183
- * The status of a reactive insight.
2184
- * </p>
3299
+ * <p> An array of status values used to search for insights. </p>
2185
3300
  */
2186
3301
  Status?: InsightStatus | string;
2187
3302
  /**
@@ -2190,114 +3305,45 @@ export interface ReactiveInsightSummary {
2190
3305
  */
2191
3306
  InsightTimeRange?: InsightTimeRange;
2192
3307
  /**
2193
- * <p>
2194
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
2195
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
2196
- * </p>
3308
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3309
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3310
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3311
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
2197
3312
  */
2198
3313
  ResourceCollection?: ResourceCollection;
2199
3314
  /**
2200
- * <p>A collection of the names of AWS services.</p>
3315
+ * <p>A collection of the names of Amazon Web Services services.</p>
2201
3316
  */
2202
3317
  ServiceCollection?: ServiceCollection;
2203
3318
  }
2204
- export declare namespace ReactiveInsightSummary {
2205
- /**
2206
- * @internal
2207
- */
2208
- const filterSensitiveLog: (obj: ReactiveInsightSummary) => any;
2209
- }
2210
- export interface ListInsightsResponse {
2211
- /**
2212
- * <p>
2213
- * The returned list of proactive insights.
2214
- * </p>
2215
- */
2216
- ProactiveInsights?: ProactiveInsightSummary[];
2217
- /**
2218
- * <p>
2219
- * The returned list of reactive insights.
2220
- * </p>
2221
- */
2222
- ReactiveInsights?: ReactiveInsightSummary[];
2223
- /**
2224
- * <p>The pagination token to use to retrieve
2225
- * the next page of results for this operation. If there are no more pages, this value is null.</p>
2226
- */
2227
- NextToken?: string;
2228
- }
2229
- export declare namespace ListInsightsResponse {
2230
- /**
2231
- * @internal
2232
- */
2233
- const filterSensitiveLog: (obj: ListInsightsResponse) => any;
2234
- }
2235
- export interface ListNotificationChannelsRequest {
2236
- /**
2237
- * <p>The pagination token to use to retrieve
2238
- * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
2239
- */
2240
- NextToken?: string;
2241
- }
2242
- export declare namespace ListNotificationChannelsRequest {
3319
+ export declare namespace ReactiveOrganizationInsightSummary {
2243
3320
  /**
2244
3321
  * @internal
2245
3322
  */
2246
- const filterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
2247
- }
2248
- /**
2249
- * <p>
2250
- * Information about a notification channel. A notification channel is used to notify you when DevOps Guru creates an insight.
2251
- * The one
2252
- * supported notification channel is Amazon Simple Notification Service (Amazon SNS).
2253
- * </p>
2254
- *
2255
- * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
2256
- * to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
2257
- * For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
2258
- * for cross account Amazon SNS topics</a>.</p>
2259
- * <p>If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions
2260
- * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
2261
- * AWS KMS–encrypted Amazon SNS topics</a>.</p>
2262
- */
2263
- export interface NotificationChannel {
2264
- /**
2265
- * <p>
2266
- * The ID of a notification channel.
2267
- * </p>
2268
- */
2269
- Id?: string;
2270
- /**
2271
- * <p>
2272
- * A <code>NotificationChannelConfig</code> object that contains information about configured notification channels.
2273
- * </p>
2274
- */
2275
- Config?: NotificationChannelConfig;
3323
+ const filterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
2276
3324
  }
2277
- export declare namespace NotificationChannel {
3325
+ export interface ListOrganizationInsightsResponse {
2278
3326
  /**
2279
- * @internal
3327
+ * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
3328
+ * account.</p>
2280
3329
  */
2281
- const filterSensitiveLog: (obj: NotificationChannel) => any;
2282
- }
2283
- export interface ListNotificationChannelsResponse {
3330
+ ProactiveInsights?: ProactiveOrganizationInsightSummary[];
2284
3331
  /**
2285
- * <p>
2286
- * An array that contains the requested notification channels.
2287
- * </p>
3332
+ * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
3333
+ * account.</p>
2288
3334
  */
2289
- Channels?: NotificationChannel[];
3335
+ ReactiveInsights?: ReactiveOrganizationInsightSummary[];
2290
3336
  /**
2291
3337
  * <p>The pagination token to use to retrieve
2292
3338
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
2293
3339
  */
2294
3340
  NextToken?: string;
2295
3341
  }
2296
- export declare namespace ListNotificationChannelsResponse {
3342
+ export declare namespace ListOrganizationInsightsResponse {
2297
3343
  /**
2298
3344
  * @internal
2299
3345
  */
2300
- const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
3346
+ const filterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
2301
3347
  }
2302
3348
  export declare enum Locale {
2303
3349
  DE_DE = "DE_DE",
@@ -2314,9 +3360,7 @@ export declare enum Locale {
2314
3360
  }
2315
3361
  export interface ListRecommendationsRequest {
2316
3362
  /**
2317
- * <p>
2318
- * The ID of the requested insight.
2319
- * </p>
3363
+ * <p> The ID of the requested insight. </p>
2320
3364
  */
2321
3365
  InsightId: string | undefined;
2322
3366
  /**
@@ -2328,6 +3372,10 @@ export interface ListRecommendationsRequest {
2328
3372
  * <p>A locale that specifies the language to use for recommendations.</p>
2329
3373
  */
2330
3374
  Locale?: Locale | string;
3375
+ /**
3376
+ * <p>The ID of the Amazon Web Services account. </p>
3377
+ */
3378
+ AccountId?: string;
2331
3379
  }
2332
3380
  export declare namespace ListRecommendationsRequest {
2333
3381
  /**
@@ -2336,21 +3384,19 @@ export declare namespace ListRecommendationsRequest {
2336
3384
  const filterSensitiveLog: (obj: ListRecommendationsRequest) => any;
2337
3385
  }
2338
3386
  /**
2339
- * <p>
2340
- * Information about a resource in which DevOps Guru detected anomalous behavior.
2341
- * </p>
3387
+ * <p> Information about a resource in which DevOps Guru detected anomalous behavior. </p>
2342
3388
  */
2343
3389
  export interface RecommendationRelatedAnomalyResource {
2344
3390
  /**
2345
- * <p>
2346
- * The name of the resource.
2347
- * </p>
3391
+ * <p> The name of the resource. </p>
2348
3392
  */
2349
3393
  Name?: string;
2350
3394
  /**
2351
- * <p>
2352
- * The type of the resource.
2353
- * </p>
3395
+ * <p> The type of the resource. Resource types take the same form that is
3396
+ * used by Amazon Web Services CloudFormation resource type identifiers, <code>service-provider::service-name::data-type-name</code>.
3397
+ * For example, <code>AWS::RDS::DBCluster</code>. For more information, see
3398
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services resource and
3399
+ * property types reference</a> in the <i>Amazon Web Services CloudFormation User Guide</i>.</p>
2354
3400
  */
2355
3401
  Type?: string;
2356
3402
  }
@@ -2361,10 +3407,8 @@ export declare namespace RecommendationRelatedAnomalyResource {
2361
3407
  const filterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
2362
3408
  }
2363
3409
  /**
2364
- * <p>
2365
- * Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many analyzed metrics
2366
- * that are used to generate insights.
2367
- * </p>
3410
+ * <p> Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many
3411
+ * analyzed metrics that are used to generate insights. </p>
2368
3412
  */
2369
3413
  export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
2370
3414
  /**
@@ -2383,10 +3427,8 @@ export declare namespace RecommendationRelatedCloudWatchMetricsSourceDetail {
2383
3427
  const filterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
2384
3428
  }
2385
3429
  /**
2386
- * <p>
2387
- * Contains an array of <code>RecommendationRelatedCloudWatchMetricsSourceDetail</code> objects that contain the name
2388
- * and namespace of an Amazon CloudWatch metric.
2389
- * </p>
3430
+ * <p> Contains an array of <code>RecommendationRelatedCloudWatchMetricsSourceDetail</code>
3431
+ * objects that contain the name and namespace of an Amazon CloudWatch metric. </p>
2390
3432
  */
2391
3433
  export interface RecommendationRelatedAnomalySourceDetail {
2392
3434
  /**
@@ -2402,24 +3444,23 @@ export declare namespace RecommendationRelatedAnomalySourceDetail {
2402
3444
  const filterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
2403
3445
  }
2404
3446
  /**
2405
- * <p>
2406
- * Information about an anomaly that is related to a recommendation.
2407
- * </p>
3447
+ * <p> Information about an anomaly that is related to a recommendation. </p>
2408
3448
  */
2409
3449
  export interface RecommendationRelatedAnomaly {
2410
3450
  /**
2411
- * <p>
2412
- * An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name
2413
- * and type of the resource.
2414
- * </p>
3451
+ * <p> An array of objects that represent resources in which DevOps Guru detected anomalous
3452
+ * behavior. Each object contains the name and type of the resource. </p>
2415
3453
  */
2416
3454
  Resources?: RecommendationRelatedAnomalyResource[];
2417
3455
  /**
2418
- * <p>
2419
- * Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.
2420
- * </p>
3456
+ * <p> Information about where the anomalous behavior related the recommendation was found.
3457
+ * For example, details in Amazon CloudWatch metrics. </p>
2421
3458
  */
2422
3459
  SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
3460
+ /**
3461
+ * <p>The ID of an anomaly that generated the insight with this recommendation.</p>
3462
+ */
3463
+ AnomalyId?: string;
2423
3464
  }
2424
3465
  export declare namespace RecommendationRelatedAnomaly {
2425
3466
  /**
@@ -2428,23 +3469,18 @@ export declare namespace RecommendationRelatedAnomaly {
2428
3469
  const filterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
2429
3470
  }
2430
3471
  /**
2431
- * <p>
2432
- * Information about an AWS resource that emitted and event that is related to a recommendation in an insight.
2433
- * </p>
3472
+ * <p> Information about an Amazon Web Services resource that emitted and event that is related to a
3473
+ * recommendation in an insight. </p>
2434
3474
  */
2435
3475
  export interface RecommendationRelatedEventResource {
2436
3476
  /**
2437
- * <p>
2438
- * The name of the resource that emitted the event. This corresponds to the <code>Name</code> field in an
2439
- * <code>EventResource</code> object.
2440
- * </p>
3477
+ * <p> The name of the resource that emitted the event. This corresponds to the
3478
+ * <code>Name</code> field in an <code>EventResource</code> object. </p>
2441
3479
  */
2442
3480
  Name?: string;
2443
3481
  /**
2444
- * <p>
2445
- * The type of the resource that emitted the event. This corresponds to the <code>Type</code> field in an
2446
- * <code>EventResource</code> object.
2447
- * </p>
3482
+ * <p> The type of the resource that emitted the event. This corresponds to the
3483
+ * <code>Type</code> field in an <code>EventResource</code> object. </p>
2448
3484
  */
2449
3485
  Type?: string;
2450
3486
  }
@@ -2455,23 +3491,17 @@ export declare namespace RecommendationRelatedEventResource {
2455
3491
  const filterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
2456
3492
  }
2457
3493
  /**
2458
- * <p>
2459
- * Information about an event that is related to a recommendation.
2460
- * </p>
3494
+ * <p> Information about an event that is related to a recommendation. </p>
2461
3495
  */
2462
3496
  export interface RecommendationRelatedEvent {
2463
3497
  /**
2464
- * <p>
2465
- * The name of the event. This corresponds to the <code>Name</code> field in an
2466
- * <code>Event</code> object.
2467
- * </p>
3498
+ * <p> The name of the event. This corresponds to the <code>Name</code> field in an
3499
+ * <code>Event</code> object. </p>
2468
3500
  */
2469
3501
  Name?: string;
2470
3502
  /**
2471
- * <p>
2472
- * A <code>ResourceCollection</code> object that contains arrays of the names of AWS
2473
- * CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.
2474
- * </p>
3503
+ * <p> A <code>ResourceCollection</code> object that contains arrays of the names of Amazon Web Services
3504
+ * CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
2475
3505
  */
2476
3506
  Resources?: RecommendationRelatedEventResource[];
2477
3507
  }
@@ -2487,39 +3517,29 @@ export declare namespace RecommendationRelatedEvent {
2487
3517
  */
2488
3518
  export interface Recommendation {
2489
3519
  /**
2490
- * <p>
2491
- * A description of the problem.
2492
- * </p>
3520
+ * <p> A description of the problem. </p>
2493
3521
  */
2494
3522
  Description?: string;
2495
3523
  /**
2496
- * <p>
2497
- * A hyperlink to information to help you address the problem.
2498
- * </p>
3524
+ * <p> A hyperlink to information to help you address the problem. </p>
2499
3525
  */
2500
3526
  Link?: string;
2501
3527
  /**
2502
- * <p>
2503
- * The name of the recommendation.
2504
- * </p>
3528
+ * <p> The name of the recommendation. </p>
2505
3529
  */
2506
3530
  Name?: string;
2507
3531
  /**
2508
- * <p>
2509
- * The reason DevOps Guru flagged the anomalous behavior as a problem.
2510
- * </p>
3532
+ * <p> The reason DevOps Guru flagged the anomalous behavior as a problem. </p>
2511
3533
  */
2512
3534
  Reason?: string;
2513
3535
  /**
2514
- * <p>
2515
- * Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue.
2516
- * </p>
3536
+ * <p> Events that are related to the problem. Use these events to learn more about what's
3537
+ * happening and to help address the issue. </p>
2517
3538
  */
2518
3539
  RelatedEvents?: RecommendationRelatedEvent[];
2519
3540
  /**
2520
- * <p>
2521
- * Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue.
2522
- * </p>
3541
+ * <p> Anomalies that are related to the problem. Use these Anomalies to learn more about
3542
+ * what's happening and to help address the issue. </p>
2523
3543
  */
2524
3544
  RelatedAnomalies?: RecommendationRelatedAnomaly[];
2525
3545
  }
@@ -2531,9 +3551,7 @@ export declare namespace Recommendation {
2531
3551
  }
2532
3552
  export interface ListRecommendationsResponse {
2533
3553
  /**
2534
- * <p>
2535
- * An array of the requested recommendations.
2536
- * </p>
3554
+ * <p> An array of the requested recommendations. </p>
2537
3555
  */
2538
3556
  Recommendations?: Recommendation[];
2539
3557
  /**
@@ -2550,9 +3568,7 @@ export declare namespace ListRecommendationsResponse {
2550
3568
  }
2551
3569
  export interface PutFeedbackRequest {
2552
3570
  /**
2553
- * <p>
2554
- * The feedback from customers is about the recommendations in this insight.
2555
- * </p>
3571
+ * <p> The feedback from customers is about the recommendations in this insight. </p>
2556
3572
  */
2557
3573
  InsightFeedback?: InsightFeedback;
2558
3574
  }
@@ -2572,9 +3588,7 @@ export declare namespace PutFeedbackResponse {
2572
3588
  }
2573
3589
  export interface RemoveNotificationChannelRequest {
2574
3590
  /**
2575
- * <p>
2576
- * The ID of the notification channel to be removed.
2577
- * </p>
3591
+ * <p> The ID of the notification channel to be removed. </p>
2578
3592
  */
2579
3593
  Id: string | undefined;
2580
3594
  }
@@ -2593,33 +3607,27 @@ export declare namespace RemoveNotificationChannelResponse {
2593
3607
  const filterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
2594
3608
  }
2595
3609
  /**
2596
- * <p>
2597
- * Specifies one or more severity values and one or more status values that are used to search
2598
- * for insights.
2599
- * </p>
3610
+ * <p> Specifies one or more severity values and one or more status values that are used to
3611
+ * search for insights. </p>
2600
3612
  */
2601
3613
  export interface SearchInsightsFilters {
2602
3614
  /**
2603
- * <p>
2604
- * An array of severity values used to search for insights.
2605
- * </p>
3615
+ * <p> An array of severity values used to search for insights. </p>
2606
3616
  */
2607
3617
  Severities?: (InsightSeverity | string)[];
2608
3618
  /**
2609
- * <p>
2610
- * An array of status values used to search for insights.
2611
- * </p>
3619
+ * <p> An array of status values used to search for insights. </p>
2612
3620
  */
2613
3621
  Statuses?: (InsightStatus | string)[];
2614
3622
  /**
2615
- * <p>
2616
- * A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
2617
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
2618
- * </p>
3623
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3624
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3625
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3626
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
2619
3627
  */
2620
3628
  ResourceCollection?: ResourceCollection;
2621
3629
  /**
2622
- * <p>A collection of the names of AWS services.</p>
3630
+ * <p>A collection of the names of Amazon Web Services services.</p>
2623
3631
  */
2624
3632
  ServiceCollection?: ServiceCollection;
2625
3633
  }
@@ -2631,15 +3639,13 @@ export declare namespace SearchInsightsFilters {
2631
3639
  }
2632
3640
  export interface SearchInsightsRequest {
2633
3641
  /**
2634
- * <p>
2635
- * The start of the time range passed in. Returned insights occurred after this time.
2636
- * </p>
3642
+ * <p> The start of the time range passed in. Returned insights occurred after this time.
3643
+ * </p>
2637
3644
  */
2638
3645
  StartTimeRange: StartTimeRange | undefined;
2639
3646
  /**
2640
- * <p>
2641
- * A <code>SearchInsightsFilters</code> object that is used to set the severity and status filters on your insight search.
2642
- * </p>
3647
+ * <p> A <code>SearchInsightsFilters</code> object that is used to set the severity and
3648
+ * status filters on your insight search. </p>
2643
3649
  */
2644
3650
  Filters?: SearchInsightsFilters;
2645
3651
  /**
@@ -2653,9 +3659,8 @@ export interface SearchInsightsRequest {
2653
3659
  */
2654
3660
  NextToken?: string;
2655
3661
  /**
2656
- * <p>
2657
- * The type of insights you are searching for (<code>REACTIVE</code> or <code>PROACTIVE</code>).
2658
- * </p>
3662
+ * <p> The type of insights you are searching for (<code>REACTIVE</code> or
3663
+ * <code>PROACTIVE</code>). </p>
2659
3664
  */
2660
3665
  Type: InsightType | string | undefined;
2661
3666
  }
@@ -2667,15 +3672,11 @@ export declare namespace SearchInsightsRequest {
2667
3672
  }
2668
3673
  export interface SearchInsightsResponse {
2669
3674
  /**
2670
- * <p>
2671
- * The returned proactive insights.
2672
- * </p>
3675
+ * <p> The returned proactive insights. </p>
2673
3676
  */
2674
3677
  ProactiveInsights?: ProactiveInsightSummary[];
2675
3678
  /**
2676
- * <p>
2677
- * The returned reactive insights.
2678
- * </p>
3679
+ * <p> The returned reactive insights. </p>
2679
3680
  */
2680
3681
  ReactiveInsights?: ReactiveInsightSummary[];
2681
3682
  /**
@@ -2690,9 +3691,100 @@ export declare namespace SearchInsightsResponse {
2690
3691
  */
2691
3692
  const filterSensitiveLog: (obj: SearchInsightsResponse) => any;
2692
3693
  }
3694
+ /**
3695
+ * <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
3696
+ * is called. </p>
3697
+ */
3698
+ export interface SearchOrganizationInsightsFilters {
3699
+ /**
3700
+ * <p> An array of severity values used to search for insights. </p>
3701
+ */
3702
+ Severities?: (InsightSeverity | string)[];
3703
+ /**
3704
+ * <p> An array of status values used to search for insights. </p>
3705
+ */
3706
+ Statuses?: (InsightStatus | string)[];
3707
+ /**
3708
+ * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3709
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3710
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3711
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
3712
+ */
3713
+ ResourceCollection?: ResourceCollection;
3714
+ /**
3715
+ * <p>A collection of the names of Amazon Web Services services.</p>
3716
+ */
3717
+ ServiceCollection?: ServiceCollection;
3718
+ }
3719
+ export declare namespace SearchOrganizationInsightsFilters {
3720
+ /**
3721
+ * @internal
3722
+ */
3723
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
3724
+ }
3725
+ export interface SearchOrganizationInsightsRequest {
3726
+ /**
3727
+ * <p>The ID of the Amazon Web Services account. </p>
3728
+ */
3729
+ AccountIds: string[] | undefined;
3730
+ /**
3731
+ * <p> A time range used to specify when the behavior of an insight or anomaly started.
3732
+ * </p>
3733
+ */
3734
+ StartTimeRange: StartTimeRange | undefined;
3735
+ /**
3736
+ * <p> A <code>SearchOrganizationInsightsFilters</code> object that is used to set the
3737
+ * severity and status filters on your insight search. </p>
3738
+ */
3739
+ Filters?: SearchOrganizationInsightsFilters;
3740
+ /**
3741
+ * <p>The maximum number of results to return with a single call.
3742
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3743
+ */
3744
+ MaxResults?: number;
3745
+ /**
3746
+ * <p>The pagination token to use to retrieve
3747
+ * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3748
+ */
3749
+ NextToken?: string;
3750
+ /**
3751
+ * <p> The type of insights you are searching for (<code>REACTIVE</code> or
3752
+ * <code>PROACTIVE</code>). </p>
3753
+ */
3754
+ Type: InsightType | string | undefined;
3755
+ }
3756
+ export declare namespace SearchOrganizationInsightsRequest {
3757
+ /**
3758
+ * @internal
3759
+ */
3760
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
3761
+ }
3762
+ export interface SearchOrganizationInsightsResponse {
3763
+ /**
3764
+ * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
3765
+ * account.</p>
3766
+ */
3767
+ ProactiveInsights?: ProactiveInsightSummary[];
3768
+ /**
3769
+ * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
3770
+ * account.</p>
3771
+ */
3772
+ ReactiveInsights?: ReactiveInsightSummary[];
3773
+ /**
3774
+ * <p>The pagination token to use to retrieve
3775
+ * the next page of results for this operation. If there are no more pages, this value is null.</p>
3776
+ */
3777
+ NextToken?: string;
3778
+ }
3779
+ export declare namespace SearchOrganizationInsightsResponse {
3780
+ /**
3781
+ * @internal
3782
+ */
3783
+ const filterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
3784
+ }
2693
3785
  export interface StartCostEstimationRequest {
2694
3786
  /**
2695
- * <p>The collection of AWS resources used to create a monthly DevOps Guru cost estimate.</p>
3787
+ * <p>The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.</p>
2696
3788
  */
2697
3789
  ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
2698
3790
  /**
@@ -2719,12 +3811,12 @@ export declare enum UpdateResourceCollectionAction {
2719
3811
  REMOVE = "REMOVE"
2720
3812
  }
2721
3813
  /**
2722
- * <p> Contains the names of AWS CloudFormation stacks used to update a collection of stacks. You can specify up to 500 AWS CloudFormation stacks.</p>
3814
+ * <p> Contains the names of Amazon Web Services CloudFormation stacks used to update a collection of stacks.
3815
+ * You can specify up to 500 Amazon Web Services CloudFormation stacks.</p>
2723
3816
  */
2724
3817
  export interface UpdateCloudFormationCollectionFilter {
2725
3818
  /**
2726
- * <p>
2727
- * An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.
3819
+ * <p> An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.
2728
3820
  * </p>
2729
3821
  */
2730
3822
  StackNames?: string[];
@@ -2736,17 +3828,89 @@ export declare namespace UpdateCloudFormationCollectionFilter {
2736
3828
  const filterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
2737
3829
  }
2738
3830
  /**
2739
- * <p>
2740
- * Contains information used to update a collection of AWS resources.
2741
- * </p>
3831
+ * <p>A new collection of Amazon Web Services resources that are defined by an Amazon Web Services tag or tag
3832
+ * <i>key</i>/<i>value</i> pair.</p>
3833
+ */
3834
+ export interface UpdateTagCollectionFilter {
3835
+ /**
3836
+ * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
3837
+ * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
3838
+ * up your DevOps Guru application and analysis boundary.</p>
3839
+ * <important>
3840
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
3841
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
3842
+ * <code>Devops-guru-deployment-application</code> or
3843
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
3844
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
3845
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
3846
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
3847
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
3848
+ * <code>Devops-Guru-production-application/containers</code>.</p>
3849
+ * </important>
3850
+ */
3851
+ AppBoundaryKey: string | undefined;
3852
+ /**
3853
+ * <p>The values in an Amazon Web Services tag collection.</p>
3854
+ * <p>The tag's <i>value</i> is an optional field used to associate a string with
3855
+ * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
3856
+ * name). The <i>key</i> and <i>value</i> are the tag's <i>key</i> pair.
3857
+ * Omitting the tag <i>value</i> is the same as using an empty
3858
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
3859
+ * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
3860
+ */
3861
+ TagValues: string[] | undefined;
3862
+ }
3863
+ export declare namespace UpdateTagCollectionFilter {
3864
+ /**
3865
+ * @internal
3866
+ */
3867
+ const filterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
3868
+ }
3869
+ /**
3870
+ * <p> Contains information used to update a collection of Amazon Web Services resources. </p>
2742
3871
  */
2743
3872
  export interface UpdateResourceCollectionFilter {
2744
3873
  /**
2745
- * <p>
2746
- * An collection of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.
2747
- * </p>
3874
+ * <p> A collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
2748
3875
  */
2749
3876
  CloudFormation?: UpdateCloudFormationCollectionFilter;
3877
+ /**
3878
+ * <p>The updated Amazon Web Services tags used to filter the resources in the resource collection.</p>
3879
+ * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
3880
+ * tagging, so you can assign the same tag to resources from different services to indicate
3881
+ * that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
3882
+ * table resource that you assign to an Lambda function. For more information about
3883
+ * using tags, see the <a href="https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf">Tagging
3884
+ * best practices</a> whitepaper. </p>
3885
+ * <p>Each Amazon Web Services tag has two parts. </p>
3886
+ * <ul>
3887
+ * <li>
3888
+ * <p>A tag <i>key</i> (for example, <code>CostCenter</code>,
3889
+ * <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag
3890
+ * <i>keys</i> are case-sensitive.</p>
3891
+ * </li>
3892
+ * <li>
3893
+ * <p>An optional field known as a tag <i>value</i> (for example,
3894
+ * <code>111122223333</code>, <code>Production</code>, or a team
3895
+ * name). Omitting the tag <i>value</i> is the same as using an empty
3896
+ * string. Like tag <i>keys</i>, tag <i>values</i> are
3897
+ * case-sensitive.</p>
3898
+ * </li>
3899
+ * </ul>
3900
+ * <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p>
3901
+ * <important>
3902
+ * <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the
3903
+ * prefix <code>Devops-guru-</code>. The tag <i>key</i> might be
3904
+ * <code>Devops-guru-deployment-application</code> or
3905
+ * <code>Devops-guru-rds-application</code>. While <i>keys</i> are case-sensitive, the
3906
+ * case of <i>key</i> characters don't matter to DevOps Guru. For example, DevOps Guru works with a
3907
+ * <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named
3908
+ * <code>DevOps-Guru-RDS</code>. Possible <i>key</i>/<i>value</i> pairs in your
3909
+ * application might be <code>Devops-Guru-production-application/RDS</code> or
3910
+ * <code>Devops-Guru-production-application/containers</code>.</p>
3911
+ * </important>
3912
+ */
3913
+ Tags?: UpdateTagCollectionFilter[];
2750
3914
  }
2751
3915
  export declare namespace UpdateResourceCollectionFilter {
2752
3916
  /**
@@ -2756,15 +3920,12 @@ export declare namespace UpdateResourceCollectionFilter {
2756
3920
  }
2757
3921
  export interface UpdateResourceCollectionRequest {
2758
3922
  /**
2759
- * <p>
2760
- * Specifies if the resource collection in the request is added or deleted to the resource collection.
2761
- * </p>
3923
+ * <p> Specifies if the resource collection in the request is added or deleted to the
3924
+ * resource collection. </p>
2762
3925
  */
2763
3926
  Action: UpdateResourceCollectionAction | string | undefined;
2764
3927
  /**
2765
- * <p>
2766
- * Contains information used to update a collection of AWS resources.
2767
- * </p>
3928
+ * <p> Contains information used to update a collection of Amazon Web Services resources. </p>
2768
3929
  */
2769
3930
  ResourceCollection: UpdateResourceCollectionFilter | undefined;
2770
3931
  }
@@ -2783,15 +3944,13 @@ export declare namespace UpdateResourceCollectionResponse {
2783
3944
  const filterSensitiveLog: (obj: UpdateResourceCollectionResponse) => any;
2784
3945
  }
2785
3946
  /**
2786
- * <p>
2787
- * Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
2788
- * </p>
3947
+ * <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
3948
+ * OpsCenter for each created insight. </p>
2789
3949
  */
2790
3950
  export interface OpsCenterIntegrationConfig {
2791
3951
  /**
2792
- * <p>
2793
- * Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight.
2794
- * </p>
3952
+ * <p> Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
3953
+ * insight. </p>
2795
3954
  */
2796
3955
  OptInStatus?: OptInStatus | string;
2797
3956
  }
@@ -2802,15 +3961,13 @@ export declare namespace OpsCenterIntegrationConfig {
2802
3961
  const filterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
2803
3962
  }
2804
3963
  /**
2805
- * <p>
2806
- * Information about updating the integration status of an AWS service, such as AWS Systems Manager, with DevOps Guru.
2807
- * </p>
3964
+ * <p> Information about updating the integration status of an Amazon Web Services service, such as
3965
+ * Amazon Web Services Systems Manager, with DevOps Guru. </p>
2808
3966
  */
2809
3967
  export interface UpdateServiceIntegrationConfig {
2810
3968
  /**
2811
- * <p>
2812
- * Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
2813
- * </p>
3969
+ * <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
3970
+ * OpsCenter for each created insight. </p>
2814
3971
  */
2815
3972
  OpsCenter?: OpsCenterIntegrationConfig;
2816
3973
  }
@@ -2822,10 +3979,8 @@ export declare namespace UpdateServiceIntegrationConfig {
2822
3979
  }
2823
3980
  export interface UpdateServiceIntegrationRequest {
2824
3981
  /**
2825
- * <p>
2826
- * An <code>IntegratedServiceConfig</code> object used to specify the integrated service you want to update, and whether you
2827
- * want to update it to enabled or disabled.
2828
- * </p>
3982
+ * <p> An <code>IntegratedServiceConfig</code> object used to specify the integrated service
3983
+ * you want to update, and whether you want to update it to enabled or disabled. </p>
2829
3984
  */
2830
3985
  ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
2831
3986
  }