@aws-sdk/client-devops-guru 3.533.0 → 3.540.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 (73) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/DevOpsGuru.d.ts +11 -1
  6. package/dist-types/DevOpsGuruClient.d.ts +1 -1
  7. package/dist-types/commands/AddNotificationChannelCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteInsightCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -1
  20. package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -1
  21. package/dist-types/commands/GetResourceCollectionCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -1
  23. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListEventsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
  30. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -1
  31. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -1
  32. package/dist-types/commands/SearchInsightsCommand.d.ts +2 -1
  33. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +2 -1
  34. package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
  35. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +0 -1
  39. package/dist-types/models/models_0.d.ts +558 -558
  40. package/dist-types/ts3.4/DevOpsGuru.d.ts +10 -0
  41. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/index.d.ts +0 -1
  73. package/package.json +40 -40
@@ -1,11 +1,11 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { DevOpsGuruServiceException as __BaseException } from "./DevOpsGuruServiceException";
3
3
  /**
4
- * @public
5
4
  * <p> You don't have permissions to perform the requested operation. The user or role that
6
5
  * is making the request must have at least one IAM permissions policy attached that grants
7
6
  * the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
8
7
  * <i>IAM User Guide</i>. </p>
8
+ * @public
9
9
  */
10
10
  export declare class AccessDeniedException extends __BaseException {
11
11
  readonly name: "AccessDeniedException";
@@ -17,41 +17,41 @@ export declare class AccessDeniedException extends __BaseException {
17
17
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
18
18
  }
19
19
  /**
20
- * @public
21
20
  * <p> Information about the number of open reactive and proactive insights that can be used
22
21
  * to gauge the health of your system. </p>
22
+ * @public
23
23
  */
24
24
  export interface AccountInsightHealth {
25
25
  /**
26
- * @public
27
26
  * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
28
27
  * account.</p>
28
+ * @public
29
29
  */
30
30
  OpenProactiveInsights?: number;
31
31
  /**
32
- * @public
33
32
  * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
34
33
  * account.</p>
34
+ * @public
35
35
  */
36
36
  OpenReactiveInsights?: number;
37
37
  }
38
38
  /**
39
- * @public
40
39
  * <p> Returns the number of open reactive insights, the number of open proactive insights,
41
40
  * and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
42
41
  * health of operations in your Amazon Web Services account. </p>
42
+ * @public
43
43
  */
44
44
  export interface AccountHealth {
45
45
  /**
46
- * @public
47
46
  * <p>The ID of the Amazon Web Services account. </p>
47
+ * @public
48
48
  */
49
49
  AccountId?: string;
50
50
  /**
51
- * @public
52
51
  * <p> Information about the health of the Amazon Web Services resources in your account, including the
53
52
  * number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
54
53
  * </p>
54
+ * @public
55
55
  */
56
56
  Insight?: AccountInsightHealth;
57
57
  }
@@ -84,31 +84,30 @@ export declare const InsightSeverity: {
84
84
  */
85
85
  export type InsightSeverity = (typeof InsightSeverity)[keyof typeof InsightSeverity];
86
86
  /**
87
- * @public
88
87
  * <p>
89
88
  * The filter configurations for the Amazon SNS notification topic you use with DevOps Guru. You can choose to specify which events or message types to receive notifications for.
90
89
  * You can also choose to specify which severity levels to receive notifications for.
91
90
  * </p>
91
+ * @public
92
92
  */
93
93
  export interface NotificationFilterConfig {
94
94
  /**
95
- * @public
96
95
  * <p>
97
96
  * The severity levels that you want to receive notifications for. For example, you can choose to receive notifications only for insights with <code>HIGH</code> and <code>MEDIUM</code> severity levels.
98
97
  * For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding insight severities</a>.
99
98
  * </p>
99
+ * @public
100
100
  */
101
101
  Severities?: InsightSeverity[];
102
102
  /**
103
- * @public
104
103
  * <p>
105
104
  * The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
106
105
  * </p>
106
+ * @public
107
107
  */
108
108
  MessageTypes?: NotificationMessageType[];
109
109
  }
110
110
  /**
111
- * @public
112
111
  * <p> Contains the Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. </p>
113
112
  * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
114
113
  * to send it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics.
@@ -117,23 +116,23 @@ export interface NotificationFilterConfig {
117
116
  * <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
118
117
  * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
119
118
  * Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
119
+ * @public
120
120
  */
121
121
  export interface SnsChannelConfig {
122
122
  /**
123
- * @public
124
123
  * <p> The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. </p>
124
+ * @public
125
125
  */
126
126
  TopicArn?: string;
127
127
  }
128
128
  /**
129
- * @public
130
129
  * <p> Information about notification channels you have configured with DevOps Guru.
131
130
  * The one
132
131
  * supported notification channel is Amazon Simple Notification Service (Amazon SNS).</p>
132
+ * @public
133
133
  */
134
134
  export interface NotificationChannelConfig {
135
135
  /**
136
- * @public
137
136
  * <p> Information about a notification channel configured in DevOps Guru to send notifications
138
137
  * when insights are created. </p>
139
138
  * <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
@@ -143,14 +142,15 @@ export interface NotificationChannelConfig {
143
142
  * <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
144
143
  * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
145
144
  * Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
145
+ * @public
146
146
  */
147
147
  Sns: SnsChannelConfig | undefined;
148
148
  /**
149
- * @public
150
149
  * <p>
151
150
  * The filter configurations for the Amazon SNS notification topic you use with DevOps Guru.
152
151
  * If you do not provide filter configurations, the default configurations are to receive notifications for all message types of <code>High</code> or <code>Medium</code> severity.
153
152
  * </p>
153
+ * @public
154
154
  */
155
155
  Filters?: NotificationFilterConfig;
156
156
  }
@@ -159,10 +159,10 @@ export interface NotificationChannelConfig {
159
159
  */
160
160
  export interface AddNotificationChannelRequest {
161
161
  /**
162
- * @public
163
162
  * <p> A <code>NotificationChannelConfig</code> object that specifies what type of
164
163
  * notification channel to add. The one
165
164
  * supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
165
+ * @public
166
166
  */
167
167
  Config: NotificationChannelConfig | undefined;
168
168
  }
@@ -171,27 +171,27 @@ export interface AddNotificationChannelRequest {
171
171
  */
172
172
  export interface AddNotificationChannelResponse {
173
173
  /**
174
- * @public
175
174
  * <p> The ID of the added notification channel. </p>
175
+ * @public
176
176
  */
177
177
  Id: string | undefined;
178
178
  }
179
179
  /**
180
- * @public
181
180
  * <p> An exception that is thrown when a conflict occurs. </p>
181
+ * @public
182
182
  */
183
183
  export declare class ConflictException extends __BaseException {
184
184
  readonly name: "ConflictException";
185
185
  readonly $fault: "client";
186
186
  Message: string | undefined;
187
187
  /**
188
- * @public
189
188
  * <p> The ID of the Amazon Web Services resource in which a conflict occurred. </p>
189
+ * @public
190
190
  */
191
191
  ResourceId: string | undefined;
192
192
  /**
193
- * @public
194
193
  * <p> The type of the Amazon Web Services resource in which a conflict occurred. </p>
194
+ * @public
195
195
  */
196
196
  ResourceType: string | undefined;
197
197
  /**
@@ -200,17 +200,17 @@ export declare class ConflictException extends __BaseException {
200
200
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
201
201
  }
202
202
  /**
203
- * @public
204
203
  * <p>An internal failure in an Amazon service occurred.</p>
204
+ * @public
205
205
  */
206
206
  export declare class InternalServerException extends __BaseException {
207
207
  readonly name: "InternalServerException";
208
208
  readonly $fault: "server";
209
209
  Message: string | undefined;
210
210
  /**
211
- * @public
212
211
  * <p> The number of seconds after which the action that caused the internal server
213
212
  * exception can be retried. </p>
213
+ * @public
214
214
  */
215
215
  RetryAfterSeconds?: number;
216
216
  /**
@@ -219,21 +219,21 @@ export declare class InternalServerException extends __BaseException {
219
219
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
220
220
  }
221
221
  /**
222
- * @public
223
222
  * <p>A requested resource could not be found</p>
223
+ * @public
224
224
  */
225
225
  export declare class ResourceNotFoundException extends __BaseException {
226
226
  readonly name: "ResourceNotFoundException";
227
227
  readonly $fault: "client";
228
228
  Message: string | undefined;
229
229
  /**
230
- * @public
231
230
  * <p> The ID of the Amazon Web Services resource that could not be found. </p>
231
+ * @public
232
232
  */
233
233
  ResourceId: string | undefined;
234
234
  /**
235
- * @public
236
235
  * <p> The type of the Amazon Web Services resource that could not be found. </p>
236
+ * @public
237
237
  */
238
238
  ResourceType: string | undefined;
239
239
  /**
@@ -242,8 +242,8 @@ export declare class ResourceNotFoundException extends __BaseException {
242
242
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
243
243
  }
244
244
  /**
245
- * @public
246
245
  * <p>The request contains a value that exceeds a maximum quota.</p>
246
+ * @public
247
247
  */
248
248
  export declare class ServiceQuotaExceededException extends __BaseException {
249
249
  readonly name: "ServiceQuotaExceededException";
@@ -255,27 +255,27 @@ export declare class ServiceQuotaExceededException extends __BaseException {
255
255
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
256
256
  }
257
257
  /**
258
- * @public
259
258
  * <p>The request was denied due to a request throttling.</p>
259
+ * @public
260
260
  */
261
261
  export declare class ThrottlingException extends __BaseException {
262
262
  readonly name: "ThrottlingException";
263
263
  readonly $fault: "client";
264
264
  Message: string | undefined;
265
265
  /**
266
- * @public
267
266
  * <p> The code of the quota that was exceeded, causing the throttling exception. </p>
267
+ * @public
268
268
  */
269
269
  QuotaCode?: string;
270
270
  /**
271
- * @public
272
271
  * <p> The code of the service that caused the throttling exception. </p>
272
+ * @public
273
273
  */
274
274
  ServiceCode?: string;
275
275
  /**
276
- * @public
277
276
  * <p> The number of seconds after which the action that caused the throttling exception can
278
277
  * be retried. </p>
278
+ * @public
279
279
  */
280
280
  RetryAfterSeconds?: number;
281
281
  /**
@@ -284,19 +284,19 @@ export declare class ThrottlingException extends __BaseException {
284
284
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
285
285
  }
286
286
  /**
287
- * @public
288
287
  * <p> The field associated with the validation exception. </p>
288
+ * @public
289
289
  */
290
290
  export interface ValidationExceptionField {
291
291
  /**
292
- * @public
293
292
  * <p> The name of the field. </p>
293
+ * @public
294
294
  */
295
295
  Name: string | undefined;
296
296
  /**
297
- * @public
298
297
  * <p> The message associated with the validation exception with information to help
299
298
  * determine its cause. </p>
299
+ * @public
300
300
  */
301
301
  Message: string | undefined;
302
302
  }
@@ -317,26 +317,26 @@ export declare const ValidationExceptionReason: {
317
317
  */
318
318
  export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
319
319
  /**
320
- * @public
321
320
  * <p> Contains information about data passed in to a field during a request that is not
322
321
  * valid. </p>
322
+ * @public
323
323
  */
324
324
  export declare class ValidationException extends __BaseException {
325
325
  readonly name: "ValidationException";
326
326
  readonly $fault: "client";
327
327
  /**
328
- * @public
329
328
  * <p> A message that describes the validation exception. </p>
329
+ * @public
330
330
  */
331
331
  Message: string | undefined;
332
332
  /**
333
- * @public
334
333
  * <p> The reason the validation exception was thrown. </p>
334
+ * @public
335
335
  */
336
336
  Reason?: ValidationExceptionReason;
337
337
  /**
338
- * @public
339
338
  * <p> An array of fields that are associated with the validation exception. </p>
339
+ * @public
340
340
  */
341
341
  Fields?: ValidationExceptionField[];
342
342
  /**
@@ -357,16 +357,16 @@ export declare const EventSourceOptInStatus: {
357
357
  */
358
358
  export type EventSourceOptInStatus = (typeof EventSourceOptInStatus)[keyof typeof EventSourceOptInStatus];
359
359
  /**
360
- * @public
361
360
  * <p>Information about your account's integration with Amazon CodeGuru Profiler. This
362
361
  * returns whether DevOps Guru is configured to consume recommendations generated from Amazon
363
362
  * CodeGuru Profiler.</p>
363
+ * @public
364
364
  */
365
365
  export interface AmazonCodeGuruProfilerIntegration {
366
366
  /**
367
- * @public
368
367
  * <p>The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to
369
368
  * consume recommendations that are generated from Amazon CodeGuru Profiler.</p>
369
+ * @public
370
370
  */
371
371
  Status?: EventSourceOptInStatus;
372
372
  }
@@ -389,154 +389,154 @@ export declare const LogAnomalyType: {
389
389
  */
390
390
  export type LogAnomalyType = (typeof LogAnomalyType)[keyof typeof LogAnomalyType];
391
391
  /**
392
- * @public
393
392
  * <p>
394
393
  * Information about an anomalous log event found within a log group.
395
394
  * </p>
395
+ * @public
396
396
  */
397
397
  export interface LogAnomalyClass {
398
398
  /**
399
- * @public
400
399
  * <p>
401
400
  * The name of the Amazon CloudWatch log stream that the anomalous log event belongs to. A log stream is a sequence of log events that share the same source.
402
401
  * </p>
402
+ * @public
403
403
  */
404
404
  LogStreamName?: string;
405
405
  /**
406
- * @public
407
406
  * <p>
408
407
  * The type of log anomaly that has been detected.
409
408
  * </p>
409
+ * @public
410
410
  */
411
411
  LogAnomalyType?: LogAnomalyType;
412
412
  /**
413
- * @public
414
413
  * <p>
415
414
  * The token where the anomaly was detected. This may refer to an exception or another location, or it may be blank for log anomalies such as format anomalies.
416
415
  * </p>
416
+ * @public
417
417
  */
418
418
  LogAnomalyToken?: string;
419
419
  /**
420
- * @public
421
420
  * <p>
422
421
  * The ID of the log event.
423
422
  * </p>
423
+ * @public
424
424
  */
425
425
  LogEventId?: string;
426
426
  /**
427
- * @public
428
427
  * <p>
429
428
  * The explanation for why the log event is considered an anomaly.
430
429
  * </p>
430
+ * @public
431
431
  */
432
432
  Explanation?: string;
433
433
  /**
434
- * @public
435
434
  * <p>
436
435
  * The number of log lines where this anomalous log event occurs.
437
436
  * </p>
437
+ * @public
438
438
  */
439
439
  NumberOfLogLinesOccurrences?: number;
440
440
  /**
441
- * @public
442
441
  * <p>
443
442
  * The time of the first occurrence of the anomalous log event.
444
443
  * </p>
444
+ * @public
445
445
  */
446
446
  LogEventTimestamp?: Date;
447
447
  }
448
448
  /**
449
- * @public
450
449
  * <p>
451
450
  * A cluster of similar anomalous log events found within a log group.
452
451
  * </p>
452
+ * @public
453
453
  */
454
454
  export interface LogAnomalyShowcase {
455
455
  /**
456
- * @public
457
456
  * <p>
458
457
  * A list of anomalous log events that may be related.
459
458
  * </p>
459
+ * @public
460
460
  */
461
461
  LogAnomalyClasses?: LogAnomalyClass[];
462
462
  }
463
463
  /**
464
- * @public
465
464
  * <p>
466
465
  * An Amazon CloudWatch log group that contains log anomalies and is used to generate an insight.
467
466
  * </p>
467
+ * @public
468
468
  */
469
469
  export interface AnomalousLogGroup {
470
470
  /**
471
- * @public
472
471
  * <p>
473
472
  * The name of the CloudWatch log group.
474
473
  * </p>
474
+ * @public
475
475
  */
476
476
  LogGroupName?: string;
477
477
  /**
478
- * @public
479
478
  * <p>
480
479
  * The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.
481
480
  * </p>
481
+ * @public
482
482
  */
483
483
  ImpactStartTime?: Date;
484
484
  /**
485
- * @public
486
485
  * <p>
487
486
  * The time the anomalous log events stopped.
488
487
  * </p>
488
+ * @public
489
489
  */
490
490
  ImpactEndTime?: Date;
491
491
  /**
492
- * @public
493
492
  * <p>
494
493
  * The number of log lines that were scanned for anomalous log events.
495
494
  * </p>
495
+ * @public
496
496
  */
497
497
  NumberOfLogLinesScanned?: number;
498
498
  /**
499
- * @public
500
499
  * <p>
501
500
  * The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.
502
501
  * </p>
502
+ * @public
503
503
  */
504
504
  LogAnomalyShowcases?: LogAnomalyShowcase[];
505
505
  }
506
506
  /**
507
- * @public
508
507
  * <p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This
509
508
  * is different from <code>AnomalyTimeRange</code>, which specifies the time range when
510
509
  * DevOps Guru actually observes the anomalous behavior. </p>
510
+ * @public
511
511
  */
512
512
  export interface AnomalyReportedTimeRange {
513
513
  /**
514
- * @public
515
514
  * <p> The time when an anomaly is opened. </p>
515
+ * @public
516
516
  */
517
517
  OpenTime: Date | undefined;
518
518
  /**
519
- * @public
520
519
  * <p> The time when an anomaly is closed. </p>
520
+ * @public
521
521
  */
522
522
  CloseTime?: Date;
523
523
  }
524
524
  /**
525
- * @public
526
525
  * <p>The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the
527
526
  * generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and
528
527
  * insight with details about the anomalous behavior and suggestions about how to correct
529
528
  * the problem.</p>
529
+ * @public
530
530
  */
531
531
  export interface AnomalyResource {
532
532
  /**
533
- * @public
534
533
  * <p>The name of the Amazon Web Services resource.</p>
534
+ * @public
535
535
  */
536
536
  Name?: string;
537
537
  /**
538
- * @public
539
538
  * <p>The type of the Amazon Web Services resource.</p>
539
+ * @public
540
540
  */
541
541
  Type?: string;
542
542
  }
@@ -554,21 +554,21 @@ export declare const AnomalySeverity: {
554
554
  */
555
555
  export type AnomalySeverity = (typeof AnomalySeverity)[keyof typeof AnomalySeverity];
556
556
  /**
557
- * @public
558
557
  * <p> The dimension of an Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in
559
558
  * your account for operational problems and anomalous behavior. A dimension is a
560
559
  * name/value pair that is part of the identity of a metric. A metric can have up to 10
561
560
  * 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>
561
+ * @public
562
562
  */
563
563
  export interface CloudWatchMetricsDimension {
564
564
  /**
565
- * @public
566
565
  * <p> The name of the CloudWatch dimension. </p>
566
+ * @public
567
567
  */
568
568
  Name?: string;
569
569
  /**
570
- * @public
571
570
  * <p> The value of the CloudWatch dimension. </p>
571
+ * @public
572
572
  */
573
573
  Value?: string;
574
574
  }
@@ -586,36 +586,36 @@ export declare const CloudWatchMetricDataStatusCode: {
586
586
  */
587
587
  export type CloudWatchMetricDataStatusCode = (typeof CloudWatchMetricDataStatusCode)[keyof typeof CloudWatchMetricDataStatusCode];
588
588
  /**
589
- * @public
590
589
  * <p>A pair that contains metric values at the respective timestamp.</p>
590
+ * @public
591
591
  */
592
592
  export interface TimestampMetricValuePair {
593
593
  /**
594
- * @public
595
594
  * <p>A <code>Timestamp</code> that specifies the time the event occurred. </p>
595
+ * @public
596
596
  */
597
597
  Timestamp?: Date;
598
598
  /**
599
- * @public
600
599
  * <p>Value of the anomalous metric data point at respective Timestamp.</p>
600
+ * @public
601
601
  */
602
602
  MetricValue?: number;
603
603
  }
604
604
  /**
605
- * @public
606
605
  * <p>Contains information about the analyzed metrics that displayed anomalous behavior.
607
606
  * </p>
607
+ * @public
608
608
  */
609
609
  export interface CloudWatchMetricsDataSummary {
610
610
  /**
611
- * @public
612
611
  * <p>This is a list of Amazon CloudWatch metric values at given timestamp.</p>
612
+ * @public
613
613
  */
614
614
  TimestampMetricValuePairList?: TimestampMetricValuePair[];
615
615
  /**
616
- * @public
617
616
  * <p>This is an enum of the status showing whether the metric value pair list has partial
618
617
  * or complete data, or if there was an error.</p>
618
+ * @public
619
619
  */
620
620
  StatusCode?: CloudWatchMetricDataStatusCode;
621
621
  }
@@ -638,51 +638,50 @@ export declare const CloudWatchMetricsStat: {
638
638
  */
639
639
  export type CloudWatchMetricsStat = (typeof CloudWatchMetricsStat)[keyof typeof CloudWatchMetricsStat];
640
640
  /**
641
- * @public
642
641
  * <p> Information about an Amazon CloudWatch metric. </p>
642
+ * @public
643
643
  */
644
644
  export interface CloudWatchMetricsDetail {
645
645
  /**
646
- * @public
647
646
  * <p> The name of the CloudWatch metric. </p>
647
+ * @public
648
648
  */
649
649
  MetricName?: string;
650
650
  /**
651
- * @public
652
651
  * <p> The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
653
652
  * </p>
653
+ * @public
654
654
  */
655
655
  Namespace?: string;
656
656
  /**
657
- * @public
658
657
  * <p> An array of CloudWatch dimensions associated with </p>
658
+ * @public
659
659
  */
660
660
  Dimensions?: CloudWatchMetricsDimension[];
661
661
  /**
662
- * @public
663
662
  * <p> The type of statistic associated with the CloudWatch metric. For more information, see
664
663
  * <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>
664
+ * @public
665
665
  */
666
666
  Stat?: CloudWatchMetricsStat;
667
667
  /**
668
- * @public
669
668
  * <p> The unit of measure used for the CloudWatch metric. For example, <code>Bytes</code>,
670
669
  * <code>Seconds</code>, <code>Count</code>, and <code>Percent</code>. </p>
670
+ * @public
671
671
  */
672
672
  Unit?: string;
673
673
  /**
674
- * @public
675
674
  * <p> The length of time associated with the CloudWatch metric in number of seconds. </p>
675
+ * @public
676
676
  */
677
677
  Period?: number;
678
678
  /**
679
- * @public
680
679
  * <p>This object returns anomaly metric data.</p>
680
+ * @public
681
681
  */
682
682
  MetricDataSummary?: CloudWatchMetricsDataSummary;
683
683
  }
684
684
  /**
685
- * @public
686
685
  * <p>A logical grouping of Performance Insights metrics for a related subject area. For example, the
687
686
  * <code>db.sql</code> dimension group consists of the following dimensions:
688
687
  * <code>db.sql.id</code>, <code>db.sql.db_id</code>, <code>db.sql.statement</code>,
@@ -708,10 +707,10 @@ export interface CloudWatchMetricsDetail {
708
707
  * </p>
709
708
  * </li>
710
709
  * </ul>
710
+ * @public
711
711
  */
712
712
  export interface PerformanceInsightsMetricDimensionGroup {
713
713
  /**
714
- * @public
715
714
  * <p>The name of the dimension group. Its valid values are:</p>
716
715
  * <ul>
717
716
  * <li>
@@ -757,10 +756,10 @@ export interface PerformanceInsightsMetricDimensionGroup {
757
756
  * <code>db.user</code> - The user logged in to the database (all engines)</p>
758
757
  * </li>
759
758
  * </ul>
759
+ * @public
760
760
  */
761
761
  Group?: string;
762
762
  /**
763
- * @public
764
763
  * <p>A list of specific dimensions from a dimension group. If this parameter is not
765
764
  * present, then it signifies that all of the dimensions in the group were requested or are
766
765
  * present in the response.</p>
@@ -851,16 +850,16 @@ export interface PerformanceInsightsMetricDimensionGroup {
851
850
  * backend is waiting (all engines)</p>
852
851
  * </li>
853
852
  * </ul>
853
+ * @public
854
854
  */
855
855
  Dimensions?: string[];
856
856
  /**
857
- * @public
858
857
  * <p>The maximum number of items to fetch for this dimension group.</p>
858
+ * @public
859
859
  */
860
860
  Limit?: number;
861
861
  }
862
862
  /**
863
- * @public
864
863
  * <p>A single query to be processed. Use these parameters to query the Performance Insights
865
864
  * <code>GetResourceMetrics</code> API to retrieve the metrics for an anomaly. For more
866
865
  * information, see <code>
@@ -884,10 +883,10 @@ export interface PerformanceInsightsMetricDimensionGroup {
884
883
  * </p>
885
884
  * </li>
886
885
  * </ul>
886
+ * @public
887
887
  */
888
888
  export interface PerformanceInsightsMetricQuery {
889
889
  /**
890
- * @public
891
890
  * <p>The name of the meteric used used when querying an Performance Insights
892
891
  * <code>GetResourceMetrics</code> API for anomaly metrics.</p>
893
892
  * <p>Valid values for <code>Metric</code> are:</p>
@@ -910,19 +909,19 @@ export interface PerformanceInsightsMetricQuery {
910
909
  * showing the raw values, and <code>db.sampledload.avg</code> less than
911
910
  * <code>db.load.avg</code>. For most use cases, you can query <code>db.load.avg</code>
912
911
  * only. </p>
912
+ * @public
913
913
  */
914
914
  Metric?: string;
915
915
  /**
916
- * @public
917
916
  * <p>The specification for how to aggregate the data points from a Performance Insights
918
917
  * <code>GetResourceMetrics</code> API query. The Performance Insights query returns all of the
919
918
  * dimensions within that group, unless you provide the names of specific dimensions within
920
919
  * that group. You can also request that Performance Insights return a limited number of values for a
921
920
  * dimension.</p>
921
+ * @public
922
922
  */
923
923
  GroupBy?: PerformanceInsightsMetricDimensionGroup;
924
924
  /**
925
- * @public
926
925
  * <p>One or more filters to apply to a Performance Insights <code>GetResourceMetrics</code> API query.
927
926
  * Restrictions:</p>
928
927
  * <ul>
@@ -934,92 +933,92 @@ export interface PerformanceInsightsMetricQuery {
934
933
  * <p>A single filter for any other dimension in this dimension group.</p>
935
934
  * </li>
936
935
  * </ul>
936
+ * @public
937
937
  */
938
938
  Filter?: Record<string, string>;
939
939
  }
940
940
  /**
941
- * @public
942
941
  * <p>Information about a reference metric used to evaluate Performance Insights.</p>
942
+ * @public
943
943
  */
944
944
  export interface PerformanceInsightsReferenceMetric {
945
945
  /**
946
- * @public
947
946
  * <p>A query to be processed on the metric.</p>
947
+ * @public
948
948
  */
949
949
  MetricQuery?: PerformanceInsightsMetricQuery;
950
950
  }
951
951
  /**
952
- * @public
953
952
  * <p>A reference value to compare Performance Insights metrics against to determine if the metrics
954
953
  * demonstrate anomalous behavior.</p>
954
+ * @public
955
955
  */
956
956
  export interface PerformanceInsightsReferenceScalar {
957
957
  /**
958
- * @public
959
958
  * <p>The reference value.</p>
959
+ * @public
960
960
  */
961
961
  Value?: number;
962
962
  }
963
963
  /**
964
- * @public
965
964
  * <p>Reference scalar values and other metrics that DevOps Guru displays on a graph in its
966
965
  * console along with the actual metrics it analyzed. Compare these reference values to
967
966
  * your actual metrics to help you understand anomalous behavior that DevOps Guru
968
967
  * detected.</p>
968
+ * @public
969
969
  */
970
970
  export interface PerformanceInsightsReferenceComparisonValues {
971
971
  /**
972
- * @public
973
972
  * <p>A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This
974
973
  * reference value is used to determine if an actual metric value should be considered
975
974
  * anomalous.</p>
975
+ * @public
976
976
  */
977
977
  ReferenceScalar?: PerformanceInsightsReferenceScalar;
978
978
  /**
979
- * @public
980
979
  * <p>A metric that DevOps Guru compares to actual metric values. This reference metric is used to
981
980
  * determine if an actual metric should be considered anomalous.</p>
981
+ * @public
982
982
  */
983
983
  ReferenceMetric?: PerformanceInsightsReferenceMetric;
984
984
  }
985
985
  /**
986
- * @public
987
986
  * <p>Reference data used to evaluate Performance Insights to determine if its performance is anomalous or
988
987
  * not.</p>
988
+ * @public
989
989
  */
990
990
  export interface PerformanceInsightsReferenceData {
991
991
  /**
992
- * @public
993
992
  * <p>The name of the reference data.</p>
993
+ * @public
994
994
  */
995
995
  Name?: string;
996
996
  /**
997
- * @public
998
997
  * <p>The specific reference values used to evaluate the Performance Insights. For more information, see
999
998
  * <code>
1000
999
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsReferenceComparisonValues.html">PerformanceInsightsReferenceComparisonValues</a>
1001
1000
  * </code>. </p>
1001
+ * @public
1002
1002
  */
1003
1003
  ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
1004
1004
  }
1005
1005
  /**
1006
- * @public
1007
1006
  * <p>A statistic in a Performance Insights collection.</p>
1007
+ * @public
1008
1008
  */
1009
1009
  export interface PerformanceInsightsStat {
1010
1010
  /**
1011
- * @public
1012
1011
  * <p>The statistic type.</p>
1012
+ * @public
1013
1013
  */
1014
1014
  Type?: string;
1015
1015
  /**
1016
- * @public
1017
1016
  * <p>The value of the statistic.</p>
1017
+ * @public
1018
1018
  */
1019
1019
  Value?: number;
1020
1020
  }
1021
1021
  /**
1022
- * @public
1023
1022
  * <p>Details about Performance Insights metrics.</p>
1024
1023
  * <p>Amazon RDS Performance Insights enables you to monitor and explore different
1025
1024
  * dimensions of database load based on data captured from a running DB instance.
@@ -1038,84 +1037,85 @@ export interface PerformanceInsightsStat {
1038
1037
  * </p>
1039
1038
  * </li>
1040
1039
  * </ul>
1040
+ * @public
1041
1041
  */
1042
1042
  export interface PerformanceInsightsMetricsDetail {
1043
1043
  /**
1044
- * @public
1045
1044
  * <p>The name used for a specific Performance Insights metric.</p>
1045
+ * @public
1046
1046
  */
1047
1047
  MetricDisplayName?: string;
1048
1048
  /**
1049
- * @public
1050
1049
  * <p>The unit of measure for a metric. For example, a session or a process.</p>
1050
+ * @public
1051
1051
  */
1052
1052
  Unit?: string;
1053
1053
  /**
1054
- * @public
1055
1054
  * <p>A single query to be processed for the metric. For more information, see <code>
1056
1055
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsMetricQuery.html">PerformanceInsightsMetricQuery</a>
1057
1056
  * </code>.</p>
1057
+ * @public
1058
1058
  */
1059
1059
  MetricQuery?: PerformanceInsightsMetricQuery;
1060
1060
  /**
1061
- * @public
1062
1061
  * <p> For more information, see <code>
1063
1062
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsReferenceData.html">PerformanceInsightsReferenceData</a>
1064
1063
  * </code>. </p>
1064
+ * @public
1065
1065
  */
1066
1066
  ReferenceData?: PerformanceInsightsReferenceData[];
1067
1067
  /**
1068
- * @public
1069
1068
  * <p>The metric statistics during the anomalous period detected by DevOps Guru;</p>
1069
+ * @public
1070
1070
  */
1071
1071
  StatsAtAnomaly?: PerformanceInsightsStat[];
1072
1072
  /**
1073
- * @public
1074
1073
  * <p>Typical metric statistics that are not considered anomalous. When DevOps Guru analyzes
1075
1074
  * metrics, it compares them to <code>StatsAtBaseline</code> to help determine if they are
1076
1075
  * anomalous.</p>
1076
+ * @public
1077
1077
  */
1078
1078
  StatsAtBaseline?: PerformanceInsightsStat[];
1079
1079
  }
1080
1080
  /**
1081
- * @public
1082
1081
  * <p> Details about the source of the anomalous operational data that triggered the
1083
1082
  * anomaly.</p>
1083
+ * @public
1084
1084
  */
1085
1085
  export interface AnomalySourceDetails {
1086
1086
  /**
1087
- * @public
1088
1087
  * <p>An array of <code>CloudWatchMetricsDetail</code> objects that contain information
1089
1088
  * about analyzed CloudWatch metrics that show anomalous behavior. </p>
1089
+ * @public
1090
1090
  */
1091
1091
  CloudWatchMetrics?: CloudWatchMetricsDetail[];
1092
1092
  /**
1093
- * @public
1094
1093
  * <p>An array of <code>PerformanceInsightsMetricsDetail</code> objects that contain
1095
1094
  * information about analyzed Performance Insights metrics that show anomalous behavior.</p>
1095
+ * @public
1096
1096
  */
1097
1097
  PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
1098
1098
  }
1099
1099
  /**
1100
- * @public
1101
1100
  * <p>Metadata about the detection source that generates proactive anomalies. The anomaly is
1102
1101
  * detected using analysis of the metric data
1103
1102
  over a period of time</p>
1103
+ * @public
1104
1104
  */
1105
1105
  export interface AnomalySourceMetadata {
1106
1106
  /**
1107
- * @public
1108
1107
  * <p>The source of the anomaly.</p>
1108
+ * @public
1109
1109
  */
1110
1110
  Source?: string;
1111
1111
  /**
1112
- * @public
1113
1112
  * <p>The name of the anomaly's resource.</p>
1113
+ * @public
1114
1114
  */
1115
1115
  SourceResourceName?: string;
1116
1116
  /**
1117
- * @public
1118
1117
  * <p>The anomaly's resource type.</p>
1118
+ * @public
1119
1119
  */
1120
1120
  SourceResourceType?: string;
1121
1121
  }
@@ -1132,20 +1132,20 @@ export declare const AnomalyStatus: {
1132
1132
  */
1133
1133
  export type AnomalyStatus = (typeof AnomalyStatus)[keyof typeof AnomalyStatus];
1134
1134
  /**
1135
- * @public
1136
1135
  * <p> A time range that specifies when the observed unusual behavior in an anomaly started
1137
1136
  * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
1138
1137
  * the time range when DevOps Guru opens and then closes an anomaly. </p>
1138
+ * @public
1139
1139
  */
1140
1140
  export interface AnomalyTimeRange {
1141
1141
  /**
1142
- * @public
1143
1142
  * <p> The time when the anomalous behavior started. </p>
1143
+ * @public
1144
1144
  */
1145
1145
  StartTime: Date | undefined;
1146
1146
  /**
1147
- * @public
1148
1147
  * <p> The time when the anomalous behavior ended. </p>
1148
+ * @public
1149
1149
  */
1150
1150
  EndTime?: Date;
1151
1151
  }
@@ -1166,8 +1166,8 @@ export type AnomalyType = (typeof AnomalyType)[keyof typeof AnomalyType];
1166
1166
  */
1167
1167
  export interface DeleteInsightRequest {
1168
1168
  /**
1169
- * @public
1170
1169
  * <p>The ID of the insight.</p>
1170
+ * @public
1171
1171
  */
1172
1172
  Id: string | undefined;
1173
1173
  }
@@ -1186,34 +1186,34 @@ export interface DescribeAccountHealthRequest {
1186
1186
  */
1187
1187
  export interface DescribeAccountHealthResponse {
1188
1188
  /**
1189
- * @public
1190
1189
  * <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account.
1191
1190
  * </p>
1191
+ * @public
1192
1192
  */
1193
1193
  OpenReactiveInsights: number | undefined;
1194
1194
  /**
1195
- * @public
1196
1195
  * <p> An integer that specifies the number of open proactive insights in your Amazon Web Services
1197
1196
  * account. </p>
1197
+ * @public
1198
1198
  */
1199
1199
  OpenProactiveInsights: number | undefined;
1200
1200
  /**
1201
- * @public
1202
1201
  * <p> An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services
1203
1202
  * account. </p>
1203
+ * @public
1204
1204
  */
1205
1205
  MetricsAnalyzed: number | undefined;
1206
1206
  /**
1207
- * @public
1208
1207
  * <p>The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in
1209
1208
  * the last hour. </p>
1209
+ * @public
1210
1210
  */
1211
1211
  ResourceHours: number | undefined;
1212
1212
  /**
1213
- * @public
1214
1213
  * <p>
1215
1214
  * Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
1216
1215
  * </p>
1216
+ * @public
1217
1217
  */
1218
1218
  AnalyzedResourceCount?: number;
1219
1219
  }
@@ -1222,17 +1222,17 @@ export interface DescribeAccountHealthResponse {
1222
1222
  */
1223
1223
  export interface DescribeAccountOverviewRequest {
1224
1224
  /**
1225
- * @public
1226
1225
  * <p> The start of the time range passed in. The start time granularity is at the day
1227
1226
  * level. The floor of the start time is used. Returned information occurred after this
1228
1227
  * day. </p>
1228
+ * @public
1229
1229
  */
1230
1230
  FromTime: Date | undefined;
1231
1231
  /**
1232
- * @public
1233
1232
  * <p> The end of the time range passed in. The start time granularity is at the day level.
1234
1233
  * The floor of the start time is used. Returned information occurred before this day. If
1235
1234
  * this is not specified, then the current day is used. </p>
1235
+ * @public
1236
1236
  */
1237
1237
  ToTime?: Date;
1238
1238
  }
@@ -1241,21 +1241,21 @@ export interface DescribeAccountOverviewRequest {
1241
1241
  */
1242
1242
  export interface DescribeAccountOverviewResponse {
1243
1243
  /**
1244
- * @public
1245
1244
  * <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account
1246
1245
  * that were created during the time range passed in. </p>
1246
+ * @public
1247
1247
  */
1248
1248
  ReactiveInsights: number | undefined;
1249
1249
  /**
1250
- * @public
1251
1250
  * <p> An integer that specifies the number of open proactive insights in your Amazon Web Services account
1252
1251
  * that were created during the time range passed in. </p>
1252
+ * @public
1253
1253
  */
1254
1254
  ProactiveInsights: number | undefined;
1255
1255
  /**
1256
- * @public
1257
1256
  * <p> The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
1258
1257
  * </p>
1258
+ * @public
1259
1259
  */
1260
1260
  MeanTimeToRecoverInMilliseconds: number | undefined;
1261
1261
  }
@@ -1264,50 +1264,49 @@ export interface DescribeAccountOverviewResponse {
1264
1264
  */
1265
1265
  export interface DescribeAnomalyRequest {
1266
1266
  /**
1267
- * @public
1268
1267
  * <p> The ID of the anomaly. </p>
1268
+ * @public
1269
1269
  */
1270
1270
  Id: string | undefined;
1271
1271
  /**
1272
- * @public
1273
1272
  * <p>The ID of the member account.</p>
1273
+ * @public
1274
1274
  */
1275
1275
  AccountId?: string;
1276
1276
  }
1277
1277
  /**
1278
- * @public
1279
1278
  * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
1280
1279
  * is expected to occur. </p>
1280
+ * @public
1281
1281
  */
1282
1282
  export interface PredictionTimeRange {
1283
1283
  /**
1284
- * @public
1285
1284
  * <p> The time range during which a metric limit is expected to be exceeded. This applies
1286
1285
  * to proactive insights only. </p>
1286
+ * @public
1287
1287
  */
1288
1288
  StartTime: Date | undefined;
1289
1289
  /**
1290
- * @public
1291
1290
  * <p> The time when the behavior in a proactive insight is expected to end. </p>
1291
+ * @public
1292
1292
  */
1293
1293
  EndTime?: Date;
1294
1294
  }
1295
1295
  /**
1296
- * @public
1297
1296
  * <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
1298
1297
  * stacks to specify which Amazon Web Services resources in your account to analyze. For more
1299
1298
  * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
1300
1299
  * <i>Amazon Web Services CloudFormation User Guide</i>. </p>
1300
+ * @public
1301
1301
  */
1302
1302
  export interface CloudFormationCollection {
1303
1303
  /**
1304
- * @public
1305
1304
  * <p> An array of CloudFormation stack names. </p>
1305
+ * @public
1306
1306
  */
1307
1307
  StackNames?: string[];
1308
1308
  }
1309
1309
  /**
1310
- * @public
1311
1310
  * <p>A collection of Amazon Web Services tags.</p>
1312
1311
  * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
1313
1312
  * tagging, so you can assign the same tag to resources from different services to indicate
@@ -1342,10 +1341,10 @@ export interface CloudFormationCollection {
1342
1341
  * application might be <code>Devops-Guru-production-application/RDS</code> or
1343
1342
  * <code>Devops-Guru-production-application/containers</code>.</p>
1344
1343
  * </important>
1344
+ * @public
1345
1345
  */
1346
1346
  export interface TagCollection {
1347
1347
  /**
1348
- * @public
1349
1348
  * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
1350
1349
  * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
1351
1350
  * up your DevOps Guru application and analysis boundary.</p>
@@ -1360,10 +1359,10 @@ export interface TagCollection {
1360
1359
  * application might be <code>Devops-Guru-production-application/RDS</code> or
1361
1360
  * <code>Devops-Guru-production-application/containers</code>.</p>
1362
1361
  * </important>
1362
+ * @public
1363
1363
  */
1364
1364
  AppBoundaryKey: string | undefined;
1365
1365
  /**
1366
- * @public
1367
1366
  * <p>The values in an Amazon Web Services tag collection.</p>
1368
1367
  * <p>The tag's <i>value</i> is an optional field used to associate a string with
1369
1368
  * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
@@ -1371,25 +1370,25 @@ export interface TagCollection {
1371
1370
  * Omitting the tag <i>value</i> is the same as using an empty
1372
1371
  * string. Like tag <i>keys</i>, tag <i>values</i> are
1373
1372
  * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
1373
+ * @public
1374
1374
  */
1375
1375
  TagValues: string[] | undefined;
1376
1376
  }
1377
1377
  /**
1378
- * @public
1379
1378
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1380
1379
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1381
1380
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1382
1381
  * 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>
1382
+ * @public
1383
1383
  */
1384
1384
  export interface ResourceCollection {
1385
1385
  /**
1386
- * @public
1387
1386
  * <p> An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that
1388
1387
  * DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
1388
+ * @public
1389
1389
  */
1390
1390
  CloudFormation?: CloudFormationCollection;
1391
1391
  /**
1392
- * @public
1393
1392
  * <p>The Amazon Web Services tags that are used by resources in the resource collection.</p>
1394
1393
  * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
1395
1394
  * tagging, so you can assign the same tag to resources from different services to indicate
@@ -1424,162 +1423,162 @@ export interface ResourceCollection {
1424
1423
  * application might be <code>Devops-Guru-production-application/RDS</code> or
1425
1424
  * <code>Devops-Guru-production-application/containers</code>.</p>
1426
1425
  * </important>
1426
+ * @public
1427
1427
  */
1428
1428
  Tags?: TagCollection[];
1429
1429
  }
1430
1430
  /**
1431
- * @public
1432
1431
  * <p>Information about an anomaly. This object is returned by
1433
1432
  * <code>ListAnomalies</code>.</p>
1433
+ * @public
1434
1434
  */
1435
1435
  export interface ProactiveAnomaly {
1436
1436
  /**
1437
- * @public
1438
1437
  * <p> The ID of a proactive anomaly. </p>
1438
+ * @public
1439
1439
  */
1440
1440
  Id?: string;
1441
1441
  /**
1442
- * @public
1443
1442
  * <p>The severity of the anomaly. The severity of anomalies that generate
1444
1443
  * an insight determine that insight's severity. For more information, see
1445
1444
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1446
1445
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1446
+ * @public
1447
1447
  */
1448
1448
  Severity?: AnomalySeverity;
1449
1449
  /**
1450
- * @public
1451
1450
  * <p> The status of a proactive anomaly. </p>
1451
+ * @public
1452
1452
  */
1453
1453
  Status?: AnomalyStatus;
1454
1454
  /**
1455
- * @public
1456
1455
  * <p> The time of the anomaly's most recent update. </p>
1456
+ * @public
1457
1457
  */
1458
1458
  UpdateTime?: Date;
1459
1459
  /**
1460
- * @public
1461
1460
  * <p> A time range that specifies when the observed unusual behavior in an anomaly started
1462
1461
  * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
1463
1462
  * the time range when DevOps Guru opens and then closes an anomaly. </p>
1463
+ * @public
1464
1464
  */
1465
1465
  AnomalyTimeRange?: AnomalyTimeRange;
1466
1466
  /**
1467
- * @public
1468
1467
  * <p>
1469
1468
  * An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
1470
1469
  * </p>
1470
+ * @public
1471
1471
  */
1472
1472
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
1473
1473
  /**
1474
- * @public
1475
1474
  * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
1476
1475
  * is expected to occur. </p>
1476
+ * @public
1477
1477
  */
1478
1478
  PredictionTimeRange?: PredictionTimeRange;
1479
1479
  /**
1480
- * @public
1481
1480
  * <p> Details about the source of the analyzed operational data that triggered the anomaly.
1482
1481
  * The one supported source is Amazon CloudWatch metrics. </p>
1482
+ * @public
1483
1483
  */
1484
1484
  SourceDetails?: AnomalySourceDetails;
1485
1485
  /**
1486
- * @public
1487
1486
  * <p> The ID of the insight that contains this anomaly. An insight is composed of related
1488
1487
  * anomalies. </p>
1488
+ * @public
1489
1489
  */
1490
1490
  AssociatedInsightId?: string;
1491
1491
  /**
1492
- * @public
1493
1492
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1494
1493
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1495
1494
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1496
1495
  * 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>
1496
+ * @public
1497
1497
  */
1498
1498
  ResourceCollection?: ResourceCollection;
1499
1499
  /**
1500
- * @public
1501
1500
  * <p> A threshold that was exceeded by behavior in analyzed resources. Exceeding this
1502
1501
  * threshold is related to the anomalous behavior that generated this anomaly. </p>
1502
+ * @public
1503
1503
  */
1504
1504
  Limit?: number;
1505
1505
  /**
1506
- * @public
1507
1506
  * <p>The metadata for the anomaly.</p>
1507
+ * @public
1508
1508
  */
1509
1509
  SourceMetadata?: AnomalySourceMetadata;
1510
1510
  /**
1511
- * @public
1512
1511
  * <p>Information about a resource in which DevOps Guru detected anomalous behavior.</p>
1512
+ * @public
1513
1513
  */
1514
1514
  AnomalyResources?: AnomalyResource[];
1515
1515
  /**
1516
- * @public
1517
1516
  * <p>
1518
1517
  * A description of the proactive anomaly.
1519
1518
  * </p>
1519
+ * @public
1520
1520
  */
1521
1521
  Description?: string;
1522
1522
  }
1523
1523
  /**
1524
- * @public
1525
1524
  * <p>Details about a reactive anomaly. This object is returned by
1526
1525
  * <code>ListAnomalies</code>.</p>
1526
+ * @public
1527
1527
  */
1528
1528
  export interface ReactiveAnomaly {
1529
1529
  /**
1530
- * @public
1531
1530
  * <p>The ID of the reactive anomaly. </p>
1531
+ * @public
1532
1532
  */
1533
1533
  Id?: string;
1534
1534
  /**
1535
- * @public
1536
1535
  * <p>The severity of the anomaly. The severity of anomalies that generate
1537
1536
  * an insight determine that insight's severity. For more information, see
1538
1537
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1539
1538
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1539
+ * @public
1540
1540
  */
1541
1541
  Severity?: AnomalySeverity;
1542
1542
  /**
1543
- * @public
1544
1543
  * <p> The status of the anomaly. </p>
1544
+ * @public
1545
1545
  */
1546
1546
  Status?: AnomalyStatus;
1547
1547
  /**
1548
- * @public
1549
1548
  * <p> A time range that specifies when the observed unusual behavior in an anomaly started
1550
1549
  * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
1551
1550
  * the time range when DevOps Guru opens and then closes an anomaly. </p>
1551
+ * @public
1552
1552
  */
1553
1553
  AnomalyTimeRange?: AnomalyTimeRange;
1554
1554
  /**
1555
- * @public
1556
1555
  * <p>
1557
1556
  * An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
1558
1557
  * </p>
1558
+ * @public
1559
1559
  */
1560
1560
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
1561
1561
  /**
1562
- * @public
1563
1562
  * <p> Details about the source of the analyzed operational data that triggered the anomaly.
1564
1563
  * The one supported source is Amazon CloudWatch metrics. </p>
1564
+ * @public
1565
1565
  */
1566
1566
  SourceDetails?: AnomalySourceDetails;
1567
1567
  /**
1568
- * @public
1569
1568
  * <p> The ID of the insight that contains this anomaly. An insight is composed of related
1570
1569
  * anomalies. </p>
1570
+ * @public
1571
1571
  */
1572
1572
  AssociatedInsightId?: string;
1573
1573
  /**
1574
- * @public
1575
1574
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1576
1575
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1577
1576
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1578
1577
  * 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>
1578
+ * @public
1579
1579
  */
1580
1580
  ResourceCollection?: ResourceCollection;
1581
1581
  /**
1582
- * @public
1583
1582
  * <p>The type of the reactive anomaly. It can be one of the following types.</p>
1584
1583
  * <ul>
1585
1584
  * <li>
@@ -1591,27 +1590,28 @@ export interface ReactiveAnomaly {
1591
1590
  * <code>CONTEXTUAL</code> - the anomaly contains additional information about an insight or its causal anomaly.</p>
1592
1591
  * </li>
1593
1592
  * </ul>
1593
+ * @public
1594
1594
  */
1595
1595
  Type?: AnomalyType;
1596
1596
  /**
1597
- * @public
1598
1597
  * <p>The name of the reactive anomaly.</p>
1598
+ * @public
1599
1599
  */
1600
1600
  Name?: string;
1601
1601
  /**
1602
- * @public
1603
1602
  * <p>A description of the reactive anomaly.</p>
1603
+ * @public
1604
1604
  */
1605
1605
  Description?: string;
1606
1606
  /**
1607
- * @public
1608
1607
  * <p>The ID of the causal anomaly that is associated with this
1609
1608
  * reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.</p>
1609
+ * @public
1610
1610
  */
1611
1611
  CausalAnomalyId?: string;
1612
1612
  /**
1613
- * @public
1614
1613
  * <p>The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.</p>
1614
+ * @public
1615
1615
  */
1616
1616
  AnomalyResources?: AnomalyResource[];
1617
1617
  }
@@ -1620,13 +1620,13 @@ export interface ReactiveAnomaly {
1620
1620
  */
1621
1621
  export interface DescribeAnomalyResponse {
1622
1622
  /**
1623
- * @public
1624
1623
  * <p> A <code>ProactiveAnomaly</code> object that represents the requested anomaly. </p>
1624
+ * @public
1625
1625
  */
1626
1626
  ProactiveAnomaly?: ProactiveAnomaly;
1627
1627
  /**
1628
- * @public
1629
1628
  * <p> A <code>ReactiveAnomaly</code> object that represents the requested anomaly. </p>
1629
+ * @public
1630
1630
  */
1631
1631
  ReactiveAnomaly?: ReactiveAnomaly;
1632
1632
  }
@@ -1636,15 +1636,15 @@ export interface DescribeAnomalyResponse {
1636
1636
  export interface DescribeEventSourcesConfigRequest {
1637
1637
  }
1638
1638
  /**
1639
- * @public
1640
1639
  * <p>Information about the integration of DevOps Guru as consumer with another AWS service, such
1641
1640
  * as AWS CodeGuru Profiler via EventBridge.</p>
1641
+ * @public
1642
1642
  */
1643
1643
  export interface EventSourcesConfig {
1644
1644
  /**
1645
- * @public
1646
1645
  * <p>Information about whether DevOps Guru is configured to consume recommendations which
1647
1646
  * are generated from AWS CodeGuru Profiler.</p>
1647
+ * @public
1648
1648
  */
1649
1649
  AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration;
1650
1650
  }
@@ -1653,8 +1653,8 @@ export interface EventSourcesConfig {
1653
1653
  */
1654
1654
  export interface DescribeEventSourcesConfigResponse {
1655
1655
  /**
1656
- * @public
1657
1656
  * <p>Lists the event sources in the configuration.</p>
1657
+ * @public
1658
1658
  */
1659
1659
  EventSources?: EventSourcesConfig;
1660
1660
  }
@@ -1663,8 +1663,8 @@ export interface DescribeEventSourcesConfigResponse {
1663
1663
  */
1664
1664
  export interface DescribeFeedbackRequest {
1665
1665
  /**
1666
- * @public
1667
1666
  * <p> The ID of the insight for which the feedback was provided. </p>
1667
+ * @public
1668
1668
  */
1669
1669
  InsightId?: string;
1670
1670
  }
@@ -1684,18 +1684,18 @@ export declare const InsightFeedbackOption: {
1684
1684
  */
1685
1685
  export type InsightFeedbackOption = (typeof InsightFeedbackOption)[keyof typeof InsightFeedbackOption];
1686
1686
  /**
1687
- * @public
1688
1687
  * <p> Information about insight feedback received from a customer. </p>
1688
+ * @public
1689
1689
  */
1690
1690
  export interface InsightFeedback {
1691
1691
  /**
1692
- * @public
1693
1692
  * <p> The insight feedback ID. </p>
1693
+ * @public
1694
1694
  */
1695
1695
  Id?: string;
1696
1696
  /**
1697
- * @public
1698
1697
  * <p> The feedback provided by the customer. </p>
1698
+ * @public
1699
1699
  */
1700
1700
  Feedback?: InsightFeedbackOption;
1701
1701
  }
@@ -1704,8 +1704,8 @@ export interface InsightFeedback {
1704
1704
  */
1705
1705
  export interface DescribeFeedbackResponse {
1706
1706
  /**
1707
- * @public
1708
1707
  * <p> Information about insight feedback received from a customer. </p>
1708
+ * @public
1709
1709
  */
1710
1710
  InsightFeedback?: InsightFeedback;
1711
1711
  }
@@ -1714,30 +1714,30 @@ export interface DescribeFeedbackResponse {
1714
1714
  */
1715
1715
  export interface DescribeInsightRequest {
1716
1716
  /**
1717
- * @public
1718
1717
  * <p> The ID of the insight. </p>
1718
+ * @public
1719
1719
  */
1720
1720
  Id: string | undefined;
1721
1721
  /**
1722
- * @public
1723
1722
  * <p>The ID of the member account in the organization.</p>
1723
+ * @public
1724
1724
  */
1725
1725
  AccountId?: string;
1726
1726
  }
1727
1727
  /**
1728
- * @public
1729
1728
  * <p> A time ranged that specifies when the observed behavior in an insight started and
1730
1729
  * ended. </p>
1730
+ * @public
1731
1731
  */
1732
1732
  export interface InsightTimeRange {
1733
1733
  /**
1734
- * @public
1735
1734
  * <p> The time when the behavior described in an insight started. </p>
1735
+ * @public
1736
1736
  */
1737
1737
  StartTime: Date | undefined;
1738
1738
  /**
1739
- * @public
1740
1739
  * <p> The time when the behavior described in an insight ended. </p>
1740
+ * @public
1741
1741
  */
1742
1742
  EndTime?: Date;
1743
1743
  }
@@ -1754,116 +1754,116 @@ export declare const InsightStatus: {
1754
1754
  */
1755
1755
  export type InsightStatus = (typeof InsightStatus)[keyof typeof InsightStatus];
1756
1756
  /**
1757
- * @public
1758
1757
  * <p>Details about a proactive insight. This object is returned by
1759
1758
  * <code>ListInsights</code>.</p>
1759
+ * @public
1760
1760
  */
1761
1761
  export interface ProactiveInsight {
1762
1762
  /**
1763
- * @public
1764
1763
  * <p>The ID of the proactive insight. </p>
1764
+ * @public
1765
1765
  */
1766
1766
  Id?: string;
1767
1767
  /**
1768
- * @public
1769
1768
  * <p>The name of the proactive insight. </p>
1769
+ * @public
1770
1770
  */
1771
1771
  Name?: string;
1772
1772
  /**
1773
- * @public
1774
1773
  * <p>The severity of the insight. For more information, see
1775
1774
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1776
1775
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1776
+ * @public
1777
1777
  */
1778
1778
  Severity?: InsightSeverity;
1779
1779
  /**
1780
- * @public
1781
1780
  * <p>The status of the proactive insight. </p>
1781
+ * @public
1782
1782
  */
1783
1783
  Status?: InsightStatus;
1784
1784
  /**
1785
- * @public
1786
1785
  * <p> A time ranged that specifies when the observed behavior in an insight started and
1787
1786
  * ended. </p>
1787
+ * @public
1788
1788
  */
1789
1789
  InsightTimeRange?: InsightTimeRange;
1790
1790
  /**
1791
- * @public
1792
1791
  * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
1793
1792
  * is expected to occur. </p>
1793
+ * @public
1794
1794
  */
1795
1795
  PredictionTimeRange?: PredictionTimeRange;
1796
1796
  /**
1797
- * @public
1798
1797
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1799
1798
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1800
1799
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1801
1800
  * 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>
1801
+ * @public
1802
1802
  */
1803
1803
  ResourceCollection?: ResourceCollection;
1804
1804
  /**
1805
- * @public
1806
1805
  * <p> The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable
1807
1806
  * the creation of OpstItems insights before they are created for each insight. </p>
1807
+ * @public
1808
1808
  */
1809
1809
  SsmOpsItemId?: string;
1810
1810
  /**
1811
- * @public
1812
1811
  * <p>Describes the proactive insight.</p>
1812
+ * @public
1813
1813
  */
1814
1814
  Description?: string;
1815
1815
  }
1816
1816
  /**
1817
- * @public
1818
1817
  * <p> Information about a reactive insight. This object is returned by
1819
1818
  * <code>ListInsights</code>. </p>
1819
+ * @public
1820
1820
  */
1821
1821
  export interface ReactiveInsight {
1822
1822
  /**
1823
- * @public
1824
1823
  * <p> The ID of a reactive insight. </p>
1824
+ * @public
1825
1825
  */
1826
1826
  Id?: string;
1827
1827
  /**
1828
- * @public
1829
1828
  * <p> The name of a reactive insight. </p>
1829
+ * @public
1830
1830
  */
1831
1831
  Name?: string;
1832
1832
  /**
1833
- * @public
1834
1833
  * <p>The severity of the insight. For more information, see
1835
1834
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
1836
1835
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
1836
+ * @public
1837
1837
  */
1838
1838
  Severity?: InsightSeverity;
1839
1839
  /**
1840
- * @public
1841
1840
  * <p> The status of a reactive insight. </p>
1841
+ * @public
1842
1842
  */
1843
1843
  Status?: InsightStatus;
1844
1844
  /**
1845
- * @public
1846
1845
  * <p> A time ranged that specifies when the observed behavior in an insight started and
1847
1846
  * ended. </p>
1847
+ * @public
1848
1848
  */
1849
1849
  InsightTimeRange?: InsightTimeRange;
1850
1850
  /**
1851
- * @public
1852
1851
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
1853
1852
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1854
1853
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1855
1854
  * 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>
1855
+ * @public
1856
1856
  */
1857
1857
  ResourceCollection?: ResourceCollection;
1858
1858
  /**
1859
- * @public
1860
1859
  * <p> The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable
1861
1860
  * the creation of OpstItems insights before they are created for each insight. </p>
1861
+ * @public
1862
1862
  */
1863
1863
  SsmOpsItemId?: string;
1864
1864
  /**
1865
- * @public
1866
1865
  * <p>Describes the reactive insight.</p>
1866
+ * @public
1867
1867
  */
1868
1868
  Description?: string;
1869
1869
  }
@@ -1872,13 +1872,13 @@ export interface ReactiveInsight {
1872
1872
  */
1873
1873
  export interface DescribeInsightResponse {
1874
1874
  /**
1875
- * @public
1876
1875
  * <p> A <code>ProactiveInsight</code> object that represents the requested insight. </p>
1876
+ * @public
1877
1877
  */
1878
1878
  ProactiveInsight?: ProactiveInsight;
1879
1879
  /**
1880
- * @public
1881
1880
  * <p> A <code>ReactiveInsight</code> object that represents the requested insight. </p>
1881
+ * @public
1882
1882
  */
1883
1883
  ReactiveInsight?: ReactiveInsight;
1884
1884
  }
@@ -1887,13 +1887,13 @@ export interface DescribeInsightResponse {
1887
1887
  */
1888
1888
  export interface DescribeOrganizationHealthRequest {
1889
1889
  /**
1890
- * @public
1891
1890
  * <p>The ID of the Amazon Web Services account.</p>
1891
+ * @public
1892
1892
  */
1893
1893
  AccountIds?: string[];
1894
1894
  /**
1895
- * @public
1896
1895
  * <p>The ID of the organizational unit.</p>
1896
+ * @public
1897
1897
  */
1898
1898
  OrganizationalUnitIds?: string[];
1899
1899
  }
@@ -1902,27 +1902,27 @@ export interface DescribeOrganizationHealthRequest {
1902
1902
  */
1903
1903
  export interface DescribeOrganizationHealthResponse {
1904
1904
  /**
1905
- * @public
1906
1905
  * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
1907
1906
  * account.</p>
1907
+ * @public
1908
1908
  */
1909
1909
  OpenReactiveInsights: number | undefined;
1910
1910
  /**
1911
- * @public
1912
1911
  * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
1913
1912
  * account.</p>
1913
+ * @public
1914
1914
  */
1915
1915
  OpenProactiveInsights: number | undefined;
1916
1916
  /**
1917
- * @public
1918
1917
  * <p>An integer that specifies the number of metrics that have been analyzed in your
1919
1918
  * organization.</p>
1919
+ * @public
1920
1920
  */
1921
1921
  MetricsAnalyzed: number | undefined;
1922
1922
  /**
1923
- * @public
1924
1923
  * <p>The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in
1925
1924
  * the last hour. </p>
1925
+ * @public
1926
1926
  */
1927
1927
  ResourceHours: number | undefined;
1928
1928
  }
@@ -1931,27 +1931,27 @@ export interface DescribeOrganizationHealthResponse {
1931
1931
  */
1932
1932
  export interface DescribeOrganizationOverviewRequest {
1933
1933
  /**
1934
- * @public
1935
1934
  * <p> The start of the time range passed in. The start time granularity is at the day
1936
1935
  * level. The floor of the start time is used. Returned information occurred after this
1937
1936
  * day. </p>
1937
+ * @public
1938
1938
  */
1939
1939
  FromTime: Date | undefined;
1940
1940
  /**
1941
- * @public
1942
1941
  * <p> The end of the time range passed in. The start time granularity is at the day level.
1943
1942
  * The floor of the start time is used. Returned information occurred before this day. If
1944
1943
  * this is not specified, then the current day is used. </p>
1944
+ * @public
1945
1945
  */
1946
1946
  ToTime?: Date;
1947
1947
  /**
1948
- * @public
1949
1948
  * <p>The ID of the Amazon Web Services account.</p>
1949
+ * @public
1950
1950
  */
1951
1951
  AccountIds?: string[];
1952
1952
  /**
1953
- * @public
1954
1953
  * <p>The ID of the organizational unit.</p>
1954
+ * @public
1955
1955
  */
1956
1956
  OrganizationalUnitIds?: string[];
1957
1957
  }
@@ -1960,15 +1960,15 @@ export interface DescribeOrganizationOverviewRequest {
1960
1960
  */
1961
1961
  export interface DescribeOrganizationOverviewResponse {
1962
1962
  /**
1963
- * @public
1964
1963
  * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
1965
1964
  * account.</p>
1965
+ * @public
1966
1966
  */
1967
1967
  ReactiveInsights: number | undefined;
1968
1968
  /**
1969
- * @public
1970
1969
  * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
1971
1970
  * account.</p>
1971
+ * @public
1972
1972
  */
1973
1973
  ProactiveInsights: number | undefined;
1974
1974
  }
@@ -1991,98 +1991,98 @@ export type OrganizationResourceCollectionType = (typeof OrganizationResourceCol
1991
1991
  */
1992
1992
  export interface DescribeOrganizationResourceCollectionHealthRequest {
1993
1993
  /**
1994
- * @public
1995
1994
  * <p> An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources
1996
1995
  * are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
1997
1996
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
1998
1997
  * 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>
1998
+ * @public
1999
1999
  */
2000
2000
  OrganizationResourceCollectionType: OrganizationResourceCollectionType | undefined;
2001
2001
  /**
2002
- * @public
2003
2002
  * <p>The ID of the Amazon Web Services account.</p>
2003
+ * @public
2004
2004
  */
2005
2005
  AccountIds?: string[];
2006
2006
  /**
2007
- * @public
2008
2007
  * <p>The ID of the organizational unit.</p>
2008
+ * @public
2009
2009
  */
2010
2010
  OrganizationalUnitIds?: string[];
2011
2011
  /**
2012
- * @public
2013
2012
  * <p>The pagination token to use to retrieve
2014
2013
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
2014
+ * @public
2015
2015
  */
2016
2016
  NextToken?: string;
2017
2017
  /**
2018
- * @public
2019
2018
  * <p>The maximum number of results to return with a single call.
2020
2019
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
2020
+ * @public
2021
2021
  */
2022
2022
  MaxResults?: number;
2023
2023
  }
2024
2024
  /**
2025
- * @public
2026
2025
  * <p> Information about the number of open reactive and proactive insights that can be used
2027
2026
  * to gauge the health of your system. </p>
2027
+ * @public
2028
2028
  */
2029
2029
  export interface InsightHealth {
2030
2030
  /**
2031
- * @public
2032
2031
  * <p> The number of open proactive insights. </p>
2032
+ * @public
2033
2033
  */
2034
2034
  OpenProactiveInsights?: number;
2035
2035
  /**
2036
- * @public
2037
2036
  * <p> The number of open reactive insights. </p>
2037
+ * @public
2038
2038
  */
2039
2039
  OpenReactiveInsights?: number;
2040
2040
  /**
2041
- * @public
2042
2041
  * <p> The Meant Time to Recover (MTTR) for the insight. </p>
2042
+ * @public
2043
2043
  */
2044
2044
  MeanTimeToRecoverInMilliseconds?: number;
2045
2045
  }
2046
2046
  /**
2047
- * @public
2048
2047
  * <p> Information about the health of Amazon Web Services resources in your account that are specified by
2049
2048
  * an Amazon Web Services CloudFormation stack. </p>
2049
+ * @public
2050
2050
  */
2051
2051
  export interface CloudFormationHealth {
2052
2052
  /**
2053
- * @public
2054
2053
  * <p> The name of the CloudFormation stack. </p>
2054
+ * @public
2055
2055
  */
2056
2056
  StackName?: string;
2057
2057
  /**
2058
- * @public
2059
2058
  * <p> Information about the health of the Amazon Web Services resources in your account that are
2060
2059
  * specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive
2061
2060
  * insights, and the Mean Time to Recover (MTTR) of closed insights. </p>
2061
+ * @public
2062
2062
  */
2063
2063
  Insight?: InsightHealth;
2064
2064
  /**
2065
- * @public
2066
2065
  * <p>
2067
2066
  * Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
2068
2067
  * </p>
2068
+ * @public
2069
2069
  */
2070
2070
  AnalyzedResourceCount?: number;
2071
2071
  }
2072
2072
  /**
2073
- * @public
2074
2073
  * <p>Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services
2075
2074
  * service.</p>
2075
+ * @public
2076
2076
  */
2077
2077
  export interface ServiceInsightHealth {
2078
2078
  /**
2079
- * @public
2080
2079
  * <p>The number of open proactive insights in the Amazon Web Services service</p>
2080
+ * @public
2081
2081
  */
2082
2082
  OpenProactiveInsights?: number;
2083
2083
  /**
2084
- * @public
2085
2084
  * <p>The number of open reactive insights in the Amazon Web Services service</p>
2085
+ * @public
2086
2086
  */
2087
2087
  OpenReactiveInsights?: number;
2088
2088
  }
@@ -2122,38 +2122,37 @@ export declare const ServiceName: {
2122
2122
  */
2123
2123
  export type ServiceName = (typeof ServiceName)[keyof typeof ServiceName];
2124
2124
  /**
2125
- * @public
2126
2125
  * <p>Represents the health of an Amazon Web Services service.</p>
2126
+ * @public
2127
2127
  */
2128
2128
  export interface ServiceHealth {
2129
2129
  /**
2130
- * @public
2131
2130
  * <p>The name of the Amazon Web Services service.</p>
2131
+ * @public
2132
2132
  */
2133
2133
  ServiceName?: ServiceName;
2134
2134
  /**
2135
- * @public
2136
2135
  * <p>Represents the health of an Amazon Web Services service. This is a <code>ServiceInsightHealth</code>
2137
2136
  * that contains the number of open proactive and reactive insights for this
2138
2137
  * service.</p>
2138
+ * @public
2139
2139
  */
2140
2140
  Insight?: ServiceInsightHealth;
2141
2141
  /**
2142
- * @public
2143
2142
  * <p>
2144
2143
  * Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
2145
2144
  * </p>
2145
+ * @public
2146
2146
  */
2147
2147
  AnalyzedResourceCount?: number;
2148
2148
  }
2149
2149
  /**
2150
- * @public
2151
2150
  * <p> Information about the health of Amazon Web Services resources in your account that are specified by
2152
2151
  * an Amazon Web Services tag <i>key</i>. </p>
2152
+ * @public
2153
2153
  */
2154
2154
  export interface TagHealth {
2155
2155
  /**
2156
- * @public
2157
2156
  * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
2158
2157
  * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
2159
2158
  * up your DevOps Guru application and analysis boundary.</p>
@@ -2168,10 +2167,10 @@ export interface TagHealth {
2168
2167
  * application might be <code>Devops-Guru-production-application/RDS</code> or
2169
2168
  * <code>Devops-Guru-production-application/containers</code>.</p>
2170
2169
  * </important>
2170
+ * @public
2171
2171
  */
2172
2172
  AppBoundaryKey?: string;
2173
2173
  /**
2174
- * @public
2175
2174
  * <p>The value in an Amazon Web Services tag.</p>
2176
2175
  * <p>The tag's <i>value</i> is an optional field used to associate a string with
2177
2176
  * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
@@ -2179,20 +2178,21 @@ export interface TagHealth {
2179
2178
  * Omitting the tag <i>value</i> is the same as using an empty
2180
2179
  * string. Like tag <i>keys</i>, tag <i>values</i> are
2181
2180
  * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
2181
+ * @public
2182
2182
  */
2183
2183
  TagValue?: string;
2184
2184
  /**
2185
- * @public
2186
2185
  * <p>Information about the health of the Amazon Web Services resources in your account that are specified
2187
2186
  * by an Amazon Web Services tag, including the number of open proactive, open reactive insights, and the
2188
2187
  * Mean Time to Recover (MTTR) of closed insights. </p>
2188
+ * @public
2189
2189
  */
2190
2190
  Insight?: InsightHealth;
2191
2191
  /**
2192
- * @public
2193
2192
  * <p>
2194
2193
  * Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services tag.
2195
2194
  * </p>
2195
+ * @public
2196
2196
  */
2197
2197
  AnalyzedResourceCount?: number;
2198
2198
  }
@@ -2201,31 +2201,30 @@ export interface TagHealth {
2201
2201
  */
2202
2202
  export interface DescribeOrganizationResourceCollectionHealthResponse {
2203
2203
  /**
2204
- * @public
2205
2204
  * <p>The returned <code>CloudFormationHealthOverview</code> object that contains an
2206
2205
  * <code>InsightHealthOverview</code> object with the requested system health
2207
2206
  * information.</p>
2207
+ * @public
2208
2208
  */
2209
2209
  CloudFormation?: CloudFormationHealth[];
2210
2210
  /**
2211
- * @public
2212
2211
  * <p>An array of <code>ServiceHealth</code> objects that describes the health of the Amazon Web Services
2213
2212
  * services associated with the resources in the collection.</p>
2213
+ * @public
2214
2214
  */
2215
2215
  Service?: ServiceHealth[];
2216
2216
  /**
2217
- * @public
2218
2217
  * <p>The name of the organization's account.</p>
2218
+ * @public
2219
2219
  */
2220
2220
  Account?: AccountHealth[];
2221
2221
  /**
2222
- * @public
2223
2222
  * <p>The pagination token to use to retrieve
2224
2223
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
2224
+ * @public
2225
2225
  */
2226
2226
  NextToken?: string;
2227
2227
  /**
2228
- * @public
2229
2228
  * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
2230
2229
  * tagging, so you can assign the same tag to resources from different services to indicate
2231
2230
  * that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB
@@ -2259,6 +2258,7 @@ export interface DescribeOrganizationResourceCollectionHealthResponse {
2259
2258
  * application might be <code>Devops-Guru-production-application/RDS</code> or
2260
2259
  * <code>Devops-Guru-production-application/containers</code>.</p>
2261
2260
  * </important>
2261
+ * @public
2262
2262
  */
2263
2263
  Tags?: TagHealth[];
2264
2264
  }
@@ -2280,17 +2280,17 @@ export type ResourceCollectionType = (typeof ResourceCollectionType)[keyof typeo
2280
2280
  */
2281
2281
  export interface DescribeResourceCollectionHealthRequest {
2282
2282
  /**
2283
- * @public
2284
2283
  * <p> An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources
2285
2284
  * are defined. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
2286
2285
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
2287
2286
  * 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>
2287
+ * @public
2288
2288
  */
2289
2289
  ResourceCollectionType: ResourceCollectionType | undefined;
2290
2290
  /**
2291
- * @public
2292
2291
  * <p>The pagination token to use to retrieve
2293
2292
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
2293
+ * @public
2294
2294
  */
2295
2295
  NextToken?: string;
2296
2296
  }
@@ -2299,26 +2299,25 @@ export interface DescribeResourceCollectionHealthRequest {
2299
2299
  */
2300
2300
  export interface DescribeResourceCollectionHealthResponse {
2301
2301
  /**
2302
- * @public
2303
2302
  * <p> The returned <code>CloudFormationHealthOverview</code> object that contains an
2304
2303
  * <code>InsightHealthOverview</code> object with the requested system health
2305
2304
  * information. </p>
2305
+ * @public
2306
2306
  */
2307
2307
  CloudFormation?: CloudFormationHealth[];
2308
2308
  /**
2309
- * @public
2310
2309
  * <p>An array of <code>ServiceHealth</code> objects that describes the health of the Amazon Web Services
2311
2310
  * services associated with the resources in the collection.</p>
2311
+ * @public
2312
2312
  */
2313
2313
  Service?: ServiceHealth[];
2314
2314
  /**
2315
- * @public
2316
2315
  * <p>The pagination token to use to retrieve
2317
2316
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
2317
+ * @public
2318
2318
  */
2319
2319
  NextToken?: string;
2320
2320
  /**
2321
- * @public
2322
2321
  * <p>The Amazon Web Services tags that are used by resources in the resource collection.</p>
2323
2322
  * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
2324
2323
  * tagging, so you can assign the same tag to resources from different services to indicate
@@ -2353,6 +2352,7 @@ export interface DescribeResourceCollectionHealthResponse {
2353
2352
  * application might be <code>Devops-Guru-production-application/RDS</code> or
2354
2353
  * <code>Devops-Guru-production-application/containers</code>.</p>
2355
2354
  * </important>
2355
+ * @public
2356
2356
  */
2357
2357
  Tags?: TagHealth[];
2358
2358
  }
@@ -2386,14 +2386,13 @@ export declare const ServerSideEncryptionType: {
2386
2386
  */
2387
2387
  export type ServerSideEncryptionType = (typeof ServerSideEncryptionType)[keyof typeof ServerSideEncryptionType];
2388
2388
  /**
2389
- * @public
2390
2389
  * <p>
2391
2390
  * Information about the KMS encryption used with DevOps Guru.
2392
2391
  * </p>
2392
+ * @public
2393
2393
  */
2394
2394
  export interface KMSServerSideEncryptionIntegration {
2395
2395
  /**
2396
- * @public
2397
2396
  * <p>
2398
2397
  * Describes the specified KMS key.
2399
2398
  * </p>
@@ -2408,73 +2407,74 @@ export interface KMSServerSideEncryptionIntegration {
2408
2407
  * <p>Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</p>
2409
2408
  * <p>Alias name: alias/ExampleAlias</p>
2410
2409
  * <p>Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias</p>
2410
+ * @public
2411
2411
  */
2412
2412
  KMSKeyId?: string;
2413
2413
  /**
2414
- * @public
2415
2414
  * <p>
2416
2415
  * Specifies if DevOps Guru is enabled for customer managed keys.
2417
2416
  * </p>
2417
+ * @public
2418
2418
  */
2419
2419
  OptInStatus?: OptInStatus;
2420
2420
  /**
2421
- * @public
2422
2421
  * <p>
2423
2422
  * The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
2424
2423
  * </p>
2424
+ * @public
2425
2425
  */
2426
2426
  Type?: ServerSideEncryptionType;
2427
2427
  }
2428
2428
  /**
2429
- * @public
2430
2429
  * <p>
2431
2430
  * Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
2432
2431
  * </p>
2432
+ * @public
2433
2433
  */
2434
2434
  export interface LogsAnomalyDetectionIntegration {
2435
2435
  /**
2436
- * @public
2437
2436
  * <p>Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.</p>
2437
+ * @public
2438
2438
  */
2439
2439
  OptInStatus?: OptInStatus;
2440
2440
  }
2441
2441
  /**
2442
- * @public
2443
2442
  * <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
2444
2443
  * OpsCenter for each created insight. </p>
2444
+ * @public
2445
2445
  */
2446
2446
  export interface OpsCenterIntegration {
2447
2447
  /**
2448
- * @public
2449
2448
  * <p> Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
2450
2449
  * insight. </p>
2450
+ * @public
2451
2451
  */
2452
2452
  OptInStatus?: OptInStatus;
2453
2453
  }
2454
2454
  /**
2455
- * @public
2456
2455
  * <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
2457
2456
  * Amazon Web Services Systems Manager. </p>
2457
+ * @public
2458
2458
  */
2459
2459
  export interface ServiceIntegrationConfig {
2460
2460
  /**
2461
- * @public
2462
2461
  * <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
2463
2462
  * OpsCenter for each created insight. </p>
2463
+ * @public
2464
2464
  */
2465
2465
  OpsCenter?: OpsCenterIntegration;
2466
2466
  /**
2467
- * @public
2468
2467
  * <p>
2469
2468
  * Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
2470
2469
  * </p>
2470
+ * @public
2471
2471
  */
2472
2472
  LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
2473
2473
  /**
2474
- * @public
2475
2474
  * <p>
2476
2475
  * Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
2477
2476
  * </p>
2477
+ * @public
2478
2478
  */
2479
2479
  KMSServerSideEncryption?: KMSServerSideEncryptionIntegration;
2480
2480
  }
@@ -2483,9 +2483,9 @@ export interface ServiceIntegrationConfig {
2483
2483
  */
2484
2484
  export interface DescribeServiceIntegrationResponse {
2485
2485
  /**
2486
- * @public
2487
2486
  * <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
2488
2487
  * Amazon Web Services Systems Manager. </p>
2488
+ * @public
2489
2489
  */
2490
2490
  ServiceIntegration?: ServiceIntegrationConfig;
2491
2491
  }
@@ -2494,9 +2494,9 @@ export interface DescribeServiceIntegrationResponse {
2494
2494
  */
2495
2495
  export interface GetCostEstimationRequest {
2496
2496
  /**
2497
- * @public
2498
2497
  * <p>The pagination token to use to retrieve
2499
2498
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
2499
+ * @public
2500
2500
  */
2501
2501
  NextToken?: string;
2502
2502
  }
@@ -2513,76 +2513,75 @@ export declare const CostEstimationServiceResourceState: {
2513
2513
  */
2514
2514
  export type CostEstimationServiceResourceState = (typeof CostEstimationServiceResourceState)[keyof typeof CostEstimationServiceResourceState];
2515
2515
  /**
2516
- * @public
2517
2516
  * <p>An object that contains information about the estimated monthly cost to analyze an
2518
2517
  * Amazon Web Services resource. For more information,
2519
2518
  * see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
2520
2519
  * Amazon DevOps Guru costs</a> and
2521
2520
  * <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>.</p>
2521
+ * @public
2522
2522
  */
2523
2523
  export interface ServiceResourceCost {
2524
2524
  /**
2525
- * @public
2526
2525
  * <p>The type of the Amazon Web Services resource.</p>
2526
+ * @public
2527
2527
  */
2528
2528
  Type?: string;
2529
2529
  /**
2530
- * @public
2531
2530
  * <p>The state of the resource. The resource is <code>ACTIVE</code> if it produces metrics,
2532
2531
  * events, or logs within an hour, otherwise it is <code>INACTIVE</code>. You pay for the
2533
2532
  * number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are
2534
2533
  * not charged. </p>
2534
+ * @public
2535
2535
  */
2536
2536
  State?: CostEstimationServiceResourceState;
2537
2537
  /**
2538
- * @public
2539
2538
  * <p>The number of active resources analyzed for this service to create a monthly cost
2540
2539
  * estimate.</p>
2540
+ * @public
2541
2541
  */
2542
2542
  Count?: number;
2543
2543
  /**
2544
- * @public
2545
2544
  * <p>The price per hour to analyze the resources in the service.
2546
2545
  * For more information,
2547
2546
  * see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
2548
2547
  * Amazon DevOps Guru costs</a> and
2549
2548
  * <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>.</p>
2549
+ * @public
2550
2550
  */
2551
2551
  UnitCost?: number;
2552
2552
  /**
2553
- * @public
2554
2553
  * <p>The total estimated monthly cost to analyze the active resources for this
2555
2554
  * resource.</p>
2555
+ * @public
2556
2556
  */
2557
2557
  Cost?: number;
2558
2558
  }
2559
2559
  /**
2560
- * @public
2561
2560
  * <p>Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate
2562
2561
  * for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a
2563
2562
  * cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services
2564
2563
  * 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
2565
2564
  * <i>Amazon Web Services CloudFormation User Guide</i>.</p>
2565
+ * @public
2566
2566
  */
2567
2567
  export interface CloudFormationCostEstimationResourceCollectionFilter {
2568
2568
  /**
2569
- * @public
2570
2569
  * <p>An array of CloudFormation stack names. Its size is fixed at 1 item.</p>
2570
+ * @public
2571
2571
  */
2572
2572
  StackNames?: string[];
2573
2573
  }
2574
2574
  /**
2575
- * @public
2576
2575
  * <p>Information about a collection of Amazon Web Services resources that are identified by an Amazon Web Services tag.
2577
2576
  * This collection of resources is used to create a monthly cost estimate for DevOps Guru to
2578
2577
  * analyze Amazon Web Services resources. The maximum number of tags you can specify for a cost estimate
2579
2578
  * is one. The estimate created is for the cost to analyze the Amazon Web Services resources defined by
2580
2579
  * the tag. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
2581
2580
  * <i>Amazon Web Services CloudFormation User Guide</i>.</p>
2581
+ * @public
2582
2582
  */
2583
2583
  export interface TagCostEstimationResourceCollectionFilter {
2584
2584
  /**
2585
- * @public
2586
2585
  * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
2587
2586
  * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
2588
2587
  * up your DevOps Guru application and analysis boundary.</p>
@@ -2597,10 +2596,10 @@ export interface TagCostEstimationResourceCollectionFilter {
2597
2596
  * application might be <code>Devops-Guru-production-application/RDS</code> or
2598
2597
  * <code>Devops-Guru-production-application/containers</code>.</p>
2599
2598
  * </important>
2599
+ * @public
2600
2600
  */
2601
2601
  AppBoundaryKey: string | undefined;
2602
2602
  /**
2603
- * @public
2604
2603
  * <p>The values in an Amazon Web Services tag collection.</p>
2605
2604
  * <p>The tag's <i>value</i> is an optional field used to associate a string with
2606
2605
  * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
@@ -2608,26 +2607,26 @@ export interface TagCostEstimationResourceCollectionFilter {
2608
2607
  * Omitting the tag <i>value</i> is the same as using an empty
2609
2608
  * string. Like tag <i>keys</i>, tag <i>values</i> are
2610
2609
  * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
2610
+ * @public
2611
2611
  */
2612
2612
  TagValues: string[] | undefined;
2613
2613
  }
2614
2614
  /**
2615
- * @public
2616
2615
  * <p>Information about a filter used to specify which Amazon Web Services resources are analyzed to
2617
2616
  * create a monthly DevOps Guru cost estimate. For more information,
2618
2617
  * see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
2619
2618
  * Amazon DevOps Guru costs</a> and
2620
2619
  * <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>. </p>
2620
+ * @public
2621
2621
  */
2622
2622
  export interface CostEstimationResourceCollectionFilter {
2623
2623
  /**
2624
- * @public
2625
2624
  * <p>An object that specifies the CloudFormation stack that defines the Amazon Web Services resources
2626
2625
  * used to create a monthly estimate for DevOps Guru.</p>
2626
+ * @public
2627
2627
  */
2628
2628
  CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
2629
2629
  /**
2630
- * @public
2631
2630
  * <p>The Amazon Web Services tags used to filter the resource collection that is used for a cost
2632
2631
  * estimate.</p>
2633
2632
  * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
@@ -2663,6 +2662,7 @@ export interface CostEstimationResourceCollectionFilter {
2663
2662
  * application might be <code>Devops-Guru-production-application/RDS</code> or
2664
2663
  * <code>Devops-Guru-production-application/containers</code>.</p>
2665
2664
  * </important>
2665
+ * @public
2666
2666
  */
2667
2667
  Tags?: TagCostEstimationResourceCollectionFilter[];
2668
2668
  }
@@ -2679,18 +2679,18 @@ export declare const CostEstimationStatus: {
2679
2679
  */
2680
2680
  export type CostEstimationStatus = (typeof CostEstimationStatus)[keyof typeof CostEstimationStatus];
2681
2681
  /**
2682
- * @public
2683
2682
  * <p>The time range of a cost estimation.</p>
2683
+ * @public
2684
2684
  */
2685
2685
  export interface CostEstimationTimeRange {
2686
2686
  /**
2687
- * @public
2688
2687
  * <p>The start time of the cost estimation.</p>
2688
+ * @public
2689
2689
  */
2690
2690
  StartTime?: Date;
2691
2691
  /**
2692
- * @public
2693
2692
  * <p>The end time of the cost estimation.</p>
2693
+ * @public
2694
2694
  */
2695
2695
  EndTime?: Date;
2696
2696
  }
@@ -2699,40 +2699,40 @@ export interface CostEstimationTimeRange {
2699
2699
  */
2700
2700
  export interface GetCostEstimationResponse {
2701
2701
  /**
2702
- * @public
2703
2702
  * <p>The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost
2704
2703
  * estimate.</p>
2704
+ * @public
2705
2705
  */
2706
2706
  ResourceCollection?: CostEstimationResourceCollectionFilter;
2707
2707
  /**
2708
- * @public
2709
2708
  * <p>The status of creating this cost estimate. If it's still in progress, the status
2710
2709
  * <code>ONGOING</code> is returned. If it is finished, the status
2711
2710
  * <code>COMPLETED</code> is returned.</p>
2711
+ * @public
2712
2712
  */
2713
2713
  Status?: CostEstimationStatus;
2714
2714
  /**
2715
- * @public
2716
2715
  * <p>An array of <code>ResourceCost</code> objects that each contains details about the
2717
2716
  * monthly cost estimate to analyze one of your Amazon Web Services resources.</p>
2717
+ * @public
2718
2718
  */
2719
2719
  Costs?: ServiceResourceCost[];
2720
2720
  /**
2721
- * @public
2722
2721
  * <p>The start and end time of the cost estimation.</p>
2722
+ * @public
2723
2723
  */
2724
2724
  TimeRange?: CostEstimationTimeRange;
2725
2725
  /**
2726
- * @public
2727
2726
  * <p>The estimated monthly cost to analyze the Amazon Web Services resources. This value is the sum of
2728
2727
  * the estimated costs to analyze each resource in the <code>Costs</code> object in this
2729
2728
  * response.</p>
2729
+ * @public
2730
2730
  */
2731
2731
  TotalCost?: number;
2732
2732
  /**
2733
- * @public
2734
2733
  * <p>The pagination token to use to retrieve
2735
2734
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
2735
+ * @public
2736
2736
  */
2737
2737
  NextToken?: string;
2738
2738
  }
@@ -2741,40 +2741,39 @@ export interface GetCostEstimationResponse {
2741
2741
  */
2742
2742
  export interface GetResourceCollectionRequest {
2743
2743
  /**
2744
- * @public
2745
2744
  * <p> The type of Amazon Web Services resource collections to return. The one valid value is
2746
2745
  * <code>CLOUD_FORMATION</code> for Amazon Web Services CloudFormation stacks. </p>
2746
+ * @public
2747
2747
  */
2748
2748
  ResourceCollectionType: ResourceCollectionType | undefined;
2749
2749
  /**
2750
- * @public
2751
2750
  * <p>The pagination token to use to retrieve
2752
2751
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
2752
+ * @public
2753
2753
  */
2754
2754
  NextToken?: string;
2755
2755
  }
2756
2756
  /**
2757
- * @public
2758
2757
  * <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
2759
2758
  * stacks to specify which Amazon Web Services resources in your account to analyze. For more
2760
2759
  * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
2761
2760
  * <i>Amazon Web Services CloudFormation User Guide</i>. </p>
2761
+ * @public
2762
2762
  */
2763
2763
  export interface CloudFormationCollectionFilter {
2764
2764
  /**
2765
- * @public
2766
2765
  * <p> An array of CloudFormation stack names. </p>
2766
+ * @public
2767
2767
  */
2768
2768
  StackNames?: string[];
2769
2769
  }
2770
2770
  /**
2771
- * @public
2772
2771
  * <p>A collection of Amazon Web Services tags used to filter insights. This is used to return insights
2773
2772
  * generated from only resources that contain the tags in the tag collection.</p>
2773
+ * @public
2774
2774
  */
2775
2775
  export interface TagCollectionFilter {
2776
2776
  /**
2777
- * @public
2778
2777
  * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
2779
2778
  * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
2780
2779
  * up your DevOps Guru application and analysis boundary.</p>
@@ -2789,10 +2788,10 @@ export interface TagCollectionFilter {
2789
2788
  * application might be <code>Devops-Guru-production-application/RDS</code> or
2790
2789
  * <code>Devops-Guru-production-application/containers</code>.</p>
2791
2790
  * </important>
2791
+ * @public
2792
2792
  */
2793
2793
  AppBoundaryKey: string | undefined;
2794
2794
  /**
2795
- * @public
2796
2795
  * <p>The values in an Amazon Web Services tag collection.</p>
2797
2796
  * <p>The tag's <i>value</i> is an optional field used to associate a string with
2798
2797
  * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
@@ -2800,25 +2799,25 @@ export interface TagCollectionFilter {
2800
2799
  * Omitting the tag <i>value</i> is the same as using an empty
2801
2800
  * string. Like tag <i>keys</i>, tag <i>values</i> are
2802
2801
  * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
2802
+ * @public
2803
2803
  */
2804
2804
  TagValues: string[] | undefined;
2805
2805
  }
2806
2806
  /**
2807
- * @public
2808
2807
  * <p> Information about a filter used to specify which Amazon Web Services resources are analyzed for
2809
2808
  * anomalous behavior by DevOps Guru. </p>
2809
+ * @public
2810
2810
  */
2811
2811
  export interface ResourceCollectionFilter {
2812
2812
  /**
2813
- * @public
2814
2813
  * <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
2815
2814
  * stacks to specify which Amazon Web Services resources in your account to analyze. For more
2816
2815
  * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
2817
2816
  * <i>Amazon Web Services CloudFormation User Guide</i>. </p>
2817
+ * @public
2818
2818
  */
2819
2819
  CloudFormation?: CloudFormationCollectionFilter;
2820
2820
  /**
2821
- * @public
2822
2821
  * <p>The Amazon Web Services tags used to filter the resources in the resource collection.</p>
2823
2822
  * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
2824
2823
  * tagging, so you can assign the same tag to resources from different services to indicate
@@ -2853,6 +2852,7 @@ export interface ResourceCollectionFilter {
2853
2852
  * application might be <code>Devops-Guru-production-application/RDS</code> or
2854
2853
  * <code>Devops-Guru-production-application/containers</code>.</p>
2855
2854
  * </important>
2855
+ * @public
2856
2856
  */
2857
2857
  Tags?: TagCollectionFilter[];
2858
2858
  }
@@ -2861,58 +2861,58 @@ export interface ResourceCollectionFilter {
2861
2861
  */
2862
2862
  export interface GetResourceCollectionResponse {
2863
2863
  /**
2864
- * @public
2865
2864
  * <p> The requested list of Amazon Web Services resource collections.
2866
2865
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
2867
2866
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
2868
2867
  * 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>
2868
+ * @public
2869
2869
  */
2870
2870
  ResourceCollection?: ResourceCollectionFilter;
2871
2871
  /**
2872
- * @public
2873
2872
  * <p>The pagination token to use to retrieve
2874
2873
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
2874
+ * @public
2875
2875
  */
2876
2876
  NextToken?: string;
2877
2877
  }
2878
2878
  /**
2879
- * @public
2880
2879
  * <p>A collection of the names of Amazon Web Services services.</p>
2880
+ * @public
2881
2881
  */
2882
2882
  export interface ServiceCollection {
2883
2883
  /**
2884
- * @public
2885
2884
  * <p>An array of strings that each specifies the name of an Amazon Web Services service.</p>
2885
+ * @public
2886
2886
  */
2887
2887
  ServiceNames?: ServiceName[];
2888
2888
  }
2889
2889
  /**
2890
- * @public
2891
2890
  * <p>
2892
2891
  * Specifies one or more service names that are used to list anomalies.
2893
2892
  * </p>
2893
+ * @public
2894
2894
  */
2895
2895
  export interface ListAnomaliesForInsightFilters {
2896
2896
  /**
2897
- * @public
2898
2897
  * <p>A collection of the names of Amazon Web Services services.</p>
2898
+ * @public
2899
2899
  */
2900
2900
  ServiceCollection?: ServiceCollection;
2901
2901
  }
2902
2902
  /**
2903
- * @public
2904
2903
  * <p> A time range used to specify when the behavior of an insight or anomaly started.
2905
2904
  * </p>
2905
+ * @public
2906
2906
  */
2907
2907
  export interface StartTimeRange {
2908
2908
  /**
2909
- * @public
2910
2909
  * <p> The start time of the time range. </p>
2910
+ * @public
2911
2911
  */
2912
2912
  FromTime?: Date;
2913
2913
  /**
2914
- * @public
2915
2914
  * <p> The end time of the time range. </p>
2915
+ * @public
2916
2916
  */
2917
2917
  ToTime?: Date;
2918
2918
  }
@@ -2921,196 +2921,195 @@ export interface StartTimeRange {
2921
2921
  */
2922
2922
  export interface ListAnomaliesForInsightRequest {
2923
2923
  /**
2924
- * @public
2925
2924
  * <p> The ID of the insight. The returned anomalies belong to this insight. </p>
2925
+ * @public
2926
2926
  */
2927
2927
  InsightId: string | undefined;
2928
2928
  /**
2929
- * @public
2930
2929
  * <p> A time range used to specify when the requested anomalies started. All returned
2931
2930
  * anomalies started during this time range. </p>
2931
+ * @public
2932
2932
  */
2933
2933
  StartTimeRange?: StartTimeRange;
2934
2934
  /**
2935
- * @public
2936
2935
  * <p>The maximum number of results to return with a single call.
2937
2936
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
2937
+ * @public
2938
2938
  */
2939
2939
  MaxResults?: number;
2940
2940
  /**
2941
- * @public
2942
2941
  * <p>The pagination token to use to retrieve
2943
2942
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
2943
+ * @public
2944
2944
  */
2945
2945
  NextToken?: string;
2946
2946
  /**
2947
- * @public
2948
2947
  * <p>The ID of the Amazon Web Services account. </p>
2948
+ * @public
2949
2949
  */
2950
2950
  AccountId?: string;
2951
2951
  /**
2952
- * @public
2953
2952
  * <p>
2954
2953
  * Specifies one or more service names that are used to list anomalies.
2955
2954
  * </p>
2955
+ * @public
2956
2956
  */
2957
2957
  Filters?: ListAnomaliesForInsightFilters;
2958
2958
  }
2959
2959
  /**
2960
- * @public
2961
2960
  * <p>Details about a proactive anomaly. This object is returned by
2962
2961
  * <code>DescribeAnomaly.</code>
2963
2962
  * </p>
2963
+ * @public
2964
2964
  */
2965
2965
  export interface ProactiveAnomalySummary {
2966
2966
  /**
2967
- * @public
2968
2967
  * <p>The ID of the anomaly.</p>
2968
+ * @public
2969
2969
  */
2970
2970
  Id?: string;
2971
2971
  /**
2972
- * @public
2973
2972
  * <p>The severity of the anomaly. The severity of anomalies that generate
2974
2973
  * an insight determine that insight's severity. For more information, see
2975
2974
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
2976
2975
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
2976
+ * @public
2977
2977
  */
2978
2978
  Severity?: AnomalySeverity;
2979
2979
  /**
2980
- * @public
2981
2980
  * <p>The status of the anomaly.</p>
2981
+ * @public
2982
2982
  */
2983
2983
  Status?: AnomalyStatus;
2984
2984
  /**
2985
- * @public
2986
2985
  * <p> The time of the anomaly's most recent update. </p>
2986
+ * @public
2987
2987
  */
2988
2988
  UpdateTime?: Date;
2989
2989
  /**
2990
- * @public
2991
2990
  * <p> A time range that specifies when the observed unusual behavior in an anomaly started
2992
2991
  * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
2993
2992
  * the time range when DevOps Guru opens and then closes an anomaly. </p>
2993
+ * @public
2994
2994
  */
2995
2995
  AnomalyTimeRange?: AnomalyTimeRange;
2996
2996
  /**
2997
- * @public
2998
2997
  * <p>
2999
2998
  * An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
3000
2999
  * </p>
3000
+ * @public
3001
3001
  */
3002
3002
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
3003
3003
  /**
3004
- * @public
3005
3004
  * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
3006
3005
  * is expected to occur. </p>
3006
+ * @public
3007
3007
  */
3008
3008
  PredictionTimeRange?: PredictionTimeRange;
3009
3009
  /**
3010
- * @public
3011
3010
  * <p> Details about the source of the analyzed operational data that triggered the anomaly.
3012
3011
  * The one supported source is Amazon CloudWatch metrics. </p>
3012
+ * @public
3013
3013
  */
3014
3014
  SourceDetails?: AnomalySourceDetails;
3015
3015
  /**
3016
- * @public
3017
3016
  * <p> The ID of the insight that contains this anomaly. An insight is composed of related
3018
3017
  * anomalies. </p>
3018
+ * @public
3019
3019
  */
3020
3020
  AssociatedInsightId?: string;
3021
3021
  /**
3022
- * @public
3023
3022
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3024
3023
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3025
3024
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3026
3025
  * 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>
3026
+ * @public
3027
3027
  */
3028
3028
  ResourceCollection?: ResourceCollection;
3029
3029
  /**
3030
- * @public
3031
3030
  * <p> A threshold that was exceeded by behavior in analyzed resources. Exceeding this
3032
3031
  * threshold is related to the anomalous behavior that generated this anomaly. </p>
3032
+ * @public
3033
3033
  */
3034
3034
  Limit?: number;
3035
3035
  /**
3036
- * @public
3037
3036
  * <p>The metadata of the source which detects proactive anomalies.</p>
3037
+ * @public
3038
3038
  */
3039
3039
  SourceMetadata?: AnomalySourceMetadata;
3040
3040
  /**
3041
- * @public
3042
3041
  * <p>Information about a resource in which DevOps Guru detected anomalous behavior.</p>
3042
+ * @public
3043
3043
  */
3044
3044
  AnomalyResources?: AnomalyResource[];
3045
3045
  /**
3046
- * @public
3047
3046
  * <p>
3048
3047
  * A description of the proactive anomaly.
3049
3048
  * </p>
3049
+ * @public
3050
3050
  */
3051
3051
  Description?: string;
3052
3052
  }
3053
3053
  /**
3054
- * @public
3055
3054
  * <p>Details about a reactive anomaly. This object is returned by
3056
3055
  * <code>DescribeAnomaly.</code>
3057
3056
  * </p>
3057
+ * @public
3058
3058
  */
3059
3059
  export interface ReactiveAnomalySummary {
3060
3060
  /**
3061
- * @public
3062
3061
  * <p> The ID of the reactive anomaly. </p>
3062
+ * @public
3063
3063
  */
3064
3064
  Id?: string;
3065
3065
  /**
3066
- * @public
3067
3066
  * <p>The severity of the anomaly. The severity of anomalies that generate
3068
3067
  * an insight determine that insight's severity. For more information, see
3069
3068
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3070
3069
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3070
+ * @public
3071
3071
  */
3072
3072
  Severity?: AnomalySeverity;
3073
3073
  /**
3074
- * @public
3075
3074
  * <p> The status of the reactive anomaly. </p>
3075
+ * @public
3076
3076
  */
3077
3077
  Status?: AnomalyStatus;
3078
3078
  /**
3079
- * @public
3080
3079
  * <p> A time range that specifies when the observed unusual behavior in an anomaly started
3081
3080
  * and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
3082
3081
  * the time range when DevOps Guru opens and then closes an anomaly. </p>
3082
+ * @public
3083
3083
  */
3084
3084
  AnomalyTimeRange?: AnomalyTimeRange;
3085
3085
  /**
3086
- * @public
3087
3086
  * <p>
3088
3087
  * An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed.
3089
3088
  * </p>
3089
+ * @public
3090
3090
  */
3091
3091
  AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
3092
3092
  /**
3093
- * @public
3094
3093
  * <p> Details about the source of the analyzed operational data that triggered the anomaly.
3095
3094
  * The one supported source is Amazon CloudWatch metrics. </p>
3095
+ * @public
3096
3096
  */
3097
3097
  SourceDetails?: AnomalySourceDetails;
3098
3098
  /**
3099
- * @public
3100
3099
  * <p> The ID of the insight that contains this anomaly. An insight is composed of related
3101
3100
  * anomalies. </p>
3101
+ * @public
3102
3102
  */
3103
3103
  AssociatedInsightId?: string;
3104
3104
  /**
3105
- * @public
3106
3105
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3107
3106
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3108
3107
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3109
3108
  * 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>
3109
+ * @public
3110
3110
  */
3111
3111
  ResourceCollection?: ResourceCollection;
3112
3112
  /**
3113
- * @public
3114
3113
  * <p>The type of the reactive anomaly. It can be one of the following types.</p>
3115
3114
  * <ul>
3116
3115
  * <li>
@@ -3122,27 +3121,28 @@ export interface ReactiveAnomalySummary {
3122
3121
  * <code>CONTEXTUAL</code> - the anomaly contains additional information about an insight or its causal anomaly.</p>
3123
3122
  * </li>
3124
3123
  * </ul>
3124
+ * @public
3125
3125
  */
3126
3126
  Type?: AnomalyType;
3127
3127
  /**
3128
- * @public
3129
3128
  * <p>The name of the reactive anomaly.</p>
3129
+ * @public
3130
3130
  */
3131
3131
  Name?: string;
3132
3132
  /**
3133
- * @public
3134
3133
  * <p>A description of the reactive anomaly.</p>
3134
+ * @public
3135
3135
  */
3136
3136
  Description?: string;
3137
3137
  /**
3138
- * @public
3139
3138
  * <p>The ID of the causal anomaly that is associated with this
3140
3139
  * reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.</p>
3140
+ * @public
3141
3141
  */
3142
3142
  CausalAnomalyId?: string;
3143
3143
  /**
3144
- * @public
3145
3144
  * <p>The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.</p>
3145
+ * @public
3146
3146
  */
3147
3147
  AnomalyResources?: AnomalyResource[];
3148
3148
  }
@@ -3151,21 +3151,21 @@ export interface ReactiveAnomalySummary {
3151
3151
  */
3152
3152
  export interface ListAnomaliesForInsightResponse {
3153
3153
  /**
3154
- * @public
3155
3154
  * <p> An array of <code>ProactiveAnomalySummary</code> objects that represent the requested
3156
3155
  * anomalies </p>
3156
+ * @public
3157
3157
  */
3158
3158
  ProactiveAnomalies?: ProactiveAnomalySummary[];
3159
3159
  /**
3160
- * @public
3161
3160
  * <p> An array of <code>ReactiveAnomalySummary</code> objects that represent the requested
3162
3161
  * anomalies </p>
3162
+ * @public
3163
3163
  */
3164
3164
  ReactiveAnomalies?: ReactiveAnomalySummary[];
3165
3165
  /**
3166
- * @public
3167
3166
  * <p>The pagination token to use to retrieve
3168
3167
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
3168
+ * @public
3169
3169
  */
3170
3170
  NextToken?: string;
3171
3171
  }
@@ -3174,22 +3174,22 @@ export interface ListAnomaliesForInsightResponse {
3174
3174
  */
3175
3175
  export interface ListAnomalousLogGroupsRequest {
3176
3176
  /**
3177
- * @public
3178
3177
  * <p>
3179
3178
  * The ID of the insight containing the log groups.
3180
3179
  * </p>
3180
+ * @public
3181
3181
  */
3182
3182
  InsightId: string | undefined;
3183
3183
  /**
3184
- * @public
3185
3184
  * <p>The maximum number of results to return with a single call.
3186
3185
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3186
+ * @public
3187
3187
  */
3188
3188
  MaxResults?: number;
3189
3189
  /**
3190
- * @public
3191
3190
  * <p>The pagination token to use to retrieve
3192
3191
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3192
+ * @public
3193
3193
  */
3194
3194
  NextToken?: string;
3195
3195
  }
@@ -3198,23 +3198,23 @@ export interface ListAnomalousLogGroupsRequest {
3198
3198
  */
3199
3199
  export interface ListAnomalousLogGroupsResponse {
3200
3200
  /**
3201
- * @public
3202
3201
  * <p>
3203
3202
  * The ID of the insight containing the log groups.
3204
3203
  * </p>
3204
+ * @public
3205
3205
  */
3206
3206
  InsightId: string | undefined;
3207
3207
  /**
3208
- * @public
3209
3208
  * <p>
3210
3209
  * The list of Amazon CloudWatch log groups that are related to an insight.
3211
3210
  * </p>
3211
+ * @public
3212
3212
  */
3213
3213
  AnomalousLogGroups: AnomalousLogGroup[] | undefined;
3214
3214
  /**
3215
- * @public
3216
3215
  * <p>The pagination token to use to retrieve
3217
3216
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
3217
+ * @public
3218
3218
  */
3219
3219
  NextToken?: string;
3220
3220
  }
@@ -3246,62 +3246,62 @@ export declare const EventClass: {
3246
3246
  */
3247
3247
  export type EventClass = (typeof EventClass)[keyof typeof EventClass];
3248
3248
  /**
3249
- * @public
3250
3249
  * <p> The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and
3251
3250
  * metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to
3252
3251
  * improve your operational solutions. </p>
3252
+ * @public
3253
3253
  */
3254
3254
  export interface EventTimeRange {
3255
3255
  /**
3256
- * @public
3257
3256
  * <p> The time when the event started. </p>
3257
+ * @public
3258
3258
  */
3259
3259
  FromTime: Date | undefined;
3260
3260
  /**
3261
- * @public
3262
3261
  * <p> The time when the event ended. </p>
3262
+ * @public
3263
3263
  */
3264
3264
  ToTime: Date | undefined;
3265
3265
  }
3266
3266
  /**
3267
- * @public
3268
3267
  * <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
3269
3268
  * is called. </p>
3269
+ * @public
3270
3270
  */
3271
3271
  export interface ListEventsFilters {
3272
3272
  /**
3273
- * @public
3274
3273
  * <p> An ID of an insight that is related to the events you want to filter for. </p>
3274
+ * @public
3275
3275
  */
3276
3276
  InsightId?: string;
3277
3277
  /**
3278
- * @public
3279
3278
  * <p> A time range during which you want the filtered events to have occurred. </p>
3279
+ * @public
3280
3280
  */
3281
3281
  EventTimeRange?: EventTimeRange;
3282
3282
  /**
3283
- * @public
3284
3283
  * <p> The class of the events you want to filter for, such as an infrastructure change, a
3285
3284
  * deployment, or a schema change. </p>
3285
+ * @public
3286
3286
  */
3287
3287
  EventClass?: EventClass;
3288
3288
  /**
3289
- * @public
3290
3289
  * <p> The Amazon Web Services source that emitted the events you want to filter for. </p>
3290
+ * @public
3291
3291
  */
3292
3292
  EventSource?: string;
3293
3293
  /**
3294
- * @public
3295
3294
  * <p> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, of the
3296
3295
  * events you want returned. </p>
3296
+ * @public
3297
3297
  */
3298
3298
  DataSource?: EventDataSource;
3299
3299
  /**
3300
- * @public
3301
3300
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3302
3301
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3303
3302
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3304
3303
  * 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>
3304
+ * @public
3305
3305
  */
3306
3306
  ResourceCollection?: ResourceCollection;
3307
3307
  }
@@ -3310,103 +3310,103 @@ export interface ListEventsFilters {
3310
3310
  */
3311
3311
  export interface ListEventsRequest {
3312
3312
  /**
3313
- * @public
3314
3313
  * <p> A <code>ListEventsFilters</code> object used to specify which events to return.
3315
3314
  * </p>
3315
+ * @public
3316
3316
  */
3317
3317
  Filters: ListEventsFilters | undefined;
3318
3318
  /**
3319
- * @public
3320
3319
  * <p>The maximum number of results to return with a single call.
3321
3320
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3321
+ * @public
3322
3322
  */
3323
3323
  MaxResults?: number;
3324
3324
  /**
3325
- * @public
3326
3325
  * <p>The pagination token to use to retrieve
3327
3326
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3327
+ * @public
3328
3328
  */
3329
3329
  NextToken?: string;
3330
3330
  /**
3331
- * @public
3332
3331
  * <p>The ID of the Amazon Web Services account. </p>
3332
+ * @public
3333
3333
  */
3334
3334
  AccountId?: string;
3335
3335
  }
3336
3336
  /**
3337
- * @public
3338
3337
  * <p> The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are
3339
3338
  * analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your
3340
3339
  * operational solutions. </p>
3340
+ * @public
3341
3341
  */
3342
3342
  export interface EventResource {
3343
3343
  /**
3344
- * @public
3345
3344
  * <p> The type of resource that emitted an event. </p>
3345
+ * @public
3346
3346
  */
3347
3347
  Type?: string;
3348
3348
  /**
3349
- * @public
3350
3349
  * <p> The name of the resource that emitted an event. </p>
3350
+ * @public
3351
3351
  */
3352
3352
  Name?: string;
3353
3353
  /**
3354
- * @public
3355
3354
  * <p> The Amazon Resource Name (ARN) of the resource that emitted an event. </p>
3355
+ * @public
3356
3356
  */
3357
3357
  Arn?: string;
3358
3358
  }
3359
3359
  /**
3360
- * @public
3361
3360
  * <p> An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to
3362
3361
  * find anomalous behavior and provide recommendations to improve your operational
3363
3362
  * solutions. </p>
3363
+ * @public
3364
3364
  */
3365
3365
  export interface Event {
3366
3366
  /**
3367
- * @public
3368
3367
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3369
3368
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3370
3369
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3371
3370
  * 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>
3371
+ * @public
3372
3372
  */
3373
3373
  ResourceCollection?: ResourceCollection;
3374
3374
  /**
3375
- * @public
3376
3375
  * <p> The ID of the event. </p>
3376
+ * @public
3377
3377
  */
3378
3378
  Id?: string;
3379
3379
  /**
3380
- * @public
3381
3380
  * <p> A <code>Timestamp</code> that specifies the time the event occurred. </p>
3381
+ * @public
3382
3382
  */
3383
3383
  Time?: Date;
3384
3384
  /**
3385
- * @public
3386
3385
  * <p> The Amazon Web Services source that emitted the event. </p>
3386
+ * @public
3387
3387
  */
3388
3388
  EventSource?: string;
3389
3389
  /**
3390
- * @public
3391
3390
  * <p> The name of the event. </p>
3391
+ * @public
3392
3392
  */
3393
3393
  Name?: string;
3394
3394
  /**
3395
- * @public
3396
3395
  * <p> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, where DevOps Guru
3397
3396
  * analysis found the event. </p>
3397
+ * @public
3398
3398
  */
3399
3399
  DataSource?: EventDataSource;
3400
3400
  /**
3401
- * @public
3402
3401
  * <p> The class of the event. The class specifies what the event is related to, such as an
3403
3402
  * infrastructure change, a deployment, or a schema change. </p>
3403
+ * @public
3404
3404
  */
3405
3405
  EventClass?: EventClass;
3406
3406
  /**
3407
- * @public
3408
3407
  * <p> An <code>EventResource</code> object that contains information about the resource
3409
3408
  * that emitted the event. </p>
3409
+ * @public
3410
3410
  */
3411
3411
  Resources?: EventResource[];
3412
3412
  }
@@ -3415,14 +3415,14 @@ export interface Event {
3415
3415
  */
3416
3416
  export interface ListEventsResponse {
3417
3417
  /**
3418
- * @public
3419
3418
  * <p> A list of the requested events. </p>
3419
+ * @public
3420
3420
  */
3421
3421
  Events: Event[] | undefined;
3422
3422
  /**
3423
- * @public
3424
3423
  * <p>The pagination token to use to retrieve
3425
3424
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
3425
+ * @public
3426
3426
  */
3427
3427
  NextToken?: string;
3428
3428
  }
@@ -3439,92 +3439,92 @@ export declare const InsightType: {
3439
3439
  */
3440
3440
  export type InsightType = (typeof InsightType)[keyof typeof InsightType];
3441
3441
  /**
3442
- * @public
3443
3442
  * <p> Used to filter for insights that have any status. </p>
3443
+ * @public
3444
3444
  */
3445
3445
  export interface ListInsightsAnyStatusFilter {
3446
3446
  /**
3447
- * @public
3448
3447
  * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
3449
3448
  * </p>
3449
+ * @public
3450
3450
  */
3451
3451
  Type: InsightType | undefined;
3452
3452
  /**
3453
- * @public
3454
3453
  * <p> A time range used to specify when the behavior of the filtered insights started.
3455
3454
  * </p>
3455
+ * @public
3456
3456
  */
3457
3457
  StartTimeRange: StartTimeRange | undefined;
3458
3458
  }
3459
3459
  /**
3460
- * @public
3461
3460
  * <p> A range of time that specifies when anomalous behavior in an anomaly or insight
3462
3461
  * ended. </p>
3462
+ * @public
3463
3463
  */
3464
3464
  export interface EndTimeRange {
3465
3465
  /**
3466
- * @public
3467
3466
  * <p> The earliest end time in the time range. </p>
3467
+ * @public
3468
3468
  */
3469
3469
  FromTime?: Date;
3470
3470
  /**
3471
- * @public
3472
3471
  * <p> The latest end time in the time range. </p>
3472
+ * @public
3473
3473
  */
3474
3474
  ToTime?: Date;
3475
3475
  }
3476
3476
  /**
3477
- * @public
3478
3477
  * <p> Used to filter for insights that have the status <code>CLOSED</code>. </p>
3478
+ * @public
3479
3479
  */
3480
3480
  export interface ListInsightsClosedStatusFilter {
3481
3481
  /**
3482
- * @public
3483
3482
  * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
3484
3483
  * </p>
3484
+ * @public
3485
3485
  */
3486
3486
  Type: InsightType | undefined;
3487
3487
  /**
3488
- * @public
3489
3488
  * <p> A time range used to specify when the behavior of the filtered insights ended.
3490
3489
  * </p>
3490
+ * @public
3491
3491
  */
3492
3492
  EndTimeRange: EndTimeRange | undefined;
3493
3493
  }
3494
3494
  /**
3495
- * @public
3496
3495
  * <p> Used to filter for insights that have the status <code>ONGOING</code>. </p>
3496
+ * @public
3497
3497
  */
3498
3498
  export interface ListInsightsOngoingStatusFilter {
3499
3499
  /**
3500
- * @public
3501
3500
  * <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
3502
3501
  * </p>
3502
+ * @public
3503
3503
  */
3504
3504
  Type: InsightType | undefined;
3505
3505
  }
3506
3506
  /**
3507
- * @public
3508
3507
  * <p> A filter used by <code>ListInsights</code> to specify which insights to return.
3509
3508
  * </p>
3509
+ * @public
3510
3510
  */
3511
3511
  export interface ListInsightsStatusFilter {
3512
3512
  /**
3513
- * @public
3514
3513
  * <p> A <code>ListInsightsAnyStatusFilter</code> that specifies ongoing insights that are
3515
3514
  * either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
3515
+ * @public
3516
3516
  */
3517
3517
  Ongoing?: ListInsightsOngoingStatusFilter;
3518
3518
  /**
3519
- * @public
3520
3519
  * <p> A <code>ListInsightsClosedStatusFilter</code> that specifies closed insights that are
3521
3520
  * either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
3521
+ * @public
3522
3522
  */
3523
3523
  Closed?: ListInsightsClosedStatusFilter;
3524
3524
  /**
3525
- * @public
3526
3525
  * <p> A <code>ListInsightsAnyStatusFilter</code> that specifies insights of any status that
3527
3526
  * are either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
3527
+ * @public
3528
3528
  */
3529
3529
  Any?: ListInsightsAnyStatusFilter;
3530
3530
  }
@@ -3533,137 +3533,137 @@ export interface ListInsightsStatusFilter {
3533
3533
  */
3534
3534
  export interface ListInsightsRequest {
3535
3535
  /**
3536
- * @public
3537
3536
  * <p> A filter used to filter the returned insights by their status. You can specify one
3538
3537
  * status filter. </p>
3538
+ * @public
3539
3539
  */
3540
3540
  StatusFilter: ListInsightsStatusFilter | undefined;
3541
3541
  /**
3542
- * @public
3543
3542
  * <p>The maximum number of results to return with a single call.
3544
3543
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3544
+ * @public
3545
3545
  */
3546
3546
  MaxResults?: number;
3547
3547
  /**
3548
- * @public
3549
3548
  * <p>The pagination token to use to retrieve
3550
3549
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3550
+ * @public
3551
3551
  */
3552
3552
  NextToken?: string;
3553
3553
  }
3554
3554
  /**
3555
- * @public
3556
3555
  * <p>Details about a proactive insight. This object is returned by
3557
3556
  * <code>DescribeInsight.</code>
3558
3557
  * </p>
3558
+ * @public
3559
3559
  */
3560
3560
  export interface ProactiveInsightSummary {
3561
3561
  /**
3562
- * @public
3563
3562
  * <p>The ID of the proactive insight. </p>
3563
+ * @public
3564
3564
  */
3565
3565
  Id?: string;
3566
3566
  /**
3567
- * @public
3568
3567
  * <p>The name of the proactive insight. </p>
3568
+ * @public
3569
3569
  */
3570
3570
  Name?: string;
3571
3571
  /**
3572
- * @public
3573
3572
  * <p>The severity of the insight. For more information, see
3574
3573
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3575
3574
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3575
+ * @public
3576
3576
  */
3577
3577
  Severity?: InsightSeverity;
3578
3578
  /**
3579
- * @public
3580
3579
  * <p>The status of the proactive insight. </p>
3580
+ * @public
3581
3581
  */
3582
3582
  Status?: InsightStatus;
3583
3583
  /**
3584
- * @public
3585
3584
  * <p> A time ranged that specifies when the observed behavior in an insight started and
3586
3585
  * ended. </p>
3586
+ * @public
3587
3587
  */
3588
3588
  InsightTimeRange?: InsightTimeRange;
3589
3589
  /**
3590
- * @public
3591
3590
  * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
3592
3591
  * is expected to occur. </p>
3592
+ * @public
3593
3593
  */
3594
3594
  PredictionTimeRange?: PredictionTimeRange;
3595
3595
  /**
3596
- * @public
3597
3596
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3598
3597
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3599
3598
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3600
3599
  * 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>
3600
+ * @public
3601
3601
  */
3602
3602
  ResourceCollection?: ResourceCollection;
3603
3603
  /**
3604
- * @public
3605
3604
  * <p>A collection of the names of Amazon Web Services services.</p>
3605
+ * @public
3606
3606
  */
3607
3607
  ServiceCollection?: ServiceCollection;
3608
3608
  /**
3609
- * @public
3610
3609
  * <p>The Amazon Resource Names (ARNs)
3611
3610
  * of the Amazon Web Services resources that generated this insight.</p>
3611
+ * @public
3612
3612
  */
3613
3613
  AssociatedResourceArns?: string[];
3614
3614
  }
3615
3615
  /**
3616
- * @public
3617
3616
  * <p> Information about a reactive insight. This object is returned by
3618
3617
  * <code>DescribeInsight.</code>
3619
3618
  * </p>
3619
+ * @public
3620
3620
  */
3621
3621
  export interface ReactiveInsightSummary {
3622
3622
  /**
3623
- * @public
3624
3623
  * <p> The ID of a reactive summary. </p>
3624
+ * @public
3625
3625
  */
3626
3626
  Id?: string;
3627
3627
  /**
3628
- * @public
3629
3628
  * <p> The name of a reactive insight. </p>
3629
+ * @public
3630
3630
  */
3631
3631
  Name?: string;
3632
3632
  /**
3633
- * @public
3634
3633
  * <p>The severity of the insight. For more information, see
3635
3634
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3636
3635
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3636
+ * @public
3637
3637
  */
3638
3638
  Severity?: InsightSeverity;
3639
3639
  /**
3640
- * @public
3641
3640
  * <p> The status of a reactive insight. </p>
3641
+ * @public
3642
3642
  */
3643
3643
  Status?: InsightStatus;
3644
3644
  /**
3645
- * @public
3646
3645
  * <p> A time ranged that specifies when the observed behavior in an insight started and
3647
3646
  * ended. </p>
3647
+ * @public
3648
3648
  */
3649
3649
  InsightTimeRange?: InsightTimeRange;
3650
3650
  /**
3651
- * @public
3652
3651
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3653
3652
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3654
3653
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3655
3654
  * 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>
3655
+ * @public
3656
3656
  */
3657
3657
  ResourceCollection?: ResourceCollection;
3658
3658
  /**
3659
- * @public
3660
3659
  * <p>A collection of the names of Amazon Web Services services.</p>
3660
+ * @public
3661
3661
  */
3662
3662
  ServiceCollection?: ServiceCollection;
3663
3663
  /**
3664
- * @public
3665
3664
  * <p>The Amazon Resource Names (ARNs)
3666
3665
  * of the Amazon Web Services resources that generated this insight.</p>
3666
+ * @public
3667
3667
  */
3668
3668
  AssociatedResourceArns?: string[];
3669
3669
  }
@@ -3672,19 +3672,19 @@ export interface ReactiveInsightSummary {
3672
3672
  */
3673
3673
  export interface ListInsightsResponse {
3674
3674
  /**
3675
- * @public
3676
3675
  * <p> The returned list of proactive insights. </p>
3676
+ * @public
3677
3677
  */
3678
3678
  ProactiveInsights?: ProactiveInsightSummary[];
3679
3679
  /**
3680
- * @public
3681
3680
  * <p> The returned list of reactive insights. </p>
3681
+ * @public
3682
3682
  */
3683
3683
  ReactiveInsights?: ReactiveInsightSummary[];
3684
3684
  /**
3685
- * @public
3686
3685
  * <p>The pagination token to use to retrieve
3687
3686
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
3687
+ * @public
3688
3688
  */
3689
3689
  NextToken?: string;
3690
3690
  }
@@ -3738,24 +3738,24 @@ export declare const ResourceTypeFilter: {
3738
3738
  */
3739
3739
  export type ResourceTypeFilter = (typeof ResourceTypeFilter)[keyof typeof ResourceTypeFilter];
3740
3740
  /**
3741
- * @public
3742
3741
  * <p>
3743
3742
  * Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
3744
3743
  * </p>
3744
+ * @public
3745
3745
  */
3746
3746
  export interface ListMonitoredResourcesFilters {
3747
3747
  /**
3748
- * @public
3749
3748
  * <p>
3750
3749
  * The permission status of a resource.
3751
3750
  * </p>
3751
+ * @public
3752
3752
  */
3753
3753
  ResourcePermission: ResourcePermission | undefined;
3754
3754
  /**
3755
- * @public
3756
3755
  * <p>
3757
3756
  * The type of resource that you wish to retrieve, such as log groups.
3758
3757
  * </p>
3758
+ * @public
3759
3759
  */
3760
3760
  ResourceTypeFilters: ResourceTypeFilter[] | undefined;
3761
3761
  }
@@ -3764,66 +3764,66 @@ export interface ListMonitoredResourcesFilters {
3764
3764
  */
3765
3765
  export interface ListMonitoredResourcesRequest {
3766
3766
  /**
3767
- * @public
3768
3767
  * <p>
3769
3768
  * Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
3770
3769
  * </p>
3770
+ * @public
3771
3771
  */
3772
3772
  Filters?: ListMonitoredResourcesFilters;
3773
3773
  /**
3774
- * @public
3775
3774
  * <p>The maximum number of results to return with a single call.
3776
3775
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3776
+ * @public
3777
3777
  */
3778
3778
  MaxResults?: number;
3779
3779
  /**
3780
- * @public
3781
3780
  * <p>The pagination token to use to retrieve
3782
3781
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3782
+ * @public
3783
3783
  */
3784
3784
  NextToken?: string;
3785
3785
  }
3786
3786
  /**
3787
- * @public
3788
3787
  * <p>
3789
3788
  * Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
3790
3789
  * </p>
3790
+ * @public
3791
3791
  */
3792
3792
  export interface MonitoredResourceIdentifier {
3793
3793
  /**
3794
- * @public
3795
3794
  * <p>
3796
3795
  * The name of the resource being monitored.
3797
3796
  * </p>
3797
+ * @public
3798
3798
  */
3799
3799
  MonitoredResourceName?: string;
3800
3800
  /**
3801
- * @public
3802
3801
  * <p>
3803
3802
  * The type of resource being monitored.
3804
3803
  * </p>
3804
+ * @public
3805
3805
  */
3806
3806
  Type?: string;
3807
3807
  /**
3808
- * @public
3809
3808
  * <p>
3810
3809
  * The permission status of a resource.
3811
3810
  * </p>
3811
+ * @public
3812
3812
  */
3813
3813
  ResourcePermission?: ResourcePermission;
3814
3814
  /**
3815
- * @public
3816
3815
  * <p>
3817
3816
  * The time at which DevOps Guru last updated this resource.
3818
3817
  * </p>
3818
+ * @public
3819
3819
  */
3820
3820
  LastUpdated?: Date;
3821
3821
  /**
3822
- * @public
3823
3822
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3824
3823
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3825
3824
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3826
3825
  * 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>
3826
+ * @public
3827
3827
  */
3828
3828
  ResourceCollection?: ResourceCollection;
3829
3829
  }
@@ -3832,16 +3832,16 @@ export interface MonitoredResourceIdentifier {
3832
3832
  */
3833
3833
  export interface ListMonitoredResourcesResponse {
3834
3834
  /**
3835
- * @public
3836
3835
  * <p>
3837
3836
  * Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
3838
3837
  * </p>
3838
+ * @public
3839
3839
  */
3840
3840
  MonitoredResourceIdentifiers: MonitoredResourceIdentifier[] | undefined;
3841
3841
  /**
3842
- * @public
3843
3842
  * <p>The pagination token to use to retrieve
3844
3843
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
3844
+ * @public
3845
3845
  */
3846
3846
  NextToken?: string;
3847
3847
  }
@@ -3850,14 +3850,13 @@ export interface ListMonitoredResourcesResponse {
3850
3850
  */
3851
3851
  export interface ListNotificationChannelsRequest {
3852
3852
  /**
3853
- * @public
3854
3853
  * <p>The pagination token to use to retrieve
3855
3854
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3855
+ * @public
3856
3856
  */
3857
3857
  NextToken?: string;
3858
3858
  }
3859
3859
  /**
3860
- * @public
3861
3860
  * <p> Information about a notification channel. A notification channel is used to notify
3862
3861
  * you when DevOps Guru creates an insight. The one
3863
3862
  * supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
@@ -3868,17 +3867,18 @@ export interface ListNotificationChannelsRequest {
3868
3867
  * <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
3869
3868
  * to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
3870
3869
  * Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
3870
+ * @public
3871
3871
  */
3872
3872
  export interface NotificationChannel {
3873
3873
  /**
3874
- * @public
3875
3874
  * <p> The ID of a notification channel. </p>
3875
+ * @public
3876
3876
  */
3877
3877
  Id?: string;
3878
3878
  /**
3879
- * @public
3880
3879
  * <p> A <code>NotificationChannelConfig</code> object that contains information about
3881
3880
  * configured notification channels. </p>
3881
+ * @public
3882
3882
  */
3883
3883
  Config?: NotificationChannelConfig;
3884
3884
  }
@@ -3887,14 +3887,14 @@ export interface NotificationChannel {
3887
3887
  */
3888
3888
  export interface ListNotificationChannelsResponse {
3889
3889
  /**
3890
- * @public
3891
3890
  * <p> An array that contains the requested notification channels. </p>
3891
+ * @public
3892
3892
  */
3893
3893
  Channels?: NotificationChannel[];
3894
3894
  /**
3895
- * @public
3896
3895
  * <p>The pagination token to use to retrieve
3897
3896
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
3897
+ * @public
3898
3898
  */
3899
3899
  NextToken?: string;
3900
3900
  }
@@ -3903,155 +3903,155 @@ export interface ListNotificationChannelsResponse {
3903
3903
  */
3904
3904
  export interface ListOrganizationInsightsRequest {
3905
3905
  /**
3906
- * @public
3907
3906
  * <p> A filter used by <code>ListInsights</code> to specify which insights to return.
3908
3907
  * </p>
3908
+ * @public
3909
3909
  */
3910
3910
  StatusFilter: ListInsightsStatusFilter | undefined;
3911
3911
  /**
3912
- * @public
3913
3912
  * <p>The maximum number of results to return with a single call.
3914
3913
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3914
+ * @public
3915
3915
  */
3916
3916
  MaxResults?: number;
3917
3917
  /**
3918
- * @public
3919
3918
  * <p>The ID of the Amazon Web Services account. </p>
3919
+ * @public
3920
3920
  */
3921
3921
  AccountIds?: string[];
3922
3922
  /**
3923
- * @public
3924
3923
  * <p>The ID of the organizational unit.</p>
3924
+ * @public
3925
3925
  */
3926
3926
  OrganizationalUnitIds?: string[];
3927
3927
  /**
3928
- * @public
3929
3928
  * <p>The pagination token to use to retrieve
3930
3929
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3930
+ * @public
3931
3931
  */
3932
3932
  NextToken?: string;
3933
3933
  }
3934
3934
  /**
3935
- * @public
3936
3935
  * <p>Details about a proactive insight. This object is returned by
3937
3936
  * <code>DescribeInsight</code>.</p>
3937
+ * @public
3938
3938
  */
3939
3939
  export interface ProactiveOrganizationInsightSummary {
3940
3940
  /**
3941
- * @public
3942
3941
  * <p>The ID of the insight summary.</p>
3942
+ * @public
3943
3943
  */
3944
3944
  Id?: string;
3945
3945
  /**
3946
- * @public
3947
3946
  * <p>The ID of the Amazon Web Services account.</p>
3947
+ * @public
3948
3948
  */
3949
3949
  AccountId?: string;
3950
3950
  /**
3951
- * @public
3952
3951
  * <p>The ID of the organizational unit.</p>
3952
+ * @public
3953
3953
  */
3954
3954
  OrganizationalUnitId?: string;
3955
3955
  /**
3956
- * @public
3957
3956
  * <p>The name of the insight summary.</p>
3957
+ * @public
3958
3958
  */
3959
3959
  Name?: string;
3960
3960
  /**
3961
- * @public
3962
3961
  * <p> An array of severity values used to search for insights.
3963
3962
  * For more information, see
3964
3963
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
3965
3964
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
3965
+ * @public
3966
3966
  */
3967
3967
  Severity?: InsightSeverity;
3968
3968
  /**
3969
- * @public
3970
3969
  * <p> An array of status values used to search for insights. </p>
3970
+ * @public
3971
3971
  */
3972
3972
  Status?: InsightStatus;
3973
3973
  /**
3974
- * @public
3975
3974
  * <p> A time ranged that specifies when the observed behavior in an insight started and
3976
3975
  * ended. </p>
3976
+ * @public
3977
3977
  */
3978
3978
  InsightTimeRange?: InsightTimeRange;
3979
3979
  /**
3980
- * @public
3981
3980
  * <p> The time range during which anomalous behavior in a proactive anomaly or an insight
3982
3981
  * is expected to occur. </p>
3982
+ * @public
3983
3983
  */
3984
3984
  PredictionTimeRange?: PredictionTimeRange;
3985
3985
  /**
3986
- * @public
3987
3986
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
3988
3987
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
3989
3988
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
3990
3989
  * 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>
3990
+ * @public
3991
3991
  */
3992
3992
  ResourceCollection?: ResourceCollection;
3993
3993
  /**
3994
- * @public
3995
3994
  * <p>A collection of the names of Amazon Web Services services.</p>
3995
+ * @public
3996
3996
  */
3997
3997
  ServiceCollection?: ServiceCollection;
3998
3998
  }
3999
3999
  /**
4000
- * @public
4001
4000
  * <p>Information about a reactive insight. This object is returned by
4002
4001
  * <code>DescribeInsight</code>.</p>
4002
+ * @public
4003
4003
  */
4004
4004
  export interface ReactiveOrganizationInsightSummary {
4005
4005
  /**
4006
- * @public
4007
4006
  * <p>The ID of the insight summary.</p>
4007
+ * @public
4008
4008
  */
4009
4009
  Id?: string;
4010
4010
  /**
4011
- * @public
4012
4011
  * <p>The ID of the Amazon Web Services account. </p>
4012
+ * @public
4013
4013
  */
4014
4014
  AccountId?: string;
4015
4015
  /**
4016
- * @public
4017
4016
  * <p>The ID of the organizational unit.</p>
4017
+ * @public
4018
4018
  */
4019
4019
  OrganizationalUnitId?: string;
4020
4020
  /**
4021
- * @public
4022
4021
  * <p>The name of the insight summary.</p>
4022
+ * @public
4023
4023
  */
4024
4024
  Name?: string;
4025
4025
  /**
4026
- * @public
4027
4026
  * <p> An array of severity values used to search for insights.
4028
4027
  * For more information, see
4029
4028
  * <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding
4030
4029
  * insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.</p>
4030
+ * @public
4031
4031
  */
4032
4032
  Severity?: InsightSeverity;
4033
4033
  /**
4034
- * @public
4035
4034
  * <p> An array of status values used to search for insights. </p>
4035
+ * @public
4036
4036
  */
4037
4037
  Status?: InsightStatus;
4038
4038
  /**
4039
- * @public
4040
4039
  * <p> A time ranged that specifies when the observed behavior in an insight started and
4041
4040
  * ended. </p>
4041
+ * @public
4042
4042
  */
4043
4043
  InsightTimeRange?: InsightTimeRange;
4044
4044
  /**
4045
- * @public
4046
4045
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
4047
4046
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
4048
4047
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
4049
4048
  * 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>
4049
+ * @public
4050
4050
  */
4051
4051
  ResourceCollection?: ResourceCollection;
4052
4052
  /**
4053
- * @public
4054
4053
  * <p>A collection of the names of Amazon Web Services services.</p>
4054
+ * @public
4055
4055
  */
4056
4056
  ServiceCollection?: ServiceCollection;
4057
4057
  }
@@ -4060,21 +4060,21 @@ export interface ReactiveOrganizationInsightSummary {
4060
4060
  */
4061
4061
  export interface ListOrganizationInsightsResponse {
4062
4062
  /**
4063
- * @public
4064
4063
  * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
4065
4064
  * account.</p>
4065
+ * @public
4066
4066
  */
4067
4067
  ProactiveInsights?: ProactiveOrganizationInsightSummary[];
4068
4068
  /**
4069
- * @public
4070
4069
  * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
4071
4070
  * account.</p>
4071
+ * @public
4072
4072
  */
4073
4073
  ReactiveInsights?: ReactiveOrganizationInsightSummary[];
4074
4074
  /**
4075
- * @public
4076
4075
  * <p>The pagination token to use to retrieve
4077
4076
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
4077
+ * @public
4078
4078
  */
4079
4079
  NextToken?: string;
4080
4080
  }
@@ -4104,178 +4104,178 @@ export type Locale = (typeof Locale)[keyof typeof Locale];
4104
4104
  */
4105
4105
  export interface ListRecommendationsRequest {
4106
4106
  /**
4107
- * @public
4108
4107
  * <p> The ID of the requested insight. </p>
4108
+ * @public
4109
4109
  */
4110
4110
  InsightId: string | undefined;
4111
4111
  /**
4112
- * @public
4113
4112
  * <p>The pagination token to use to retrieve
4114
4113
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4114
+ * @public
4115
4115
  */
4116
4116
  NextToken?: string;
4117
4117
  /**
4118
- * @public
4119
4118
  * <p>A locale that specifies the language to use for recommendations.</p>
4119
+ * @public
4120
4120
  */
4121
4121
  Locale?: Locale;
4122
4122
  /**
4123
- * @public
4124
4123
  * <p>The ID of the Amazon Web Services account. </p>
4124
+ * @public
4125
4125
  */
4126
4126
  AccountId?: string;
4127
4127
  }
4128
4128
  /**
4129
- * @public
4130
4129
  * <p> Information about a resource in which DevOps Guru detected anomalous behavior. </p>
4130
+ * @public
4131
4131
  */
4132
4132
  export interface RecommendationRelatedAnomalyResource {
4133
4133
  /**
4134
- * @public
4135
4134
  * <p> The name of the resource. </p>
4135
+ * @public
4136
4136
  */
4137
4137
  Name?: string;
4138
4138
  /**
4139
- * @public
4140
4139
  * <p> The type of the resource. Resource types take the same form that is used by Amazon Web Services CloudFormation
4141
4140
  * resource type identifiers, <code>service-provider::service-name::data-type-name</code>.
4142
4141
  * For example, <code>AWS::RDS::DBCluster</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services
4143
4142
  * resource and property types reference</a> in the <i>Amazon Web Services CloudFormation User
4144
4143
  * Guide</i>.</p>
4144
+ * @public
4145
4145
  */
4146
4146
  Type?: string;
4147
4147
  }
4148
4148
  /**
4149
- * @public
4150
4149
  * <p> Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many
4151
4150
  * analyzed metrics that are used to generate insights. </p>
4151
+ * @public
4152
4152
  */
4153
4153
  export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
4154
4154
  /**
4155
- * @public
4156
4155
  * <p>The name of the CloudWatch metric.</p>
4156
+ * @public
4157
4157
  */
4158
4158
  MetricName?: string;
4159
4159
  /**
4160
- * @public
4161
4160
  * <p>The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.</p>
4161
+ * @public
4162
4162
  */
4163
4163
  Namespace?: string;
4164
4164
  }
4165
4165
  /**
4166
- * @public
4167
4166
  * <p> Contains an array of <code>RecommendationRelatedCloudWatchMetricsSourceDetail</code>
4168
4167
  * objects that contain the name and namespace of an Amazon CloudWatch metric. </p>
4168
+ * @public
4169
4169
  */
4170
4170
  export interface RecommendationRelatedAnomalySourceDetail {
4171
4171
  /**
4172
- * @public
4173
4172
  * <p> An array of <code>CloudWatchMetricsDetail</code> objects that contains information
4174
4173
  * about the analyzed metrics that displayed anomalous behavior. </p>
4174
+ * @public
4175
4175
  */
4176
4176
  CloudWatchMetrics?: RecommendationRelatedCloudWatchMetricsSourceDetail[];
4177
4177
  }
4178
4178
  /**
4179
- * @public
4180
4179
  * <p> Information about an anomaly that is related to a recommendation. </p>
4180
+ * @public
4181
4181
  */
4182
4182
  export interface RecommendationRelatedAnomaly {
4183
4183
  /**
4184
- * @public
4185
4184
  * <p> An array of objects that represent resources in which DevOps Guru detected anomalous
4186
4185
  * behavior. Each object contains the name and type of the resource. </p>
4186
+ * @public
4187
4187
  */
4188
4188
  Resources?: RecommendationRelatedAnomalyResource[];
4189
4189
  /**
4190
- * @public
4191
4190
  * <p> Information about where the anomalous behavior related the recommendation was found.
4192
4191
  * For example, details in Amazon CloudWatch metrics. </p>
4192
+ * @public
4193
4193
  */
4194
4194
  SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
4195
4195
  /**
4196
- * @public
4197
4196
  * <p>The ID of an anomaly that generated the insight with this recommendation.</p>
4197
+ * @public
4198
4198
  */
4199
4199
  AnomalyId?: string;
4200
4200
  }
4201
4201
  /**
4202
- * @public
4203
4202
  * <p> Information about an Amazon Web Services resource that emitted and event that is related to a
4204
4203
  * recommendation in an insight. </p>
4204
+ * @public
4205
4205
  */
4206
4206
  export interface RecommendationRelatedEventResource {
4207
4207
  /**
4208
- * @public
4209
4208
  * <p> The name of the resource that emitted the event. This corresponds to the
4210
4209
  * <code>Name</code> field in an <code>EventResource</code> object. </p>
4210
+ * @public
4211
4211
  */
4212
4212
  Name?: string;
4213
4213
  /**
4214
- * @public
4215
4214
  * <p> The type of the resource that emitted the event. This corresponds to the
4216
4215
  * <code>Type</code> field in an <code>EventResource</code> object. </p>
4216
+ * @public
4217
4217
  */
4218
4218
  Type?: string;
4219
4219
  }
4220
4220
  /**
4221
- * @public
4222
4221
  * <p> Information about an event that is related to a recommendation. </p>
4222
+ * @public
4223
4223
  */
4224
4224
  export interface RecommendationRelatedEvent {
4225
4225
  /**
4226
- * @public
4227
4226
  * <p> The name of the event. This corresponds to the <code>Name</code> field in an
4228
4227
  * <code>Event</code> object. </p>
4228
+ * @public
4229
4229
  */
4230
4230
  Name?: string;
4231
4231
  /**
4232
- * @public
4233
4232
  * <p> A <code>ResourceCollection</code> object that contains arrays of the names of Amazon Web Services
4234
4233
  * CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
4234
+ * @public
4235
4235
  */
4236
4236
  Resources?: RecommendationRelatedEventResource[];
4237
4237
  }
4238
4238
  /**
4239
- * @public
4240
4239
  * <p> Recommendation information to help you remediate detected anomalous behavior that
4241
4240
  * generated an insight. </p>
4241
+ * @public
4242
4242
  */
4243
4243
  export interface Recommendation {
4244
4244
  /**
4245
- * @public
4246
4245
  * <p> A description of the problem. </p>
4246
+ * @public
4247
4247
  */
4248
4248
  Description?: string;
4249
4249
  /**
4250
- * @public
4251
4250
  * <p> A hyperlink to information to help you address the problem. </p>
4251
+ * @public
4252
4252
  */
4253
4253
  Link?: string;
4254
4254
  /**
4255
- * @public
4256
4255
  * <p> The name of the recommendation. </p>
4256
+ * @public
4257
4257
  */
4258
4258
  Name?: string;
4259
4259
  /**
4260
- * @public
4261
4260
  * <p> The reason DevOps Guru flagged the anomalous behavior as a problem. </p>
4261
+ * @public
4262
4262
  */
4263
4263
  Reason?: string;
4264
4264
  /**
4265
- * @public
4266
4265
  * <p> Events that are related to the problem. Use these events to learn more about what's
4267
4266
  * happening and to help address the issue. </p>
4267
+ * @public
4268
4268
  */
4269
4269
  RelatedEvents?: RecommendationRelatedEvent[];
4270
4270
  /**
4271
- * @public
4272
4271
  * <p> Anomalies that are related to the problem. Use these Anomalies to learn more about
4273
4272
  * what's happening and to help address the issue. </p>
4273
+ * @public
4274
4274
  */
4275
4275
  RelatedAnomalies?: RecommendationRelatedAnomaly[];
4276
4276
  /**
4277
- * @public
4278
4277
  * <p>The category type of the recommendation.</p>
4278
+ * @public
4279
4279
  */
4280
4280
  Category?: string;
4281
4281
  }
@@ -4284,14 +4284,14 @@ export interface Recommendation {
4284
4284
  */
4285
4285
  export interface ListRecommendationsResponse {
4286
4286
  /**
4287
- * @public
4288
4287
  * <p> An array of the requested recommendations. </p>
4288
+ * @public
4289
4289
  */
4290
4290
  Recommendations?: Recommendation[];
4291
4291
  /**
4292
- * @public
4293
4292
  * <p>The pagination token to use to retrieve
4294
4293
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
4294
+ * @public
4295
4295
  */
4296
4296
  NextToken?: string;
4297
4297
  }
@@ -4300,8 +4300,8 @@ export interface ListRecommendationsResponse {
4300
4300
  */
4301
4301
  export interface PutFeedbackRequest {
4302
4302
  /**
4303
- * @public
4304
4303
  * <p> The feedback from customers is about the recommendations in this insight. </p>
4304
+ * @public
4305
4305
  */
4306
4306
  InsightFeedback?: InsightFeedback;
4307
4307
  }
@@ -4315,8 +4315,8 @@ export interface PutFeedbackResponse {
4315
4315
  */
4316
4316
  export interface RemoveNotificationChannelRequest {
4317
4317
  /**
4318
- * @public
4319
4318
  * <p> The ID of the notification channel to be removed. </p>
4319
+ * @public
4320
4320
  */
4321
4321
  Id: string | undefined;
4322
4322
  }
@@ -4326,34 +4326,34 @@ export interface RemoveNotificationChannelRequest {
4326
4326
  export interface RemoveNotificationChannelResponse {
4327
4327
  }
4328
4328
  /**
4329
- * @public
4330
4329
  * <p>Specifies values used to filter responses when searching for insights.
4331
4330
  * You can use a <code>ResourceCollection</code>, <code>ServiceCollection</code>, array of severities, and an array of status values.
4332
4331
  * Each filter type contains one or more values to search for. If you specify multiple filter types,
4333
4332
  * the filter types are joined with an <code>AND</code>, and the request returns only results that match all of the specified filters.</p>
4333
+ * @public
4334
4334
  */
4335
4335
  export interface SearchInsightsFilters {
4336
4336
  /**
4337
- * @public
4338
4337
  * <p> An array of severity values used to search for insights. </p>
4338
+ * @public
4339
4339
  */
4340
4340
  Severities?: InsightSeverity[];
4341
4341
  /**
4342
- * @public
4343
4342
  * <p> An array of status values used to search for insights. </p>
4343
+ * @public
4344
4344
  */
4345
4345
  Statuses?: InsightStatus[];
4346
4346
  /**
4347
- * @public
4348
4347
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
4349
4348
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
4350
4349
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
4351
4350
  * 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>
4351
+ * @public
4352
4352
  */
4353
4353
  ResourceCollection?: ResourceCollection;
4354
4354
  /**
4355
- * @public
4356
4355
  * <p>A collection of the names of Amazon Web Services services.</p>
4356
+ * @public
4357
4357
  */
4358
4358
  ServiceCollection?: ServiceCollection;
4359
4359
  }
@@ -4362,33 +4362,33 @@ export interface SearchInsightsFilters {
4362
4362
  */
4363
4363
  export interface SearchInsightsRequest {
4364
4364
  /**
4365
- * @public
4366
4365
  * <p> The start of the time range passed in. Returned insights occurred after this time.
4367
4366
  * </p>
4367
+ * @public
4368
4368
  */
4369
4369
  StartTimeRange: StartTimeRange | undefined;
4370
4370
  /**
4371
- * @public
4372
4371
  * <p> A <code>SearchInsightsFilters</code> object that is used to set the severity and
4373
4372
  * status filters on your insight search. </p>
4373
+ * @public
4374
4374
  */
4375
4375
  Filters?: SearchInsightsFilters;
4376
4376
  /**
4377
- * @public
4378
4377
  * <p>The maximum number of results to return with a single call.
4379
4378
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
4379
+ * @public
4380
4380
  */
4381
4381
  MaxResults?: number;
4382
4382
  /**
4383
- * @public
4384
4383
  * <p>The pagination token to use to retrieve
4385
4384
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4385
+ * @public
4386
4386
  */
4387
4387
  NextToken?: string;
4388
4388
  /**
4389
- * @public
4390
4389
  * <p> The type of insights you are searching for (<code>REACTIVE</code> or
4391
4390
  * <code>PROACTIVE</code>). </p>
4391
+ * @public
4392
4392
  */
4393
4393
  Type: InsightType | undefined;
4394
4394
  }
@@ -4397,49 +4397,49 @@ export interface SearchInsightsRequest {
4397
4397
  */
4398
4398
  export interface SearchInsightsResponse {
4399
4399
  /**
4400
- * @public
4401
4400
  * <p> The returned proactive insights. </p>
4401
+ * @public
4402
4402
  */
4403
4403
  ProactiveInsights?: ProactiveInsightSummary[];
4404
4404
  /**
4405
- * @public
4406
4405
  * <p> The returned reactive insights. </p>
4406
+ * @public
4407
4407
  */
4408
4408
  ReactiveInsights?: ReactiveInsightSummary[];
4409
4409
  /**
4410
- * @public
4411
4410
  * <p>The pagination token to use to retrieve
4412
4411
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
4412
+ * @public
4413
4413
  */
4414
4414
  NextToken?: string;
4415
4415
  }
4416
4416
  /**
4417
- * @public
4418
4417
  * <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
4419
4418
  * is called. </p>
4419
+ * @public
4420
4420
  */
4421
4421
  export interface SearchOrganizationInsightsFilters {
4422
4422
  /**
4423
- * @public
4424
4423
  * <p> An array of severity values used to search for insights. </p>
4424
+ * @public
4425
4425
  */
4426
4426
  Severities?: InsightSeverity[];
4427
4427
  /**
4428
- * @public
4429
4428
  * <p> An array of status values used to search for insights. </p>
4429
+ * @public
4430
4430
  */
4431
4431
  Statuses?: InsightStatus[];
4432
4432
  /**
4433
- * @public
4434
4433
  * <p> A collection of Amazon Web Services resources supported by DevOps Guru.
4435
4434
  * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
4436
4435
  * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
4437
4436
  * 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>
4437
+ * @public
4438
4438
  */
4439
4439
  ResourceCollection?: ResourceCollection;
4440
4440
  /**
4441
- * @public
4442
4441
  * <p>A collection of the names of Amazon Web Services services.</p>
4442
+ * @public
4443
4443
  */
4444
4444
  ServiceCollection?: ServiceCollection;
4445
4445
  }
@@ -4448,38 +4448,38 @@ export interface SearchOrganizationInsightsFilters {
4448
4448
  */
4449
4449
  export interface SearchOrganizationInsightsRequest {
4450
4450
  /**
4451
- * @public
4452
4451
  * <p>The ID of the Amazon Web Services account. </p>
4452
+ * @public
4453
4453
  */
4454
4454
  AccountIds: string[] | undefined;
4455
4455
  /**
4456
- * @public
4457
4456
  * <p> A time range used to specify when the behavior of an insight or anomaly started.
4458
4457
  * </p>
4458
+ * @public
4459
4459
  */
4460
4460
  StartTimeRange: StartTimeRange | undefined;
4461
4461
  /**
4462
- * @public
4463
4462
  * <p> A <code>SearchOrganizationInsightsFilters</code> object that is used to set the
4464
4463
  * severity and status filters on your insight search. </p>
4464
+ * @public
4465
4465
  */
4466
4466
  Filters?: SearchOrganizationInsightsFilters;
4467
4467
  /**
4468
- * @public
4469
4468
  * <p>The maximum number of results to return with a single call.
4470
4469
  * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
4470
+ * @public
4471
4471
  */
4472
4472
  MaxResults?: number;
4473
4473
  /**
4474
- * @public
4475
4474
  * <p>The pagination token to use to retrieve
4476
4475
  * the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4476
+ * @public
4477
4477
  */
4478
4478
  NextToken?: string;
4479
4479
  /**
4480
- * @public
4481
4480
  * <p> The type of insights you are searching for (<code>REACTIVE</code> or
4482
4481
  * <code>PROACTIVE</code>). </p>
4482
+ * @public
4483
4483
  */
4484
4484
  Type: InsightType | undefined;
4485
4485
  }
@@ -4488,21 +4488,21 @@ export interface SearchOrganizationInsightsRequest {
4488
4488
  */
4489
4489
  export interface SearchOrganizationInsightsResponse {
4490
4490
  /**
4491
- * @public
4492
4491
  * <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
4493
4492
  * account.</p>
4493
+ * @public
4494
4494
  */
4495
4495
  ProactiveInsights?: ProactiveInsightSummary[];
4496
4496
  /**
4497
- * @public
4498
4497
  * <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
4499
4498
  * account.</p>
4499
+ * @public
4500
4500
  */
4501
4501
  ReactiveInsights?: ReactiveInsightSummary[];
4502
4502
  /**
4503
- * @public
4504
4503
  * <p>The pagination token to use to retrieve
4505
4504
  * the next page of results for this operation. If there are no more pages, this value is null.</p>
4505
+ * @public
4506
4506
  */
4507
4507
  NextToken?: string;
4508
4508
  }
@@ -4511,13 +4511,13 @@ export interface SearchOrganizationInsightsResponse {
4511
4511
  */
4512
4512
  export interface StartCostEstimationRequest {
4513
4513
  /**
4514
- * @public
4515
4514
  * <p>The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.</p>
4515
+ * @public
4516
4516
  */
4517
4517
  ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
4518
4518
  /**
4519
- * @public
4520
4519
  * <p>The idempotency token used to identify each cost estimate request.</p>
4520
+ * @public
4521
4521
  */
4522
4522
  ClientToken?: string;
4523
4523
  }
@@ -4531,9 +4531,9 @@ export interface StartCostEstimationResponse {
4531
4531
  */
4532
4532
  export interface UpdateEventSourcesConfigRequest {
4533
4533
  /**
4534
- * @public
4535
4534
  * <p>Configuration information about the integration of DevOps Guru as the Consumer via
4536
4535
  * EventBridge with another AWS Service.</p>
4536
+ * @public
4537
4537
  */
4538
4538
  EventSources?: EventSourcesConfig;
4539
4539
  }
@@ -4555,26 +4555,25 @@ export declare const UpdateResourceCollectionAction: {
4555
4555
  */
4556
4556
  export type UpdateResourceCollectionAction = (typeof UpdateResourceCollectionAction)[keyof typeof UpdateResourceCollectionAction];
4557
4557
  /**
4558
- * @public
4559
4558
  * <p> Contains the names of Amazon Web Services CloudFormation stacks used to update a collection of stacks.
4560
4559
  * You can specify up to 500 Amazon Web Services CloudFormation stacks.</p>
4560
+ * @public
4561
4561
  */
4562
4562
  export interface UpdateCloudFormationCollectionFilter {
4563
4563
  /**
4564
- * @public
4565
4564
  * <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.
4566
4565
  * </p>
4566
+ * @public
4567
4567
  */
4568
4568
  StackNames?: string[];
4569
4569
  }
4570
4570
  /**
4571
- * @public
4572
4571
  * <p>A new collection of Amazon Web Services resources that are defined by an Amazon Web Services tag or tag
4573
4572
  * <i>key</i>/<i>value</i> pair.</p>
4573
+ * @public
4574
4574
  */
4575
4575
  export interface UpdateTagCollectionFilter {
4576
4576
  /**
4577
- * @public
4578
4577
  * <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that
4579
4578
  * DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make
4580
4579
  * up your DevOps Guru application and analysis boundary.</p>
@@ -4589,10 +4588,10 @@ export interface UpdateTagCollectionFilter {
4589
4588
  * application might be <code>Devops-Guru-production-application/RDS</code> or
4590
4589
  * <code>Devops-Guru-production-application/containers</code>.</p>
4591
4590
  * </important>
4591
+ * @public
4592
4592
  */
4593
4593
  AppBoundaryKey: string | undefined;
4594
4594
  /**
4595
- * @public
4596
4595
  * <p>The values in an Amazon Web Services tag collection.</p>
4597
4596
  * <p>The tag's <i>value</i> is an optional field used to associate a string with
4598
4597
  * the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team
@@ -4600,21 +4599,21 @@ export interface UpdateTagCollectionFilter {
4600
4599
  * Omitting the tag <i>value</i> is the same as using an empty
4601
4600
  * string. Like tag <i>keys</i>, tag <i>values</i> are
4602
4601
  * case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
4602
+ * @public
4603
4603
  */
4604
4604
  TagValues: string[] | undefined;
4605
4605
  }
4606
4606
  /**
4607
- * @public
4608
4607
  * <p> Contains information used to update a collection of Amazon Web Services resources. </p>
4608
+ * @public
4609
4609
  */
4610
4610
  export interface UpdateResourceCollectionFilter {
4611
4611
  /**
4612
- * @public
4613
4612
  * <p> A collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
4613
+ * @public
4614
4614
  */
4615
4615
  CloudFormation?: UpdateCloudFormationCollectionFilter;
4616
4616
  /**
4617
- * @public
4618
4617
  * <p>The updated Amazon Web Services tags used to filter the resources in the resource collection.</p>
4619
4618
  * <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
4620
4619
  * tagging, so you can assign the same tag to resources from different services to indicate
@@ -4649,6 +4648,7 @@ export interface UpdateResourceCollectionFilter {
4649
4648
  * application might be <code>Devops-Guru-production-application/RDS</code> or
4650
4649
  * <code>Devops-Guru-production-application/containers</code>.</p>
4651
4650
  * </important>
4651
+ * @public
4652
4652
  */
4653
4653
  Tags?: UpdateTagCollectionFilter[];
4654
4654
  }
@@ -4657,14 +4657,14 @@ export interface UpdateResourceCollectionFilter {
4657
4657
  */
4658
4658
  export interface UpdateResourceCollectionRequest {
4659
4659
  /**
4660
- * @public
4661
4660
  * <p> Specifies if the resource collection in the request is added or deleted to the
4662
4661
  * resource collection. </p>
4662
+ * @public
4663
4663
  */
4664
4664
  Action: UpdateResourceCollectionAction | undefined;
4665
4665
  /**
4666
- * @public
4667
4666
  * <p> Contains information used to update a collection of Amazon Web Services resources. </p>
4667
+ * @public
4668
4668
  */
4669
4669
  ResourceCollection: UpdateResourceCollectionFilter | undefined;
4670
4670
  }
@@ -4674,14 +4674,13 @@ export interface UpdateResourceCollectionRequest {
4674
4674
  export interface UpdateResourceCollectionResponse {
4675
4675
  }
4676
4676
  /**
4677
- * @public
4678
4677
  * <p>
4679
4678
  * Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
4680
4679
  * </p>
4680
+ * @public
4681
4681
  */
4682
4682
  export interface KMSServerSideEncryptionIntegrationConfig {
4683
4683
  /**
4684
- * @public
4685
4684
  * <p>
4686
4685
  * Describes the specified KMS key.</p>
4687
4686
  * <p>To specify a KMS key, use its key ID, key ARN,
@@ -4695,73 +4694,74 @@ export interface KMSServerSideEncryptionIntegrationConfig {
4695
4694
  * <p>Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</p>
4696
4695
  * <p>Alias name: alias/ExampleAlias</p>
4697
4696
  * <p>Alias ARN: arn:aws:kms:us-east-2:111122223333:alias/ExampleAlias</p>
4697
+ * @public
4698
4698
  */
4699
4699
  KMSKeyId?: string;
4700
4700
  /**
4701
- * @public
4702
4701
  * <p>
4703
4702
  * Specifies if DevOps Guru is enabled for KMS integration.
4704
4703
  * </p>
4704
+ * @public
4705
4705
  */
4706
4706
  OptInStatus?: OptInStatus;
4707
4707
  /**
4708
- * @public
4709
4708
  * <p>
4710
4709
  * The type of KMS key used. Customer managed keys are the KMS keys that you create. Amazon Web Services owned keys are keys that are owned and managed by DevOps Guru.
4711
4710
  * </p>
4711
+ * @public
4712
4712
  */
4713
4713
  Type?: ServerSideEncryptionType;
4714
4714
  }
4715
4715
  /**
4716
- * @public
4717
4716
  * <p>
4718
4717
  * Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.
4719
4718
  * </p>
4719
+ * @public
4720
4720
  */
4721
4721
  export interface LogsAnomalyDetectionIntegrationConfig {
4722
4722
  /**
4723
- * @public
4724
4723
  * <p>Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.</p>
4724
+ * @public
4725
4725
  */
4726
4726
  OptInStatus?: OptInStatus;
4727
4727
  }
4728
4728
  /**
4729
- * @public
4730
4729
  * <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
4731
4730
  * OpsCenter for each created insight. You can use this to update the configuration.</p>
4731
+ * @public
4732
4732
  */
4733
4733
  export interface OpsCenterIntegrationConfig {
4734
4734
  /**
4735
- * @public
4736
4735
  * <p> Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
4737
4736
  * insight. </p>
4737
+ * @public
4738
4738
  */
4739
4739
  OptInStatus?: OptInStatus;
4740
4740
  }
4741
4741
  /**
4742
- * @public
4743
4742
  * <p> Information about updating the integration status of an Amazon Web Services service, such as
4744
4743
  * Amazon Web Services Systems Manager, with DevOps Guru. </p>
4744
+ * @public
4745
4745
  */
4746
4746
  export interface UpdateServiceIntegrationConfig {
4747
4747
  /**
4748
- * @public
4749
4748
  * <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
4750
4749
  * OpsCenter for each created insight. You can use this to update the configuration.</p>
4750
+ * @public
4751
4751
  */
4752
4752
  OpsCenter?: OpsCenterIntegrationConfig;
4753
4753
  /**
4754
- * @public
4755
4754
  * <p>
4756
4755
  * Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
4757
4756
  * </p>
4757
+ * @public
4758
4758
  */
4759
4759
  LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
4760
4760
  /**
4761
- * @public
4762
4761
  * <p>
4763
4762
  * Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
4764
4763
  * </p>
4764
+ * @public
4765
4765
  */
4766
4766
  KMSServerSideEncryption?: KMSServerSideEncryptionIntegrationConfig;
4767
4767
  }
@@ -4770,9 +4770,9 @@ export interface UpdateServiceIntegrationConfig {
4770
4770
  */
4771
4771
  export interface UpdateServiceIntegrationRequest {
4772
4772
  /**
4773
- * @public
4774
4773
  * <p> An <code>IntegratedServiceConfig</code> object used to specify the integrated service
4775
4774
  * you want to update, and whether you want to update it to enabled or disabled. </p>
4775
+ * @public
4776
4776
  */
4777
4777
  ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
4778
4778
  }