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.
Files changed (47) hide show
  1. package/.jsii +4 -4
  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 +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +220 -167
  8. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +464 -31
  9. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +119 -39
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  12. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +227 -33
  13. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.paginators.json +5 -0
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +601 -558
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +114 -85
  16. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +98 -66
  17. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +135 -111
  18. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +54 -0
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +405 -123
  20. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +104 -22
  21. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +11 -0
  22. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +52 -51
  23. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +11 -5
  24. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -3
  25. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +472 -43
  26. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +100 -2
  27. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +2 -2
  28. package/node_modules/aws-sdk/clients/connect.d.ts +246 -160
  29. package/node_modules/aws-sdk/clients/dynamodb.d.ts +276 -2
  30. package/node_modules/aws-sdk/clients/ec2.d.ts +53 -0
  31. package/node_modules/aws-sdk/clients/ivschat.d.ts +5 -5
  32. package/node_modules/aws-sdk/clients/kendra.d.ts +93 -56
  33. package/node_modules/aws-sdk/clients/lakeformation.d.ts +48 -2
  34. package/node_modules/aws-sdk/clients/lambda.d.ts +45 -17
  35. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +290 -2
  36. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +72 -3
  37. package/node_modules/aws-sdk/clients/networkmanager.d.ts +5 -0
  38. package/node_modules/aws-sdk/clients/rds.d.ts +36 -12
  39. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +11 -11
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -18
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +1225 -771
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +252 -2
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. 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"