cdk-comprehend-s3olap 2.0.41 → 2.0.44

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 (42) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +117 -6
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +174 -35
  10. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +17 -0
  11. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +11 -0
  12. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +249 -94
  13. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +56 -47
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +260 -59
  15. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +73 -72
  17. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +54 -29
  18. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +91 -48
  19. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +0 -3
  20. package/node_modules/aws-sdk/apis/sagemaker-edge-2020-09-23.min.json +84 -4
  21. package/node_modules/aws-sdk/clients/acmpca.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/athena.d.ts +127 -0
  23. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +40 -1
  24. package/node_modules/aws-sdk/clients/devopsguru.d.ts +188 -0
  25. package/node_modules/aws-sdk/clients/dms.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/docdb.d.ts +20 -0
  27. package/node_modules/aws-sdk/clients/frauddetector.d.ts +176 -5
  28. package/node_modules/aws-sdk/clients/glue.d.ts +3 -3
  29. package/node_modules/aws-sdk/clients/iot.d.ts +14 -2
  30. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +192 -0
  31. package/node_modules/aws-sdk/clients/kendra.d.ts +12 -7
  32. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +53 -2
  33. package/node_modules/aws-sdk/clients/rds.d.ts +87 -87
  34. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/sagemakeredge.d.ts +146 -0
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +235 -85
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -93
  40. package/node_modules/aws-sdk/lib/core.js +1 -1
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/package.json +5 -5
@@ -12,6 +12,56 @@
12
12
  "uid": "sagemaker-edge-2020-09-23"
13
13
  },
14
14
  "operations": {
15
+ "GetDeployments": {
16
+ "http": {
17
+ "requestUri": "/GetDeployments"
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "required": [
22
+ "DeviceName",
23
+ "DeviceFleetName"
24
+ ],
25
+ "members": {
26
+ "DeviceName": {},
27
+ "DeviceFleetName": {}
28
+ }
29
+ },
30
+ "output": {
31
+ "type": "structure",
32
+ "members": {
33
+ "Deployments": {
34
+ "type": "list",
35
+ "member": {
36
+ "type": "structure",
37
+ "members": {
38
+ "DeploymentName": {},
39
+ "Type": {},
40
+ "FailureHandlingPolicy": {},
41
+ "Definitions": {
42
+ "type": "list",
43
+ "member": {
44
+ "type": "structure",
45
+ "members": {
46
+ "ModelHandle": {},
47
+ "S3Url": {},
48
+ "Checksum": {
49
+ "type": "structure",
50
+ "members": {
51
+ "Type": {},
52
+ "Sum": {}
53
+ }
54
+ },
55
+ "State": {}
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ },
15
65
  "GetDeviceRegistration": {
16
66
  "http": {
17
67
  "requestUri": "/GetDeviceRegistration"
@@ -48,7 +98,7 @@
48
98
  ],
49
99
  "members": {
50
100
  "AgentMetrics": {
51
- "shape": "S8"
101
+ "shape": "Sm"
52
102
  },
53
103
  "Models": {
54
104
  "type": "list",
@@ -64,20 +114,50 @@
64
114
  "type": "timestamp"
65
115
  },
66
116
  "ModelMetrics": {
67
- "shape": "S8"
117
+ "shape": "Sm"
68
118
  }
69
119
  }
70
120
  }
71
121
  },
72
122
  "AgentVersion": {},
73
123
  "DeviceName": {},
74
- "DeviceFleetName": {}
124
+ "DeviceFleetName": {},
125
+ "DeploymentResult": {
126
+ "type": "structure",
127
+ "members": {
128
+ "DeploymentName": {},
129
+ "DeploymentStatus": {},
130
+ "DeploymentStatusMessage": {},
131
+ "DeploymentStartTime": {
132
+ "type": "timestamp"
133
+ },
134
+ "DeploymentEndTime": {
135
+ "type": "timestamp"
136
+ },
137
+ "DeploymentModels": {
138
+ "type": "list",
139
+ "member": {
140
+ "type": "structure",
141
+ "members": {
142
+ "ModelHandle": {},
143
+ "ModelName": {},
144
+ "ModelVersion": {},
145
+ "DesiredState": {},
146
+ "State": {},
147
+ "Status": {},
148
+ "StatusReason": {},
149
+ "RollbackFailureReason": {}
150
+ }
151
+ }
152
+ }
153
+ }
154
+ }
75
155
  }
76
156
  }
77
157
  }
78
158
  },
79
159
  "shapes": {
80
- "S8": {
160
+ "Sm": {
81
161
  "type": "list",
82
162
  "member": {
83
163
  "type": "structure",
@@ -451,7 +451,7 @@ declare namespace ACMPCA {
451
451
  */
452
452
  IdempotencyToken?: IdempotencyToken;
453
453
  /**
454
- * Specifies a cryptographic key management compliance standard used for handling CA keys. Default: FIPS_140_2_LEVEL_3_OR_HIGHER Note: FIPS_140_2_LEVEL_3_OR_HIGHER is not supported in Region ap-northeast-3. When creating a CA in the ap-northeast-3, you must provide FIPS_140_2_LEVEL_2_OR_HIGHER as the argument for KeyStorageSecurityStandard. Failure to do this results in an InvalidArgsException with the message, "A certificate authority cannot be created in this region with the specified security standard."
454
+ * Specifies a cryptographic key management compliance standard used for handling CA keys. Default: FIPS_140_2_LEVEL_3_OR_HIGHER Note: FIPS_140_2_LEVEL_3_OR_HIGHER is not supported in the following Regions: ap-northeast-3 ap-southeast-3 When creating a CA in these Regions, you must provide FIPS_140_2_LEVEL_2_OR_HIGHER as the argument for KeyStorageSecurityStandard. Failure to do this results in an InvalidArgsException with the message, "A certificate authority cannot be created in this region with the specified security standard."
455
455
  */
456
456
  KeyStorageSecurityStandard?: KeyStorageSecurityStandard;
457
457
  /**
@@ -651,7 +651,7 @@ declare namespace ACMPCA {
651
651
  */
652
652
  SubjectAlternativeNames?: GeneralNameList;
653
653
  /**
654
- * Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database. The OID value of a CustomExtension must not match the OID of a predefined extension.
654
+ * Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.
655
655
  */
656
656
  CustomExtensions?: CustomExtensionList;
657
657
  }
@@ -147,6 +147,14 @@ declare class Athena extends Service {
147
147
  * Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
148
148
  */
149
149
  getQueryResults(callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
150
+ /**
151
+ * Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. The query execution runtime statistics is returned only when QueryExecutionStatus$State is in a SUCCEEDED or FAILED state.
152
+ */
153
+ getQueryRuntimeStatistics(params: Athena.Types.GetQueryRuntimeStatisticsInput, callback?: (err: AWSError, data: Athena.Types.GetQueryRuntimeStatisticsOutput) => void): Request<Athena.Types.GetQueryRuntimeStatisticsOutput, AWSError>;
154
+ /**
155
+ * Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. The query execution runtime statistics is returned only when QueryExecutionStatus$State is in a SUCCEEDED or FAILED state.
156
+ */
157
+ getQueryRuntimeStatistics(callback?: (err: AWSError, data: Athena.Types.GetQueryRuntimeStatisticsOutput) => void): Request<Athena.Types.GetQueryRuntimeStatisticsOutput, AWSError>;
150
158
  /**
151
159
  * Returns table metadata for the specified catalog, database, and table.
152
160
  */
@@ -758,6 +766,18 @@ declare namespace Athena {
758
766
  */
759
767
  NextToken?: Token;
760
768
  }
769
+ export interface GetQueryRuntimeStatisticsInput {
770
+ /**
771
+ * The unique ID of the query execution.
772
+ */
773
+ QueryExecutionId: QueryExecutionId;
774
+ }
775
+ export interface GetQueryRuntimeStatisticsOutput {
776
+ /**
777
+ * Runtime statistics about the query execution.
778
+ */
779
+ QueryRuntimeStatistics?: QueryRuntimeStatistics;
780
+ }
761
781
  export interface GetTableMetadataInput {
762
782
  /**
763
783
  * The name of the data catalog that contains the database and table metadata to return.
@@ -1192,6 +1212,112 @@ declare namespace Athena {
1192
1212
  */
1193
1213
  AthenaError?: AthenaError;
1194
1214
  }
1215
+ export interface QueryRuntimeStatistics {
1216
+ Timeline?: QueryRuntimeStatisticsTimeline;
1217
+ Rows?: QueryRuntimeStatisticsRows;
1218
+ /**
1219
+ * Stage statistics such as input and output rows and bytes, execution time, and stage state. This information also includes substages and the query stage plan.
1220
+ */
1221
+ OutputStage?: QueryStage;
1222
+ }
1223
+ export interface QueryRuntimeStatisticsRows {
1224
+ /**
1225
+ * The number of rows read to execute the query.
1226
+ */
1227
+ InputRows?: Long;
1228
+ /**
1229
+ * The number of bytes read to execute the query.
1230
+ */
1231
+ InputBytes?: Long;
1232
+ /**
1233
+ * The number of bytes returned by the query.
1234
+ */
1235
+ OutputBytes?: Long;
1236
+ /**
1237
+ * The number of rows returned by the query.
1238
+ */
1239
+ OutputRows?: Long;
1240
+ }
1241
+ export interface QueryRuntimeStatisticsTimeline {
1242
+ /**
1243
+ * The number of milliseconds that the query was in your query queue waiting for resources. Note that if transient errors occur, Athena might automatically add the query back to the queue.
1244
+ */
1245
+ QueryQueueTimeInMillis?: Long;
1246
+ /**
1247
+ * The number of milliseconds that Athena took to plan the query processing flow. This includes the time spent retrieving table partitions from the data source. Note that because the query engine performs the query planning, query planning time is a subset of engine processing time.
1248
+ */
1249
+ QueryPlanningTimeInMillis?: Long;
1250
+ /**
1251
+ * The number of milliseconds that the query took to execute.
1252
+ */
1253
+ EngineExecutionTimeInMillis?: Long;
1254
+ /**
1255
+ * The number of milliseconds that Athena took to finalize and publish the query results after the query engine finished running the query.
1256
+ */
1257
+ ServiceProcessingTimeInMillis?: Long;
1258
+ /**
1259
+ * The number of milliseconds that Athena took to run the query.
1260
+ */
1261
+ TotalExecutionTimeInMillis?: Long;
1262
+ }
1263
+ export interface QueryStage {
1264
+ /**
1265
+ * The identifier for a stage.
1266
+ */
1267
+ StageId?: Long;
1268
+ /**
1269
+ * State of the stage after query execution.
1270
+ */
1271
+ State?: String;
1272
+ /**
1273
+ * The number of bytes output from the stage after execution.
1274
+ */
1275
+ OutputBytes?: Long;
1276
+ /**
1277
+ * The number of rows output from the stage after execution.
1278
+ */
1279
+ OutputRows?: Long;
1280
+ /**
1281
+ * The number of bytes input into the stage for execution.
1282
+ */
1283
+ InputBytes?: Long;
1284
+ /**
1285
+ * The number of rows input into the stage for execution.
1286
+ */
1287
+ InputRows?: Long;
1288
+ /**
1289
+ * Time taken to execute this stage.
1290
+ */
1291
+ ExecutionTime?: Long;
1292
+ /**
1293
+ * Stage plan information such as name, identifier, sub plans, and source stages.
1294
+ */
1295
+ QueryStagePlan?: QueryStagePlanNode;
1296
+ /**
1297
+ * List of sub query stages that form this stage execution plan.
1298
+ */
1299
+ SubStages?: QueryStages;
1300
+ }
1301
+ export interface QueryStagePlanNode {
1302
+ /**
1303
+ * Name of the query stage plan that describes the operation this stage is performing as part of query execution.
1304
+ */
1305
+ Name?: String;
1306
+ /**
1307
+ * Information about the operation this query stage plan node is performing.
1308
+ */
1309
+ Identifier?: String;
1310
+ /**
1311
+ * Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
1312
+ */
1313
+ Children?: QueryStagePlanNodes;
1314
+ /**
1315
+ * Source plan node IDs.
1316
+ */
1317
+ RemoteSources?: StringList;
1318
+ }
1319
+ export type QueryStagePlanNodes = QueryStagePlanNode[];
1320
+ export type QueryStages = QueryStage[];
1195
1321
  export type QueryString = string;
1196
1322
  export interface ResultConfiguration {
1197
1323
  /**
@@ -1313,6 +1439,7 @@ declare namespace Athena {
1313
1439
  export interface StopQueryExecutionOutput {
1314
1440
  }
1315
1441
  export type String = string;
1442
+ export type StringList = String[];
1316
1443
  export interface TableMetadata {
1317
1444
  /**
1318
1445
  * The name of the table.
@@ -321,6 +321,8 @@ declare namespace CloudWatch {
321
321
  export type AccountId = string;
322
322
  export type ActionPrefix = string;
323
323
  export type ActionsEnabled = boolean;
324
+ export type ActionsSuppressedBy = "WaitPeriod"|"ExtensionPeriod"|"Alarm"|string;
325
+ export type ActionsSuppressedReason = string;
324
326
  export type AlarmArn = string;
325
327
  export type AlarmDescription = string;
326
328
  export interface AlarmHistoryItem {
@@ -456,13 +458,37 @@ declare namespace CloudWatch {
456
458
  */
457
459
  StateReasonData?: StateReasonData;
458
460
  /**
459
- * The time stamp of the last update to the alarm state.
461
+ * Tracks the timestamp of any state update, even if StateValue doesn't change.
460
462
  */
461
463
  StateUpdatedTimestamp?: Timestamp;
462
464
  /**
463
465
  * The state value for the alarm.
464
466
  */
465
467
  StateValue?: StateValue;
468
+ /**
469
+ * The timestamp of the last change to the alarm's StateValue.
470
+ */
471
+ StateTransitionedTimestamp?: Timestamp;
472
+ /**
473
+ * When the value is ALARM, it means that the actions are suppressed because the suppressor alarm is in ALARM When the value is WaitPeriod, it means that the actions are suppressed because the composite alarm is waiting for the suppressor alarm to go into into the ALARM state. The maximum waiting time is as specified in ActionsSuppressorWaitPeriod. After this time, the composite alarm performs its actions. When the value is ExtensionPeriod, it means that the actions are suppressed because the composite alarm is waiting after the suppressor alarm went out of the ALARM state. The maximum waiting time is as specified in ActionsSuppressorExtensionPeriod. After this time, the composite alarm performs its actions.
474
+ */
475
+ ActionsSuppressedBy?: ActionsSuppressedBy;
476
+ /**
477
+ * Captures the reason for action suppression.
478
+ */
479
+ ActionsSuppressedReason?: ActionsSuppressedReason;
480
+ /**
481
+ * Actions will be suppressed if the suppressor alarm is in the ALARM state. ActionsSuppressor can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm.
482
+ */
483
+ ActionsSuppressor?: AlarmArn;
484
+ /**
485
+ * The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the ALARM state. After this time, the composite alarm performs its actions. WaitPeriod is required only when ActionsSuppressor is specified.
486
+ */
487
+ ActionsSuppressorWaitPeriod?: SuppressorPeriod;
488
+ /**
489
+ * The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the ALARM state. After this time, the composite alarm performs its actions. ExtensionPeriod is required only when ActionsSuppressor is specified.
490
+ */
491
+ ActionsSuppressorExtensionPeriod?: SuppressorPeriod;
466
492
  }
467
493
  export type CompositeAlarms = CompositeAlarm[];
468
494
  export type Counts = DatapointValue[];
@@ -1711,6 +1737,18 @@ declare namespace CloudWatch {
1711
1737
  * A list of key-value pairs to associate with the composite alarm. You can associate as many as 50 tags with an alarm. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.
1712
1738
  */
1713
1739
  Tags?: TagList;
1740
+ /**
1741
+ * Actions will be suppressed if the suppressor alarm is in the ALARM state. ActionsSuppressor can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm.
1742
+ */
1743
+ ActionsSuppressor?: AlarmArn;
1744
+ /**
1745
+ * The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the ALARM state. After this time, the composite alarm performs its actions. WaitPeriod is required only when ActionsSuppressor is specified.
1746
+ */
1747
+ ActionsSuppressorWaitPeriod?: SuppressorPeriod;
1748
+ /**
1749
+ * The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the ALARM state. After this time, the composite alarm performs its actions. ExtensionPeriod is required only when ActionsSuppressor is specified.
1750
+ */
1751
+ ActionsSuppressorExtensionPeriod?: SuppressorPeriod;
1714
1752
  }
1715
1753
  export interface PutDashboardInput {
1716
1754
  /**
@@ -1983,6 +2021,7 @@ declare namespace CloudWatch {
1983
2021
  export interface StopMetricStreamsOutput {
1984
2022
  }
1985
2023
  export type StorageResolution = number;
2024
+ export type SuppressorPeriod = number;
1986
2025
  export interface Tag {
1987
2026
  /**
1988
2027
  * A string that you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
@@ -139,6 +139,14 @@ declare class DevOpsGuru extends Service {
139
139
  * Returns a list of the anomalies that belong to an insight that you specify using its ID.
140
140
  */
141
141
  listAnomaliesForInsight(callback?: (err: AWSError, data: DevOpsGuru.Types.ListAnomaliesForInsightResponse) => void): Request<DevOpsGuru.Types.ListAnomaliesForInsightResponse, AWSError>;
142
+ /**
143
+ * Returns the list of log groups that contain log anomalies.
144
+ */
145
+ listAnomalousLogGroups(params: DevOpsGuru.Types.ListAnomalousLogGroupsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.ListAnomalousLogGroupsResponse) => void): Request<DevOpsGuru.Types.ListAnomalousLogGroupsResponse, AWSError>;
146
+ /**
147
+ * Returns the list of log groups that contain log anomalies.
148
+ */
149
+ listAnomalousLogGroups(callback?: (err: AWSError, data: DevOpsGuru.Types.ListAnomalousLogGroupsResponse) => void): Request<DevOpsGuru.Types.ListAnomalousLogGroupsResponse, AWSError>;
142
150
  /**
143
151
  * Returns a list of the events emitted by the resources that are evaluated by DevOps Guru. You can use filters to specify which events are returned.
144
152
  */
@@ -155,6 +163,14 @@ declare class DevOpsGuru extends Service {
155
163
  * Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time and status (ONGOING, CLOSED, or ANY).
156
164
  */
157
165
  listInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.ListInsightsResponse) => void): Request<DevOpsGuru.Types.ListInsightsResponse, AWSError>;
166
+ /**
167
+ * Returns the list of all log groups that are being monitored and tagged by DevOps Guru.
168
+ */
169
+ listMonitoredResources(params: DevOpsGuru.Types.ListMonitoredResourcesRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.ListMonitoredResourcesResponse) => void): Request<DevOpsGuru.Types.ListMonitoredResourcesResponse, AWSError>;
170
+ /**
171
+ * Returns the list of all log groups that are being monitored and tagged by DevOps Guru.
172
+ */
173
+ listMonitoredResources(callback?: (err: AWSError, data: DevOpsGuru.Types.ListMonitoredResourcesResponse) => void): Request<DevOpsGuru.Types.ListMonitoredResourcesResponse, AWSError>;
158
174
  /**
159
175
  * Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
160
176
  */
@@ -285,6 +301,29 @@ declare namespace DevOpsGuru {
285
301
  */
286
302
  Status?: EventSourceOptInStatus;
287
303
  }
304
+ export interface AnomalousLogGroup {
305
+ /**
306
+ * The name of the CloudWatch log group.
307
+ */
308
+ LogGroupName?: LogGroupName;
309
+ /**
310
+ * The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.
311
+ */
312
+ ImpactStartTime?: Timestamp;
313
+ /**
314
+ * The time the anomalous log events stopped.
315
+ */
316
+ ImpactEndTime?: Timestamp;
317
+ /**
318
+ * The number of log lines that were scanned for anomalous log events.
319
+ */
320
+ NumberOfLogLinesScanned?: NumberOfLogLinesScanned;
321
+ /**
322
+ * The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.
323
+ */
324
+ LogAnomalyShowcases?: LogAnomalyShowcases;
325
+ }
326
+ export type AnomalousLogGroups = AnomalousLogGroup[];
288
327
  export type AnomalyDescription = string;
289
328
  export type AnomalyId = string;
290
329
  export type AnomalyLimit = number;
@@ -792,6 +831,7 @@ declare namespace DevOpsGuru {
792
831
  ToTime: Timestamp;
793
832
  }
794
833
  export type Events = Event[];
834
+ export type Explanation = string;
795
835
  export interface GetCostEstimationRequest {
796
836
  /**
797
837
  * The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
@@ -924,6 +964,35 @@ declare namespace DevOpsGuru {
924
964
  */
925
965
  NextToken?: UuidNextToken;
926
966
  }
967
+ export type ListAnomalousLogGroupsMaxResults = number;
968
+ export interface ListAnomalousLogGroupsRequest {
969
+ /**
970
+ * The ID of the insight containing the log groups.
971
+ */
972
+ InsightId: InsightId;
973
+ /**
974
+ * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
975
+ */
976
+ MaxResults?: ListAnomalousLogGroupsMaxResults;
977
+ /**
978
+ * The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
979
+ */
980
+ NextToken?: UuidNextToken;
981
+ }
982
+ export interface ListAnomalousLogGroupsResponse {
983
+ /**
984
+ * The ID of the insight containing the log groups.
985
+ */
986
+ InsightId: InsightId;
987
+ /**
988
+ * The list of Amazon CloudWatch log groups that are related to an insight.
989
+ */
990
+ AnomalousLogGroups: AnomalousLogGroups;
991
+ /**
992
+ * The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
993
+ */
994
+ NextToken?: UuidNextToken;
995
+ }
927
996
  export interface ListEventsFilters {
928
997
  /**
929
998
  * An ID of an insight that is related to the events you want to filter for.
@@ -1047,6 +1116,41 @@ declare namespace DevOpsGuru {
1047
1116
  */
1048
1117
  Any?: ListInsightsAnyStatusFilter;
1049
1118
  }
1119
+ export interface ListMonitoredResourcesFilters {
1120
+ /**
1121
+ * The permission status of a resource.
1122
+ */
1123
+ ResourcePermission: ResourcePermission;
1124
+ /**
1125
+ * The type of resource that you wish to retrieve, such as log groups.
1126
+ */
1127
+ ResourceTypeFilters: ResourceTypeFilters;
1128
+ }
1129
+ export type ListMonitoredResourcesMaxResults = number;
1130
+ export interface ListMonitoredResourcesRequest {
1131
+ /**
1132
+ * Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
1133
+ */
1134
+ Filters: ListMonitoredResourcesFilters;
1135
+ /**
1136
+ * The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
1137
+ */
1138
+ MaxResults?: ListMonitoredResourcesMaxResults;
1139
+ /**
1140
+ * The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
1141
+ */
1142
+ NextToken?: UuidNextToken;
1143
+ }
1144
+ export interface ListMonitoredResourcesResponse {
1145
+ /**
1146
+ * 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.
1147
+ */
1148
+ MonitoredResourceIdentifiers: MonitoredResourceIdentifiers;
1149
+ /**
1150
+ * The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
1151
+ */
1152
+ NextToken?: UuidNextToken;
1153
+ }
1050
1154
  export interface ListNotificationChannelsRequest {
1051
1155
  /**
1052
1156
  * The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
@@ -1125,8 +1229,79 @@ declare namespace DevOpsGuru {
1125
1229
  NextToken?: UuidNextToken;
1126
1230
  }
1127
1231
  export type Locale = "DE_DE"|"EN_US"|"EN_GB"|"ES_ES"|"FR_FR"|"IT_IT"|"JA_JP"|"KO_KR"|"PT_BR"|"ZH_CN"|"ZH_TW"|string;
1232
+ export interface LogAnomalyClass {
1233
+ /**
1234
+ * 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.
1235
+ */
1236
+ LogStreamName?: LogStreamName;
1237
+ /**
1238
+ * The type of log anomaly that has been detected.
1239
+ */
1240
+ LogAnomalyType?: LogAnomalyType;
1241
+ /**
1242
+ * 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.
1243
+ */
1244
+ LogAnomalyToken?: LogAnomalyToken;
1245
+ /**
1246
+ * The ID of the log event.
1247
+ */
1248
+ LogEventId?: LogEventId;
1249
+ /**
1250
+ * The explanation for why the log event is considered an anomaly.
1251
+ */
1252
+ Explanation?: Explanation;
1253
+ /**
1254
+ * The number of log lines where this anomalous log event occurs.
1255
+ */
1256
+ NumberOfLogLinesOccurrences?: NumberOfLogLinesOccurrences;
1257
+ /**
1258
+ * The time of the first occurrence of the anomalous log event.
1259
+ */
1260
+ LogEventTimestamp?: Timestamp;
1261
+ }
1262
+ export type LogAnomalyClasses = LogAnomalyClass[];
1263
+ export interface LogAnomalyShowcase {
1264
+ /**
1265
+ * A list of anomalous log events that may be related.
1266
+ */
1267
+ LogAnomalyClasses?: LogAnomalyClasses;
1268
+ }
1269
+ export type LogAnomalyShowcases = LogAnomalyShowcase[];
1270
+ export type LogAnomalyToken = string;
1271
+ export type LogAnomalyType = "KEYWORD"|"KEYWORD_TOKEN"|"FORMAT"|"HTTP_CODE"|"BLOCK_FORMAT"|"NUMERICAL_POINT"|"NUMERICAL_NAN"|"NEW_FIELD_NAME"|string;
1272
+ export type LogEventId = string;
1273
+ export type LogGroupName = string;
1274
+ export type LogStreamName = string;
1275
+ export interface LogsAnomalyDetectionIntegration {
1276
+ /**
1277
+ * Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
1278
+ */
1279
+ OptInStatus?: OptInStatus;
1280
+ }
1281
+ export interface LogsAnomalyDetectionIntegrationConfig {
1282
+ /**
1283
+ * Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.
1284
+ */
1285
+ OptInStatus?: OptInStatus;
1286
+ }
1128
1287
  export type MeanTimeToRecoverInMilliseconds = number;
1129
1288
  export type MetricValue = number;
1289
+ export interface MonitoredResourceIdentifier {
1290
+ /**
1291
+ * The name of the resource being monitored.
1292
+ */
1293
+ MonitoredResourceName?: MonitoredResourceName;
1294
+ /**
1295
+ * The type of resource being monitored.
1296
+ */
1297
+ Type?: ResourceType;
1298
+ /**
1299
+ * The permission status of a resource.
1300
+ */
1301
+ ResourcePermission?: ResourcePermission;
1302
+ }
1303
+ export type MonitoredResourceIdentifiers = MonitoredResourceIdentifier[];
1304
+ export type MonitoredResourceName = string;
1130
1305
  export interface NotificationChannel {
1131
1306
  /**
1132
1307
  * The ID of a notification channel.
@@ -1149,6 +1324,8 @@ declare namespace DevOpsGuru {
1149
1324
  export type NumOpenReactiveInsights = number;
1150
1325
  export type NumProactiveInsights = number;
1151
1326
  export type NumReactiveInsights = number;
1327
+ export type NumberOfLogLinesOccurrences = number;
1328
+ export type NumberOfLogLinesScanned = number;
1152
1329
  export interface OpsCenterIntegration {
1153
1330
  /**
1154
1331
  * Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
@@ -1802,7 +1979,10 @@ declare namespace DevOpsGuru {
1802
1979
  export type ResourceCollectionType = "AWS_CLOUD_FORMATION"|"AWS_SERVICE"|"AWS_TAGS"|string;
1803
1980
  export type ResourceHours = number;
1804
1981
  export type ResourceName = string;
1982
+ export type ResourcePermission = "FULL_PERMISSION"|"MISSING_PERMISSION"|string;
1805
1983
  export type ResourceType = string;
1984
+ export type ResourceTypeFilter = "LOG_GROUPS"|string;
1985
+ export type ResourceTypeFilters = ResourceTypeFilter[];
1806
1986
  export type SearchInsightsAccountIdList = AwsAccountId[];
1807
1987
  export interface SearchInsightsFilters {
1808
1988
  /**
@@ -1938,6 +2118,10 @@ declare namespace DevOpsGuru {
1938
2118
  * Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
1939
2119
  */
1940
2120
  OpsCenter?: OpsCenterIntegration;
2121
+ /**
2122
+ * Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
2123
+ */
2124
+ LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
1941
2125
  }
1942
2126
  export type ServiceName = "API_GATEWAY"|"APPLICATION_ELB"|"AUTO_SCALING_GROUP"|"CLOUD_FRONT"|"DYNAMO_DB"|"EC2"|"ECS"|"EKS"|"ELASTIC_BEANSTALK"|"ELASTI_CACHE"|"ELB"|"ES"|"KINESIS"|"LAMBDA"|"NAT_GATEWAY"|"NETWORK_ELB"|"RDS"|"REDSHIFT"|"ROUTE_53"|"S3"|"SAGE_MAKER"|"SNS"|"SQS"|"STEP_FUNCTIONS"|"SWF"|string;
1943
2127
  export type ServiceNames = ServiceName[];
@@ -2094,6 +2278,10 @@ declare namespace DevOpsGuru {
2094
2278
  }
2095
2279
  export interface UpdateServiceIntegrationConfig {
2096
2280
  OpsCenter?: OpsCenterIntegrationConfig;
2281
+ /**
2282
+ * Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
2283
+ */
2284
+ LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
2097
2285
  }
2098
2286
  export interface UpdateServiceIntegrationRequest {
2099
2287
  /**
@@ -828,7 +828,7 @@ declare namespace DMS {
828
828
  */
829
829
  EndpointType: ReplicationEndpointTypeValue;
830
830
  /**
831
- * The type of engine for the endpoint. Valid values, depending on the EndpointType value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "opensearch", "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver", and "neptune".
831
+ * The type of engine for the endpoint. Valid values, depending on the EndpointType value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "opensearch", "redshift", "s3", "db2", db2-zos, "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver", "neptune", and babelfish.
832
832
  */
833
833
  EngineName: String;
834
834
  /**
@@ -4666,7 +4666,7 @@ declare namespace DMS {
4666
4666
  */
4667
4667
  LastUpdateTime?: TStamp;
4668
4668
  /**
4669
- * The state of the tables described. Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
4669
+ * The state of the tables described. Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table is being reloaded
4670
4670
  */
4671
4671
  TableState?: String;
4672
4672
  /**