cdk-comprehend-s3olap 2.0.70 → 2.0.73
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 +4 -4
- 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 +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +220 -167
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +464 -31
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +114 -85
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +98 -66
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +135 -111
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +405 -123
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +11 -5
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -3
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
- package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +93 -56
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +48 -2
- package/node_modules/aws-sdk/clients/lambda.d.ts +45 -17
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +290 -2
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +36 -12
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +11 -11
- 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 +18 -18
- package/node_modules/aws-sdk/dist/aws-sdk.js +1225 -771
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
@@ -545,6 +545,60 @@
|
|
545
545
|
}
|
546
546
|
}
|
547
547
|
},
|
548
|
+
"GetDataQualityMetrics": {
|
549
|
+
"http": {
|
550
|
+
"requestUri": "/GetDataQualityMetrics"
|
551
|
+
},
|
552
|
+
"input": {
|
553
|
+
"type": "structure",
|
554
|
+
"required": [
|
555
|
+
"AnomalyDetectorArn"
|
556
|
+
],
|
557
|
+
"members": {
|
558
|
+
"AnomalyDetectorArn": {},
|
559
|
+
"MetricSetArn": {}
|
560
|
+
}
|
561
|
+
},
|
562
|
+
"output": {
|
563
|
+
"type": "structure",
|
564
|
+
"members": {
|
565
|
+
"AnomalyDetectorDataQualityMetricList": {
|
566
|
+
"type": "list",
|
567
|
+
"member": {
|
568
|
+
"type": "structure",
|
569
|
+
"members": {
|
570
|
+
"StartTimestamp": {
|
571
|
+
"type": "timestamp"
|
572
|
+
},
|
573
|
+
"MetricSetDataQualityMetricList": {
|
574
|
+
"type": "list",
|
575
|
+
"member": {
|
576
|
+
"type": "structure",
|
577
|
+
"members": {
|
578
|
+
"MetricSetArn": {},
|
579
|
+
"DataQualityMetricList": {
|
580
|
+
"type": "list",
|
581
|
+
"member": {
|
582
|
+
"type": "structure",
|
583
|
+
"members": {
|
584
|
+
"MetricType": {},
|
585
|
+
"MetricDescription": {},
|
586
|
+
"RelatedColumnName": {},
|
587
|
+
"MetricValue": {
|
588
|
+
"type": "double"
|
589
|
+
}
|
590
|
+
}
|
591
|
+
}
|
592
|
+
}
|
593
|
+
}
|
594
|
+
}
|
595
|
+
}
|
596
|
+
}
|
597
|
+
}
|
598
|
+
}
|
599
|
+
}
|
600
|
+
}
|
601
|
+
},
|
548
602
|
"GetFeedback": {
|
549
603
|
"http": {
|
550
604
|
"requestUri": "/GetFeedback"
|