cdk-comprehend-s3olap 2.0.224 → 2.0.226

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 (66) 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/@esbuild/linux-x64/bin/esbuild +0 -0
  6. package/node_modules/@esbuild/linux-x64/package.json +1 -1
  7. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +96 -68
  10. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +253 -57
  11. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +198 -102
  12. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +300 -278
  13. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +25 -3
  14. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +823 -0
  16. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +22 -0
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +390 -318
  18. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +438 -0
  20. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
  22. package/node_modules/aws-sdk/apis/metadata.json +7 -0
  23. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +2 -1
  24. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +4 -0
  25. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +145 -108
  26. package/node_modules/aws-sdk/apis/sts-2011-06-15.min.json +21 -11
  27. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +117 -73
  28. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +77 -59
  29. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  30. package/node_modules/aws-sdk/clients/all.js +3 -1
  31. package/node_modules/aws-sdk/clients/billingconductor.d.ts +102 -69
  32. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +1 -1
  33. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +204 -4
  34. package/node_modules/aws-sdk/clients/datasync.d.ts +171 -27
  35. package/node_modules/aws-sdk/clients/dynamodb.d.ts +4 -4
  36. package/node_modules/aws-sdk/clients/ec2.d.ts +26 -0
  37. package/node_modules/aws-sdk/clients/emrserverless.d.ts +33 -2
  38. package/node_modules/aws-sdk/clients/entityresolution.d.ts +815 -0
  39. package/node_modules/aws-sdk/clients/entityresolution.js +18 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +123 -1
  41. package/node_modules/aws-sdk/clients/healthlake.d.ts +70 -70
  42. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +494 -0
  44. package/node_modules/aws-sdk/clients/managedblockchainquery.js +19 -0
  45. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +421 -414
  46. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1 -1
  47. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  48. package/node_modules/aws-sdk/clients/rds.d.ts +14 -10
  49. package/node_modules/aws-sdk/clients/route53.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/sagemaker.d.ts +4 -4
  51. package/node_modules/aws-sdk/clients/securityhub.d.ts +69 -10
  52. package/node_modules/aws-sdk/clients/sts.d.ts +17 -1
  53. package/node_modules/aws-sdk/clients/transfer.d.ts +85 -19
  54. package/node_modules/aws-sdk/clients/wisdom.d.ts +24 -0
  55. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  56. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +97 -16
  57. package/node_modules/aws-sdk/dist/aws-sdk.js +333 -293
  58. package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
  59. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  60. package/node_modules/aws-sdk/lib/core.js +1 -1
  61. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +2 -2
  62. package/node_modules/aws-sdk/package.json +1 -1
  63. package/node_modules/esbuild/bin/esbuild +1 -1
  64. package/node_modules/esbuild/lib/main.js +8 -8
  65. package/node_modules/esbuild/package.json +23 -23
  66. package/package.json +5 -5
@@ -256,7 +256,7 @@
256
256
  "shape": "S1o"
257
257
  },
258
258
  "jobDriver": {
259
- "shape": "S1y"
259
+ "shape": "S24"
260
260
  },
261
261
  "tags": {
262
262
  "shape": "Sj"
@@ -531,7 +531,7 @@
531
531
  },
532
532
  "executionRoleArn": {},
533
533
  "jobDriver": {
534
- "shape": "S1y"
534
+ "shape": "S24"
535
535
  },
536
536
  "configurationOverrides": {
537
537
  "shape": "S1o"
@@ -888,6 +888,28 @@
888
888
  },
889
889
  "encryptionKeyArn": {}
890
890
  }
891
+ },
892
+ "cloudWatchLoggingConfiguration": {
893
+ "type": "structure",
894
+ "required": [
895
+ "enabled"
896
+ ],
897
+ "members": {
898
+ "enabled": {
899
+ "type": "boolean"
900
+ },
901
+ "logGroupName": {},
902
+ "logStreamNamePrefix": {},
903
+ "encryptionKeyArn": {},
904
+ "logTypes": {
905
+ "type": "map",
906
+ "key": {},
907
+ "value": {
908
+ "type": "list",
909
+ "member": {}
910
+ }
911
+ }
912
+ }
891
913
  }
892
914
  }
893
915
  }
@@ -914,7 +936,7 @@
914
936
  }
915
937
  }
916
938
  },
917
- "S1y": {
939
+ "S24": {
918
940
  "type": "structure",
919
941
  "members": {
920
942
  "sparkSubmit": {
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }