cdk-comprehend-s3olap 2.0.40 → 2.0.43
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +174 -35
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +38 -3
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +4 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +56 -47
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +1 -4
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +928 -551
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-edge-2020-09-23.min.json +84 -4
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +181 -36
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/acmpca.d.ts +2 -2
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +188 -0
- package/node_modules/aws-sdk/clients/discovery.d.ts +10 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +79 -55
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/glue.d.ts +3 -3
- package/node_modules/aws-sdk/clients/iot.d.ts +14 -2
- package/node_modules/aws-sdk/clients/kms.d.ts +46 -46
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +6 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +476 -1
- package/node_modules/aws-sdk/clients/sagemakeredge.d.ts +146 -0
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +191 -16
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +85 -55
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -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
|
/**
|
@@ -455,6 +455,15 @@ declare namespace Discovery {
|
|
455
455
|
*/
|
456
456
|
unknownAgents: Integer;
|
457
457
|
}
|
458
|
+
export interface CustomerAgentlessCollectorInfo {
|
459
|
+
activeAgentlessCollectors: Integer;
|
460
|
+
healthyAgentlessCollectors: Integer;
|
461
|
+
denyListedAgentlessCollectors: Integer;
|
462
|
+
shutdownAgentlessCollectors: Integer;
|
463
|
+
unhealthyAgentlessCollectors: Integer;
|
464
|
+
totalAgentlessCollectors: Integer;
|
465
|
+
unknownAgentlessCollectors: Integer;
|
466
|
+
}
|
458
467
|
export interface CustomerConnectorInfo {
|
459
468
|
/**
|
460
469
|
* Number of active discovery connectors.
|
@@ -829,6 +838,7 @@ declare namespace Discovery {
|
|
829
838
|
* Details about Migration Evaluator collectors, including collector status and health.
|
830
839
|
*/
|
831
840
|
meCollectorSummary?: CustomerMeCollectorInfo;
|
841
|
+
agentlessCollectorSummary?: CustomerAgentlessCollectorInfo;
|
832
842
|
}
|
833
843
|
export type ImportStatus = "IMPORT_IN_PROGRESS"|"IMPORT_COMPLETE"|"IMPORT_COMPLETE_WITH_ERRORS"|"IMPORT_FAILED"|"IMPORT_FAILED_SERVER_LIMIT_EXCEEDED"|"IMPORT_FAILED_RECORD_LIMIT_EXCEEDED"|"DELETE_IN_PROGRESS"|"DELETE_COMPLETE"|"DELETE_FAILED"|"DELETE_FAILED_LIMIT_EXCEEDED"|"INTERNAL_ERROR"|string;
|
834
844
|
export interface ImportTask {
|